-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (35 loc) · 1.11 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
<!doctype html>
<html lang="en" class="no-js" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main-style.css">
<link rel="stylesheet" href="css/about.css">
<title>About SIGCHI</title>
</head>
<!-- Projects -->
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li> <!-- HOME/PROJECTS -->
<li><a href="members.html">Members</a></li>
<li><a href="involvement.html">Contact</a></li>
<li><a href="#">About</a></li>
</ul>
</nav>
<div id="pagewrapper">
<h1> About SIGCHI </h1>
<div id="images">
<div class="image-container"> <img src="img/discord.png">
<h3> Hello </h3>
</div>
<div class="image-container"> <img src="img/discord.png">
<h3> Hello </h3>
</div>
<div class="image-container"> <img src="img/discord.png">
<h3> Hello </h3>
</div>
</div>
</div>
</body>
</html>