Skip to content

Commit aa8366a

Browse files
Structure Changes
Main Page (Persona 3 Reload Guide): Header & Navigation: Updated the header to include a bold title with a dark blue background and bright blue accents, aligning with the Persona 3 Reload theme. Enhanced the navigation links with consistent styling that complements the overall aesthetic. Body & Section Styling: Applied a dark blue background to the main content area with light text, creating a sleek and modern look. The sections were given subtle borders and padding to improve readability and structure. Month Selection Page: Header: Similar to the main page, the header was styled with a bold title and a dark background. A subtle border was added to enhance the design. Navigation Menu: The month selection links were updated to match the Persona 3 Reload theme. The links were styled with a dark background, light text, and hover effects that bring a bright blue highlight. Overall Layout: Ensured that the layout was clean and cohesive, with consistent padding, borders, and colors that align with the game's dark and moody aesthetic.
1 parent f0ec08b commit aa8366a

File tree

6 files changed

+822
-809
lines changed

6 files changed

+822
-809
lines changed

Persona3reload/calendar-p3r.html

Lines changed: 20 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,24 @@
44
<title>Persona 3 Reload Calendar</title>
55
<link href="/css/p3r-calendar-page.css" rel="stylesheet" />
66
</head>
7-
8-
<main>
9-
<header>
10-
<!-- Need a header image-->
11-
<!--<h1><a href=""><img src="" alt=""/></a></h1>-->
12-
<h1>Persona 3 Reload: Calendar</h1>
13-
</header>
14-
<nav>
15-
<h3>
16-
<a href="/Persona3reload/calendar/4-april-p3r.html">April</a>
17-
</h3>
18-
<h3>
19-
<a href="/Persona3reload/calendar/5-may-p3r.html">May</a>
20-
</h3>
21-
<h3>
22-
<a href="/Persona3reload/calendar/6-june-p3r.html">June</a>
23-
</h3>
24-
<h3>
25-
<a href="/Persona3reload/calendar/7-july-p3r.html">July</a>
26-
</h3>
27-
<h3>
28-
<a href="">August</a>
29-
</h3>
30-
<h3>
31-
<a href="">September</a>
32-
</h3>
33-
<h3><a href="">October</a></h3>
34-
<h3>
35-
<a href="">November</a>
36-
</h3>
37-
<h3>
38-
<a href="">December</a>
39-
</h3>
40-
<h3><a href="">January</a></h3>
41-
<h3>
42-
<a href="">February</a>
43-
</h3>
44-
</nav>
45-
</main>
7+
<body>
8+
<main>
9+
<header>
10+
<h1>Persona 3 Reload: Calendar</h1>
11+
</header>
12+
<nav>
13+
<h3><a href="/Persona3reload/calendar/4-april-p3r.html">April</a></h3>
14+
<h3><a href="/Persona3reload/calendar/5-may-p3r.html">May</a></h3>
15+
<h3><a href="/Persona3reload/calendar/6-june-p3r.html">June</a></h3>
16+
<h3><a href="/Persona3reload/calendar/7-july-p3r.html">July</a></h3>
17+
<h3><a href="">August</a></h3>
18+
<h3><a href="">September</a></h3>
19+
<h3><a href="">October</a></h3>
20+
<h3><a href="">November</a></h3>
21+
<h3><a href="">December</a></h3>
22+
<h3><a href="">January</a></h3>
23+
<h3><a href="">February</a></h3>
24+
</nav>
25+
</main>
26+
</body>
4627
</html>

0 commit comments

Comments
 (0)