-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (130 loc) · 6.56 KB
/
index.html
File metadata and controls
154 lines (130 loc) · 6.56 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
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
150
151
152
153
154
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Person">
<head>
<meta charset="utf-8">
<!-- Site Meta Data -->
<title>Cory Wright - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Cory Wright">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="me" href="https://fosstodon.org/@corywright">
<!-- schema.org -->
<meta itemprop="name" content="corywright.org">
<meta itemprop="image" content="https://www.corywright.org/images/twitter-image-192x192.jpg">
<meta itemprop="description" content="">
<link rel='stylesheet' type='text/css' href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' >
<!-- Style Meta Data -->
<link rel="stylesheet" type="text/css" href="https://www.corywright.org/theme/css/style.css">
<link rel="stylesheet" type="text/css" href="https://www.corywright.org/theme/css/pygments.css">
<!-- Feed Meta Data -->
<link href="https://www.corywright.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="corywright.org ATOM Feed">
<!-- Twitter Feed -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@corywright">
<meta name="twitter:site:id" content="5497">
<meta name="twitter:creator" content="@corywright">
<meta name="twitter:creator:id" content="5497">
<meta name="twitter:image" content="https://www.corywright.org/images/twitter-image-192x192.jpg">
<meta property="og:image" content="https://www.corywright.org/images/twitter-image-192x192.jpg">
</head>
<body>
<!-- Mobile Header -->
<header class="mobile-header">
<div class="mobile-header-content">
<div class="mobile-logo">
<div id="avatar-mobile"></div>
</div>
<button class="hamburger-menu" id="hamburger-toggle" aria-label="Toggle navigation menu">
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
</button>
</div>
</header>
<!-- Sidebar -->
<aside id="sidebar">
<!--<center><a href="https://www.corywright.org"><img id="avatar" src="https://www.corywright.org/images/twitter-image-192x192.jpg"></a></center>-->
<div id="avatar-head"></div>
<p class="social">
<a href="https://github.com/corywright" target="_blank" ><img src="https://www.corywright.org/theme/images/icons/github.png" alt="github"></a>
<a href="https://twitter.com/corywright" target="_blank" ><img src="https://www.corywright.org/theme/images/icons/twitter.png" alt="twitter"></a>
<a href="https://www.linkedin.com/in/corywright" target="_blank" ><img src="https://www.corywright.org/theme/images/icons/linkedin.png" alt="linkedin"></a>
<a href="https://www.corywright.org/feeds/all.atom.xml" rel="alternate">
<img src="https://www.corywright.org/theme/images/icons/rss.png"></a>
</p>
<nav class="nav">
<ul class="list-bare">
<li><a class="nav__link" href="/">Home</a></li>
<li><a class="nav__link" href="https://www.corywright.org/about/">About</a></li><li><a class="nav__link" href="https://www.corywright.org/resume/">Resume</a></li> <li><a class="nav__link" href="/blog/">Blog</a></li>
</ul>
</nav>
<h2>Blog Topics</h2>
<ul class="navbar">
<li><a href="https://www.corywright.org/blog/category/command-line-tips/">Command Line Tips</a></li>
<li><a href="https://www.corywright.org/blog/category/saltstack/">SaltStack</a></li>
</ul>
</aside>
<!-- Content -->
<article>
<section id="content" class="body">
<p><img alt="Hiking the Franz Josef Glacier on the south island of New Zealand" src="/images/glacier-750x500.jpg"></p>
<p>Hi, my name is Cory Wright.</p>
<p>I can be contacted by email at <a href="mailto:corywright@gmail.com">corywright@gmail.com</a> or <a href="mailto:corywright@protonmail.com">corywright@protonmail.com</a>.</p>
</section>
</article>
<!-- Footer -->
<footer>
<p>
This site is managed with <a href="http://getpelican.com/">Pelican</a>,
a <a href="https://www.python.org/">Python</a>-based static site generator, and
hosted by <a href="https://github.com">Github</a> pages and
<a href="https://www.cloudflare.com/">Cloudflare</a>.
<br />
The theme is based on <a href="https://github.com/parbhat/pelican-blue">Pelican-Blue</a>
by <a href="https://parbhatpuri.com/">@parbhat</a>.
</p>
</footer>
<!-- Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-51894-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Hamburger Menu JavaScript -->
<script>
document.addEventListener('DOMContentLoaded', function() {
const hamburger = document.getElementById('hamburger-toggle');
const sidebar = document.getElementById('sidebar');
const body = document.body;
hamburger.addEventListener('click', function() {
hamburger.classList.toggle('active');
sidebar.classList.toggle('nav-open');
body.classList.toggle('nav-open');
});
// Close menu when clicking outside
document.addEventListener('click', function(event) {
if (!sidebar.contains(event.target) && !hamburger.contains(event.target)) {
hamburger.classList.remove('active');
sidebar.classList.remove('nav-open');
body.classList.remove('nav-open');
}
});
// Close menu when clicking on a nav link
const navLinks = document.querySelectorAll('.nav__link');
navLinks.forEach(function(link) {
link.addEventListener('click', function() {
hamburger.classList.remove('active');
sidebar.classList.remove('nav-open');
body.classList.remove('nav-open');
});
});
});
</script>
</body>
</html>