Skip to content

Commit 1603540

Browse files
authored
Enhance layout with navigation and header updates
Added a top red bar and a dropdown menu for navigation. Updated subtitle in the header and improved section comments.
1 parent f4de6c6 commit 1603540

1 file changed

Lines changed: 34 additions & 15 deletions

File tree

index.html

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,54 @@
99

1010
<body>
1111

12+
<!-- Top Red Bar -->
13+
<div class="top-bar"></div>
14+
15+
<!-- Dropdown Menu Under Top Bar -->
16+
<div class="top-dropdown">
17+
<button class="top-dropdown-button">ASR Menu ▼</button>
18+
<div class="top-dropdown-content">
19+
<a href="index.html">Home</a>
20+
<a href="laws.html">Law</a>
21+
<a href="ranks.html">Ranking</a>
22+
<a href="prefectures.html">Prefectures</a>
23+
<a href="media.html">Media</a>
24+
<a href="consult.html">Consult</a>
25+
</div>
26+
</div>
27+
28+
<!-- Header -->
1229
<header>
1330
<div class="header-content">
1431
<img src="images/ASR Wreath.png" alt="ASR Emblem" class="emblem">
1532
<div>
1633
<h1>Axos Socialist Republic</h1>
17-
<p class="subtitle"> </p>
34+
<p class="subtitle">Official Webpage of the ASR</p>
1835
</div>
1936
</div>
2037
</header>
2138

2239
<main>
2340

41+
<!-- Welcome Section -->
2442
<section>
2543
<h2>Welcome</h2>
2644
<p>
27-
Welcome to the official ASR webpage! The Axos Socialist Republic is a Minecraft empire based on the server REDACTED.
28-
Founded on June 15th 2025 by Lordos Axos, or AxoFX. The capital of the ASR is Axford, one of the largest cities on the server.
45+
Welcome to the official ASR webpage! The Axos Socialist Republic is a Minecraft empire based on the server REDACTED.
46+
Founded on June 15th 2025 by Lordos Axos, or AxoFX. The capital of the ASR is Axford, one of the largest cities on the server.
2947
Well known for being far more advanced than its counterparts in organization, innovation, and leadership.
3048
</p>
3149
</section>
3250

51+
<!-- Ranking Section -->
3352
<section>
3453
<h2>Ranking</h2>
54+
55+
<!-- Ranking Image -->
56+
<img src="images/ASR Ranking New.png" alt="ASR Ranking" class="ranking-image">
57+
3558
<p>
36-
The ASR has a complex ranking system based around legions further broken down into divisions. At the very top are the
59+
The ASR has a complex ranking system based around legions further broken down into divisions. At the very top are the
3760
<strong>Lord, Admiral, and Alligant General</strong>; together they lead the ASR to a brighter, socialist future.
3861
</p>
3962
<p>
@@ -51,16 +74,16 @@ <h2>Ranking</h2>
5174
</ul>
5275

5376
<p>
54-
Within the divisions are <strong>Soldiers</strong>, trained in combat and environmental skills based on their division.
77+
Within the divisions are <strong>Soldiers</strong>, trained in combat and environmental skills based on their division.
5578
Finally, below Commanders and equal to Soldiers are <strong>Civilians</strong> — unranked individuals who form the backbone of the ASR.
56-
<img src="images/ASR Ranking New.png" alt="ASR Ranking Chart" class="ranking-image">
5779
</p>
5880
</section>
5981

82+
<!-- Prefecture Section -->
6083
<section>
6184
<h2>Prefecture</h2>
6285
<p>
63-
The ASR consists of Prefectures, smaller areas or districts of the greater empire. The main Prefecture is
86+
The ASR consists of Prefectures, smaller areas or districts of the greater empire. The main Prefecture is
6487
<strong>Axfordshire</strong>, surrounding Axford. Each Prefecture generally has its own sub‑capital, but all are administered directly from Axford.
6588
</p>
6689
<p>
@@ -75,18 +98,20 @@ <h2>Prefecture</h2>
7598
</ul>
7699
</section>
77100

101+
<!-- Media Section -->
78102
<section>
79103
<h2>Media</h2>
80104
<p>
81-
The ASR has many forms of media, such as documents, spreadsheets, images, and videos. Most of these have copyright
105+
The ASR has many forms of media, such as documents, spreadsheets, images, and videos. Most of these have copyright
82106
protection, so please do not violate it.
83107
</p>
84108
<p>
85-
Classified documents will be marked with <strong>“CLASSIFIED”</strong> and list the minimum rank required to read them.
109+
Classified documents will be marked with <strong>“CLASSIFIED”</strong> and list the minimum rank required to read them.
86110
Reading, owning, giving, or buying these documents without authorization is a violation of ASR Law.
87111
</p>
88112
</section>
89113

114+
<!-- Consult Section -->
90115
<section>
91116
<h2>Consult</h2>
92117
<p>You can contact the ASR via the following email addresses:</p>
@@ -108,9 +133,3 @@ <h2>Consult</h2>
108133

109134
</body>
110135
</html>
111-
</body>
112-
</html>
113-
114-
115-
116-

0 commit comments

Comments
 (0)