-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.tpl
More file actions
52 lines (52 loc) · 1.7 KB
/
Copy pathindex.html.tpl
File metadata and controls
52 lines (52 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Savage Internet</title>
<meta name="description" content="Savage Internet is a company that works in the spaces of education and games, with expertise in hardware prototyping, software programming, fabrication, and interactive data visualization.">
<meta name="robots" content="index, follow">
<link rel="stylesheet" type="text/css" href="/css/style.css" />
</head>
<body>
<div id="root">
<div id="header">
<div id="logo">
<a href="/"><img src="/img/logo.svg" /></a>
</div>
<div id="nav">
<span>Projects</span>
<a href="/consulting.html">Consulting</a>
<a href="https://blog.savageinter.net/">Blog</a>
<a href="/team.html">Team</a>
</div>
</div>
<div id="body">
<div id="main">
<div id="tags">
<span class="tag ed">education</span>
<span class="tag el">electronics</span>
<span class="tag fab">fabrication</span>
<span class="tag g">games</span>
<span class="tag rw">real-world</span>
<span class="tag viz">visualization</span>
</div>
<div id="projects">
{PROJECTS}
</div>
<div id="project_details" class="hide">
<div id="project_details_wrapper">
<div id="project_details_title"></div>
<div id="project_details_description"></div>
</div>
</div>
<div class="social">
Want to talk? Reach out to us:<br/>
<a href="https://facebook.com/savageinternet/"><img src="img/social/facebook.png"></a>
<a href="mailto:founders@savageinter.net"><img src="img/social/email.png"></a>
</div>
</div>
</div>
</div>
<script src="/js/index.js"></script>
</body>
</html>