-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathto-do.html
38 lines (35 loc) · 1.33 KB
/
to-do.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
<!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.0">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
</head>
<body>
<h1>The FalconMC website:</h1>
<h2>To do:</h2>
<ul>
<li>work out a design for every page</li>
<li>first create the mobile design, its easier to go bigger than to go smaller :p</li>
<li>use bootstrap</li>
<li>give information about falcon</li>
<li>show where you can find the documentation and wiki</li>
<li>tell them how they can contribute</li>
<li>link to github</li>
<li>link to discord</li>
<li>show the different projects (data and falcon)</li>
<li>explain why falconmc could be game changing</li>
<li>ask for help in an attracting way</li>
<li>show the people working on the project in a friendly way</li>
<li>give information about the rust language and why falcon is using it</li>
<li>maybe add a timeline since the start of falcon till now :)</li>
<li>show <strong>clearly</strong> how they can contact the team and tell them they can ask <strong>anything</strong>
</li>
<li>improve SEO</li>
<li>improve page loading speed</li>
<li>dont make a mess lol</li>
</ul>
</body>
</html>