-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
149 lines (129 loc) · 4.85 KB
/
about.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
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
<!DOCTYPE html>
<html>
<head>
<title>s. gluzinski</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:200,300,100">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Amatic+SC">
<link rel="stylesheet" href="icofont/css/icofont.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" href="font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<div id="container">
<header class="container">
<div class="row">
<h1 class="col-sm-12">sasha gluzinski</h1>
<hr>
</div>
<div class="row">
<nav class="col-sm-6 col-sm-offset-3">
<p>
<a href="index">home</a>
</p>
<p>
<a href="about">about</a>
</p>
<p>
<a href="goals">goals</a>
</p>
</div>
</header>
<section class="jumbotron">
<div class="container" id="about">
<h2>hi, i'm sasha -</h2>
<img class="img-info" src="sg.jpg"></img>
<br>
<ul>
<li>
<i class="fa fa-list-ul" aria-hidden="true"></i> i
<i class="fa fa-heart-o" style="font-size: 16px"></i> lists</li>
<br>
<li>
<i class="icofont icofont-dashboard-web"></i> software engineer</li>
<li>
<i class="icofont icofont-hat-alt"></i> 2013 Virginia Tech -Hokie- Graduate</li>
<li>
<i class="icofont icofont-macbook"></i> B.S. in computer engineering</li>
<li>
<i class="fa fa-map-marker" aria-hidden="true"></i> pasadena, california</li>
<br>
<li>
<i class="fa fa-hand-peace-o" aria-hidden="true"></i> 50%
<font face="sans-serif" size="3px">한국인</font>
</li>
<li>
<i class="fa fa-globe" aria-hidden="true"></i> travel seeker</li>
<li>
<i class="icofont icofont-chef"></i> passionate cook</li>
<li>
<i class="fa fa-cutlery" aria-hidden="true"></i> food nerd</li>
<li>
<i class="fa fa-coffee" aria-hidden="true"></i> coffee drinker</li>
<li>
<i class="fa fa-shopping-bag" aria-hidden="true"></i> avid shopper</li>
<li>
<i class="icofont icofont-dumbbell-alt"></i> amateur powerlifter</li>
</ul>
<br>
<br>
<div id="tellMeMore">
<br>want to know more?
<br>feel free to connect with me
<br class="rwd-break"> or drop me a note!
</div>
</div>
</section>
<footer class="container">
<hr>
<div class="col-sm-8 col-sm-offset-2" id="footer">
<p class="col-sm-1">
<a href="https://www.linkedin.com/in/sasha-gluzinski-18423140" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</p>
<p class="col-sm-1">
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o"></i>
</a>
</p>
<p class="col-sm-1">
<a href="https://github.com/sgluzins" target="_blank">
<i class="fa fa-github"></i>
</a>
</p>
<p class="col-sm-1">
<a href="https://sgluzins.yelp.com" target="_blank">
<i class="fa fa-yelp"></i>
</a>
</p>
<p class="col-sm-1">
<a href="https://www.facebook.com/sasha.gluzinski" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</p>
<p class="col-sm-1">
<a href="https://www.instagram.com/sgluzins/" target="_blank">
<i class="fa fa-instagram">
</I>
</a>
</p>
</div>
</footer>
</div>
</body>
<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-91763208-1', 'auto');
ga('send', 'pageview');
</script>
</html>