-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (108 loc) · 4.12 KB
/
index.html
File metadata and controls
119 lines (108 loc) · 4.12 KB
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
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<title>Tom Harren</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font -->
<link href="https://fonts.googleapis.com" rel="stylesheet">
<!-- 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 background-hero">
<h1>Hello!</h1>
<h2>Thanks for stopping by!</h2>
<div class="hero-quote">
<p>A left turn</p>
<span>Aug 30, 2025</span>
</div>
</div>
</div>
<div class="row pad b-black">
<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, helping out, and asking lots of questions!
</p>
<br>
</div>
<div class="col-md-4 text-center">
<img class="roundPhoto"
src="img/Thomas_Harren.jpg"
alt="Tom Harren Photo">
</div>
</div>
<div class="row pad b-midblue">
<div class="col-md-4 text-center">
<img class="roundPhoto"
src="img/Thomas_Harren_Guitar.jpg"
alt="Tom Harren Photo">
</div>
<div class="col-md-7">
<h1>A musician</h1>
<p>
I sing. I have been exploring choirs, guitar, theatre, cantoring, karaoke, hootenannies, gigging, song writing, and recording! I also bought a fiddle recently.
</p>
<br>
</div>
</div>
<div class="row black pad b-darkblue">
<div class="col-md-10 col-md-offset-1">
<h1>A professional</h1>
<p>
In my work at Polaris, I’m often partnering with developers, consulting on Azure solutions, and driving automation and process improvements.
</p>
<div class="bulletList">
<ul>
<li>Full time role at Polaris as a Sr. Devops Engineer</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>
<br>
<div class="grid-container">
<a href="https://www.linkedin.com/in/thomasharren/">
<img src="https://cdn1.polaris.com/globalassets/crp/2023/home/footer/polaris-logo-white-480x53.png" alt="Polaris">
</a>
<a href="https://thousandlakesbrewing.com/">
<img src="https://thousandlakesbrewing.com/wp-content/uploads/2019/04/Thousand-Lakes-Brewing-Co_Sticker-Nature-BG_RGB.png" alt="Thousand Lakes Brewing">
</a>
<a href="https://jandjcustommeats.com/">
<img src="https://jandjcustommeats.com/wp-content/uploads/2019/03/jjmeats-e1553140940153.png" alt="J & J Custom Meats">
</a>
</div>
<br>
</div>
</div>
<div class="row b-black pad">
<div class="col-md-6 col-md-offset-3 text-center">
<h1>Thanks for visiting!</h1>
<a href="https://www.linkedin.com/in/thomasharren/">
<img id="ghProfile"
src="https://avatars2.githubusercontent.com/u/6402519?v=3&s=460"
alt="Tom Harren Github Profile Photo">
</a>
</div>
</div>
</div>
</div>
<!-- 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>