-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (152 loc) · 5.87 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mindless Drone Software</title>
<link rel="icon" type="img/png" href="/icon.png">
<link rel=stylesheet href=css/my.css>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1"
crossorigin="anonymous">
<header>
<i class="fa fa-meh-o"></i>
<h1>
<a href="https://github.com/tdillon"><i class="fa fa-github"></i></a>
<a href=https://twitter.com/tgd25><i class="fa fa-twitter"></i></a> Travis Dillon
<a href=https://plus.google.com/103020966950971759410><i class="fa fa-google-plus"></i></a>
<a href=https://facebook.com/tdillon25><i class="fa fa-facebook hi-icon-effect-8"></i></a>
</h1>
<!-- Rock Paper Scissors Lizard Spock -->
<div id=rpsls>
<div class=current>
<i class="fa fa-hand-rock-o"></i>
<i class="fa fa-hand-paper-o"></i>
<i class="fa fa-hand-scissors-o"></i>
<i class="fa fa-hand-lizard-o"></i>
<i class="fa fa-hand-spock-o"></i>
</div>
<div>
<i></i> vs
<i></i>
</div>
<div>
<i class=fa></i>
<span></span>
<i></i>
</div>
<div>
<span>
<i class="fa fa-child"></i>
<span>0</span>
<i class="fa fa-trophy"></i>
</span>
<span>
<i class="fa fa-blind"></i>
<span>0</span>
<i class="fa fa-trophy"></i>
</span>
</div>
</div>
</header>
<!-- GITHUB -->
<section class="container-fluid">
<div id=github class=row>
<div class="col-xs-6 col-sm-4 col-md-2 col-lg-2">
<i class="fa fa-code"></i>
<p><span>#</span> repos</p>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 col-lg-2">
<i class="fa fa-code-fork"></i>
<p><span>#</span> commits</p>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 col-lg-2">
<i class="fa fa-plus-square"></i>
<p><span>#</span> additions</p>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 col-lg-2">
<i class="fa fa-minus-square"></i>
<p><span>#</span> deletions</p>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 col-lg-2">
<i class="fa fa-line-chart"></i>
<p><span>#</span> churn</p>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 col-lg-2">
<i class="fa fa-hdd-o"></i>
<p><span>#</span> kb</p>
</div>
</div>
</section>
<section class="container-fluid">
<div class="row">
<div class="col-sm-12">
<h2>Magnum Opuses</h2>
<p>My penultimate achievements cannot be overstated.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3">
<canvas id=cvsSeven height=190 width=190></canvas>
<h3>7 Segment library</h3>
<p>
<a href="https://www.npmjs.com/package/seven-segment">NPM</a> •
<a href="https://github.com/tdillon/7">Github</a> •
<a href=7>Project</a> •
<a href=7/demo.html>Demo</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3">
<canvas height=190 width=190></canvas>
<h3>Weather Widget #1</h3>
<p>
<a href="https://play.google.com/store/apps/details?id=tgd.mindless.drone.weatherwidgetnumberone.redux">
Google Play
</a> •
<a href=weather>Angular 2 Prototype</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3">
<canvas height=190 width=190></canvas>
<h3>Rangefinder</h3>
<p>
<a href=rangefinder>App</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3">
<canvas height=190 width=190></canvas>
<h3>Calculator</h3>
<p>
<a href=calculator>App</a>
</p>
</div>
</div>
</section>
<section class="container-fluid">
<blockquote class="row col-xs-12 col-sm-10 col-md-8 col-lg-6 col-sm-offset-1 col-md-offset-2 col-lg-offset-3">
<p>
<i class="fa fa-quote-left"></i> I gave him the blueberry one, and then I had, I looked back in my hand and I
had a cheese danish and another blueberry one in my hand, and I looked over and he had had a cheese danish and
a blueberry one too, they had multiplied once we had agreed that it was fair.
</p>
<footer>
III
<cite title="Source Title">Columbus, OH 2005</cite>
</footer>
</blockquote>
</section>
<section class="container-fluid">
<h2>et al.</h2>
<p>Don't waste your time here.</p>
<p>
<a href=PolarCalendar.html>Polar Calendar</a> •
<a href=polar>Polar Clock</a> •
<a href=clocks/3d.html>3d Clock</a> •
<a href=clocks/disk.html>Disk Clock</a> •
<a href=clocks/segmentus.html>Segmentus Clock</a> •
<a href=clocks/svg.html>SVG Clock</a> •
<a href=alarms>Alarms</a> •
<a href=http://www.thingiverse.com/thing:260104>Reloading Tray</a>
</p>
</section>
<footer>
FEMA region III
</footer>
<script src="dist/bundle.js"></script>