forked from teamacid/teamacid.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (63 loc) · 1.89 KB
/
index.html
File metadata and controls
63 lines (63 loc) · 1.89 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
<!doctype html>
<html>
<head>
<title>We. Are. TeamAcid.</title>
<link rel="stylesheet" href="normalize.css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet' type='text/css'>
<style type="text/css">
* {
margin: 0;
padding: 0;
font-family: 'Ubuntu Condensed', sans-serif;
}
#container {
margin: 0 auto;
width: 50%;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h1, h2, h3, h4 {
text-align: left;
font-weight: normal;
}
.green {
color: #99EE55;
font-family: 'Nova Square', sans-serif;
}
</style>
</head>
<body>
<div id="container">
<h1>Hello there, mere mortal. <strong>We are <span class="green">TeamACiD</span>.</strong></h1>
<h3>We do fun things with various devices.</h3>
<h4>We're too lazy to make a real website right now, but here are some links pertaining to us:</h4>
<strong>Members:</strong>
<ul>
<li><a href="https://github.com/bhundven">Bryan Hundven (bhundven)</a></li>
<li><a href="https://github.com/fbis251">Fernando Barillas (FBis251)</a></li>
<li><a href="https://github.com/maxfierke">Max Fierke (m4xm4n)</a></li>
<li><a href="https://github.com/RaverX3X">Jamie (RaverX3X)</a></li>
<li><a href="https://github.com/dsexton702">Daniel Sexton (dsexton702)</a></li>
</ul>
<strong>Other Projects We Are Currently Working On:</strong>
<ui>
<li><a href="http://forum.xda-developers.com/showthread.php?t=1618016">CyanogenMod 7.2.0 RC1 for Galaxy S 4G</a></li>
</ui>
<strong>Other Useful Links:</strong>
<ui>
<li><a href="http://forum.xda-developers.com/wiki/Samsung_Galaxy_S_4G">Samsung Galaxy S 4G Wiki</a></li>
<ui>
</div>
</body>
</html>