-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (48 loc) · 1.54 KB
/
about.html
File metadata and controls
48 lines (48 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>SMIC Computer Club</title>
<meta name="description" content="SMIC Computer Club Website">
<meta name="keywords" content="SMIC,SMIC School,SMIC Private School,The SMIC Private School,Computer Club">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="other-background"></div>
<header>
<div class="title">
<h1 id="other-title">ABOUT</h1>
</div>
<nav id="other-nav">
<table align="center">
<td>
<a href="index.html">HOME</a>
</td>
<td>
<a href="about.html">ABOUT</a>
</td>
<td>
<a href="contact.html">CONTACT</a>
</td>
</table>
</nav>
</header>
<main id="other-main">
<section id="about-list">
<ul>
<center>
<h2>
SMIC Computer Club
<br>
is a space for students to
</h2>
</center>
<li>Learn</li>
<li>Design</li>
<li>Develop</li>
<li>Share Ideas</li>
<li>Collaborate</li>
</ul>
</section>
</main>
</body>
</html>