-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
95 lines (93 loc) · 2.88 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
---
layout: main
---
<body>
<div class="slider_area">
<div class="single_slider d-flex align-items-center slider_bg_1">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-7 col-md-6">
<div class="slider_text">
<h3
class="wow fadeInDown"
data-wow-duration="1s"
data-wow-delay=".1s"
>
Technology team<br />
DSC NUS
</h3>
<p
class="wow fadeInLeft"
data-wow-duration="1s"
data-wow-delay=".1s"
>
Developer Student Club by Google Developers<br />
National University of Singapore
</p>
<div
class="video_service_btn wow fadeInLeft"
data-wow-duration="1s"
data-wow-delay=".1s"
>
<a href="https://dsc.comp.nus.edu.sg" class="boxed-btn2"
>View our main website
</a>
</div>
</div>
</div>
<div class="col-xl-5 col-md-6">
<div
class="phone_thumb wow fadeInDown"
data-wow-duration="1.1s"
data-wow-delay=".2s"
>
<img src="dscimg/build.png" alt="" class="responsive" />
</div>
</div>
</div>
</div>
</div>
</div>
<!-- slider_area_end -->
<!-- about -->
<div class="features_area">
<div class="container">
<div class="features_main_wrap">
<div class="row align-items-center">
<div class="col-xl-5 col-lg-5 offset-xl-1 offset-lg-1 col-md-6">
<div
class="about_image wow fadeInLeft"
data-wow-duration=".4s"
data-wow-delay=".3s"
>
<img src="dscimg/intro.jpg" alt="" class="responsive" />
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="features_info">
<h3
class="wow fadeInUp"
data-wow-duration=".5s"
data-wow-delay=".3s"
>
What is DSC-NUS?
</h3>
<p
class="wow fadeInUp"
data-wow-duration=".6s"
data-wow-delay=".4s"
>
DSC NUS is made up of people from diverse backgrounds, majors,
years of study, genders and races.
<br /><br />
We come together to push our mission of
<a href="https://www.instagram.com/dscnus/">#TechforGood.</a>
<br /><br />
Find out more <a href="about">about us</a>.
</p>
</div>
</div>
</div>
</div>
</div>
</body>