added a new subpage

yay
This commit is contained in:
Durvenson 2020-07-31 23:40:18 -04:00
parent 80b5af08d4
commit c89cd1810d
4 changed files with 512 additions and 0 deletions

37
letternations4/index.css Normal file
View file

@ -0,0 +1,37 @@
html {
background: repeating-linear-gradient(45deg,#9c4d40,#9c4d40 10px,#783226 10px,#783236 20px);
color: #DDDDDD;
font-family: sans-serif;
}
button {
font-family: sans-serif;
font-size: 20px;
background-color: #882222FF;
border: solid 5px #448888FF;
border-radius: 5px;
color: #DDDDDD;
}
.center {
position: relative;
left: 50%;
transform: translate(-50%, 0);
text-align: center;
}
.right {
position: absolute;
right: 0;
border: solid 5px #448888FF;
border-radius: 5px;
}
.leftinfo {
position: fixed;
width: 200px;
height: 100%;
left: 0;
background-color: #663333;
z-index: 10;
overflow-y: auto;
}
h2, h1 {
text-align: center;
}

147
letternations4/index.html Normal file
View file

@ -0,0 +1,147 @@
<head>
<title>
Revsca
</title>
<link rel="stylesheet" type="text/css" href="index.css">
</link>
</head>
<body>
<audio id="audio">
<source src="https://vgmdownloads.com/soundtracks/teenage-mutant-ninja-turtles-iv-turtles-in-time/hxqwnkeotz/04%20Big%20Apple%2C%203%20A.M..mp3" type="audio/mp3">
</audio>
<div class="leftinfo">
<h2>
CHANGELOG
</h2>
<p>7/31/2020: This thing exists now.</p>
</div>
<img src="logo.svg" width="400px" height="300px" class="center">(this icon sucks lol and this text is off-center)
<img src="" width="400px" height="300px" class="right" id="img"><br>
<button onclick="audio.play()" class="center">
Enable Audio
</button><br>
<button onmouseenter='select("what")' onclick="window.location.href='#what'" class="center">
What is this?
</button><br>
<button onmouseenter='select("archetypes")' onclick="window.location.href='#archetypes'" class="center">
Archetypes
</button><br>
<button onmouseenter='select("nation")' onclick="window.location.href='#nation'" class="center">
Creating a Nation
</button><br>
<button onmouseenter='select("research")' onclick="window.location.href='#research'" class="center">
Do your research!
</button><br>
<button onclick='window.location.href = "https://scratch.mit.edu/studios/27259159/"' onmouseenter='select("studio")' class="center">
Scratch Studio
</button>
<h1 id="what">
What is this?
</h1>
<div class="center">
Revsca is a collab dervied from Letternations that is mainly Minecraft, unlike the previous three in the series.
</div>
<div class="center">
It is basically a mix of ScratchCiv and Letternations, with a few tweaks.
</div>
<div class="center">
If you don't know what Letternations and Scratchciv are, then in simpler terms, Revsca is basically Minecraft nations
</div>
<div class="center">
fighting with both dumbness and sheer power.
</div>
<div class="center">
However, there isn't just war; there is some moments of
</div>
<div class="center">
resource-gathering, building, and playing Minecraft in general.
</div>
<h1 id="archetypes">
Archetypes
</h1>
<div class="center">
Archetypes are basically how a nation behaves.
</div>
<div class="center">
Diplomacy, economy, freedom, military, and focus on infastucture all contribute to archetypes.
</div>
<div class="center">
Diplomatic nations are typically friendly towards other nations, and try to stop wars from happening.
</div>
<div class="center">
Diplomatic nations are pretty safe to be in, but expand less due to them trying to avoid war.
</div><br>
<div class="center">
Economic nations are all for the profit. They gather resources in bulk, then they trade them off for diamonds
</div>
<div class="center">
and other valuables.
</div>
<div class="center">
They also sometimes have some of the most massive claims, and they have good bribes (sometimes).
</div>
<div class="center">
However, "hogging" land is a frowned upon practice, so these nations can sometimes get warred.
</div><br>
<div class="center">
Military nations try to conquer the world (or portions of it). They are ruthless.
</div>
<div class="center">
Because of their relation with "dumbness", a form of a military power, they can be a fun nation to be in.
</div>
<div class="center">
However, military nations are typically not very safe to be in; they can sometimes get massively destroyed.
</div><br>
<div class="center">
Infastructure-focused nations are all about design and building. They want their nation to look nice.
</div>
<div class="center">
However, infastructure-focused nations can sometimes have less resources, and typically don't have much land.
</div>
<h1 id="nation">
Creating a Nation
</h1>
<div class="center">
If you are reading this, and want to create a nation, you are probably sick of citizenship..
</div>
<div class="center">
You want some independence, so you decide to create a nation. Before doing so however, consider some stuff.
</div>
<div class="center">
First of all, newer nations typically preform lower on cenuses due to having less resources, being newer, etc.
</div>
<div class="center">
Second of all, if you end up inactive, then you'll be nuked to death, and everything you had will be gone.
</div>
<div class="center">
Third of all, you don't get as much of a "community effort".
</div>
<div class="center">
However, it isn't all negatives. Here are some positives.
</div>
<div class="center">
First of all, newer nations attract people who want to build up small communities, rather than having nothing to do.
</div>
<div class="center">
Second of all, if you are sick of a nation's laws, and you can't find any nation with the laws you want, then
</div>
<div class="center">
making a nation is a good way to enforce those laws you want enforced.
</div>
<h1 id="research">
Do your research!
</h1>
<div class="center">
This guide doesn't have all information you need to make your intial decision about nationality!
</div>
<div class="center">
Look around at other nations, see what they have to offer, and evaluate your decision from there.
</div>
<div class="center">
Also, some players will give some good resources that demonstrate how "good" nations are in each aspect.
</div>
<div class="center">
It is strongly encouraged to do your own research, and to make resources for new players to learn from!
</div>
<script src="index.js"></script>
</body>

10
letternations4/index.js Normal file
View file

@ -0,0 +1,10 @@
var isPlaying = false;
var audio = document.getElementById("audio");
var img = document.getElementById("img");
audio.loop = true;
function noExist() {
window.alert("lol this doesn't exist yet")
}
function select(thing) {
img.src = thing + ".png";
}

318
letternations4/logo.svg Normal file
View file

@ -0,0 +1,318 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="297mm"
height="217mm"
viewBox="0 0 297 217"
version="1.1"
id="svg847"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="logo.svg">
<defs
id="defs841">
<linearGradient
inkscape:collect="always"
id="linearGradient2848">
<stop
style="stop-color:#121a65;stop-opacity:1;"
offset="0"
id="stop2844" />
<stop
style="stop-color:#121a65;stop-opacity:0;"
offset="1"
id="stop2846" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2848"
id="linearGradient2852"
x1="31.631838"
y1="276.7421"
x2="166.19366"
y2="276.7421"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="465.63748"
inkscape:cy="532.57639"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1233"
inkscape:window-height="745"
inkscape:window-x="125"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata844">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-80)">
<path
id="text1394"
transform="matrix(0.26458333,0,0,0.26458333,0,80)"
style="font-style:normal;font-weight:normal;font-size:271.77774048px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#121a65;fill-opacity:1;stroke:none;stroke-width:25.67978477;stroke-opacity:1"
d="m 531.27148,252.02148 c -29.97034,0 -58.3634,1.47081 -85.20507,4.38672 -1.68063,1.40367 -3.95835,3.32006 -8.3086,7.02149 -4.47443,3.80708 -8.72648,7.87565 -13.29101,11.57422 -1.31848,1.06833 -2.65539,2.11399 -4.00196,3.14648 0.69133,-0.069 1.38426,-0.1311 2.07032,-0.22656 3.45286,4.82366 9.51684,8.59871 10.35937,14.4707 0.5684,3.9617 -4.28791,6.78896 -6.86914,9.84766 -2.7431,3.25054 -6.06737,5.96474 -9.04101,9.00586 -4.29548,4.39293 -8.43638,8.93542 -12.76563,13.29492 33.71838,-10.11265 73.79792,-15.17383 120.25391,-15.17383 67.99279,0 118.53322,9.98975 151.62304,29.96875 33.54312,19.979 50.54086,48.21977 50.99414,84.72461 H 291.9375 c 0.41473,-2.48242 0.94096,-4.9308 1.55859,-7.35156 -2.13335,1.07263 -4.30741,2.08355 -6.54297,3.0039 -2.6193,1.07834 -5.40108,1.70945 -8.10156,2.56446 -2.5191,0.0378 -5.20974,1.0243 -7.55859,0.11328 -1.30931,-0.5079 -2.4858,-1.05445 -3.55859,-1.64063 -16.00892,15.37097 -32.12751,30.62448 -48.45899,45.64844 -9.71796,8.93994 -19.49231,17.84851 -29.80469,26.0957 -3.62568,2.89961 -7.19916,7.46153 -11.70703,7.82227 0,0 -0.002,0 -0.002,0 -0.27784,0.21352 -0.56552,0.41435 -0.87695,0.58008 -4.0267,2.14286 -8.32015,3.58125 -12.31836,1.95312 9.17774,53.81659 43.699,96.49556 103.57226,128.03125 70.71251,36.99815 169.07653,55.4961 295.08985,55.4961 49.40809,0 96.54858,-3.32862 141.42382,-9.98829 44.87525,-6.65966 88.84415,-14.92288 131.90625,-24.78906 v -75.8457 h -6.79882 c -22.21098,10.85279 -59.60641,21.95078 -112.1875,33.29687 -52.12782,11.09945 -104.03056,16.65039 -155.70508,16.65039 -38.98254,0 -74.79119,-2.96115 -107.42774,-8.88085 C 422.2562,610.90256 394.37943,602.023 370.80859,590.18359 346.33119,578.09753 327.06552,562.68323 313.01367,543.9375 298.96183,524.94512 291.9375,502.74524 291.9375,477.33984 h 559.58008 v -37.73828 c 0,-59.937 -27.87677,-106.18381 -83.63086,-138.74218 -55.30081,-32.55838 -134.17275,-48.8379 -236.61524,-48.8379 z m -123.67968,9.73633 c -0.57415,0.0987 -1.14426,0.20058 -1.7168,0.30078 0.17219,0.23103 0.34045,0.46692 0.51758,0.69141 0.39864,-0.33212 0.80042,-0.66025 1.19922,-0.99219 z M 176.77539,401.37109 c -1.61276,3.57123 -3.09408,7.19619 -4.44141,10.87696 0.39963,0.14522 0.824,0.34471 1.27344,0.60351 0.0467,-0.0464 0.0922,-0.0932 0.13867,-0.13867 1.43587,-3.71083 2.88957,-7.41513 4.36329,-11.11133 -0.45087,-0.0213 -0.89464,-0.10512 -1.33399,-0.23047 z m -3.0293,11.3418 c -0.009,0.024 -0.0181,0.0482 -0.0273,0.0723 0.74286,-0.65857 1.47591,-1.32855 2.23047,-1.97266 -0.7021,0.51699 -1.43807,1.15211 -2.20313,1.90039 z m -0.0273,0.0723 c -0.0297,0.0263 -0.0582,0.0538 -0.0879,0.0801 0.0155,0.009 0.0313,0.0163 0.0469,0.0254 0.0136,-0.0352 0.0274,-0.0703 0.041,-0.10546 z m -0.0879,0.0801 c -0.008,-0.005 -0.0155,-0.009 -0.0234,-0.0137 -0.1221,0.12117 -0.24151,0.23202 -0.36523,0.35938 0.13116,-0.11329 0.2587,-0.23094 0.38867,-0.34571 z m 5.58203,-3.76953 c -0.45083,0.13517 -0.91819,0.32384 -1.40234,0.56641 0.56787,0.26679 0.1905,2.06198 1.05859,0.29297 0.13272,-0.27048 0.243,-0.56078 0.34375,-0.85938 z m -10.17969,13.16992 c -0.18133,0.6175 -0.36091,1.23506 -0.53515,1.85547 0.25021,-0.11412 0.47018,-0.2172 0.72656,-0.33398 0.11577,-0.0402 0.23713,-0.0755 0.35351,-0.11523 0.0314,-0.084 0.0623,-0.16802 0.0938,-0.25196 -0.35224,-0.30589 -0.54505,-0.70167 -0.63868,-1.1543 z m 35.89649,29.87891 c -0.57714,0.0746 -1.14968,0.13654 -1.7168,0.18359 -0.32132,0.0267 -0.64347,0.0352 -0.96484,0.0449 -0.19182,0.92136 -0.40691,1.85974 -0.63672,2.80664 1.10623,-1.01171 2.21508,-2.02073 3.31836,-3.03516 z" />
<rect
style="fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.25769442;stroke-opacity:1"
id="rect2854"
width="23.948584"
height="85.381905"
x="186.06628"
y="-88.500671"
transform="rotate(43.638679)" />
<path
style="fill:#a4a4a4;fill-opacity:1;stroke:none;stroke-width:0.34255347px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 136.8096,126.1488 67.09922,200.27675 178.30965,162.68109 Z"
id="path2858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2888"
cx="52.117558"
cy="254.23688"
rx="4.543582"
ry="4.8108511" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2890"
cx="72.697311"
cy="267.33307"
rx="3.2072344"
ry="2.4054255" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2892"
cx="52.384827"
cy="266.26401"
rx="3.7417734"
ry="2.9399648" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2894"
cx="94.613411"
cy="275.35117"
rx="2.6726952"
ry="1.8708867" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2896"
cx="48.375786"
cy="276.15298"
rx="2.4054255"
ry="1.6036172" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2898"
cx="114.39135"
cy="274.01483"
rx="2.6726952"
ry="1.6036172" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2900"
cx="133.90204"
cy="277.22205"
rx="0.8018086"
ry="1.6036172" />
<circle
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2902"
cx="138.71288"
cy="274.81662"
r="1.3363476" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2904"
cx="157.68901"
cy="276.15298"
rx="1.6036172"
ry="0.53453904" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2909"
cx="176.39789"
cy="274.54935"
rx="0.53453904"
ry="3.7417734" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2911"
cx="189.76137"
cy="272.14392"
rx="1.6036172"
ry="1.8708867" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2913"
cx="197.77945"
cy="272.14392"
rx="1.0690781"
ry="1.3363476" />
<circle
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2915"
cx="206.86662"
cy="270.80759"
r="2.1381562" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2917"
cx="218.89374"
cy="274.81662"
rx="0.8018086"
ry="2.9399648" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2919"
cx="225.84276"
cy="274.28207"
rx="0.26726952"
ry="1.8708867" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2924"
cx="27.261492"
cy="263.85858"
rx="3.2072344"
ry="2.6726952" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2926"
cx="25.390606"
cy="249.96056"
rx="2.4054255"
ry="2.1381562" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2928"
cx="34.210499"
cy="240.60612"
rx="1.6036172"
ry="4.0090427" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2930"
cx="19.510675"
cy="238.73524"
rx="2.9399648"
ry="1.0690781" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2932"
cx="9.6217022"
cy="269.20398"
rx="3.2072344"
ry="2.6726952" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2934"
cx="8.2853556"
cy="221.09546"
rx="1.8708867"
ry="1.0690781" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2936"
cx="14.165285"
cy="213.34464"
rx="0.8018086"
ry="1.3363476" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2938"
cx="28.597837"
cy="199.98116"
rx="2.4054255"
ry="2.9399648" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2940"
cx="39.930683"
cy="187.67928"
rx="4.651103"
ry="4.5361037" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2942"
cx="46.814835"
cy="178.01839"
rx="0.30993754"
ry="8.2386875" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2944"
cx="54.790253"
cy="159.89073"
rx="2.9399648"
ry="6.1471992" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2946"
cx="66.282845"
cy="150.26903"
rx="3.7417734"
ry="2.4054255" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2948"
cx="79.111778"
cy="145.45818"
rx="3.2072344"
ry="3.4745038" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2950"
cx="91.940712"
cy="138.50917"
rx="4.8108511"
ry="6.6817379" />
<ellipse
style="fill:#121a65;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path2952"
cx="103.96784"
cy="124.34388"
rx="4.0090427"
ry="4.2763124" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:72.55460358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#6a331b;fill-opacity:1;stroke:none;stroke-width:1.81386518;"
x="1.9662035"
y="226.1584"
id="text2956"><tspan
sodipodi:role="line"
id="tspan2954"
x="1.9662035"
y="226.1584"
style="stroke-width:1.81386518;fill:#6a331b;fill-opacity:1;">REVSCA</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB