-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (44 loc) · 2.63 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
<!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">
<link rel="stylesheet" href="https://obviousstudios.github.io/Website-Asset-Directory/css/styles.css">
<link rel="stylesheet" href="https://obviousstudios.github.io/Website-Asset-Directory/css/themes.css">
<link rel="stylesheet" href="pageSRC/page.css">
<title>⠀</title>
</head>
<body>
<div class="headerPadding"></div>
<div class="siteHeader" id="siteHeader">
<button id="ThemeButton" class="themeButton"><img src="Universal/images/light.svg" alt="Themes" class="themeIcon" id="themeIco"></button>
<p id="Quote" class="headerQuote"></p>
</div>
<script src="https://obviousstudios.github.io/Website-Asset-Directory/javascript/themeManager.js"></script>
<div class="siteContent Centered">
<img id="logo" class="logo" src="https://raw.githubusercontent.com/ObviousStudios/Website-Asset-Directory/main/images/Logo-animated-Trans.gif"></img>
<div class="MainSpeel">
<p class="WelcomeText wholeLine" id="WelcomeText">Welcome to ObviousStudios.dev!</p>
<p class="WelcomeText wholeLine"><br><br><br><br>Want to explore? Check out these first!</p>
<div class="Explore">
<div class="cssIsStupid gameICO noSelect" id="gameBut">Games</div>
<div class="cssIsStupid toolICO noSelect" id="toolBut">Tools</div>
<div class="cssIsStupid peopleICO noSelect" id="peepBut">People</div>
<div class="cssIsStupid blogICO noSelect" id="blogBut">Blog</div>
</div>
<p class="WelcomeText wholeLine"><br>Who are we?</p>
<p class="wholeLine"><br>
We are obvious studios a small game development group based out of Ohio inside of the United States of America.<br>
Our goal is to make fun experiences and games for people to play and enjoy.<br>
We also strive to make easy to use tools that allow for people to make the things that they want easier.<br>
We hope you enjoy are games!
</p>
<div class="PageFooter" id="pageFooter"></div>
</div>
</div>
<script src="pageSRC/welcome.js"></script>
<script src="pageSRC/explore.js"></script>
<script src="https://obviousstudios.github.io/Website-Asset-Directory/javascript/headerQuote.js"></script>
</body>
</html>