This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
forked from nathen418/nathen418.com-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (56 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:type" content="website">
<meta property="og:title" content="Antares Network">
<meta property="og:description" content="The Official Github Pages place to show off all of our projects">
<meta property="og:url" content="https://playantares.com">
<meta property="og:image" content="https://playantares.com/resources/icon.png">
<meta name="theme-color" content="#ff3505">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="shortcut icon" href="resources/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<title>Antares Network</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<img src="resources/icon.png" alt="Antares Network Logo">
<h2>Antares Network</h2>
<p>In a GitHub data center somewhere in the world</p>
<a href="/github"><i class="fab fa-github"></i></a>
<a href="/discord"><i class="fab fa-discord"></i></a>
</div>
<div class="section-2">
<h2>About Us</h2>
<p>We are a small team of people working on passion projects and collaborating on cool ideas
to have fun and maybe build something someone somewhere might find cool.
</p>
<br>
<h2>Github</h2>
<a href="github">• Our Github Page</a>
<h2>Active Projects</h2>
<a href="/antaresbot">• Antares Bot</a>
<a href="/incramentia">• Incramentia</a>
<a href="/basm">• Bungee Automatic Server Manager</a>
<a href="/discord">• Antares Discord Server</a>
<br>
<h2>Frozen Projects</h2>
<a href="/antaresprison">• Antares Prisons</a>
<a href="/isb">• IridiumScoreBoard</a>
<a href="/webhookmanager">• WebhookManager</a>
<a href="/antaresbot-old">• Antares Bot V1.2.18-RC2</a>
<a href="/orbit">• Orbit</a>
<br>
<h2>Contact</h2>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</body>
</html>