-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 2.06 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Adam, Olgin, adamolgin, aolgin, developer, engineer, software, web, northeastern, neu, computerscience, cs, ccis, compsci">
<meta name="description" content="The personal portfolio site of Adam Olgin.">
<meta name="author" content="Adam Olgin">
<title>adamolgin.com</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-81685324-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-81685324-1');
</script>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Sanchez' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="assets/css/index.css" rel="stylesheet">
</head>
<body>
<header>
<h3>Adam Olgin</h3>
<h4>DevOps Engineer</h4>
</header>
<section>
<ul>
<li>
<i class="fas fa-envelope"></i>
<a class="mail" href="mailto:adam.olgin+website@gmail.com">adam.olgin@gmail.com</a>
</li>
<li>
<i class="fab fa-linkedin"></i>
<a class="linkedin" href="https://www.linkedin.com/in/adam-olgin-43a79665">linkedin.com/in/adam-olgin-43a79665</a>
</li>
<li>
<i class="fab fa-github"></i>
<a class="github" href="https://github.com/aolgin">github.com/aolgin</a>
</li>
<li>
<i class="fab fa-keybase"></i>
<a class="keybase" href="https://keybase.io/aolgin">aolgin</a>
</li>
</ul>
</section>
<footer>
<hr>
<small>© 2025 adamolgin.com</small>
</footer>
</body>
</html>