-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 3.77 KB
/
Copy pathindex.html
File metadata and controls
60 lines (60 loc) · 3.77 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sweet Frontier - Home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/homejoke.js" defer></script>
<link rel="icon" type="image/png" href="images/smollogo.png">
</head>
<body>
<header>
<nav>
<ul>
<li class="logo"><img src="images/smollogo.png" alt="Sweet Frontier"></li>
<li class="disabled_link">Home</li>
<li><a href="games.html">Games</a></li>
<li><a href="history.html">History</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<a href="https://sweetfrontier.itch.io/"><div class="biglogoy"></div></a>
<section class="centerblock">
<h1>JOKE OF THE MILLISECOND</h1>
<h5>We'd like to start things off with a lighthearted joke to set the mood for the site.</h5>
<br>
<p id="jokeyjokester" class="skeleton"> </p>
</section>
<section class="centerblock">
<h1>What Is Sweet Frontier?</h1><br>
<p>Sweet Frontier is a game development company that specializes in creating games that are fun and engaging for all ages. Our games are designed to be easy to learn and play, but challenging enough to keep you coming back for more. We are passionate about creating games that are not only entertaining, but also visually visible and moderately immersive. Our team of talented developers and designers work tirelessly to bring you the best games possible, and we are always looking for new and exciting ways to push the boundaries of what is possible in game development.</p>
</section>
<section class="centerblock">
<h1>Why Should I Care?</h1><br>
<p>At Sweet Frontier, we believe that gaming is more than just a hobby - it's a way of life. Our games are carefully crafted to provide not only entertainment, but also meaningful experiences. Whether you're looking for an escape from reality, a chance to challenge your skills, or a way to connect with friends and family, Sweet Frontier has something for everyone.</p><br>
<p>Our dedication to quality and innovation sets us apart from the competition. We strive to create games that captivate and inspire, pushing the boundaries of what is possible in the gaming industry. With intriguing visuals, immersive gameplay, and engaging storylines, our games transport players to new worlds and ignite their imagination.</p><br>
<p>So why should you care about Sweet Frontier? Because we're not just creating games - we're creating experiences that will leave a lasting impact. Join us on this exciting journey and discover the magic of Sweet Frontier.</p>
</section>
<section class="centerblock">
<h1>Who is Sweet Frontier?</h1><br>
<p>Joey Parker - artist/programmer</p>
<p>De'shon Mcneil - artist/programmer</p>
<p>Jus Liu - artist/programmer</p>
<p>Evan Youssef - programmer</p>
<p>Jimerswagger - programmer</p>
<p>Selah - artist</p>
<p>Leigh Dubiel - artist (SEMI-RETIRED)</p>
<p>Emily Mapp - artist (RETIRED?)</p>
<p>Smit Sakariya - programmer (RETIRED)</p>
</section>
</main>
<footer>
<p>© 2022 Sweet Frontier. No rights reserved.</p>
<p>For any employee management ethical concerns, please be reassured by our <a href="working-conditions.html">Employee Working Conditions</a></p>
<p>For any issues, please feel free to <a href="contact.html">Contact Us</a></p>
</footer>
</body>
</html>