-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
193 lines (172 loc) · 7.05 KB
/
about.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css" />
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./img/BestSnowLogo.png" type="image/x-icon" />
<title>Best Snow - ABOUT | Snow Data from the Western US</title>
</head>
<body>
<!-- Navigation Bar -->
<header>
<nav class="nav-wraper yellow darken-2">
<div class="container">
<a href="index.html" class="brand-logo">
<img src="./img/BestSnowLogo.png" width="150" alt="Best Snow Logo" /></a>
<a href="#" class="sidenav-trigger" data-target="mobile-links">
<i class="material-icons">menu</i>
</a>
<ul class="hide-on-med-and-down right">
<li>
<a class="flow-text" id="logoname" href="index.html">Best Snow</a>
</li>
<li><a class="black-text" href="about.html">About</a></li>
<li><a class="black-text" href="contact.html">Contact</a></li>
</ul>
</div>
<ul class="sidenav yellow darken-2" id="mobile-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main body of Contact Page -->
<main>
<!-- Parallax Image -->
<div class="parallax-container">
<div class="parallax">
<img src="./img/snowy-mtns1.jpg" alt="snow mountains" class="responsive-img" />
</div>
</div>
<div class="section white">
<div class="row container center">
<img src="./img/BestSnowLogo.png" width="100" alt="Best Snow Logo">
</div>
<!-- About Us -->
<div class="row container">
<p class="grey-text text-darken-3 lighten-3">
<span id="bestsnowfont" class="bestsnowcolor">Best Snow</span> is a site built for snow enthusiasts by
snow enthusiasts. We provide you with snow data from hundreds of locations across north america.
We are passionate about to getting outside
and betting the best POW. With <span id="bestsnowfont" class="bestsnowcolor">Best Snow</span> you'll be able
to quickly decide where to head out on your next snowy backcountry
adventure. We provide you with the ability to see, at a glance, the
snow levels the western United States. <span id="bestsnowfont" class="bestsnowcolor">Best Snow</span> will
help decide
if your want to hit your local mtns or venture out to other ranges
in the US.
</p>
<p>Enjoy the Snow!
</p>
</div>
<!-- Contributors and Photos -->
<div class="container">
<h3 id="bestsnowfont">Contributors</h3>
<div class="row">
<div class="col s6 l3">
<div class="card">
<div class="card-image">
<img src="https://ca.slack-edge.com/T01EK8F49FD-U01EN71FQUD-de961684d0cc-512" alt="Asher Pappas">
</div>
<div class="card-content">
<span class="card-title center">Asher Pappas</span>
</div>
</div>
</div>
<div class="col s6 l3">
<div class="card">
<div class="card-image">
<img src="https://ca.slack-edge.com/T01EK8F49FD-U01EQLMH3S6-10ba5fdbd101-512" alt="Paul Vatterott">
</div>
<div class="card-content">
<span class="card-title center">Paul Vatterott</span>
</div>
</div>
</div>
<div class="col s6 l3">
<div class="card">
<div class="card-image">
<img src="https://ca.slack-edge.com/T01EK8F49FD-U01FNNP7G7J-c7ea88fdbc00-512" alt="Ron Edmonds">
</div>
<div class="card-content">
<span class="card-title center">Ron Edmonds</span>
</div>
</div>
</div>
<div class="col s6 l3">
<div class="card">
<div class="card-image">
<img src="https://ca.slack-edge.com/T01EK8F49FD-U01EVDTUQTX-1cfe0c87b7c4-512" alt="Ryan Hadfield">
</div>
<div class="card-content">
<span class="card-title center">Ryan Hadfield</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Parallax Image -->
<div class="parallax-container">
<div class="parallax"><img src="./img/snowy-mtns2.jpg" /></div>
</div>
<!-- footer -->
<footer class="page-footer yellow darken-2">
<div class="container">
<div class="row">
<div class="yellow darken-2 col l6 s12">
<a href="about.html">
<h5 class="black-text" id="bestsnowfont">About Us</h5>
<p class="white-text">
Best Snow is a site built for snow enthusiasts by snow
enthusiasts...
</p>
</a>
</div>
<div class="yellow darken-2 col l4 offset-l2 s12">
<a href="contact.html">
<h5 class="black-text" id="bestsnowfont">Contact</h5>
</a>
<a href="mailto:[email protected]" target="_blank" class="btn-floating btn-small black">
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/best.x.snow/" target="_blank" class="btn-floating btn-small pink">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.facebook.com/best.snow.12/" target="_blank"
class="btn-floating btn-small blue darken-2">
<i class="fab fa-facebook-square"></i>
</a>
</div>
</div>
</div>
<div class="footer-copyright grey darken-4">
<div class="container center-align">© 2021 Best Snow</div>
</div>
</footer>
</main>
<!-- jQuery Script -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
$(document).ready(function () {
$(".sidenav").sidenav();
$(".parallax").parallax();
});
</script>
</body>
</html>