-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
39 lines (32 loc) · 1.08 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
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Coded Mind</title>
<meta name="description" content="A portal of web stuff.">
<meta name="author" content="Kaiser">
<link rel="stylesheet" href="styles.css">
<script src="kaiser.js"></script>
</head>
<body>
<header><h2>The Coded Mind::About</h2></header>
<section>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="chat.html">Chat</a></li>
<li><a href="https://twitter.com/thecodedmind">Twitter</a></li>
<li><a href="https://twitter.com/themindofathena">Twitter (Athena)</a></li>
<li><a href="https://github.com/thecodedmind/">TCM Github</a></li>
<li><a href="https://github.com/kaiz0r/">My Github</a></li>
</ul>
</nav>
<article>
<h1>About Us</h1>
The Coded Mind is a group collaboration of programmers with the mission of creating dope shit.<br>
Okay but seriously. We just want to create cool libraries, applications, whatever we think<br>
will either help people, or just be fun.<br>
We're in it for the love of code.
</article>
</section>
</body>
</html>