-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshop.html
204 lines (192 loc) · 8.76 KB
/
workshop.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Animals Names Workshop</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="css/fontawesome-all.css" />
<!-- Animated CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Chilanka&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Favicon -->
<link rel="shortcut icon" href="images/Logo.png" type="image/x-icon">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/stylesheet.css" />
</head>
<body>
<!-- Loading Screen-->
<div id='loading'>
<div class="loading__primary"></div>
<div class="loading__secondary"></div>
<div class="loading__tertiary"></div>
</div>
<!-- Loading Screen-->
<!-- Uppernav -->
<!-- <div class="uppernav">
<ul class="list-unstyled uppernav__list">
<li class='uppernav__item'>
<a href="shop.html" class='uppernav__link'>
<i class="fas fa-shopping-cart uppernav__icon"></i>
<span class='uppernav-text'>Shop</span>
</a>
</li>
<li class='uppernav__item' id='notification__btn'>
<span class='notification__count'>3</span>
<i class='fa fa-user uppernav__icon'></i>
<span class='uppernav__text'>Mostafa <i class='fas fa-chevron-down'></i></span>
<div class="settings">
<h5>Notifications</h5>
<ul class="list-unstyled notification">
<li class='notify'>
<p class="paragraph">
Your kid <strong>Mohamed</strong> has joined <strong>Alphabetic Workshop</strong>
</p>
<div class="notify__date float-right">3 min ago</div>
</li>
<li class='notify'>
<p class="paragraph">
Your kid <strong>Mostafa</strong> has watched <strong>Adventure Time</strong>
</p>
<div class="notify__date float-right">1 hour</div>
</li>
<li class='notify'>
<p class="paragraph">
Your kid <strong>Mohamed</strong> has played <strong>Puzzle</strong>
</p>
<div class="notify__date float-right">5 min ago</div>
</li>
<li class='notify'>
<p class="paragraph">
Your kid <strong>Mostafa</strong> has watched <strong>Adventure Time</strong>
</p>
<div class="notify__date float-right">1 hour</div>
</li>
<li class='notify'>
<p class="paragraph">
Your kid <strong>Mohamed</strong> has joined <strong>Alphabetic Workshop</strong>
</p>
<div class="notify__date float-right">3 min ago</div>
</li>
<li class='notify'>
<p class="paragraph">
Your kid <strong>Mohamed</strong> has played <strong>Puzzle</strong>
</p>
<div class="notify__date float-right">5 min ago</div>
</li>
</ul>
<ul class="list-unstyled links">
<li><a href="parent.html">Profile</a></li>
<li><a href="index.html">Logout</a></li>
</ul>
</div>
</li>
</ul>
</div> -->
<!-- Uppernav -->
<!-- Colors -->
<div class="colors">
<div class="primary"></div>
<div class="secondary"></div>
<div class="tertiary">
<ul class="list-unstyled uppernav__list">
<li class='uppernav__item'>
<a href="auth.html" class='uppernav__link'>
<i class="fas fa-user uppernav__icon"></i>
<span class='uppernav-text'>Login | Signup</span>
</a>
</li>
</ul>
</div>
</div>
<!-- Colors -->
<!-- Header -->
<header class="header">
<div class="header__logo-box">
<a href='index.html'><img src="images/Logo.png" alt="Logo" class='header__logo img-fluid'></a>
</div>
<ul class="list-unstyled header__nav">
<li class="header__link-box header__link-box--1">
<a href="workshops.html" class='header__link'><i class="fas fa-home header__icon"></i> Workshops</a>
</li>
<li class="header__link-box header__link-box--2">
<a href="videos.html" class='header__link'><i class="fas fa-play header__icon"></i> Videos</a>
</li>
<li class="header__link-box header__link-box--3">
<a href="games.html" class='header__link'><i class="fas fa-gamepad header__icon"></i> Games</a>
</li>
</ul>
</header>
<!-- Header -->
<div class="container mt-5 mb-5">
<h3 class='heading-secondary'>Alphabetic ABC</h3>
</div>
<!-- Lessons -->
<div class="lessons">
<ul class="list-unstyled lessons__list">
<li class="lessons__lesson lessons--done">Lesson 1 <i class='fa fa-check'></i></li>
<li class="lessons__lesson lessons--done">Lesson 2 <i class='fa fa-check'></i></li>
<li class="lessons__lesson lessons--done">Lesson 3 <i class='fa fa-check'></i></li>
<li class="lessons__lesson lessons--disabled">Lesson 4</li>
<li class="lessons__lesson lessons--disabled">Lesson 5</li>
<li class="lessons__lesson lessons--disabled">Lesson 6</li>
<li class="lessons__lesson lessons--disabled">Exam</li>
</ul>
</div>
<!-- Lessons -->
<!-- Wrapper -->
<div class="wrapper-primary pt-5 pb-5">
<div class="container">
<div class="workshop-iframe">
<iframe width="100%" height="415" src="https://www.youtube.com/embed/hq3yfQnllfQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<button class='fas fa-chevron-left'></button>
<button class='fas fa-chevron-right'></button>
</div>
</div>
</div>
<!-- Wrapper -->
<!-- Footer -->
<footer class='footer'>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="footer__logo">
<img src="images/Logo.png" alt="" class='img-fluid' />
</div>
</div>
<div class="col-sm-4">
<h2 class="heading-primary heading-white">Sitemap</h2>
<ul class='list-unstyled'>
<li><a href='index.html'>Home</a></li>
<li><a href='workshops.html'>Workshops</a></li>
<li><a href='videos.html'>Videos</a></li>
<li><a href='games.html'>Games</a></li>
<li><a href='parent.html'>Parent Profile</a></li>
<li><a href='teacher.html'>Teacher Profile</a></li>
<li><a href='shop.html'>Shop</a></li>
</ul>
</div>
<div class="col-sm-">
<h2 class="heading-primary heading-white">Contact us</h2>
<p class='paragraph paragraph-white'>exampleemail.gmail.com</p>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/popper.min.js"></script> <!-- Javascript Tooltip library -->
<script src="js/bootstrap.min.js"></script>
<!-- Nicescroll -->
<script src="js/jquery.nicescroll.min.js"></script>
<script src='js/plugins.js'></script>
</body>
</html>