summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..340aab5
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,79 @@
1<!doctype html>
2<html class="no-js">
3 <head>
4 <meta charset="utf-8">
5 <title>In August Productions</title>
6 <meta name="description" content="">
7 <meta name="viewport" content="width=device-width">
8 <link rel="shortcut icon" href="/favicon.ico">
9 <link rel="stylesheet"
10 href="/css/bootstrap.css">
11 <link rel="stylesheet"
12 href="/css/modernizr.css">
13 <link rel="stylesheet"
14 href="/css/mordred.css">
15
16 </head>
17 <body>
18 <!--[if lt IE 10]>
19 <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
20 <![endif]-->
21
22
23 <!--
24 <nav class="navbar navbar-inverse navbar-fixed-top">
25 <div class="container">
26 <div class="header">
27 <ul class="nav nav-pills pull-right">
28 <li class="active"><a href="/">Home</a></li>
29 </ul>
30 <h3 class="text-muted"><a href="/">inaugust.com</a></h3>
31 </div>
32 </div>
33 </nav>
34 -->
35
36 <!-- Main jumbotron for a primary marketing message or call to action -->
37 <div class="jumbotron"
38 xmlns:dct="http://purl.org/dc/terms/"
39 href="http://purl.org/dc/dcmitype/InteractiveResource"
40 property="dct:title"
41 rel="dct:type">
42 <div class="container">
43 <p class="lead">Things you may or may not care or not care about.</p>
44 </div>
45 </div>
46
47 <div class="container">
48 <div class="row">
49 <h3><a href='talks'>Slides for Talks I've Given</a></h3>
50 </div>
51 <div class="row">
52 <h3><a href='big-tent.html'>The Big Tent</a></h3>
53 </div>
54
55 <div class="footer">
56 <p>&copy;
57 <span xmlns:cc="http://creativecommons.org/ns#"
58 property="cc:attributionName">Monty Taylor</span>
59 2015
60 </p>
61
62 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
63 <img alt="Creative Commons License"
64 style="border-width:0"
65 src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
66 </a><br />
67 <a xmlns:cc="http://creativecommons.org/ns#"
68 rel="cc:attributionURL"
69 href='http://inaugust.com'>http://inaugust.com</a> is licensed under a
70 <a rel="license"
71 href="http://creativecommons.org/licenses/by/4.0/">
72 Creative Commons Attribution 4.0 International License
73 </a>.
74 <br />
75 Website source code available at <a href='https://github.com/emonty/inaugust.com'>https://github.com/emonty/inaugust.com</a>
76 </div>
77
78</body>
79</html>