-
Notifications
You must be signed in to change notification settings - Fork 0
/
social.html
34 lines (28 loc) · 996 Bytes
/
social.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Social</title>
<meta name="A website with resources for women in tech" content="FemHacks Website">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2>Social</h2>
<p>Social activities and resources to help you make the best of your time at Cal </p>
<h3> Student Organizations </h3>
<ul>
<li><a class = "resource_link"
href="awe.berkeley.edu">Association of Women in EECS</a>
</li>
<li><a class = "resource_link"
href="https://swe.berkeley.edu">Society of Women Engineers</a>
</li>
<li><a class = "resource_link"
href="https://femtechberkeley.com">FEMTech</a>
</li>
</ul>
<div id="footer">
<p><a href="index.html">Home</a> | <a href="academics.html">Academics</a> | <a href="social.html">Social</a> | <a href="health.html">Health</a> | <a href="mycsstory.html">My CS Story</a> </p>
</div>
</body>
</html>