forked from janong24/MoodBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
309 lines (271 loc) · 16.9 KB
/
index.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE HTML>
<html lang="en-CA">
<head>
<title>HackConcordia Mood Board</title>
<meta name="description" content="ConUHacks 7 Mood Board">
<meta name="keywords" content="ConUHacks 7 Mood Board">
<meta name="author" content="HackConcordia Design Team">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<!--BOOTSTRAP-->
<script src="https://kit.fontawesome.com/6ebd7b3ed7.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!--GOOGLE APIS-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Mulish:400,400i,800,800i" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--ICONS-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!--EXTERNAL STYLESHEET-->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!--<link rel="stylesheet" href="/MoodBoard-ConUHacks7/index.css">-->
<!--EXTERNAL SCRIPTS-->
<script src="index.js"></script>
<!--<script src="/MoodBoard-ConUHacks7/index.js"></script>-->
<!--FAVICON-->
<!--SMOOTH SCROLLING CROSS-BROWSER-->
<!--add smooth scrolling sitewide-->
<script>
$(document).ready(function() {
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function() {
window.location.hash = hash;
});
} // End if
});
});
</script>
</head>
<body>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">ConUHacks 7 Mood Board</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="conuhacks7-logo.png" alt="..." /></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#top">Back to Top</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#inspos">Website Inspirations</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#code">Some Code</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#images">Images</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#animations">Animations</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#fonts">Fonts</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#colors">Color Schemes</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#buttons">Buttons</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#other">Other Controls</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- Top-->
<section class="hc-section" id="top">
<div class="hc-section-content">
<h1 class="mb-0">
ConUHacks 7
<span class="text-primary">Mood Board</span>
</h1>
<div class="subheading mb-5">
Central repository for webpage assets for current and future use.
</div>
<div class="social-icons">
<a class="social-icon" href="#!"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="#!"><i class="fab fa-github"></i></a>
<a class="social-icon" href="#!"><i class="fab fa-twitter"></i></a>
<a class="social-icon" href="#!"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Website Inspirations -->
<section class="hc-section" id="inspos">
<div class="hc-section-content">
<h2 class="mb-5">Website Inspirations</h2>
<!-- INSERT CONTENT HERE -->
<a href="https://days.christou1910.com/en/" target="_blank"><h3>Christou 1910</h3></a>
<a href="https://gasnor.no/en/" target="_blank"><h3>Gasnor</h3></a>
<a href="https://theworldwecreate.net/" target="_blank"><h3>The World We Create</h3></a>
<a href="https://www.lars-olson.com/" target="_blank"><h3>Lars Olson</h3></a>
<a href="https://hackthenorth.com/" target="_blank"><h3>Hack the North</h3></a>
</div>
</section>
<hr class="m-0" />
<!-- Some Code -->
<section class="hc-section" id="code">
<div class="hc-section-content">
<h2 class="mb-5">Some Code</h2>
<!-- INSERT CONTENT HERE -->
<a href="https://alvarotrigo.com/blog/css-snap-scroll-horizontally/" target="_blank"><h3>Code for Horizontal Scrolling (with CSS)</h3></a>
<a href="https://stackoverflow.com/questions/71369972/create-horizontal-vertical-scrolling-website" target="_blank"><h3>Code for Multiscroll Websites (with GSAP)</h3></a>
<a href="https://www.framer.com/docs/introduction/##scroll-triggered-animations" target="_blank"><h3>Framer Library for Scroll Triggers (for React)</h3></a>
<a href="https://animate.style/" target="_blank"><h3>Animate CSS Animation Library</h3></a>
</div>
</section>
<hr class="m-0" />
<!-- Images -->
<section class="hc-section" id="images">
<div class="hc-section-content">
<h2 class="mb-5">Images</h2>
<!-- INSERT CONTENT HERE -->
<img src="no-ads.webp"> <br/>
<a href="withoutads.svg" download>Download SVG Here.</a>
<br/><br/>
<img src="with-ads.webp"> <br/>
<a href="withads.svg" download>Download SVG Here.</a>
<br/><br/>
<img src="web_logo.svg" width="150" height="150"> <br/>
<a href="web_logo.svg" download>Download SVG Here.</a>
<br/><br/>
<img src="holo-sticker.png"> <br/>
This is the design for the hologram sticker. For your reference only.
<br/><br/>
<img src="bumper-sticker.png"> <br/>
This is the design for the bumper sticker. For your reference only.
</div>
</section>
<hr class="m-0" />
<!-- Animations -->
<section class="hc-section" id="animations">
<div class="hc-section-content">
<h2 class="mb-5">Animations</h2>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="XWEBROX" data-user="janong24" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/janong24/pen/XWEBROX">
Vanilla Js Scroll animation</a> by ayyylamaw (<a href="https://codepen.io/janong24">@janong24</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="GREdmKW" data-user="alvarotrigo" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/alvarotrigo/pen/GREdmKW">
Scrolling Text</a> by Álvaro (<a href="https://codepen.io/alvarotrigo">@alvarotrigo</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<br/>
<h1 class="text-center" onmouseover="animateById(this.id)" onmouseout="clearClassName(this.id)" id ="tada">Tada</h1>
<br/>
<h1 class="text-center" onmouseover="animateById(this.id)" onmouseout="clearClassName(this.id)" id ="flash">Flash</h1>
<br/>
<h1 class="text-center" onmouseover="animateById(this.id)" onmouseout="clearClassName(this.id)" id ="flipInX">Flip In X</h1>
<br/>
<h1 class="text-center" onmouseover="animateById(this.id)" onmouseout="clearClassName(this.id)" id ="lightSpeedInLeft">Lightspeed In Left</h1>
<br/>
<h1 class="text-center" onmouseover="animateById(this.id)" onmouseout="clearClassName(this.id)" id ="lightSpeedInRight">Lightspeed In Right</h1>
<br/>
<h1 class="text-center" onmouseover="animateById(this.id)" onmouseout="clearClassName(this.id)" id ="slideInLeft">Slide In Left</h1>
<br/>
<h1 class="text-center" onmouseover="animateById(this.id)" onmouseout="clearClassName(this.id)" id ="slideInRight">Slide In Right</h1>
<!-- INSERT CONTENT HERE -->
</div>
</section>
<hr class="m-0" />
<!-- Fonts -->
<section class="hc-section align-items-center justify-content-center" id="fonts">
<div class="hc-section-content">
<h2 class="mb-5">Fonts</h2>
<h1 class="text-center" style="font-family: 'Philosopher'; font-weight: 700">We're Back!</h1>
<h3 class="text-center" style="font-family: 'Philosopher'">Philosopher and Mulish</h3>
<div class="row">
<div class="col-3"></div>
<p class="col-6 text-center" style="font-family: 'Mulish'">Our hackathon’s motto, “Dream It, Hack It”, epitomizes these aspirations and encourages hackers to free themselves from their inhibitions and make their dreams come to life. We believe the biggest prize any student can win is knowing that they have what it takes to create beautiful work from the most basic blocks, ones and zeros.</p>
<div class="col-3"></div>
</div>
<br/>
<h1 class="text-center" style="font-family: 'Karla'; font-weight: 700">We're Back!</h1>
<h3 class="text-center" style="font-family: 'Karla'">Karla and Inconsolata</h3>
<div class="row">
<div class="col-3"></div>
<p class="col-6 text-center" style="font-family: 'Inconsolata'">Our hackathon’s motto, “Dream It, Hack It”, epitomizes these aspirations and encourages hackers to free themselves from their inhibitions and make their dreams come to life. We believe the biggest prize any student can win is knowing that they have what it takes to create beautiful work from the most basic blocks, ones and zeros.</p>
<div class="col-3"></div>
</div>
<br/>
<h1 class="text-center" style="font-family: 'Oxygen'; font-weight: 700">We're Back!</h1>
<h3 class="text-center" style="font-family: 'Oxygen'">Philosopher and Mulish</h3>
<div class="row">
<div class="col-3"></div>
<p class="col-6 text-center" style="font-family: 'Source Sans Pro'">Our hackathon’s motto, “Dream It, Hack It”, epitomizes these aspirations and encourages hackers to free themselves from their inhibitions and make their dreams come to life. We believe the biggest prize any student can win is knowing that they have what it takes to create beautiful work from the most basic blocks, ones and zeros.</p>
<div class="col-3"></div>
</div>
<br/>
<h1 class="text-center" style="font-family: 'Raleway'; font-weight: 700">We're Back!</h1>
<h3 class="text-center" style="font-family: 'Raleway'">Philosopher and Mulish</h3>
<div class="row">
<div class="col-3"></div>
<p class="col-6 text-center" style="font-family: 'Open Sans'">Our hackathon’s motto, “Dream It, Hack It”, epitomizes these aspirations and encourages hackers to free themselves from their inhibitions and make their dreams come to life. We believe the biggest prize any student can win is knowing that they have what it takes to create beautiful work from the most basic blocks, ones and zeros.</p>
<div class="col-3"></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Color Schemes -->
<section class="hc-section" id="colors">
<div class="hc-section-content">
<h2 class="mb-5">Color Schemes</h2>
<!-- INSERT CONTENT HERE -->
</div>
</section>
<hr class="m-0" />
<!-- Buttons -->
<section class="hc-section" id="buttons">
<div class="hc-section-content">
<h2 class="mb-5">Buttons</h2>
<button class="button">I'm a button!</button>
<!-- INSERT CONTENT HERE -->
</div>
</section>
<hr class="m-0" />
<!-- Other Components -->
<section class="hc-section" id="other">
<div class="hc-section-content">
<h2 class="mb-5">Other Components</h2>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="yLbJxap" data-user="alvarotrigo" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/alvarotrigo/pen/yLbJxap">
Hamburger Animations</a> by Álvaro (<a href="https://codepen.io/alvarotrigo">@alvarotrigo</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="PomzdbN" data-user="alvarotrigo" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/alvarotrigo/pen/PomzdbN">
Modal Animations</a> by Álvaro (<a href="https://codepen.io/alvarotrigo">@alvarotrigo</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="NWjrLbp" data-user="alvarotrigo" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/alvarotrigo/pen/NWjrLbp">
Cascading text effects w/ Splitting + ScrollOut ✍️🤓</a> by Álvaro (<a href="https://codepen.io/alvarotrigo">@alvarotrigo</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="rNwvmNb" data-user="alvarotrigo" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/alvarotrigo/pen/rNwvmNb">
Infinite scrolling text</a> by Álvaro (<a href="https://codepen.io/alvarotrigo">@alvarotrigo</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<!-- INSERT CONTENT HERE -->
</div>
</section>
<hr class="m-0" />
</div>
</div>
</body>
</html>