This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-en.html
70 lines (68 loc) · 2.57 KB
/
index-en.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Kazework</title>
<meta name="keywords" content="kazework" />
<meta name="description" content="Project information, news and more." />
<link href="http://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<a href="index-en.html"><img src="https://cdn.glitch.com/934b346d-5bd0-411d-aec8-871d4d5f2752%2FKazework1%20(1).png?v=1612362445544" width="194" height="47"></a>
<p>
Game by Gamers. Just for fun
</p>
</div>
<div id="menu">
<ul>
<li><a href="news.html" accesskey="1" title="">News</a></li>
<li><a href="team.html" accesskey="2" title="">Team</a></li>
<li><a href="index.html" accesskey="3" title="">Português</a></li>
</ul>
</div>
</div>
<div id="banner" class="container">
<div class="title">
<h2>👋</h2>
<h2>Welcome to our website!</h2>
<span class="byline">Here we inform you about our projects, news and more.</span>
</div>
</div>
</div>
<div id="wrapper">
<div id="three-column" class="container">
<div class="title">
<h2 class="fa fa-map"></h2>
<h2>Projects in Development</h2>
</div>
<div class="boxA">
<p>Project nº1 - Redesign of Website</p>
<p>The Old Website with more than 2 years was with several bugs, missing images and other things, now this is the newest model developed on 03/02/2021, made with ❤ and caring.
</p>
</div>
<div class="boxB">
<p>Project nº2 - ???</p>
</div>
<div class="boxC">
<p>Project nº3 - ???</p>
</div>
</div>
</div>
<div id="welcome">
<div class="container">
<div class="title">
<h2 class="fa fa-server"></h2>
<h2>Join our Discord community</h2>
</div>
<div id="k-discord"><a href="https://discord.gg/JwgH7Qj" title="Discord" target="_blank" rel="nofollow"><img border="0" src="https://discordapp.com/api/guilds/429770682646396948/embed.png?style=banner2&cachebypass=1608373082.422"></a></div>
</div>
</div>
</body>
</html>