Skip to content

Commit efd83a7

Browse files
authored
Add files via upload
0 parents  commit efd83a7

5 files changed

Lines changed: 255 additions & 0 deletions

File tree

bluemountain.jpg

82.2 KB
Loading

high5.gif

2.52 MB
Loading

home.html

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>MSC</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
8+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
10+
<link rel="stylesheet" href="site.css">
11+
</head>
12+
<body>
13+
14+
<!-- Navbar (sit on top) -->
15+
<div class="w3-top">
16+
<div class="w3-bar" id="myNavbar">
17+
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
18+
<i class="fa fa-bars"></i>
19+
</a>
20+
<a href="#home" class="w3-bar-item w3-button">HOME</a>
21+
<a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT US</a>
22+
<a href="#portfolio" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> OFFICERS</a>
23+
<a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> TRIPS</a>
24+
<a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT US</a>
25+
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-red">
26+
<i class="fa fa-search"></i>
27+
</a>
28+
</div>
29+
30+
<!-- Navbar on small screens -->
31+
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
32+
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
33+
<a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">PORTFOLIO</a>
34+
<a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
35+
<a href="#" class="w3-bar-item w3-button">SEARCH</a>
36+
</div>
37+
</div>
38+
39+
<!-- First Parallax Image with Logo Text -->
40+
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
41+
<div class="centered" id="myDIV">MICHIGAN SNOWBOARD CLUB</div>
42+
</div>
43+
<!-- Page content -->
44+
<div class="w3-content" style="max-width:2000px;">
45+
46+
<!-- About Section -->
47+
<div class="w3-light-grey" id="tour">
48+
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:800px" id="band">
49+
<h2 class="w3-wide">The Club</h2>
50+
51+
<p class="w3-justify">We have created a fictional band website. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
52+
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur
53+
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
54+
55+
</div>
56+
</div>
57+
<!-- Membership Section -->
58+
<div class="w3-grey" id="tour">
59+
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:800px" id="band">
60+
<h2 class="w3-wide">Membership</h2>
61+
62+
<p class="w3-justify">We have created a fictional band website. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
63+
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur
64+
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
65+
66+
</div>
67+
</div>
68+
69+
<!-- The Tour Section -->
70+
<div class="w3-light-grey" id="tour">
71+
<div class="w3-container w3-content w3-padding-64" style="max-width:800px">
72+
<h2 class="w3-wide w3-center">THIS YEAR'S TRIPS</h2>
73+
<p class="w3-opacity w3-center"><i>Remember to book your tickets!</i></p><br>
74+
75+
<ul class="w3-ul w3-border w3-white w3-text-grey" style="max-width:800px">
76+
<li class="w3-padding">Jackson Hole <span class="w3-tag w3-red w3-margin-left">Sold out</span></li>
77+
<li class="w3-padding">Blue Mountain <span class="w3-tag w3-red w3-margin-left">Sold out</span></li>
78+
</ul>
79+
80+
<div class="w3-row-padding w3-padding-32" style="margin:0 -16px; display: flex; justify-content: center;">
81+
<div class="w3-third w3-margin-bottom">
82+
<img src="jacksonhole.jpg" alt="Jackson Hole" style="width: 100%; height: 200px; object-fit: fill;" class="w3-hover-opacity">
83+
<div class="w3-container w3-white">
84+
<p><b>Jackson Hole</b></p>
85+
<p class="w3-opacity">Fri 27 Nov 2016</p>
86+
<p>Praesent tincidunt sed tellus ut rutrum sed vitae justo.</p>
87+
<button class="w3-button w3-black w3-margin-bottom">More Info</button>
88+
</div>
89+
</div>
90+
<div class="w3-third w3-margin-bottom">
91+
<img src="bluemountain.jpg" alt="Blue Mountain" style="width: 100%; height: 200px; object-fit: fill;" class="w3-hover-opacity">
92+
<div class="w3-container w3-white">
93+
<p><b>Blue Mountain</b></p>
94+
<p class="w3-opacity">Sat 28 Nov 2016</p>
95+
<p>Praesent tincidunt sed tellus ut rutrum sed vitae justo.</p>
96+
<button class="w3-button w3-black w3-margin-bottom">More Info</button>
97+
</div>
98+
</div>
99+
</div>
100+
</div>
101+
</div>
102+
</div>
103+
104+
<!-- Ticket Modal -->
105+
<div id="ticketModal" class="w3-modal">
106+
<div class="w3-modal-content w3-animate-top w3-card-4">
107+
<header class="w3-container w3-teal w3-center w3-padding-32">
108+
<span onclick="document.getElementById('ticketModal').style.display='none'"
109+
class="w3-button w3-teal w3-xlarge w3-display-topright">×</span>
110+
<h2 class="w3-wide"><i class="fa fa-suitcase w3-margin-right"></i>Tickets</h2>
111+
</header>
112+
<div class="w3-container">
113+
<p><label><i class="fa fa-shopping-cart"></i> Tickets, $15 per person</label></p>
114+
<input class="w3-input w3-border" type="text" placeholder="How many?">
115+
<p><label><i class="fa fa-user"></i> Send To</label></p>
116+
<input class="w3-input w3-border" type="text" placeholder="Enter email">
117+
<button class="w3-button w3-block w3-teal w3-padding-16 w3-section w3-right">PAY <i class="fa fa-check"></i></button>
118+
<button class="w3-button w3-red w3-section" onclick="document.getElementById('ticketModal').style.display='none'">Close <i class="fa fa-remove"></i></button>
119+
<p class="w3-right">Need <a href="#" class="w3-text-blue">help?</a></p>
120+
</div>
121+
</div>
122+
</div>
123+
124+
<!-- The Contact Section -->
125+
<div class="w3-container w3-content w3-padding-64" style="max-width:800px" id="contact">
126+
<h2 class="w3-wide w3-center">CONTACT</h2>
127+
<p class="w3-opacity w3-center"><i>Fan? Drop a note!</i></p>
128+
<div class="w3-row w3-padding-32">
129+
<div class="w3-col m6 w3-large w3-margin-bottom">
130+
<i class="fa fa-map-marker" style="width:30px"></i> Chicago, US<br>
131+
<i class="fa fa-phone" style="width:30px"></i> Phone: +00 151515<br>
132+
<i class="fa fa-envelope" style="width:30px"> </i> Email: mail@mail.com<br>
133+
</div>
134+
<div class="w3-col m6">
135+
<form action="/action_page.php" target="_blank">
136+
<div class="w3-row-padding" style="margin:0 -16px 8px -16px">
137+
<div class="w3-half">
138+
<input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
139+
</div>
140+
<div class="w3-half">
141+
<input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
142+
</div>
143+
</div>
144+
<input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
145+
<button class="w3-button w3-black w3-section w3-right" type="submit">SEND</button>
146+
</form>
147+
</div>
148+
</div>
149+
</div>
150+
151+
<!-- End Page Content -->
152+
</div>
153+
154+
<!-- Footer -->
155+
<footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-xlarge">
156+
<i class="fa fa-facebook-official w3-hover-opacity"></i>
157+
<i class="fa fa-instagram w3-hover-opacity"></i>
158+
<i class="fa fa-snapchat w3-hover-opacity"></i>
159+
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
160+
<i class="fa fa-twitter w3-hover-opacity"></i>
161+
<i class="fa fa-linkedin w3-hover-opacity"></i>
162+
<p class="w3-medium">Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
163+
</footer>
164+
165+
<script>
166+
// Modal Image Gallery
167+
function onClick(element) {
168+
document.getElementById("img01").src = element.src;
169+
document.getElementById("modal01").style.display = "block";
170+
var captionText = document.getElementById("caption");
171+
captionText.innerHTML = element.alt;
172+
}
173+
174+
// Change style of navbar on scroll
175+
window.onscroll = function() {myFunction()};
176+
function myFunction() {
177+
var navbar = document.getElementById("myNavbar");
178+
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
179+
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-gray";
180+
} else {
181+
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
182+
}
183+
}
184+
185+
// Used to toggle the menu on small screens when clicking on the menu button
186+
function toggleFunction() {
187+
var x = document.getElementById("navDemo");
188+
if (x.className.indexOf("w3-show") == -1) {
189+
x.className += " w3-show";
190+
} else {
191+
x.className = x.className.replace(" w3-show", "");
192+
}
193+
}
194+
</script>
195+
196+
</body>
197+
</html>

jacksonhole.jpg

39.7 KB
Loading

site.css

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
2+
body, html {
3+
height: 100%;
4+
color: #777;
5+
line-height: 1.8;
6+
background-color: "light-grey";
7+
}
8+
9+
/* Create a Parallax Effect */
10+
.bgimg-1 {
11+
background-attachment: fixed;
12+
background-position: center;
13+
background-repeat: no-repeat;
14+
background-size: cover;
15+
background-color: "light-grey";
16+
}
17+
18+
/* First image (Logo. Full height) */
19+
.bgimg-1 {
20+
background-image: url('high5.gif');
21+
min-height: 100%;
22+
box-shadow: inset 0 0 0 2000px rgba(221, 255, 0, 0.1);
23+
color: "light-gray"
24+
}
25+
26+
27+
.w3-wide {letter-spacing: 10px;}
28+
.w3-hover-opacity {cursor: pointer;}
29+
30+
/* Turn off parallax scrolling for tablets and phones */
31+
@media only screen and (max-device-width: 1600px) {
32+
.bgimg-1, .bgimg-2, .bgimg-3 {
33+
background-attachment: scroll;
34+
min-height: 400px;
35+
}
36+
}
37+
38+
39+
.centered {
40+
position: absolute;
41+
top: 50%;
42+
left: 50%;
43+
transform: translate(-50%, -50%);
44+
text-align: center;
45+
}
46+
47+
48+
49+
#myDIV {
50+
height:300px;
51+
color:rgb(47, 0, 255);
52+
opacity: 0.8;
53+
font-size: 5.5vmax;
54+
font-weight: 900;
55+
text-shadow: 2px 2px 5px rgb(225, 255, 0);
56+
font-family: "lexend", monospace;
57+
}
58+

0 commit comments

Comments
 (0)