-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
53 lines (47 loc) · 1.72 KB
/
info.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
<!DOCTYPE html>
<html>
<head>
<!-- META -->
<title>t.leaf</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/kickstart.css" media="all" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<!-- Javascript -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/kickstart.js"></script>
</head>
<body>
<ul class = "navbar">
<a href="index.html" ><li><p>Home</p></li></a>
<a href="teas.html" ><li><p>Teas</p></li></a>
<a href="blender.html" ><li><p>Blender</p></li></a>
<a href="info.html" ><li class="current"><p>Info</p></li></a>
</ul>
<div class="grid">
<div class="col_12" style="margin-top:20px;">
<h5 id="infotitle" class="center" style="margin-bottom:20px">Developers</h5>
<!--
<div id="nickpic"><a href="nickvw.com"><img src="nickpic.png" height"40" width="40"></a></div>
<div id="nick">Nick VanderWoude</div>
<div id="joe">Joe Ciardelli</div>
<div id="joepic"><a href="cs.wisc.edu/~ciardell"><img src="inspiration.png" height="65" width="65"></a></div>
-->
</div>
<div class="col_12">
<table id="infotable" >
<tr id="tabletop" size="50%">
<td class="tableCell"><h5>Nick VanderWoude</h5></td>
<td class="tableCell"><a href="http://nickvw.com"><img src="nickpic.png"></a></td>
</tr>
<tr id="tablebottom"side="50%" >
<td class="tableCell"><a href="http://cs.wisc.edu/~ciardell"><img id="joepic" src="inspiration.png"></a></td>
<td class="tableCell"><h5>Joe Ciardelli</h5></td>
</tr>
</table>
</div>
</div>
</body>
</html>