-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbloghome.html
108 lines (100 loc) · 4.26 KB
/
bloghome.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
<!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>CollegeCatch | Blogs</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>Blogs</h2>
<p>writings on college dating, and relationships</p>
</header>
<div class="inner">
<section class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="html5up-spectral/images/dogphotothumbnail.jpg" alt="Smiling girl with white dog" /></div><div class="content">
<h2><a href="blog1.html">The Buzz with Online Dating</a></h2>
<p>...</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="html5up-spectral/images/party2.jpg" alt="A group of students at a frat party" /></div><div class="content">
<h2><a href="blog2.html">how I cuffed a frat boy my freshman year</a></h2>
<p>...</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="" alt="" /></div><div class="content">
<h2><a href="blog3.html">5 Dating Definitions</a></h2>
<p>...</p>
</div>
</section>
</section>
</div>
</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>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></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>
ScrollReveal().reveal(".reveal")
</script>
</body>
</html>