-
Notifications
You must be signed in to change notification settings - Fork 0
/
dayschedule.html
133 lines (107 loc) · 5.88 KB
/
dayschedule.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="Schedule.css">
<title>Day Schedule</title>
<script src="https://code.jquery.com/jquery-3.1.0.slim.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.test').click(function() {
$(this).find('.plus').toggle();
});
})
</script>
</head>
<body>
<section class="column">
<div class="guide">
<div class="tv">
<h1 class="guide2">ANNA LISOWSKA</h1>
</div>
<div class="coachtrip">
<p class="on_now"><strong>DAY SCHEDULE</strong></p>
<p class="zagreb">London, United Kingdom</p>
</div>
</div>
<div class="all_document">
<h3 class="wednesday">SUNDAY,21/08/2016</h3>
<h2 class="time_of_day">MORNING</h2>
<div class="test"><span class="time"> 07:00 </span><span class="description_blue"> WAKE UP </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 07:30 </span><span class="description"> BREAKFEST </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 08:00 </span><span class="description"> FITNESS </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 08:30 </span><span class="description"> EMAIL </span> <span class="description_two"> Respond to important messages </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 09:00 </span><span class="description_blue"> ENGLISH </span> <span class="description_two"> Grammar </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 10:00 </span><span class="description_blue"> MARKETING</span> <span class="description_two"> Empowering Polish Women in London </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Create event, promotion</p></div>
<div class="test"><span class="time"> 11:00 </span><span class="description_blue"> GEEK GIRLS CARROTS</span> <span class="description_two"> Updates www </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Updates and publications information about code carrots and meetups.</p></div>
<div class="test"><span class="time"> 11:30 </span><span class="description_blue"> GEEK GIRLS CARROTS LONDON</span> <span class="description_two"> Organize monthly meetings </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Send details about meeting to speakers.Promotion event in social media:facebook, twitter</p></div>
<div class="test"><span class="time"> 12:00 </span><span class="description_blue"> BREAK</span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<h2 class="time_of_day">AFTERNOON</h2>
<div class="test"><span class="time"> 13:00 </span><span class="description_blue"> DINNER </span> <span class="description_two"> Preparation dinner </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 14:00 </span><span class="description_blue"> CODING </span> <span class="description_two"> Freecodecamp </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 15:00 </span><span class="description_blue"> CODING </span> <span class="description_two"> Portfolio </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">babciprzepisy.pl</p></div>
<div class="test"><span class="time"> 16:00 </span><span class="description_blue"> BREAK </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 16:30 </span><span class="description_blue"> BOOK </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<h2 class="time_of_day">EVENING</h2>
<div class="test"><span class="time"> 17:30 </span><span class="description_blue"> FRIENDS</span> <span class="description_two"> Call, send email </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 18:00 </span><span class="description_blue"> Family</span> <span class="description_two"> Call </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Mother, Sister</p></div>
<div class="test"><span class="time"> 18:30 </span><span class="description_blue"> FREE TIME</span> <span class="description_two"></span> <span class="description_two">Spacer </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 19:00 </span><span class="description_blue"> BOOKS </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 19:30 </span><span class="description_blue"> FITNESS </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
<div class="test"><span class="time"> 20:30 </span><span class="description_blue"> DINNER </span>
<img class="arrow" src="arrow.png" width=20px>
<p class="plus">Show info</p></div>
</div>
</section>
<section class="secondcolumn">
<div>
<img src="tree2.jpg" alt="tree picture">
</div>
<div>
<img src="august.jpg" alt="calendar picture">
</div>
<div>
<img src="pieniny.jpg" alt="mountains picture">
<p class="citation"><q>Success is going from failure to failure <br>without losing enthusiasm</q><br>Winston Churchill</p>
</div>
</section>
</body>
</html>