-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
84 lines (77 loc) · 3.92 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Encore</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="images/encore-favicon.png">
</head>
<header>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-grid">
<a class="logo">
<img src="images/encore-text-white.png" style="height: 5em;" alt="encore logo"></img>
</a>
<p id="splash">
<script src="splashtext.js"></script>
</p>
<div class="flexbox">
<a href="https://discord.gg/6pfZn9EStB">
<img src="images/discord-mark-white.png" class="header-icons" alt="Join the Encore Discord">
</a>
<a href="https://github.com/Encore-Developers/Encore">
<img src="images/github-mark-white.png" class="header-icons" alt="Open the Encore GitHub">
</a>
</div>
</div>
</header>
<nav class="usable-area">
<a href="index.html">About</a>
<a href="install.html">Install</a>
<a href="">Changelogs</a>
<a href="credits.html">Credits</a>
<a href="download.html">Guides</a>
</nav>
<main>
<div class="main-grid">
<div class="mini-grid">
<h1 class="mini-grid">Full band is back.</h1>
<p class="mini-grid">It was made.</p>
<p class="mini-grid">Welcome to Encore. We have notes.</p>
<picture class="image-thing">
<source media="(min-width: 100%em)">
<img class="mini-grid" src="images/enc.png" alt="encore gameplay">
</picture>
<p class="mini-grid">Lorem ipsum odor amet, consectetuer adipiscing elit. Ultrices nascetur volutpat, posuere metus morbi accumsan elit ad. Netus mattis tempus, ullamcorper nunc elementum efficitur pellentesque. Sociosqu natoque facilisi semper facilisis aliquet dolor pharetra suscipit eu. Placerat ac primis est pharetra volutpat leo ullamcorper. Orci phasellus suscipit velit leo vestibulum integer. Interdum primis aliquam elementum velit; ligula tortor. Eros elementum nascetur per odio platea posuere. Phasellus orci lobortis quisque aliquam pharetra dapibus.
</p>
<p class="mini-grid">We make the game. The game is made. We do the do. Doodoo.</p>
<p class="mini-grid">im just trying to fill the page atp</p>
<p class="mini-grid">its pretty hard when you cant think of anything</p>
</div>
<div class="main-grid-side">
<h1 class="main-grid-side">Announcements</h1>
<p class="main-grid-side">
i've come to make an announcement-
</p>
</div>
</div>
</main>
<footer>
<div class="footer-styles">
<img src="images/encore-favicon.png" style="height: 6em; padding: 0.25em;"></img>
<p class="footer-text">Encore is brought to you by Encore Developers
<br>Website made by 3drosalia/marie feat. It's Only Connor
<br>You lost The Game
</p>
</div>
</footer>
</html>