-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
90 lines (90 loc) · 4.77 KB
/
team.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="team.css">
<nav id="menu">
<div class="space"></div>
<img class="menuItem" src="LitestoneMonoH.png" height="105%">
<div class="space"></div>
<a class="menuItem" href="home.html">Home</a>
<a class="menuItem" href="blog.html">Blog</a>
<a class="menuItem" href="projects.html">Projects</a>
<a class="menuItem" href="releases.html">Releases</a>
<a class="selectedItem" href="#">Team Members</a>
<a class="menuItem" href="faq.html">FAQ</a>
<a class="menuItem" href="about.html">About</a>
<div class="space"></div>
</nav>
</head>
<body>
<br><br><br><br><br><br><br><br>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Vahkiti and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of JrMasterModelBuilder and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%" height="12.5%"><p class="descr">A brief description of Benji and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of ShadowKnight and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of OndrikB and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of robot5431 and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Fraug L. Coolman and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Metroidwave and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Hexadecimal Mantis and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Jamesster and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%" height="12.5%"><p class="descr">A brief description of svenl98 and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Grampa Walker and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of justframbo and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Borzen and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Darvell and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Omega12 and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Perp3tual and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Professor Brickkeeper and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of why and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of 2Tie and what role they play</p>
</div>
<div class="bio">
<img src="temp.png" align="left" width="12.5%" height="12.5%"><p class="descr">A brief description of Ascendancy and what role they play</p>
</div>
</body>
<footer>
<p> LEGAL JARGON THAT I DO NOT UNDERSTAND. I HAVE NO WISH TO UNDERSTAND IT.<BR>
SOMEONE ELSE PLEASE HANDLE WHAT GOES HERE. COPYRIGTH 2018 BC.</p>
</footer>
</html>