-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (74 loc) · 3.12 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
<!DOCTYPE html>
<html>
<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, maximum-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<title>Odar Army</title>
<meta property="og:title" content="Odar Army" />
<meta property="og:url" content="https://odararmy.github.io/"/>
<meta property="og:description" content="Official Odar Army website">
<meta property="og:image" content="https://media.odar.xyz/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link rel="icon" href="./Images/logo.png">
<script src="main.js"></script>
</head>
<body>
<div class="navbar">
<a href="index.html"><img src="./Images/logo.png" class="logo" width="100" height="100"></a>
<div class="menu">
<a href="index.html">HOME</a>
<a href="server.html">SERVER</a>
<a href="projects.html">PROJECTS</a>
</div>
</div>
<header>
<br>
<h1><span>Odar Army</span></h1>
<br>
<h2>We make things ¯\_(ツ)_/¯</h2>
<br>
</header>
<div class="langs">
<br>
<h1><span>Languages</span></h1>
<br>
<ul>
<li>HTML <br> <progress min="0" max="100" value="98"></progress> </li>
<li>CSS <br> <progress min="0" max="100" value="80"></progress> </li>
<li>JavaScript <br> <progress min="0" max="100" value="75"></progress> </li>
<li>Batch <br> <progress min="0" max="100" value="10"></progress> </li>
</ul>
</div>
<div class="projs">
<br>
<h1><span>Projects</span></h1>
<br>
<h3>You can check our projects in our <a href="projects.html">projects</a> page</h3>
<br>
<h4>Got any question about our projects?</h4>
<h5>Come and ask us on our Dsiacord <a target="_blank" href="server.html">server</a></h5>
</div>
<!--div class="random">
<img src="https://i.imgur.com/1aC7aed.png" alt="">
</div> -->
<div class="links">
<h1>Find us on</h1>
<br>
<ul>
<li><a target="_blank" href="github.html"><i class="fab fa-github"></i> GitHub</a></li>
<li><a target="_blank" href="discord.html"><i class="fab fa-discord"></i> Discord</a></li>
<li><a target="_blank" href="patreon.html"><i class="fab fa-patreon"></i> Pateron</a></li>
<li><a target="_blank" href="steam.html"><i class="fab fa-steam"></i> Steam</a></li>
</ul>
</div>
<footer>
<p>© Copyright 2018 Odar Army</p>
<p>© Design by <a href="https://odar.xyz" target="_blank">Odar</a></p>
<br>
</footer>
</body>
</html>