forked from z/z.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (101 loc) · 4.94 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>z @ github.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Tyler Mulligan">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ico/favicon.png">
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<!-- Subhead
================================================== -->
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>z</h1>
<p class="lead">who is this guy?</p>
</div>
</header>
<div class="container">
<!-- Docs nav
================================================== -->
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#intro"><i class="icon-chevron-right"></i> Introduction</a></li>
<li><a href="#notes"><i class="icon-chevron-right"></i> Notes</a></li>
<li><a href="#contact"><i class="icon-chevron-right"></i> Contact</a></li>
</ul>
</div>
<div class="span9">
<!-- Introduction
================================================== -->
<section id="intro">
<div class="page-header">
<h1>Introduction</h1>
</div>
<h3>It do?</h3>
<p>Utilizing Linux and the Internet is a major focal point of my work. I enjoy hardware hacking and FOSS. A lot of what you'll find here are collections of bash scripts, configuration files, jQuery plugins and maybe some PHP scripts I hacked out as a proof of concept years ago. Welcome to my new path of self-discovery and social coding. I plan to organize and share more offerings to world through this medium as I fall into the ebb and flow.</p>
</section>
<!-- Notes
================================================== -->
<section id="notes">
<div class="page-header">
<h1>Notes</h1>
</div>
<h3>What else?</h3>
<p>Nerd to the core. Building computers from parts, installing and configuring the Operating Systems, writing software that runs on them, networking.</p>
<p>I work for a behavior change company managing servers, building websites and mobile applications as part of bigger creative campaigns.</p>
<p>As a hobby, I integrate electronics into attire / fashion. Jackets, hats, shoes, etc.</p>
<p>I like to tinker. Solving obscure problems are fun puzzles to me. I think imagemagick is a lot of fun.</p>
<p>This page is a work in progress. I'm laying out the ground work to make future enhancements easier.</p>
</section>
<!-- Contact
================================================== -->
<section id="contact">
<div class="page-header">
<h1>Contact</h1>
</div>
<h3>How?</h3>
<p>Tyler Mulligan</p>
<p>[email protected]</p>
</section>
</div>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<ul class="footer-links">
<li><a href="http://www.doknowevil.net">Blog</a></li>
<li class="muted">·</li>
<li><a href="https://github.com/z">Github</a></li>
</ul>
</div>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/application.js"></script>
</body>
</html>