-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (176 loc) · 8.48 KB
/
index.html
File metadata and controls
193 lines (176 loc) · 8.48 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!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">
<meta name="theme-color" content="#2ECCFA">
<meta name="description" content="Página web de AthoneDevs">
<meta name="keywords" content="AthoneDevs, Cadox8, Wikijito7, Java">
<meta name="author" content="cadox8">
<meta property="og:url" content="https://athonedevs.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="Página web de AthoneDevs">
<meta property="og:image" content="https://athonedevs.github.io/img/logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta property="og:description" content="Página web de AthoneDevs">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ProjectAlphaSV">
<meta name="twitter:creator" content="@cadox8">
<meta name="twitter:title" content="Página web de AthoneDevs">
<meta name="twitter:image" content="https://athonedevs.github.io/img/logo.png">
<meta name="twitter:description" content="Página web de AthoneDevs">
<link rel="icon" type="image/x-icon" href="img/logo.ico"/>
<!-- Bulma CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.css">
<!-- Athone -->
<link rel="stylesheet" href="css/athone.css">
<script src="js/athone.js"></script>
<!-- FontAwesome -->
<script src="https://use.fontawesome.com/releases/v5.5.0/js/all.js"></script>
<title>AthoneDevs</title>
</head>
<body>
<!-- Navigation -->
<nav class="navbar is-dark">
<div class="navbar-brand">
<p class="navbar-item is-hidden-mobile"></p>
<a class="navbar-item" href="https://athonedevs.github.io/">AthoneDevs</a>
<div class="navbar-burger burger" data-target="menu">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="navbar-menu" id="menu">
<div class="navbar-end">
<a class="navbar-item is-active" href="#menu">Home</a>
<a class="navbar-item" href="#work">Work</a>
<a class="navbar-item" href="#about">About Us</a>
<p class="navbar-item is-hidden-mobile"></p>
<div class="navbar-item">
<div class="field is-grouped">
<p class="control">
<a class="button is-primary" target="_blank" href="https://github.com/AthoneDevs">
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
</a>
</p>
</div>
</div>
<div class="navbar-item">
<div class="field is-grouped">
<p class="control">
<a class="button is-info" target="_blank" href="https://twitter.com/athonedevs">
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>
</a>
</p>
</div>
</div>
<div class="navbar-item">
<div class="field is-grouped">
<p class="control">
<a class="button is-warning" target="_blank" href="https://discord.gg/hp8DBWh">
<span class="icon"><i class="fab fa-discord"></i></span><span>Discord</span>
</a>
</p>
</div>
</div>
</div>
</div>
</nav>
<!-- Web -->
<section class="hero is-link">
<div class="hero-body">
<div class="container">
<img src="img/logo.png" class="center">
<h2 class="subtitle centered">
AthoneDevs is a company dedicated in the development of VideoGames, Websites and others tools you can use.
</h2>
</div>
</div>
</section>
<br>
<section class="section" id="work">
<div class="container">
<h2 class="title centered">Our work</h2><hr>
<div class="columns">
<div class="column is-1"></div>
<div class="column is-5">
<p class="centered"><img src="img/deud4.png" width="70" height="70"></p>
<p class="name centered"><strong>Deud</strong></p>
<p class="justify">Deud is a RPG and an adventure game based on 80s RPG games. This game is currently being developed.</p>
<p class="has-text-centered"><small>Game by Cadox8</small></p>
<br><p class="centered"><a class="button is-danger" target="_blank" href="https://cadox8.github.io/Deud">Website</a>
</div>
<div class="column is-5">
<p class="centered"><img src="img/krork.png" width="114" height="114"></p>
<p class="name centered"><strong>Krork Engine</strong></p>
<p class="justify">Our own Java Engine designed to create games more easily and with less code.</p>
<br><p class="centered"><a class="button is-danger" target="_blank" href="https://cadox8.github.io/krork/">Website</a></p>
</div>
</div>
<div class="columns">
<div class="column is-1"></div>
<div class="column is-5">
<br>
<p class="centered"><img src="img/ccc.png" width="114" height="114"></p>
<br>
<br>
<p class="name centered"><strong>CardsCardsCards</strong></p>
<p class="justify">This game is made up from the idea of making Yu-Gi-Oh! cards with memes.</p>
<br><p class="centered"><a class="button is-danger" target="_blank" href="https://wikijito7.github.io/CardsCardsCards/">Website</a></p>
</div>
<div class="column is-5">
<p class="centered"><img src="img/pa.png" width="114" height="114"></p>
<p class="name centered"><strong>ProjectAlpha</strong></p>
<p class="justify">Our own old Minecraft Server. It contains all features all servers needs, including a Core, Games, BungeeCord utilities and a Website.</p>
<br><p class="centered"><a class="button is-dark" target="_blank" href="https://github.com/AthoneDevs/PA">Github</a></p>
</div>
</div>
</div>
</section>
<br>
<section class="section has-background-dark has-text-white" id="about">
<div class="container">
<h2 class="title centered has-text-white">About us</h2>
<p class="centered">AthoneDevs was created on August 20th (2018), as part of the new era of ProjectAlpha</p><hr>
<div class="columns">
<div class="column is-1"></div>
<div class="column is-5 centered">
<p class="name">Cadox8 (Iván)</p>
<p>Cadox8 is one of the lead developers of AthoneDevs.</p>
<div class="tags are-medium center">
<span class="tag is-danger">Java</span>
<span class="tag is-info">Front-End</span>
<span class="tag is-success">Back-End</span>
</div>
<small><a target="_blank" class="has-text-warning" href="https://cadox8.github.io">Website</a><a target="_blank" class="has-text-warning" href="https://twitter.com/cadox8"> Twitter</a></small>
</div>
<div class="column is-5 centered">
<p class="name">Wikijito7</p>
<p>Wikijito7 is one of the lead developers of AthoneDevs.</p>
<span class="tag is-danger are-medium center">Java</span><br><br>
<small><a target="_blank" class="has-text-warning" href="https://twitter.com/WokisHere"> Twitter</a></small>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer has-background-light">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>AthoneDevs</strong> website developed by <strong>The AthoneDevs Team</strong> with
<span class="icon"><i class="fas fa-heart" style="color: purple;"></i></span>.<br>
Copyright © <span id="year"></span> AthoneDevs.
</span>
</div>
</div>
</footer>
<script>
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>
</body>
</html>