-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (177 loc) · 7.93 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
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<title>Thomas Harren's Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/theme.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="text-center snow">
<h1>Hello, world!</h1>
<h2>And welcome to Thomas Harren's GitHub homepage!</h2>
<br>
<div class="col-centered">
<a class="btn uno links"
href="https://www.linkedin.com/in/thomasharren">LinkedIn</a>
<a class="btn dos links"
href="https://github.com/harre096/harre096.github.io">GitHub</a>
</div>
</div>
</div>
<div class="row pad papayawhip">
<div class="col-md-7 col-md-offset-1 bio">
<h1>Who am I?</h1>
<p>
Hi, my name is Tom. I am known for having a big smile and asking lots of questions!
In my work at Polaris, I’m often coaching new teammates, consulting with developers on Azure solutions, and driving automation and process improvements.
Outside of work, I enjoy music, theatre, volleyball, helping others by teaching and volunteering, and being outside when it's not too cold!
</p>
<br>
</div>
<div class="col-md-4 text-center">
<img class="roundPhoto"
src="img/Thomas_Harren.jpg"
alt="Thomas Harren Photo">
</div>
</div>
<div class="row black pad">
<div class="col-md-3 text-center">
<div class="pics">
<div class="workPic">
<img style="background-color: white; padding: 1em;" src="https://cdn1.polaris.com/globalassets/crp/2020/navigation/logo-polaris-black.svg?v=71999468" alt="Polaris">
</div>
<div class="workPic">
<img src="https://thousandlakesbrewing.com/wp-content/uploads/2019/04/Thousand-Lakes-Brewing-Co_Sticker-Nature-BG_RGB.png" alt="Thousand Lakes Brewing">
</div>
<div class="workPic">
<img src="https://jandjcustommeats.com/wp-content/uploads/2019/03/jjmeats-e1553140940153.png" alt="J & J Custom Meats">
</div>
</div>
</div>
<div class="col-md-9">
<h1>Projects and Work Experience</h1>
<div class="bulletList">
<ul>
<li>Full time role in the DevOps/Site Reliability space as Platform Administrator at Polaris</li>
<li>Information Services Development Program (ISDP) at Polaris with experience on L2 Helpdesk, Dealer Portal Developer, and Microsoft CRM Developer teams</li>
<li>Development portfolio includes website development work for
<a href="https://thousandlakesbrewing.com/">Thousand Lakes Brewing</a>,
<a href="https://jandjcustommeats.com/">J & J Custom Meats</a>, and
<a href="https://tworiverschorale.org/">Two Rivers Chorale</a>
</li>
</ul>
</div>
<br>
</div>
</div>
<div class="row purple">
<div class="tools text-center smallPad">
<div class="col-md-12">
<h1 class="smallPad">Tools & Experience</h1>
<div class="row pics">
<div class="col-xs-2 col-xs-offset-2">
<img src="https://upload.wikimedia.org/wikipedia/commons/5/54/Ubuntu-Logo_ohne_Schriftzug.svg" alt="Ubuntu">
</div>
<div class="col-xs-2">
<img style="width:70%" src="https://www.raspberrypi.org/wp-content/uploads/2011/10/Raspi-PGB001.png" alt="Raspberry Pi">
</div>
<div class="col-xs-2">
<img id="azure" src="https://upload.wikimedia.org/wikipedia/commons/a/a8/Microsoft_Azure_Logo.svg" alt="Azure">
</div>
<div class="col-xs-2">
<img style="width:90%" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Git_icon.svg/1024px-Git_icon.svg.png" alt="Git">
</div>
</div>
<br>
<div class="row pics">
<div class="col-xs-2 col-xs-offset-2">
<img style="width:90%" src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Visual_Studio_Code_1.35_icon.svg" alt="Visual_Studio_Code">
</div>
<div class="col-xs-2">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/af/PowerShell_Core_6.0_icon.png" alt="PowerShell">
</div>
<div class="col-xs-2">
<img style="width:85%" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/1000px-Unofficial_JavaScript_logo_2.svg.png" alt="JavaScript">
</div>
<div class="col-xs-2">
<img style="width:85%" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Github-desktop-logo-symbol.svg/1200px-Github-desktop-logo-symbol.svg.png" alt="Github">
</div>
</div>
<div class="row smallPad">
<div class="col-xs-5">
<hr>
</div>
<div class="col-xs-2">
<i class="glyphicon glyphicon-wrench"></i>
</div>
<div class="col-xs-5">
<hr>
</div>
</div>
<div class="col-md-10 col-md-offset-1 pad">
<p>
Azure, Azure Devops, Github, Powershell, Splunk, Javascript, Bootstrap, Git, Bash, SQL, Visual Studio and Visual Studio Code, Agile
Development, Object Oriented Programming, Pair Programming, Linux, Raspberry Pi
</p>
</div>
</div>
</div>
<br>
</div>
<div class="row blackM">
<div class="pad">
<div class="col-md-3 text-center">
<img src="img/morris.png" alt="University of Minnesota, Morris Logo">
</div>
<div class="col-md-8 col-md-offset-1">
<h1>University of Minnesota, Morris</h1>
<h2>Activites & Involvement</h2>
<div class="bulletList">
<ul>
<li>Computer Science Major, Management Minor</li>
<li>Computer Science Discipline Representative</li>
<li>Concert Choir Treasurer and Tenor Section Leader</li>
<li>Peer Tutor for Computer Science, Accounting, and Economics</li>
<li>Computer Science Club Leadership</li>
<li><a href="https://github.com/OH-UMM/2015/wiki">UMM OpenHatch</a> Event Leader</li>
<li>Programming Contests <a href="http://www.digikey.com/US/EN/Careers/computing-competition.html">
(Placed 3<sup>rd</sup> at DKC<sup>3</sup>)</a></li>
<li>Campus radio show host</li>
</ul>
</div>
<br>
</div>
</div>
</div>
<div class="row lblue">
<div class="pad container text-center">
<div class="col-sm-6 col-sm-offset-3">
<h1>Thanks for visiting!</h1>
<a href="https://github.com/harre096">
<img id="ghProfile"
src="https://avatars2.githubusercontent.com/u/6402519?v=3&s=460"
alt="Thomas Harren Github Profile Photo">
</a>
</div>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9ZSZFKCDSD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9ZSZFKCDSD');
</script>
</body>
</html>