-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogBase.html
172 lines (158 loc) · 9.19 KB
/
blogBase.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<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-32142472-2', 'auto');
ga('send', 'pageview');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self'"> -->
<title>Rob Lahoda • Front End Web Developer</title>
<!-- <base href="https://rlahoda.github.io"> -->
<link rel="stylesheet" href="/css/styles.css">
<link href="/vendor/prism/prism.css" rel="stylesheet" />
<meta name="description" content="I'm a versatile, adaptable problem-solver. My strong mix of technical and creative skills give me a diverse perspective on the projects I work on.">
<meta name="subject" content="">
<meta property="og:url" content="https://rlahoda.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="Rob Lahoda • Front End Web Developer">
<meta property="og:image" content="https://rlahoda.github.io/assets/images/social-twitter.jpg">
<meta property="og:description" content="I'm a versatile, adaptable problem-solver. My strong mix of technical and creative skills give me a diverse perspective on the projects I work on.">
<meta property="og:site_name" content="Rob Lahoda • Front End Web Developer">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@rlahoda">
<meta name="twitter:creator" content="@rlahoda">
<meta name="twitter:url" content="https://rlahoda.github.io">
<meta name="twitter:title" content="Rob Lahoda • Front End Web Developer">
<meta name="twitter:description" content="I'm a versatile, adaptable problem-solver. My strong mix of technical and creative skills give me a diverse perspective on the projects I work on.">
<meta name="twitter:image" content="https://rlahoda.github.io/assets/images/social-twitter.jpg">
<meta name="robots" content="index,follow"><!-- All Search Engines -->
<meta name="googlebot" content="index,follow"><!-- Google Specific -->
<!-- <script src="/vendor/greensock-js/src/minified/TweenMax.min.js" charset="utf-8"></script>
<script src="/vendor/greensock-js/src/minified/plugins/TextPlugin.min.js" charset="utf-8"></script>
<script src="/vendor/greensock-js/src/minified/easing/EasePack.min.js" charset="utf-8"></script> -->
<script src="/scripts/scripts-min.js" charset="utf-8"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,700,900" rel="stylesheet">
</head>
<body>
<nav class="navFixed">
<ul id="navList" class="navList">
<li class="navList__navItem" id="navList__homeLink"><a href="../">Home</a></li>
<li class="navList__navItem" id="navList__aboutLink"><a href="../about.html">About</a></li>
<li class="navList__navItem" id="navList__projectsLink"><a href="../projects.html">Projects</a></li>
<li class="navList__navItem" id="navList__projectsLink"><a href="../blog.html">Blog</a></li>
<li class="navList__navItem" id="navList__contactLink"><a href="../contact.html">Contact</a></li>
</ul>
</nav>
<header>
<div class="pageTopImage">
</div>
</header>
<main>
<div class="pageHeading">
<!-- <h1 class="bigTitle">
Blog</h1> -->
<div class="pageTagline__container">
</div>
<p></p>
</div>
<div class="blogContainer">
<div class="blogCard recentPosts">
<h3 class="noMargin">Check Out Some Recent Posts:</h3>
<ul class="noList linkList">
<li class="linkList-links"><a href="leaflet-react-custom-icons.html">React Leaflet Custom Map Icons</a></br>
<p class="noMargin indented">Nov 19, 2019</p></li>
<li class="linkList-links"><a href="use-const-even-when-you-think-you-shouldnt.html">Use 'const', Even When You Think You Shouldn't</a></br>
<p class="noMargin indented">Jan 23, 2019</p></li>
<li class="linkList-links"><a href="an-easy-way-to-practice-with-twig-without-drupal.html">An Easy Way To Practice With Twig Without Drupal</a></br>
<p class="noMargin indented">Mar 28, 2018</p></li>
<li class="linkList-links"><a href="hiding-progress-bar-steps-in-drupal-8-webform.html">Hiding Progress Bar Steps in Drupal 8 Webform</a></br>
<p class="noMargin indented">Mar 26, 2018</p></li>
</ul>
</div>
<div class="blogCard">
<a href="/blog.html">Back to the blog</a>
<a href="/blog.html">Back to the blog</a>
</div>
<div class="blogContainer">
<div class="blogCard recentPosts">
<h3 class="noMargin">Check Out Some Recent Posts:</h3>
<ul class="noList linkList">
<li class="linkList-links"><a href="leaflet-react-custom-icons.html">React Leaflet Custom Map Icons</a></br>
<p class="noMargin indented">Nov 19, 2019</p></li>
<li class="linkList-links"><a href="use-const-even-when-you-think-you-shouldnt.html">Use 'const', Even When You Think You Shouldn't</a></br>
<p class="noMargin indented">Jan 23, 2019</p></li>
<li class="linkList-links"><a href="an-easy-way-to-practice-with-twig-without-drupal.html">An Easy Way To Practice With Twig Without Drupal</a></br>
<p class="noMargin indented">Mar 28, 2018</p></li>
<li class="linkList-links"><a href="hiding-progress-bar-steps-in-drupal-8-webform.html">Hiding Progress Bar Steps in Drupal 8 Webform</a></br>
<p class="noMargin indented">Mar 26, 2018</p></li>
</ul>
</div>
</div>
</div>
</main>
<footer>
<div class="footerLinks__container">
<h4 class="">Say Hi!</h4>
<ul class="noList noListBlock footerLinks__list">
<li class="footerLinks__list--item">
<a class="footerLinks__link" href="mailto:[email protected]" onclick="trackOutboundLink('[email protected]'); return false;" target="_blank"><span class="icons footerLinks__link--icon" id="email"></span>
<p class="">Email</p></a>
</li>
<li class="footerLinks__list--item">
<a class="footerLinks__link" href="https://twitter.com/rlahoda" onclick="trackOutboundLink('https://twitter.com/rlahoda'); return false;" target="_blank"><span class="icons footerLinks__link--icon" id="twitter"></span>
<p class="">Twitter</p></a>
</li>
<li class="footerLinks__list--item">
<a class="footerLinks__link" href="https://github.com/rlahoda" onclick="trackOutboundLink('https://github.com/rlahoda'); return false;" target="_blank"><span class="icons footerLinks__link--icon" id="github"></span>
<p class="">Github</p></a>
</li>
<li class="footerLinks__list--item">
<a class="footerLinks__link" href="https://codepen.io/rlahoda/" onclick="trackOutboundLink('https://codepen.io/rlahoda/'); return false;" target="_blank"><span class="icons footerLinks__link--icon" id="codepen">
</span>
<p class="">Codepen</p></a>
</li>
<li class="footerLinks__list--item">
<a class="footerLinks__link" href="https://www.drupal.org/u/rlahoda/" onclick="trackOutboundLink('https://www.drupal.org/u/rlahoda/'); return false;" target="_blank"><span class="icons footerLinks__link--icon" id="drupal"></span>
<p class="">Drupal.org</p></a>
</li>
<li class="footerLinks__list--item">
<a class="footerLinks__link" href="https://www.linkedin.com/in/robert-lahoda/" onclick="trackOutboundLink('https://www.linkedin.com/in/robert-lahoda/'); return false;" target="_blank"><span class="icons footerLinks__link--icon" id="linkedin"></span>
<p class="">Linkedin</p></a>
</li>
</ul>
<p class="smallText">Copyright © <script>document.write(new Date().getFullYear())</script> Rob Lahoda - Logos are property of their respective owners.</p>
</div>
<script src="/vendor/prism/prism.js"></script>
</footer>
<script type="text/javascript" src="/vendor/scroll.js"></script>
<script>
/**
* Function that tracks a click on an outbound link in Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label. Setting the transport method to 'beacon' lets the hit be sent
* using 'navigator.sendBeacon' in browser that support it.
*/
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
</body>
</html>