-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
377 lines (318 loc) · 20 KB
/
index.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
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<title>GSU SFK</title>
<!--Font-->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap" rel="stylesheet">
<!-- fontawsome -->
<link rel="stylesheet" href="css/all.min.css">
<!-- bootatrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- the main stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!--
The favicon is the image that appears next to your title
in a browser tab/window. You can create a .ico file from an image file
using a converter (e.g. http://tools.dynamicdrive.com/favicon)-->
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!--scroll animation-->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- MUSTAFA START HERE -->
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container navbar-container">
<a class="navbar-brand" href="#"><img src="img/gsüsflogo.png" alt="logo" width="60" height="70"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#about-us">About
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#event">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#volunteer">volunteer Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- Slide One - Set the background image for this slide in the line below -->
<div class="carousel-item active" style="background-image: url('./img/con1.jpg')">
<div class="overlay"></div>
<div class="carousel-caption d-md-block">
<h2 class="display-4 mustafa-display-4">First Slide</h2>
<p class="lead mustafa-lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste, nihil ipsa aperiam amet delectus maiores, ut quo totam laborum adipisci magni maxime earum veniam ex libero quasi ea sit reiciendis!.</p>
</div>
</div>
<!-- Slide Two - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('./img/con2.jpg')">
<div class="overlay"></div>
<div class="carousel-caption d-md-block">
<h2 class="display-4 mustafa-display-4">Second Slide</h2>
<p class="lead mustafa-lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur non nam laboriosam dolore at in accusamus asperiores obcaecati alias qui, itaque, unde, nobis enim recusandae assumenda illum a repudiandae repellendus..</p>
</div>
</div>
<!-- Slide Three - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('./img/con3.jpg')">
<div class="overlay"></div>
<div class="carousel-caption d-md-block">
<h2 class="display-4 mustafa-display-4">Third Slide</h2>
<p class="lead mustafa-lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Autem temporibus recusandae ullam in sequi, sit ut perspiciatis quo ad totam, eveniet dicta dolore est consectetur nemo, mollitia voluptas! Nostrum, ipsam..</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- OKTAY START HERE -->
<section id="about-us">
<div class="container" data-aos="fade-up">
<h2 class="mx-auto text-center oktay-text oktay-bold border-bottom border-danger pb-2 oktay-fit-container">About Informations</h2>
<p class="text-center oktay-text m-5">
It is a long established fact that a reader will be distracted by the readable content of a
page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, a
</p>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<h3 class="oktay-text oktay-letter-spacing">DISTRACTED BY THE READABLE</h3>
<p class="oktay-text mt-4 text-secondary font-weight-light"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, aIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, aIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of lettersdistracted by the readable distracted by the readable ,</p>
</div>
<div class="col-lg-6">
<img class="oktay-about-img" src="./img/aboutimg.png" alt="about-us-pic">
</div>
</div>
</div>
</section>
<section class="bg-light" id="event">
<div class="container" data-aos="fade-up">
<h2 class="mx-auto text-center oktay-text oktay-bold border-bottom border-danger p-2 pt-4 oktay-fit-container text-danger ">Events</h2>
<p class="text-center oktay-text text-secondary m-5">
It is a long established fact that a reader will be distracted by the readable content of a
page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, a
</p>
</div>
<div class="container">
<div class="row" data-aos="zoom-in">
<div class="col-lg-4 pt-4">
<img class="oktay-img" src="./img/afis-1.png" alt="afis-1">
</div>
<div class="col-lg-4 pt-4">
<img class="oktay-img " src="./img/afis-2.png" alt="afis-2">
</div>
<div class="col-lg-4 pt-4">
<img class="oktay-img" src="./img/afis-3.png" alt="afis-2">
</div>
</div> <!--.row-->
<div class="row" data-aos="zoom-in">
<div class="col-lg-4 pt-4">
<img class="oktay-img" src="./img/afis-4.png" alt="afis-2">
</div>
<div class="col-lg-4 pt-4">
<img class="oktay-img" src="./img/afis-5.png" alt="afis-2">
</div>
<div class="col-lg-4 pt-4">
<img class="oktay-img" src="./img/afis-6.png" alt="afis-2">
</div>
</div> <!--.row-->
</div>
</section>
<!-- /OKTAY END HERE -->
<!-- ZAYNEB START HERE -->
<!--Volunteer Projects-->
<section class="container-fluid">
<div class="container">
<section id="volunteer" class="container">
<div class="col text-center">
<h2 class="zh2">Volunteer Projects</h2>
<p class="my-5">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, a </p>
</div>
<div class="row mb-4">
<div class="col-lg-6 col-md-12">
<div class="row align-items-center">
<img src="./img/spilogo.png" alt="SPI Logo">
<h3 class="zheading3"> Homework Club Activity</h3>
</div>
<p class="mt-4 text-secondary font-weight-normal">Homework Club is a weekly program led by Turkish-speaking volunteers who work with students to build a greater understanding of current course materials and as a result, integrate more seamlessly into the Turkish education system. The club invites elementary and middle-grade students to join in group and one-on-one tutoring sessions in language, math, science, and other core subjects. The program helps students, many of who have experienced gaps in their education, prepare themselves to succeed in their present and future academic endeavors.</p>
</div>
<div class="col-lg-6 col-md-12 d-flex justify-content-center align-items-center">
<img class="mw-100 oktay-about-img" src="./img/homeworkc.jpg" alt="Photo from homework club">
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="row align-items-center">
<img id="cimg" src="./img/cimenev.png" alt="Cimen ev Logo">
<h3 class="zheading3"> Kustepe Mahallesi Project</h3>
</div>
<p class="mt-4 text-secondary font-weight-normal">Homework Club is a weekly program led by Turkish-speaking volunteers who work with students to build a greater understanding of current course materials and as a result, integrate more seamlessly into the Turkish education system. The club invites elementary and middle-grade students to join in group and one-on-one tutoring sessions in language, math, science, and other core subjects. The program helps students, many of who have experienced gaps in their education, prepare themselves to succeed in their present and future academic endeavors.</p>
</div>
<div class="col-lg-6 col-md-12 d-flex justify-content-center align-items-center">
<img class="mw-100 oktay-about-img" src="./img/kustepep.jpg" alt="Photo from kustepe">
</div>
</div>
</div>
</section>
<!--Volunteer Projects-->
<!--Blog-->
<div class="container-fluid ourBlog">
<section class="container">
<div class="col text-center">
<h2 class="zh2">Our Blog</h2>
<p class="my-5"> Lorem Ipsum is that it has a more-or-less normal distribution of letters, and can not produce content at the moment.</p>
</div>
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="blogImg">
<img class="w-100" src="./img/sfkfoto.png" alt="sfk photo">
<span class="blogSpan"> 1 November 2019</span>
</div>
<div class="postBy">
<p>Post By : GSU SFK </p>
</div>
<h3>Amnesty International Meetings</h3>
<p class="mt-4 text-secondary font-weight-normal"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web</p>
</div>
<div class="col-lg-6 col-md-12">
<div class="blogImg">
<img class="w-100" src="./img/sfkfoto.png" alt="sfk photo">
<span class="blogSpan"> 18 October 2019</span>
</div>
<div class="postBy">
<p>Post By : GSU SFK </p>
</div>
<h3> Collaboration with Amnesty International</h3>
<p class="mt-4 text-secondary font-weight-normal"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="blogImg">
<img class="w-100" src="./img/sfkfoto.png" alt="sfk photo">
<span class="blogSpan"> 18 October 2019</span>
</div>
<div class="postBy">
<p>Post By : GSU SFK </p>
</div>
<h3> Collaboration with Amnesty International</h3>
<p class="mt-4 text-secondary font-weight-normal"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web</p class="text-secondary font-weight-normal">
</div>
<div class="col-lg-6 col-md-12">
<div class="blogImg">
<img class="w-100" src="./img/sfkfoto.png" alt="sfk photo">
<span class="blogSpan"> 10 October 2019</span>
</div>
<div class="postBy">
<p>Post By : GSU SFK </p>
</div>
<h3> Collaboration with Amnesty International</h3>
<p class="mt-4 text-secondary font-weight-normal"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web</p>
</div>
</div>
</section>
<!--Blog-->
<!-- /ZAYNEB END HERE -->
<!-- MUHAMMED START HERE -->
<section id="contact-us">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-auto text-center">
<h2 class="titelpage col-sm-auto">
Contact Us
</h2>
</div>
</div>
<div class="row justify-content-center ">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 py-4 my-4 bg-white ">
<form action="#">
<input type="text" name="name" placeholder="Name" class="col-md-12 py-2 my-2" required>
<input type="tel" name="phone" placeholder="Phone +90 000 000 00 00" class="col-md-12 py-2 my-2" pattern="[+, ,0-9]{10,}" required>
<input type="email" pattern="[a-z0-9._%+-]+@+[a-z0-9.-]+\.+[a-z]{2,}$" name="email"
placeholder="Email" class="col-md-12 py-2 my-2" required>
<textarea class="textarea col-md-12 my-2" placeholder="Message" name="Message"
rows="3"></textarea>
<div class="col-12 justify-content-center text-center">
<input type="submit" value="send" name="send" class="py-3 px-5 my-2">
</div>
</form>
</div>
</div>
</div>
</section>
<footer id="contact">
<div class="container-fluid py-4 text-center">
<h2>Folow Us On</h2>
<div class="row justify-content-center">
<nav class=" navbar-expand navbar-light justify-content-center navbar-nav">
<ul class="navbar-nav justify-content-around row row-cols-2 row-cols-sm-4">
<a class="nav-link" href="#"><i class="fab fa-facebook-square fa-4x "></i> </a>
<a class="nav-link " href="#"><i class="fab fa-instagram fa-4x "></i></a>
<a class="nav-link " href="#"><i class="fab fa-twitter-square fa-4x "></i></a>
</ul>
</nav>
</div>
</div>
<div id="love" class="container-fluid text-center">
<h3>
Made with love
</h3>
</div>
</footer>
<!-- /MUHAMMED END HERE -->
<!--
These script tags load jQuery, any plugins you've downloaded,
and your main JavaScript file into your web page
-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<!--scroll animation script start-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!--scroll animation script finish-->
</body>
</html>