-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
185 lines (169 loc) · 7.7 KB
/
about.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
180
181
182
183
184
185
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title>Justin's Info</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
<!-- Libary CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/font-awesome.css">
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
</head>
<body>
<div id="wrap">
<!-- Nav -->
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="dvito-header" class="navbar-brand" href="/">dvito.github.io</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right hidden-xs">
<li >
<a id="blog-header" href="/index.html" title="Personal Blog" ><i class="fa fa-list"></i> Blog</a>
</li>
<li >
<a id="project-header" href="/projects.html" title="Projects I've Worked On" ><i class="fa fa-code"></i> Projects</a>
</li>
<li class="active">
<a id="about-header" href="/about.html" title="About Me" ><i class="fa fa-user"></i> About</a>
</li>
</ul>
<ul class="nav navbar-nav visible-xs">
<li >
<a id="blog-header" href="/index.html" title="Personal Blog" ><i class="fa fa-list"></i> Blog</a>
</li>
<li >
<a id="project-header" href="/projects.html" title="Projects I've Worked On" ><i class="fa fa-code"></i> Projects</a>
</li>
<li class="active">
<a id="about-header" href="/about.html" title="About Me" ><i class="fa fa-user"></i> About</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- End Nav -->
<div class="container">
<!-- Main Page Content and Sidebar -->
<div class="row">
<!-- Main Blog Content -->
<div class="col-xs-12 col-s-6 col-md-7 col-lg-8">
<div class="row">
<div class="col-xs-12">
<h1 class="lead">Web / Mobile Development</h1>
</div>
<div class="col-xs-12 col-sm-offset-1 col-sm-11">
<p>I'm a web/mobile developer that enjoys working on web development projects of all scales,
focusing on APIs, nice visualizations, and quick implementations. My current company has me
moving between a lot of projects month to month and I tend to get a lot of experience with a
ton of small apps that are part of bigger pictures.</p>
<p>Check out some of my projects <a href="../projects.html">here</a>.
<p>My background includes Masters and Bachelors Degrees of Science in Computer Science. I'm familiar with a wide
variety of technologies and platforms, some of which are listed below but I'm always willing
to put some new tools in the shed.</p>
</div>
<div class="col-xs-12 col-sm-offset-1 col-sm-11 col-md-offset-2 col-md-10">
<dl>
<dt>Languages</dt>
<dd>Ruby, Javascript / Coffeescript, Groovy, Java, Python, .NET (ASP, C#, VB), and more.</dd>
<dt>Frameworks</dt>
<dd>Ruby on Rails, Node.js, Groovy on Grails, Apache Cordova (PhoneGap),
Spring, Django, Pylons and more.</dd>
<dt>Javascript Libraries</dt>
<dd>jQuery, Leaflet, D3, Underscore, Express, Angular, Backbone, and more</dd>
<dt>Database, Datastore, and Search Technologies</dt>
<dd>MySQL, MariaDB, MongoDB, Cassandra, Apache Solr, Redis, Memcache, and more</dd>
<dt>Cloud Management</dt>
<dd>AWS Tools, Terremark Tools, Puppet, Chef, Zenoss, Capistrano / Webistrano, New Relic</dd>
<dt>Other</dt>
<dd>CSS3/Sass, Accessibiliy Compliance (508)</dd>
</dl>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h1 class="lead">Contact / Social Media</h1>
</div>
<div class="col-xs-12 col-sm-offset-1 col-sm-11">
<ul class="list-unstyled">
<li><i class="fa fa-twitter"></i> Twitter: <a href="http://twitter.com/JustinRaine5">JustinRaine5</a></li>
<li><i class="fa fa-github-alt"></i> Github: <a href="http://github.com/dvito">dvito</a></li>
<li><i class="fa fa-linkedin"></i> LinkedIn: <a href="http://www.linkedin.com/pub/justin-raines/65/383/856/">LinkedIn Profile</a></li>
<li><i class="fa fa-stack-overflow"></i> Stackoverflow: <a href="http://stackoverflow.com/users/812278/justin-raines">StackOverflow</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h1 class="lead">Personal</h1>
</div>
<div class="col-xs-12 col-sm-offset-1 col-sm-11">
<p>I play a lot of video games, be it anything from RPGs to Madden. Its a welcome distraction
when I get home and need to stop thinking about HTTP connections. I actually got into Computer Science
because of video games, only to quickly learn that games programming, though interesting, wasn't really
what I was interested in doing.</p>
<p>I've also been brewing a lot of beer in my free time. It started as
interest in the beer making process. It quickly morphed into a desire to "save some money"
on beer because "its so easy!". I've since spent more money than I care to think about slowly
upgrading the operation.</p>
</div>
</div>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<div class="col-xs-12 col-s-6 col-md-5 col-lg-4">
<img id="bw_self" src="img/justin_bw_2013.png">
</div>
<!-- End Sidebar -->
</div>
</div>
<!-- End Main Content and Sidebar -->
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<p class="text-muted credit">Brought to you with <a href="http://jekyllrb.com/">Jekyll</a>, <a href="http://getbootstrap.com/">Bootstrap</a>, and <a href="http://pages.github.com/">Github Pages</a>.</p>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48044933-1', 'justinrain.es');
ga('send', 'pageview');
</script>
<script src="/js/jquery-1.10.2.min.js"></script>
<script src="/js/bootstrap.js"></script>
<!-- fixes for lower IE levels -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86757278-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Footer -->
</body>
</html>