-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent.html
More file actions
330 lines (275 loc) · 19.4 KB
/
event.html
File metadata and controls
330 lines (275 loc) · 19.4 KB
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Google Developer Group and women techmakers 6th October city ' GDG and WTM 6th October ' are excited to announce Google I/O for the first time in a row.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>I/O'17 6th October</title>
<link rel="icon" href="imgs/logo.png">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link rel="stylesheet" href="css/vendors/bootstrap.min.css">
<link rel="stylesheet" href="css/vendors/font-awesome.min.css">
<link rel="stylesheet" href="css/vendors/animate.min.css">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<div class="content">
<div class="replaceheader">
</div>
<!--Header Section-->
<header class="fadeIn ">
<span class="gradient wow fadeInLeft " data-wow-duration="1s"></span>
<!--Navbar Section-->
<nav class="container">
<div class="row">
<div class="flex-navbar">
<!--WTM Logo & Title-->
<a href="index.php" class="home" draggable="false">
<div class="logo">
<img class="img-responsive" src="imgs/logo.png" alt="Women techmakers logo" title="Women techmakers logo" draggable="false">
<span class="title">Women Techmakers</span>
</div>
</a>
<!--Burger Icon-->
<span class="fa fa-bars burger" aria-hidden="true"></span>
<!--Links-->
<ul class="navlinks col-md-10">
<li><a href="index.php" draggable="false">home</a></li>
<li><a href="index.php#team" draggable="false">our team</a></li>
<li><a href="index.php#events" draggable="false">events</a></li>
<li><a href="index.php#iwd17" draggable="false">iWD'17</a></li>
<li><a href="index.php#membership" draggable="false">membership</a></li>
<li><a href="index.php#sponsers" draggable="false">sponsers</a></li>
<li><a href="index.php#contactus" draggable="false">contact us</a></li>
</ul>
</div>
</div>
</nav>
<!--End of Navbar Section-->
</header>
<!--End of Header Section-->
<!--Start of Event Photos-->
<main class="slider wow fadeIn">
<div class="container-fluid">
<div class="row">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="imgs/event/io17/2.jpg" alt="yasmin mokhtar photo" title="yasmin mokhtar founder of WTM"class="img-responsive">
<!--<div class="carousel-caption">yasmin mokhtar</div>-->
</div>
<div class="item">
<img src="imgs/event/io17/7.JPG" alt="malak el masry photo" title="malak el masry at i/o event"class="img-responsive">
</div>
<div class="item">
<img src="imgs/event/io17/5.JPG" alt="I/O Event Photo" title="Photo From I/O Event" class="img-responsive">
<div class="carousel-caption">i/o event</div>
</div>
<div class="item">
<img src="imgs/event/io17/4.JPG" alt="I/O Event Photo" title="Photo From I/O Event" class="img-responsive">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-menu-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control " href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-menu-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</main>
<!--END of Event Photos-->
<!--Start of Event Description-->
<section class="eventDescription wow fadeIn ">
<div class="container">
<div class="row wow fadeInLeft " data-wow-duration="1.5s">
<div class="col-xs-12">
<h2 class="iogeneral">what is i/o event ?</h2>
<p class="lead">Google I/O is an annual developer conference held by Google in San Francisco, California. I/O showcases technical in-depth sessions focused on building web, mobile, and enterprise applications with Google and open sources such as Android, Chrome and Chrome OS, APIs, Google Web Toolkit, App Engine, and more.</p>
</div>
</div>
<div class="row wow fadeInRight " data-wow-duration="1.5s">
<div class="col-xs-12">
<h2 class="iooctober">about google i/o 6th october :</h2>
<p class="lead">
Google Developer Group and women techmakers 6th October city " GDG and WTM 6th October " are excited to announce Google I/O for the first time in a row. the event was covering unexpected and Exciting topics. Beginning with women techmakers initiative and opportunities, Firebase, Android using Kotlin, Machine Learning, AI to WeaveIOT (Android of Things), Google Assistant and more. we got +450 Attendess this day from different cities we also got a great feedback about the speaker and the content of topics.
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6 text-center wow fadeInLeft " data-wow-duration="1.5s">
<span class="place">
<a href="https://goo.gl/maps/js3XSiEPTKN2" target="_blank" draggable="false"><span class="glyphicon glyphicon-map-marker wow bounce " data-wow-duration="1.5s" data-wow-delay="1.5s"></span>
<span class="address">akhbar el youm academy, 6th october/Egypt</span></a>
</span>
</div>
<div class="col-xs-12 col-md-6 text-center wow fadeInRight " data-wow-duration="1.5s">
<span class="place">
<span class="fa fa-calendar-check-o"></span>
mAY 8,2017 <span class="fa fa-clock-o"></span>9:00 aM - 3:00 pM
</span>
</div>
</div>
</div>
</section>
<!--End of Event Description-->
<!--Start of Event Speaker-->
<section id="speakers" class="container wow fadeIn ">
<div class="row">
<div class="title col-xs-12 wow fadeIn " data-wow-duration="1.5s">
<h1>speakers</h1>
<hr>
</div>
<div class="member col-xs-12 col-md-5 wow fadeInLeft " data-wow-duration="1.5s">
<div class="circle-container">
<img src="imgs/event/io17/speakers/omran.jpg" draggable="false" title="abdelrahman omarn" alt="abdelrahman omarn photo">
</div>
<div class="member-info">
<p class="lead">abdelrahman omran</p>
<p class="lead">session: google assistant</p>
<!--
<a class="icon" href="https://www.facebook.com/Omranic" target="_blank" draggable="false"><span class="fa fa-facebook" aria-hidden="true"></span></a>
<a class="icon" href="https://twitter.com/Omranic" target="_blank" draggable="false"><span class="fa fa-twitter" aria-hidden="true"></span></a>
<a class="icon" href="https://plus.google.com/+AbdelrahmanOmran" target="_blank" draggable="false"><span class="fa fa-google-plus" aria-hidden="true"></span></a>
<a class="icon" href="https://www.linkedin.com/in/Omranic/" target="_blank" draggable="false"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
-->
</div>
</div>
<div class="member col-xs-12 col-md-5 wow fadeInRight " data-wow-duration="1.5s">
<div class="circle-container">
<img src="imgs/event/io17/speakers/shady.JPG" draggable="false" title="Shady Slim" alt="Shady Slim photo">
</div>
<div class="member-info">
<p class="lead">Shady slim</p>
<p class="lead">session: Android with Kotlin</p>
<!--
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-facebook" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-twitter" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-google-plus" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
-->
</div>
</div>
<div class="member col-xs-12 col-md-5 wow fadeInLeft " data-wow-duration="1.5s">
<div class="circle-container">
<img src="imgs/event/io17/speakers/malak.jpg" draggable="false" title="Malak El Masry" alt="Malak El Masry photo">
</div>
<div class="member-info">
<p class="lead">Malak el masry</p>
<p class="lead">session: Marketing in technologoy</p>
<!--
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-facebook" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-twitter" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-google-plus" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
-->
</div>
</div>
<div class="member col-xs-12 col-md-5 wow fadeInRight " data-wow-duration="1.5s">
<div class="circle-container">
<img src="imgs/event/io17/speakers/ahmed.jpg" draggable="false" title="Ahmed Hafez" alt="Ahmed Hafez photo">
</div>
<div class="member-info">
<p class="lead">Ahmed Hafez</p>
<p class="lead">session: Ai & machine learning </p>
<!--
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-facebook" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-twitter" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-google-plus" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
-->
</div>
</div>
<div class="member col-xs-12 col-md-5 wow fadeInLeft " data-wow-duration="1.5s">
<div class="circle-container">
<img src="imgs/event/io17/speakers/marwa.jpg" draggable="false" title="Marwa Ayad" alt="Marwa Ayad photo">
</div>
<div class="member-info">
<p class="lead">Marwa Ayad</p>
<p class="lead">session: New Google Technology with cloud & machine learning</p>
<!--
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-facebook" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-twitter" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-google-plus" aria-hidden="true"></span></a>
<a class="icon" href="https://www.facebook.com/profile.php?id=100010472149075" target="_blank" draggable="false"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
-->
</div>
</div>
</div>
</section>
<!--End of Event Speaker-->
<!--
Event Register Section
<section class="eventregister wow fadeIn ">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="title">
<h2>register now</h2>
<hr>
</div>
</div>
<div class="contact col-xs-12">
<form method="POST">
<div class="form-group wow fadeInLeft ">
<label for="usr">full name:</label>
<input type="text" class="form-control" id="usr">
</div>
<div class="form-group wow fadeInRight ">
<label for="usr">your phone:</label>
<input type="text" class="form-control" id="usr">
</div>
<div class="form-group wow fadeInLeft ">
<label for="pwd">your email:</label>
<input type="email" class="form-control" id="usr">
</div>
<input class="btn btn-danger col-xs-12 wow fadeInRight " type="submit" value="Register">
</form>
</div>
</div>
</div>
</section>
-->
<!--End of Event Registeration-->
</div>
<!--End of Content-->
<!--Start Footer-->
<footer class="wow fadeIn " data-wow-delay="0.1s">
<div class="container">
<div class="row">
<div class="social">
<a href="https://www.facebook.com/WTM6October" target="_blank" draggable="false"><span class="fa fa-facebook-official" aria-hidden="true"></span></a>
<a href="https://twitter.com/WTM6October" target="_blank" draggable="false"><span class="fa fa-twitter" aria-hidden="true"></span></a>
<a href="https://plus.google.com/u/0/113927016941051278511" target="_blank" draggable="false"><span class="fa fa-google-plus-official" aria-hidden="true"></span></a>
<a href="https://www.meetup.com/GDG-6-October/" target="_blank" draggable="false"><span class="fa fa-meetup" aria-hidden="true"></span></a>
</div>
<div class="copyright">
copyright ©
<span id="year"></span>
made with
<span class="fa fa-heart" aria-hidden="true"></span>
</div>
</div>
</div>
</footer>
<!--End Footer-->
<!--Our JS Files-->
<script src="js/vendors/jquery-3.2.1.min.js"></script>
<script src="js/vendors/bootstrap.min.js"></script>
<script src="js/vendors/wow.min.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>