-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
43 lines (40 loc) · 1.54 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
---
layout: home
permalink: /
title: Home
stylesheets:
- home
---
<div class="content">
<div class="profile">
<div class="intro">
<img src="assets/img/img8.png" alt="Profile Image"\>
<h1>Tobias Ward</h1>
<p>Hi there! I'm Tate, a full stack developer in Dallas, TX.</p>
</div>
<div class="socials">
<a href="https://github.com/moonmoon2" target="_blank">
<img class="git" src="../assets/img/git.png" alt="G">
</a>
<a href="https://www.linkedin.com/in/tobias-ward-113b71185/" target="_blank">
<img class="ln" src="../assets/img/ln.png" alt="L">
</a>
</div>
</div>
<div class="page">
<h3>About Me</h3>
<hr>
<p>
I am a newlygrad software engineer working for a small data company in Reston, VA.
</p>
<p>I have done research at the undergraduate level, worked as a tutor in
computer science and mathematics, as a lifeguard, as a swim teacher,
and as a water polo coach. I currently work as a software engineer
developing web-apps for image ingestion and quality control, and now
designing and implementing data storage and retention policies.
</p>
<p>
My current personal project is an open-source web-based application for tracking volleyball stats. You can check that out over on my <a href="https://github.com/moonmoon2" target="_blank">github</a>.
</p>
</div>
</div>