-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
110 lines (92 loc) · 3.11 KB
/
error.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
<!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="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="error">
<br>
<br> sorry... looks like something went wrong
<br>
<br>
<i class="fa fa-frown-o fa-5x" aria-hidden="true"></i>
</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>