-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
147 lines (143 loc) · 4.59 KB
/
about.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
---
layout: main
---
<body>
<div class="bradcam_area bradcam_bg_1">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="bradcam_text">
<h3
class="wow fadeInDown"
data-wow-duration="1s"
data-wow-delay=".1s"
>
About us
</h3>
</div>
<br />
</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>
</p>
</div>
</div>
</div>
</div>
<div class="features_main_wrap">
<div class="row align-items-center">
<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 the Technology team about?
</h3>
<p
class="wow fadeInUp"
data-wow-duration=".6s"
data-wow-delay=".4s"
>
The Technology team is responsible for the execution of DSC-NUS
workshops and thematic tech events. We also take up tech
advisory roles for club-wide DSC-NUS events such as the
<a href="https://dsc.comp.nus.edu.sg/hackforgood2020"
>Hack For Good 2020 hackathon.</a
>
</p>
</div>
</div>
<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/tshirt.jpg" alt="" class="responsive" />
</div>
</div>
</div>
</div>
<div class="features_main_wrap">
<div class="row align-items-center">
<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"
>
Founding team
</h3>
<h4
class="wow fadeInUp"
data-wow-duration=".55s"
data-wow-delay=".35s"
>
August 2019 - Present
</h4>
<p
class="wow fadeInUp"
data-wow-duration=".6s"
data-wow-delay=".4s"
>
<b>Head of Technology</b><br />Melodies Sim<br /><br />
<b>Deputy Head of Technology</b><br />Evan Tay<br /><br />
<b>Web Development Associates</b><br />Andre Wong, Kyler Lim,
Lim Jun Hup, Low En Hao<br /><br />
<b>Data Analytics Associates</b><br />Ang Yi Zhe, Chua Jing
Yang, Jet New, Michael Yang
</p>
</div>
</div>
<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/teamphoto.jpg" alt="" class="responsive" />
</div>
</div>
</div>
</div>
</div>
</div>
</body>