-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (52 loc) · 3.27 KB
/
index.html
File metadata and controls
54 lines (52 loc) · 3.27 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
<html>
<head>
<title>
Ryan Billings, Software Engineer & Manager
</title>
<meta name="description" content="resume of a software engineer and manager in the Washington DC metro area">
<meta name="keywords" content="resume, ryan billings, software engineer, tech lead, manager, washington dc, northern virginia, arlington, cmu, gmu, nvcc, professor" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,500,700&display=swap" rel="stylesheet">
<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-34721257-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="splash"></div>
<div class="contact">
<div class="contact-Container">
<h1 class="contact-Name">Ryan Billings</h1>
<div class="contact-Title">
<span class="contact-Title-name">Software Engineer, Manager, and Educator</span>
<span class="contact-Title-location">Washington DC Metro Area</span>
</div>
<p class="contact-Description">
Hello! I am a technology professional with 10+ years of experience as a Software Engineer, Technical Team Lead, Engineering Manager, and Technology Educator. I'm currently working as an Assistant Professor at Northern Virginia Community College based in Alexandria, VA, where I teach for the Information & Engineering Technology Department. Prior to that, I spent three years as a Software Engineer working for Amazon at their new Headquarters in Arlington VA.
<br /><br />
In my free time, I enjoy playing the piano, running, listening to jazz, seeking out spicy food, and spending time with my family.
</p>
<div class="contact-Links">
<a class="contact-Link" target="_blank" href="http://www.linkedin.com/pub/ryan-billings/2b/4a6/224">
<img alt="LinkedIn" class="contact-Link-image" src="images/linkedin.svg" />
LinkedIn
</a>
<a class="contact-Link" target="_blank" href="files/RyanBillingsResume.pdf">
<img alt="Resume" class="contact-Link-image contact-Link-image--linkedin" src="images/resumeicon.png" />
View Resume
</a>
<a href="mailto:ryj.billings@gmail.com" class="contact-Link">
<img alt="Email" class="contact-Link-image" src="images/email.svg" />ryj.billings@gmail.com
</a>
<a href="https://github.com/ryanbillings" target="_blank" class="contact-Link">
<img alt="Github" class="contact-Link-image" src="images/github.svg" />
github.com/ryanbillings
</a>
</div>
</div>
</div>
</body>
</html>