-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (92 loc) · 4.29 KB
/
index.html
File metadata and controls
95 lines (92 loc) · 4.29 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
<html lang="en">
<head>
<meta property="og:title" content="World Updates" />
<meta property="og:description" content="World Updates and patch notes daily." />
<meta property="og:url" content="https://worlddevs.live" />
<meta property="og:site_name" content="World Developers" />
<meta property="article:modified_time" content="2020-03-21T01:16:42+00:00" />
<meta property="og:image" content="assets/imgs/iconicon.png" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>World Updates</title>
<link rel="shortcut icon" href="assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/css/bg.css">
</head>
<body class="bg-neutral-400">
<span class="flex">
<div class="m-6 flex">
<a href="index.html"><img src="assets/imgs/iconicon.png" alt="icon" style="height: 62px;" class="rounded-xl"></a>
<span class="text-4xl trebuchet text-neutral-50 ml-2 font-bold">Home</span>
</div>
</span>
<div class="bg-zinc-900 rounded-md shadow-lg shadow-slate-800 p-4 xl:flex xl:ml-9 sm:m-3 xm:m-1">
<span>
<h1 class="text-4xl font-bold text-neutral-300">What do we do?</h1>
<p class="text-slate-400">l
We are the devs of Planet Earth. It's that simple. We monitor, add, remove, nerf, and edit as needed to maintain a balanced world.
</p>
</span>
</div>
<h1 class="text-4xl font-bold xl:m-9 md:m-5 sm:m-2 xm:m-1 text-neutral-50">
Who are we?
</h1>
<p class="text-lg xl:m-9 md:m-5 sm:m-2 xm:m-1 text-neutral-50">
We are 2 hard-working developers working on Planet Earth. This is us:
</p>
<div class="bg-zinc-900 rounded-md shadow-lg shadow-slate-800 p-4 xl:ml-9 sm:m-3 xm:m-1">
<span class="flex">
<img src="assets/imgs/dodgericon.jpeg" alt="dodgerspfp" width="100" class="rounded-full">
<span class="ml-3 trebuchet">
<h1 class="text-2xl font-bold text-neutral-300">DevDodger</h1>
<p class="text-blue-900 italic text-sm">
Lead developer and designer. Founder of World Developers.
</p>
<p class="text-lg text-neutral-50">
"Old keys won't open new doors."
</p>
<a href="https://github.com/DevDodger">
<p class="text-sm text-neutral-400">
GitHub
</p>
</a>
</span>
</span>
</div>
<div class="bg-zinc-900 rounded-md shadow-lg shadow-slate-800 p-4 xl:ml-9 sm:m-3 xm:m-1">
<span class="flex">
<img src="https://mushytoast.tech/assets/imgs/goofycapybara.png" alt="dodgerspfp" width="100" class="rounded-full">
<span class="ml-3 trebuchet">
<h1 class="text-2xl font-bold text-neutral-300">mushytoast</h1>
<p class="text-blue-900 italic text-sm">
Secondary Lead Developer, main content planner, and co founder
</p>
<p class="text-lg text-neutral-50">
"The world will never be finished. Everyone here decides the fate."
</p>
<a href="https://github.com/MushyToast">
<p class="text-sm text-neutral-400">
GitHub
</p>
</a>
</span>
</span>
</div>
<h1 class="text-4xl font-bold xl:m-9 md:m-5 sm:m-2 xm:m-1 text-neutral-50">
The Juicy Stuff
</h1>
<div class="bg-zinc-900 rounded-md shadow-lg shadow-slate-800 p-4 xl:ml-9 sm:m-3 xm:m-1">
<span class="flex">
<img src="assets/imgs/patch.png" alt="patchicon" width="100" class="rounded-full">
<span class="ml-3 trebuchet">
<h1 class="text-2xl font-bold text-neutral-300 mb-2">Patch Notes</h1>
<a href="patchnotes.html" class="rounded-md shadow-slate-800 shadow-lg bg-zinc-400 p-2">
View Patch Notes
</a>
</span>
</span>
</div>
</body>
</html>