-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (144 loc) · 8.75 KB
/
Copy pathindex.html
File metadata and controls
168 lines (144 loc) · 8.75 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Compiled and minified CSS -->
<!-- <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400i" rel="stylesheet"> -->
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Allura|Bilbo|Dancing+Script|Fredericka+the+Great|Great+Vibes|Indie+Flower|Italianno|Kaushan+Script|Nothing+You+Could+Do|Pacifico|Pinyon+Script|Playball|Poiret+One|Qwigley|Rouge+Script|The+Girl+Next+Door" rel="stylesheet">
</head>
<body>
<nav>
<div class="nav-wrapper container valign-wrapper">
<a href="#" class="brand-logo left">Top of the Day</a>
<ul id="nav-mobile" class="right">
<li>
<!-- Modal Trigger -->
<button data-target="modal1" class="btn modal-trigger right">Customize Your Page Content</button>
<!-- Modal Structure -->
<div id="modal1" class="modal">
<div class="modal-content grey darken-4">
<h4>Welcome!</h4>
<p style="line-height: 1.5; margin-bottom: 20px;">Please complete the form below to help us customize your page!</p>
<div class="row">
<form class="col s12">
<div class="input-field">
<input id="zip-code-input" placeholder="55555" type="integer" pattern="[0-9][0-9][0-9][0-9][0-9]" minlength=5 maxlength=5 class="validate" required>
<label class="active" for="zip-code"><p1>Zip Code</p1></label>
</div>
</form>
</div>
<div id="topic-buttons"></div>
</div>
<div class="modal-footer blue-grey lighten-5">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat">Let's go!</a>
</div>
</div>
</li>
</ul>
</div>
</nav>
<header class="header">
<img class="headerimage" src="assets/css/testimage.jpg" alt="test">
<div class="header-text valign-wrapper">
<h5 id="quote"></h5>
</div>
</header>
<div class="fluid container">
<br>
<div class="row">
<div class="col m8 s12">
<h3 class="top-stories-title">Top Stories</h3>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div id="top-stories" class="carousel-inner">
<div class="item active first-story">
<img id="story-one-img" src="" alt="">
<div class="carousel-caption">
<a id="story-one-link" href="" target="_blank"><h5 id="story-one-h3"></h5></a>
<!-- <p id="story-one-p"></p> -->
</div>
</div>
<div class="item">
<img id="story-two-img" src="" alt="">
<div class="carousel-caption">
<a href="" id="story-two-link" target="_blank"><h5 id="story-two-h3"></h5></a>
<!-- <p id="story-two-p"></p> -->
</div>
</div>
<div class="item">
<img id="story-three-img" src="" alt="">
<div class="carousel-caption">
<a href="" id="story-three-link" target="_blank"><h5 id="story-three-h3"></h5></a>
<!-- <p id="story-three-p"></p> -->
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="article-dump"></div>
<!-- <ul class="collapsible" id="article-dump">
</ul> -->
</div>
<div class="col m4">
<div class="card blue-grey lighten-5">
<!-- <div class="card-content">
<span class="card-title">Social Links</span>
<p>I am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectively.</p>
</div> -->
<div class="card-action card-action-social">
<a id="social-links" href="https://www.facebook.com/" target="_blank"><div class="iconholder">
<i class="fab fa-facebook-square"></i>
</div></a>
<a id="social-links" href="https://www.twitter.com/" target="_blank"><div class="iconholder">
<i class="fab fa-twitter-square"></i>
</div></a>
<a id="social-links" href="https://www.instagram.com/" target="_blank"><div class="iconholder">
<i class="fab fa-instagram"></i>
</div></a>
</div>
</div>
<div class="card blue-grey lighten-5">
<!-- <div class="card-content black-text">
<span class="card-title">Weather</span>
</div> -->
<div id="weatherIcon"></div>
<div class="card-action">
<a id="weatherURL" href="#">More weather info</a>
</div>
</div>
</div>
</div>
</div>
<!-- Compiled and minified JavaScript -->
<!-- jQuery Link -->
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyChyGorVgt6RGHSQlVSOnM7NxbYm3lhQKQ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="./assets/javascript/app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
</body>
</html>