-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRON_apply.html
78 lines (72 loc) · 3.58 KB
/
RON_apply.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
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="RON_apply.css">
<link rel="stylesheet" href="RON_dm_lm.css">
<head>
<title>Rise of Nations: Application</title>
<link rel="icon" type="image/x-icon" href="ron.ico">
</head>
<body>
<header>
<h1>Rise of Nations Application</h1>
<ul>
<a href=RON_homepage.html>Homepage</a>
<a href=RON_apply.html>Applications</a>
<a href=RON_changelogs.html>Changelogs</a>
<a href=RON_credits.html>Credits</a>
<a href=RON_diaries.html>Dev Diaries</a>
<a href=RON_faq.html>FAQ</a>
</ul>
<nav>
<a href=https://steamcommunity.com/sharedfiles/filedetails/?id=2026448968>Steam</a>
<a href=https://discord.com/invite/wW3nmgP4Vd>Discord</a>
<a href=RON_git_download.html>GitHub</a>
<a href=https://www.youtube.com/channel/UCgWkliJFfrhy4yHePtkmrzw>YouTube</a>
<a href=https://twitter.com/TK20302>Twitter/X</a>
</nav>
</header>
<main>
<div class=”row”>
<div class=”post-text-box”>
<h1>Read Before Applying</h1>
<section>
<h1>Requirements</h1>
<p>
<div>1) DECENT LEVEL OF ENGLISH.</div>
<div>If you can't read and write in English we won't be able to communicate properly.</div>
<div>2) AVAILABILITY</div>
<div>Only consider joining if you are able to give us at least 1 hour a day. We all have real life stuff to do.</div>
<div>3) BE 18 YEARS OLD OR OLDER</div>
<div>This rule is mostly because so far most 14 year olds who have joined, have absolutely slacked off or really just want a role, without doing the work. If you are younger than 18, but willing to work hard and help out, then you are welcome to join us.</div>
<div>4) WILLINGNESS TO LEARN</div>
<div>Are you willing to learn? If so then we can teach you.</div>
<div>5) THE RIGHT SOFTWARE</div>
<div>- GitHub Desktop to Push your Changes to the Mod</div>
<div>- GIMP Photo Editor or Equivalent to Edit GFX</div>
<div>- Visual Studio Code or Equivalent to Edit the Mods Files</div></p>
</section>
<section>
<h1>Application</h1>
<p>
<div>1) WHAT ARE YOUR SKILLS? (GIMP, PHOTOSHOP, FOCUS TREES, EVENTS, FLAGS, PORTRAITS, ETC)</div>
<div>2) WHY DO YOU WANT TO JOIN RISE OF NATIONS?</div>
<div>3) DO YOU FEEL COMFORTABLE SPEAKING IN ENGLISH?</div>
<div>4) ARE YOU 18 OR ABOVE? IF NOT, ARE YOU A RESPONSIBLE PERSON?</div>
<div>5) HOW MANY HOURS A WEEK CAN YOU DEVOTE TO THE MOD? BE REALISTIC & HONEST.</div>
<div>6) DO YOU KNOW THAT MODDING CAN BE TEDIOUS/BORING?</div>
<div>7) DO YOU HAVE ANY PREVIOUS MODDING EXPERIENCE? IF SO PLEASE ATTACH LINKS TO BACK IT UP. IF YOU DON’T, ARE YOU WILLING TO LEARN?</div></p>
</section>
<section>
<h1>Apply</h1>
<p>
Apply on our Discord in #apply-here channel
</p>
</section>
</div>
</div>
</main>
<footer>
</footer>
</body>
</html>