-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
120 lines (105 loc) · 5.55 KB
/
credits.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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Blogs | CollegeCatch</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="html5up-spectral/assets/css/main.css" />
<noscript><link rel="stylesheet" href="html5up-spectral/assets/css/noscript.css" /></noscript>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,400;0,800;1,300&display=swap" rel="stylesheet">
<script src="audio.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script>ScrollReveal({duration: 1000,
delay: 200,});</script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">CollegeCatch</a></h1>
<div id="togglecontainer">
<span id="on" onclick="playMusic()"></span>
<span id="off" onclick="pauseMusic()"></span>
</div>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="bloghome.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>Credits</h2>
<p>never swipe left on naming your sources</p>
</header>
<section class="wrapper style5">
<div class="inner">
<div id="blog">
<h1>Credits</h1>
<p>Design: <a href="https://html5up.net/spectral">Spectral</a> by <a href="http://html5up.net">HTML5 UP</a> under <a href="https://creativecommons.org/licenses/by/3.0/legalcode">CC BY 3.0</a></p>
<h2>Homepage</h2>
<h2>Events</h2>
<h2>Blog Home</h2>
<p>Image of <a href="https://unsplash.com/photos/WPTHZkA-M4I">Fireworks</a> provided by <a href="https://unsplash.com/@erwanhesry">Erwan Hesry</a> under <a href="https://unsplash.com/license">Unsplash license</a></p>
<h2>The Buzz with Online Dating</h2>
<p>Image of <a href="https://unsplash.com/photos/WPTHZkA-M4I">Fireworks</a> provided by <a href="https://unsplash.com/@erwanhesry">Erwan Hesry</a> under <a href="https://unsplash.com/license">Unsplash license</a></p>
<p>All other images provided by Jennifer Price.</p>
<p><a href="https://lokeshdhakar.com/projects/lightbox2/">Lightbox Gallery</a> provided by <a href="https://lokeshdhakar.com/">Lokesh Dhakar</a> under the <a href="https://raw.githubusercontent.com/lokesh/lightbox2/master/LICENSE">MIT License</a>.</p>
<h2>How I Cuffed a Frat Boy My Freshman Year</h2>
<p>Image of <a href="https://unsplash.com/photos/WPTHZkA-M4I">Fireworks</a> provided by <a href="https://unsplash.com/@erwanhesry">Erwan Hesry</a> under <a href="https://unsplash.com/license">Unsplash license</a></p>
<p>All other images provided by Gigi Alcaraz.</p>
<h2>5 Dating Definitions</h2>
<p>Image of <a href="https://unsplash.com/photos/WPTHZkA-M4I">Fireworks</a> provided by <a href="https://unsplash.com/@erwanhesry">Erwan Hesry</a> under <a href="https://unsplash.com/license">Unsplash license</a></p>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Jennifer Price, Giselle Mehta, & Gigi Alcaraz © 2022</li>.</li><li>All other images provided by Jennifer Price.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="html5up-spectral/assets/js/jquery.min.js"></script>
<script src="html5up-spectral/assets/js/jquery.scrollex.min.js"></script>
<script src="html5up-spectral/assets/js/jquery.scrolly.min.js"></script>
<script src="html5up-spectral/assets/js/browser.min.js"></script>
<script src="html5up-spectral/assets/js/breakpoints.min.js"></script>
<script src="html5up-spectral/assets/js/util.js"></script>
<script src="html5up-spectral/assets/js/main.js"></script>
<script src="lightbox2-dev/dist/js/lightbox-plus-jquery.js"></script>
<script>
lightbox.option(
{'wrapAround': true};
)
</script>
<script>
ScrollReveal().reveal(".reveal")
</script>
</body>
</html>