-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathteam.html
More file actions
99 lines (89 loc) · 3.07 KB
/
team.html
File metadata and controls
99 lines (89 loc) · 3.07 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
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
91
92
93
94
95
96
97
98
99
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<!-- gh-pages likes to cache for 24h, let's disable that -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Thu, 01 Jan 1970 13:37:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>NodeBotsAU - The Rise of JS Robotics Australia</title>
<link href='http://fonts.googleapis.com/css?family=Monda:400,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="/img/favicon.png" >
<link rel="stylesheet" media="screen" href="/css/main.css" >
</head>
<body>
<header id="header">
<div class="nodebot">
<div class="icon">
<div class="bobble"></div>
<div class="antenna"></div>
<div class="head">
<div class="eye left"></div>
<div class="eye right"></div>
</div>
<div class="neck"></div>
<div class="neck"></div>
</div>
</div> <!-- end nodebot -->
<h1><a href="/">NodeBotsAU</a></h1>
<h2>Robots powered by JavaScript</h2>
<a href="/index.html#nextevent">
<aside class="notice">
<h1>
International<br/>
NodeBots<br/>
Day
</h1>
<p>23rd July<br>
2016</p>
</aside>
</a>
</header>
<div class="content">
<h2 id="events">NodeBots Australia Core Team</h2>
<ul class="team">
<li>
<img src="/img/team/ajfisher.jpg">
<p>
Andrew Fisher<br>
<a href="https://twitter.com/ajfisher">@ajfisher</a><br>
Melbourne
</p>
</li>
<!-- <li>
<img src="/img/team/damonoehlman.jpg">
<p>
Damon Oehlman<br>
<a href="https://twitter.com/damonoehlman">@damonoehlman</a><br>
Sydney
</p>
</li>-->
<li>
<img src="/img/team/garrows.jpg">
<p>
Glen Arrowsmith<br>
<a href="https://twitter.com/garrows">@garrows</a><br>
Brisbane
</p>
</li>
<li>
<img src="/img/team/annagerber.jpg">
<p>
Anna Gerber<br>
<a href="https://twitter.com/annagerber">@annagerber</a><br>
Brisbane
</p>
</li>
</ul>
</div>
<footer id="footer">
<div class="badges">
<a class="github" href="https://github.com/nodebotsau/nbdau" title="Code on GitHub"></a>
<a class="twitter" href="https://twitter.com/nodebotsau" title="News on Twitter"></a>
</div>
</footer>
</body>
</html>