-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (135 loc) · 6.46 KB
/
index.html
File metadata and controls
139 lines (135 loc) · 6.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#4285f4">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="description" content="Developer Student Clubs, University of Waterloo is a collaborative developer group for students of University of Waterloo.">
<title>Developer Student Club - University of Waterloo</title>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google+Sans:400,700|Red+Hat+Text">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined">
<link rel="dsc icon" type="image/png" href="img/branding/logo-only.png"/>
</head>
<body>
<header class="event">
<div class="header-background" style="background-image: url('img/photos/working.jpeg')"></div>
<div class="section-container">
<div class="topbar">
<div class="dsc-uwaterloo-logo">
<img src="img/branding/logo-only.png" alt="Developer Student Clubs">
<div>
<h1>Developer Student Clubs</h1>
<h3>University of Waterloo</h3>
</div>
</div>
</div>
<div class="masthead">
<h1>Stay tuned for more events coming Spring 2021!</h1>
<p>Join the Waterloo chapter to get notifications whenever we host new events!</p>
<div class="cta-buttons">
<a href="https://dsc.community.dev/university-of-waterloo/" class="button">Join Us</a>
</div>
</div>
</div>
</header>
<section id="workshops" class="two-piece">
<div class="text-container">
<h1 class="title">
<i class="material-icons title-bg-icon">code</i>
Learn to code from the experts.
</h1>
<p>Over the year, DSC UW will host multiple workshops,
info sessions, study jams, hackathons and more, where you
will learn from people of all skill levels—from
fellow students to Googlers.
</p>
</div>
<img src="img/illustrations/collaboration.png" alt="Collaborate" class="bottom-image">
</section>
<section id="projects" class="two-piece">
<img src="img/illustrations/projects.png" alt="Projects" class="bottom-image">
<div class="text-container">
<h1 class="title">
<i class="material-icons-outlined title-bg-icon">cloud_done</i>
Make things that change the world.
</h1>
<p>As part of DSC, you will have the opportunity to
develop projects designed to solve real-life problems
for yourself, your classmates or teachers, the
community around you, or even the entire world. The
sky's the limit and the only thing stopping you is
your imagination.
</p>
</div>
</section>
<section id="team">
<div class="team-section">
<h1>Meet the Team</h1>
<p>These are the people that make DSC UW possible.
Feel free to approach them at any time; they're
here for you!
</p>
<div class="team-members">
<div class="team-member">
<img src="img/members/jenniferchen.jpg" alt="Jennifer Chen">
<div class="member-text">
<h3>Jennifer Chen</h3>
<h4>Team Lead</h4>
</div>
</div>
</div>
<div>
<h4>Leads coming soon...</h3>
</div>
<div class="alumni">
<h2>Alumni</h2>
<div class="team-members">
<div class="team-member">
<img src="img/alumni/rishabhminocha.jpg" alt="Rishabh Minocha">
<div class="member-text">
<h3>Rishabh Minocha</h3>
</div>
</div>
<div class="team-member">
<img src="img/alumni/roshanrishav.jpg" alt="Roshan Rishav">
<div class="member-text">
<h3>Roshan Rishav</h3>
</div>
</div>
<div class="team-member">
<img src="img/alumni/shubhangiraj.jpg" alt="Shubhangi Raj">
<div class="member-text">
<h3>Shubhangi Raj</h3>
</div>
</div>
<div class="team-member">
<img src="img/alumni/padamchopra.jpg" alt="Padam Chopra">
<div class="member-text">
<h3>Padam Chopra</h3>
</div>
</div>
<div class="team-member">
<img src="img/alumni/namansood.jpg" alt="Naman Sood">
<div class="member-text">
<h3>Naman Sood</h3>
</div>
</div>
<div class="team-member">
<img src="img/alumni/angelazhang.jpg" alt="Angela Zhang">
<div class="member-text">
<h3>Angela Zhang</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
Created by the members of Developer Student Club, University of Waterloo 2021.
</footer>
<script src="js/index.js"></script>
</body>
</html>