-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
210 lines (178 loc) · 9.29 KB
/
index.html
File metadata and controls
210 lines (178 loc) · 9.29 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
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
<head>
<title>Brandon Hoffman</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="themes/default.css">
<link id="theme-style" rel="stylesheet" type="text/css" href="">
</head>
<body>
<section class="s1">
<div class="main-container">
<div class="greeting-wrapper">
<h1>Hi, I'm Brandon Hoffman</h1>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot1" class="browser-dot"></div>
<div id="dot2" class="browser-dot"></div>
<div id="dot3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li><a href="blog.html">Blog</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="left-column">
<img id="profile_pic" src="images/Brandon-H.jpg">
<h5 style="text-align: center; line-height: 0;">Personalize Your Theme</h5>
<div id="theme-options-wrapper">
<div data-mode="light" data-text="Default" data-icon="images/Switch_icon.svg" id="light-mode"
class="theme-dot"></div>
<div data-mode="nes" data-text="NES" data-icon="images/NES_icon.svg" id="nes-mode"
class="theme-dot"></div>
<div data-mode="snes" data-text="SNES" data-icon="images/SNES_icon.svg" id="snes-mode"
class="theme-dot"></div>
<div data-mode="n64" data-text="N64" data-icon="images/N64_icon.svg" id="n64-mode"
class="theme-dot"></div>
</div>
<div id="theme-text"></div>
<img id="theme-icon" src="images/NES_icon.svg">
<p id="settings-note">*Your theme settings will be remembered for your next visit.</p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>What I Do</h3>
<p>I specialize in DevOps engineering, focusing on systems that enhance the deployment,
operation, and management of software applications.</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<div class="about-wrapper">
<div class="about-me">
<h4>About Me</h4>
<p>As a graduate student in Computer Science at Georgia Institute of Technology, I'm honing my
expertise in software engineering and cloud technologies. My academic pursuits bridge theory
with my years of practical application.</p>
<p>Currently, at The Climate Corp in Seattle, WA, my role is focused on developing robust, scalable
solutions. I contribute heavily to efforts in implementing a cutting-edge message brokering
system and delivering customer-centric projects and services. </p>
<hr>
<h4>My Expertise</h4>
<p>Specializing in DevOps engineering, I leverage a comprehensive toolkit that includes Apache
Pulsar for distributed messaging, Kubernetes for container orchestration, and Terraform for
infrastructure as code, to build and manage complex, cloud-native architectures. This expertise
not only supports the development of a message brokering system.</p>
<p>For a detailed view of my professional journey and the projects I've worked on, <a
target="_blank" href="resume.pdf">Download my resume</a></p>
<div id="skills">
<ul>
<li>Python</li>
<li>C++</li>
<li>Java</li>
<li>Scala</li>
</ul>
<ul>
<li>AWS</li>
<li>Apache Pulsar</li>
<li>Kubernetes</li>
<li>Terraform</li>
</ul>
</div>
</div>
<div class="social-links">
<h3>Connect with Me</h3>
<a target="_blank" href="https://www.linkedin.com/in/branhoff/">LinkedIn: @branhoff</a><br>
<a target="_blank" href="https://github.com/branhoff">GitHub: @branhoff</a>
</div>
</div>
</div>
</section>
<section class="s1">
<div class="main-container">
<h3 style="text-align: center;">Some of my past projects</h3>
<div class="post-wrapper">
<div>
<div class="post">
<img class="thumbnail" src="images/Brandon-H.jpg">
<div class="post-preview">
<h6 class="post-title">Learn to program with Python (101)</h6>
<p class="post-intro">Explore my free, go at your own pace course to learn the basics of
programming from a self-taught programmer turned professional developer</p>
<a target="_blank" href="https://github.com/branhoff/python_class_101">Explore</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="images/Brandon-H.jpg">
<div class="post-preview">
<h6 class="post-title">Learn to program with Python (102)</h6>
<p class="post-intro">Further advance your self-taught programming journey with my follow-up
python programming course</p>
<a target="_blank" href="https://github.com/branhoff/python_class_102">Explore</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="images/Brandon-H.jpg">
<div class="post-preview">
<h6 class="post-title">Public blog written in Flask</h6>
<p class="post-intro">Check out a blog site I implemented in Flask</p>
<a target="_blank" href="https://github.com/branhoff/flask-blog">Explore</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<h3 style="text-align: center;">Recent Blog Posts</h3>
<div class="post-wrapper" id="recent-blog-posts">
<div class="loading-posts" style="text-align: center; color: var(--secondaryText); padding: 40px;">
Loading recent posts...
</div>
</div>
<div style="text-align: center; margin-top: 30px;">
<a href="blog.html" class="view-all-posts">View All Posts →</a>
</div>
</div>
</section>
<section class="s1">
<div class="main-container">
<h3 style="text-align: center;">Get in touch</h3>
<form id="contact-form">
<a name="contact"></a>
<label>Name</label>
<input class="input-field" type="text" name="name">
<label>Subject</label>
<input class="input-field" type="text" name="subject">
<label>Email</label>
<input class="input-field" type="text" name="email">
<label>Message</label>
<textarea class="input-field" name="message"></textarea>
<input id="submit-button" type="submit" value="Send">
</form>
</div>
</section>
<script type="text/javascript" src="scripts/setThemeForGivenDotClick.js"></script>
<script type="text/javascript" src="scripts/setHoverOnDotEffects.js"></script>
<script type="text/javascript" src="scripts/loadRecentBlogPosts.js"></script>
</body>
</html>