-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogposts.html
80 lines (80 loc) · 3.03 KB
/
blogposts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="simracing, iracing, team, slowmo, racing, simulator, esports"
/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/CSS/blogposts.css" />
<title>Blogposts - The iRacer blog</title>
<script type="module" src="/JS/blogposts.js"></script>
<script type="module" src="/JS/menu.js"></script>
<!-- Hotjar Tracking Code for exam -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 3379548, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
</head>
<body>
<header>
<div class="outerNavContainer">
<!-- <img src="/images/team/Streamer_nothing.png" alt="" /> -->
<div class="desktopThing">
<img class="logo" src="/images/team/W.png" alt="W logo" />
<h1 id="pageTitle">the posts</h1>
<div class="hamburger">
<img
class="hamburgerImage"
src="/images/icons/car-document-icon1.svg"
alt="hamburger icon"
/>
<i class="menuIcon material-icons"></i>
<i class="closeIcon material-icons"></i>
</div>
</div>
<!-- <div class="navContainer"> -->
<nav class="navbar hidden" id="navBar">
<ul class="navMenu">
<li class="navItem">
<a class="menuItem" href="/index.html">Home</a>
</li>
<li class="navItem">
<a class="menuItem" href="/about.html">About</a>
</li>
<li class="navItem">
<a class="menuItem" href="/blogposts.html">Blog posts</a>
</li>
<li class="navItem">
<a class="menuItem" href="/contact.html">Contact</a>
</li>
</ul>
</nav>
<!-- </div> -->
</div>
</header>
<section id="postSection"></section>
<button id="more">Load More Posts</button>
<h3 class="error"></h3>
<footer>
<p class="footerContent">iRacer blog ©</p>
<a class="footerLink" href="https://www.facebook.com/Officialteamslowmo/"><img class="footerImg" src="/images/icons/icons8-facebook.svg"/></a>
<a class="footerLink" href="https://www.instagram.com/officialteamslowmo/?hl=en"><img class="footerImg" src="/images/icons/icons8-instagram.svg"/></a>
<a class="footerLink" href="https://www.twitch.tv/jokke900"><img class="footerImg" src="/images/icons/icons8-twitch.svg"/></a>
</footer>
</body>
</html>