forked from old-jekyll-templates/Twenty-Jekyll-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (82 loc) · 3.3 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
<!DOCTYPE html>
<html>
<!--
Twenty by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="The official website of ejswimmer101
">
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.dropotron.min.js"></script>
<script src="/js/jquery.scrolly.min.js"></script>
<script src="/js/jquery.scrollgress.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/skel-layers.min.js"></script>
<script src="/js/init.js"></script>
<noscript>
<link rel="stylesheet" href="/css/skel.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/style-wide.css" />
<link rel="stylesheet" href="/css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="/css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="/css/ie/v9.css" /><![endif]-->
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home.ejswimmer101.ga/">
</head>
<body class="index">
<header id="header">
<h1 id="logo"><a href="/"><span>EJSwimmer101</span></a></h1>
<nav id="nav">
<ul>
<li><a href="https://home.ejswimmer101.ga">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/schedule">Schedule</a></li>
<li><a href="/stream" class="button special">Stream</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<h2>EJSWIMMER101</h2>
</header>
<p>TWITCH FORTNITE STREAMER</p>
<footer>
<ul class="buttons vertical">
<li><a href="https://home.ejswimmer101.ga/stream" class="button fit scrolly">WATCH STREAM</a></li>
</ul>
</footer>
</div>
</section>
<div class="page-content" data-cms-content-wrapper="/_layouts/landing-page.html">
<title>Home - EJSwimmer101</title>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a target="_blank" href="https://instagram.com/ejswimmer101" class="icon circle fa-instagram"><span class="label">Instagram</span></a></li>
<li><a target="_blank" href="https://twitch.tv/ejswimmer101" class="icon circle fa-twitch"><span class="label">Twitch</span></a></li>
</ul>
<ul class="copyright">
<li>© 2019 EJSwimmer101</li><li>Sited Designed By: <a target="_blank" href="https://webdesign.bradykondek.ga">Brady Kondek Website Design</a></li><li>Theme: <a target="_blank" href="https://www.streamertheme.ga">Streamer Theme</a></li>
</ul>
</footer>
</body>
</html>