-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (73 loc) · 3.14 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Jason @ Github</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/JTarasovic">View On GitHub</a>
</li>
</nav>
</div>
<!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Jason Tarasovic</h1>
<p></p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/JTarasovic">JTarasovic</a>
</span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a>
</span>
</div>
<h3>
<a name="welcome-to-my-github-page" class="anchor" href="#welcome-to-my-github-page">
<span class="octicon octicon-link"></span>
</a>Welcome to My Github Page.</h3>
<p>This is a work in progress. Please stay tuned for the latest in what I'm working on.</p>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors">
<span class="octicon octicon-link"></span>
</a>Authors and Contributors</h3>
<p>I'm Jason Tarasovic (<a href="https://github.com/JTarasovic" class="user-mention">@JTarasovic</a>). I work in healthcare IT while finishing an MS in Computer Science.</p>
<h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact">
<span class="octicon octicon-link"></span>
</a>Support or Contact</h3>
<p>Feel free to follow me here, on Github, on Twitter and check out my blog at <a href="http://www.tarasovic.com">www.tarasovic.com</a>
</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-46784682-2', 'tarasovic.com');
ga('send', 'pageview');
</script>
</body>
</html>