-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (55 loc) · 2.35 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
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>//DevTRW by devtrw</title>
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5PR9VR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5PR9VR');</script>
<!-- End Google Tag Manager -->
<div id="container">
<div class="inner">
<header>
<h1><img src="/images/logo.png" width=320 height=132 alt="//DevTRW" /></h1>
<h2>Development, The Right Way</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/devtrw" id="view-on-github" class="button"><span>View on GitHub</span></a>
<a class="button projects-link" href="http://projects.devtrw.com">
<i class="fa fa-lg fa-bar-chart-o"></i>
Projects
</a>
</section>
<hr>
<section id="main_content">
<h3>
<a name="contact" class="anchor" href="#contact">
<span class="octicon octicon-link"></span>
</a>
Contact
</h3>
<p>
<strong>E:</strong> <a href="mailto:[email protected]">[email protected]</a>
</p>
</section>
<footer>
</footer>
</div>
</div>
</body>
</html>