-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
66 lines (65 loc) · 2.4 KB
/
about.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
<!DOCTYPE html>
<title>ArtGames101 - About</title>
<link rel="shortcut icon" href="img/icon.png">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<style>
.btn-style{
border : solid 1px #0088cc;
border-radius : 6px;
moz-border-radius : 6px;
-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
font-size : 18px;
color : #696869;
padding : 1px 17px;
background : #eeeeee;
background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(49%,#eeeeee), color-stop(72%,#cccccc), color-stop(100%,#eeeeee));
background : -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : -o-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
background : linear-gradient(top, #eeeeee 0%, #eeeeee 49%, #cccccc 72%, #eeeeee 100%);
filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
background-color:lightblue;
}
</style>
<header>
<div class="header">
<h2>
<font color="lightblue">
<center>
<span>ArtGames101</span>
</center>
</font>
</h2>
<center>
<a href='home.html' class='btn-style'>Home</a>
<a href='about.html' class='btn-style'>About</a>
<a href='lobit.html' class='btn-style'>Lobit</a>
<a href='sites.html' class='btn-style'>Sites</a>
<a href='github.html' class='btn-style'>Search</a>
<a href='updates.html' class='btn-style'>Updates</a>
<a href='status/index.html' class='btn-style'>Status</a>
<br></br>
<a href='https://github.com/ArtGames101' class='btn-style'>Github</a>
<a href='https://discord.gg/ThYkXk4' class='btn-style'>Discord</a>
<button type="button" name="dark_light" onclick="toggleDarkLight()" title="Toggle dark/light mode">Dark/Light Mode 🌛</button>
<script src="js/index.js"></script>
</center>
</a>
</div>
</header>
<br></br>
<body id="body" class="dark-mode">
<h1>What do we do?</h1>
<p>We at ArtGames create games, applications, Web Browser Extensions and more!</p>
<br>
<p>We are always working on updates and new apps!</p>
<br></br>
<p>Working Since 2017</p>
<br></br>
<footer>
<p>(c) ArtGames101 2018</p>
</footer>