-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
173 lines (151 loc) · 6.11 KB
/
home.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
173
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-79602505-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-79602505-2');
</script>
<title>Weathersleuth Home</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Passion+One:700,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lora:400,400italics' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="kenstyle.css">
<meta property="og:url" content="http://weathersleuth.com/home.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="WeatherSleuth" />
<meta property="og:description" content="Meteorological Intelligence for the Rest of Us" />
<meta property="og:image" content="http://weathersleuth.com/weathersleuth_logo.png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
if (matchMedia('only screen and (min-width: 975px)').matches) {
$sizetest = 0;
$(function() {
var $sidebar = $("#sticky_sidebar"),
$window = $(window),
offset = $sidebar.offset(),
topPadding = 40;
$window.scroll(function() {
if ($window.scrollTop() > offset.top) {
$sidebar.stop().animate({
marginTop: $window.scrollTop() - offset.top + topPadding
});
} else {
$sidebar.stop().animate({
marginTop: 0
});
}
});
});
}
if (matchMedia('only screen and (max-width: 975px)').matches) {
$('#article_content').insertBefore('#ad_wrapper_article');
$sizetest = 1;
}
});
$(window).resize(function(){
if (matchMedia('only screen and (max-width: 975px)').matches) {
$('#article_content').insertBefore('#ad_wrapper_article');
if ($sizetest == 0){
location.reload();
}
}
if (matchMedia('only screen and (min-width: 975px)').matches) {
$('#ad_wrapper_article').insertBefore('#article_content');
if ($sizetest == 1){
location.reload();
}
}
});
</script>
</head>
<body>
<!--
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
-->
<!--
<h1 id="blog_name">Weathersleuth</h1>
-->
<div class="rectangle">
<div class="nav_container">
<ul id="navigation">
<li id="wslogo"><a href="http://weathersleuth.com/home.html"><img src="images/weathersleuth_logo.png" height="50"></a></li>
<li><a href="home.html">♦ Home</a></li>
<li><a href="recent.php">♦ Blog</a></li>
<li><a href="about.html">♦ Bio</a></li>
<li><a href="contact.html">♦ Contact</a></li>
<li id="soc_med_icons">
<div>
<a href="https://www.linkedin.com/in/halltim/"><img class="soc_med" src="images/icon_linkedin.png" alt="LinkedIn Button"></a>
<a href="https://twitter.com/wxsleuth"><img class="soc_med_2" src="images/icon_twitter.png" alt="Twitter Button"></a>
<a href="https://github.com"><img class="soc_med_3" src="images/icon_github.png" alt="Github Button"></a>
</div>
</li>
<!--
<li><div class="fb-like" data-href="http://weathersleuth.com/home.html" data-layout="button" data-action="like" data-show-faces="true" data-share="true"></div></li>
-->
</ul>
</div>
</div>
<div id="ad_wrapper_article_3">
<!--
<div id="social_section">
<h3 id="side_header">Connect with Us</h3>
<a href="https://www.linkedin.com/"><img class="soc_med" src="icon_linkedin.png" alt="LinkedIn Button"></a>
<a href="https://twitter.com/?lang=en"><img class="soc_med_2" src="icon_twitter.png" alt="Twitter Button"></a>
<a href="https://www.instagram.com/?hl=en"><img class="soc_med_3" src="icon_Instagram.png" alt="Instagram Button"></a>
</div>
-->
<div id="subscribe">
<h3 id="side_header">Subscribe</h3>
<img src="images/tim.jpg" alt="Tim Hall" style="width:100%;display:block;margin:0">
<form method="post" action="//weathersleuth.us13.list-manage.com/subscribe/post?u=b27440dadb3166b9b12cda2ee&id=4645eac027" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<p id="sub_para">Enter your email below to receive WeatherSleuth updates.</p>
<input id="email_input" type="email" name="EMAIL" value="">
<br><br>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<input id="submit_button" name="subscribe" type="submit" value="Subscribe!" class="button">
</form>
</div>
</div>
<div class="article_shell">
<h2 id="feature_article"><a id="feature_article" href="#">Welcome</a></h2>
<hr id="hr_ab_2">
<img id="feature_image_home" src="images/hurricane.png" alt="Hurricane" width=70%>
<div id="story_box">
<h3>About this site</h3>
<p> Under Construction. Coming Soon!</p>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<p> </p>
</div>
</div>
<div id="footer_wrapper">
<ul id="bot_list">
<li id="copy">©2018</li>
<li id="foot_title">WeatherSleuth</li>
<li id="foot_link"><a href="home.html">♦ Home</a></li>
<li id="foot_link"><a href="recent.php">♦ Blog</a></li>
<li id="foot_link"><a href="about.html">♦ Bio</a></li>
<li id="foot_link"><a href="contact.html">♦ Contact</a></li>
<ul>
</div>
</body>
</html>