-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (59 loc) · 3.82 KB
/
index.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
<html lang="en" class="mdl-js"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terminal Velocity</title>
<link href="//fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="assets/material.min.css">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<div class="mdl-layout__container has-scrolling-header"><div class="demo-layout mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--grey-100 is-upgraded" data-upgraded=",MaterialLayout">
<header class="demo-header mdl-layout__header mdl-layout__header--scroll mdl-color--grey-100 mdl-color-text--grey-800">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">Terminal Velocity</span>
</div>
</header>
<div class="demo-ribbon"></div>
<main class="demo-main mdl-layout__content">
<div class="demo-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
<div class="demo-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
<div class="demo-crumbs mdl-color-text--grey-500">
<a href="/">Terminal Velocity</a> > Home
</div>
<h3>Home</h3>
<p>
Terminal-Velocity is a team of developers who build websites and applications at hackathons and code clubs within the West Midlands, and some of their work is on <a href="https://github.com/terminal-velocity">Github</a>. Their website <a href="cosmic-junk-collector/">'Cosmic Junk Collector'</a> was a semi-finalist in the Festival of Code, run by Young Rewired State.
<br>
Their project <a href="https://github.com/terminal-velocity?q=sherry-christmas">Sherry The Christmas Tree</a> was a finalist at <a href="https://hacktheholidays.io/">HackTheHolidays</a>.
</p>
<p>
<h4>The Team</h4>
<ul>
<li><a href="https://github.com/hexaglow">Matt Randall</a></li>
<li><a href="https://github.com/ir-g">Isaac Reid-Guest</a></li>
<li><a href="https://github.com/TimStallard">Tim Stallard</a></li>
<li><a href="https://github.com/freddieb">Freddie Brown</a></li>
<li><a href="https://github.com/benjimarshall">Benji Marshall</a></li>
<li><a href="https://github.com/ChilliByte">Deep Sohelia</a></li>
<li><a href="https://twitter.com/_SPatel_">Sailesh Patel</a></li>
</ul>
<h4>Projects</h4>
<ul>
<li><a href="cosmic-junk-collector/index.html">Cosmic Junk Collector</a></li>
<li><a href="https://github.com/terminal-velocity?q=sherry-christmas">Sherry Christmas / Sherry The Tree</a></li>
<li><a href="https://github.com/terminal-velocity?q=patient-track">Patient Track</a></li>
<li><a href="https://github.com/terminal-velocity?q=DankDrop">DankDrop</a></li>
<li><a href="https://github.com/terminal-velocity/eCrackers">eCrackers</a> - <a href="https://ecracker.net/">project site</a></li>
</ul>
</p>
</div>
</div>
</main>
</div></div>
<script src="assets/material.min.js"></script>
</body>
</html>