-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (71 loc) · 3.63 KB
/
index.html
File metadata and controls
86 lines (71 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The personal website of Shannon Babincsak.">
<meta name="keywords" content="Shannon Babincsak, codeinpink, software engineer, web developer">
<meta name="author" content="Shannon Babincsak">
<meta name="google-site-verification" content="J1I2enqCVWPWxLX82JE84giuntMY1SztQxGovPSBLc4">
<title>Shannon Babincsak</title>
<link rel="shortcut icon" href="/static/favicon.png">
<link rel="apple-touch-icon" href="/static/apple-touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="/static/index.css">
<link rel="canonical" href="https://codeinpink.github.io/">
</head>
<body>
<div class="container">
<div class="top">
<h1>Hi, I'm <span>Shannon Babincsak</span></h1>
<nav aria-label="Social media accounts">
<ul class="social-links">
<li>
<a href="https://github.com/codeinpink" aria-label="Github profile">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="mailto:shannon.babincsak@gmail.com" aria-label="Email address">
<i class="fas fa-envelope"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/shannonbabincsak/" aria-label="Linkedin profile">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</nav>
</div>
<section class="content">
<h2>About Me</h2>
<p>I'm a software engineer @ <a href="https://www.adtran.com/" target="_blank">ADTRAN</a>
where I work on a
<a href="https://portal.adtran.com/web/page/portal/Adtran/product/18120000F1/4560"
target="_blank">platform</a>
for managing and orchestrating networks. I get to use Typescript, Scala, and Python as well as
Angular, Docker, and other cool technologies. I also organize our internal hackathons. 🤠</p>
<p>I love front end development and the challenges of achieving good UX and accessibility.</p>
<p>Outside of work, I like to keep busy by <a href="static/baking-collage.jpg">baking</a>, working on
projects that I have
a hard time completing,
and playing video games.</p>
<section class="fun-facts">
<h3>Fun Facts</h3>
<ul>
<li>I have ~literally~ the cutest cat in the world, Gizmo.
<img id="gizmo" src="static/boxcat.png" alt="Picture of Gizmo sitting in a box">
</li>
<li>I was the lead developer for an MMORPG emulator with 5,000 monthly players.</li>
<li>I graduated with two degrees: a B.S. in Computer Science and a B.S. in Political Science.</li>
<li>I drive a cute little beetle.</li>
</ul>
</section>
</section>
</div>
</body>
</html>