-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (68 loc) · 2.71 KB
/
index.html
File metadata and controls
88 lines (68 loc) · 2.71 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
87
88
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Greg Toth by gregtoth</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Greg Toth</h1>
<p></p>
<p class="view"><a href="https://github.com/gregtoth">View My GitHub Profile</a></p>
</header>
<section>
<h1>
<a id="heading-1-hash" class="anchor" href="#heading-1-hash" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Heading 1 hash</h1>
<h2>
<a id="heading-2-hash" class="anchor" href="#heading-2-hash" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Heading 2 hash</h2>
<h3>
<a id="heading-3-hash" class="anchor" href="#heading-3-hash" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Heading 3 hash</h3>
<p>This is some text edited in GitHub Flavored Markdown.</p>
<p><strong>This is bold</strong></p>
<p><em>This is italic</em></p>
<p><code>This is code</code></p>
<blockquote>
<p>This is quoted</p>
</blockquote>
<pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre>
<p>Bullet list:</p>
<ul>
<li>bullet1</li>
<li>bullet2</li>
<li>bullet3</li>
</ul>
<hr>
<p>Some more text down here.</p>
<p>An image line: <img src="http://www.iotdc.org/ico/apple-touch-icon-72-precomposed.png" alt="image">
Updated text below the image.</p>
<p><img alt="this kept?" src="http://www.iotdc.org/ico/apple-touch-icon-72-precomposed.png"></p>
<p>Link to a PDF file: <a href="http://www.iotdc.org/pres/whatisiot.pdf">What is the Internet of Things?</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-78757850-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>