Skip to content

Commit 2baa6f6

Browse files
Merge pull request #8 from leftturnbeercan/QOL-ALL-Changes
Qol all changes
2 parents a3b31c8 + c03b56c commit 2baa6f6

File tree

8 files changed

+1107
-1279
lines changed

8 files changed

+1107
-1279
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"livePreview.defaultPreviewPath": "/index.html"
3+
}

Persona3reload/calendar-p3r.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ <h1>Persona 3 Reload: Calendar</h1>
1111
</header>
1212
<nav>
1313
<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>
14+
<h3><a href="/Persona3reload/calendar/5-may-p3r.html">May(in Progress)</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>August</h3>
18+
<h3>September</h3>
19+
<h3>October</h3>
20+
<h3>November</h3>
21+
<h3>December</h3>
22+
<h3>January</h3>
23+
<h3>February</h3>
2424
</nav>
2525
</main>
2626
</body>

Persona3reload/calendar/4-april-p3r.html

Lines changed: 213 additions & 80 deletions
Large diffs are not rendered by default.

Persona3reload/calendar/5-may-p3r.html

Lines changed: 37 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!--<link
5-
href="/css/fonts/bubblegum-superstar.ttf"
6-
rel="stylesheet"
7-
type="text/css"
8-
/>-->
94
<link href="/css/p3r-months.css" rel="stylesheet">
10-
<title>Calendar: May(Persona 4 Reload)</title>
5+
<script src="/js/progress-tracking.js" defer></script>
6+
<title>Calendar: May(Persona 3 Reload)</title>
117
</head>
128
<main>
139
<header>
@@ -95,141 +91,134 @@ <h1>
9591
</header>
9692

9793
<section id="content-days">
98-
<!-- Temp placement -->
99-
<section>
100-
<h3>May Guide Coming Soon!!</h3>
101-
<h3>Keep an eye out for updates to the P3 Reload and P5 Royal Sites</h3>
102-
<br>
103-
<h3><a href="/Persona3reload/persona3reload.html">Persona 3 Reload Main Page</a></h3>
104-
<h3><a href="/Persona5royal/persona5royal.html">Home Persona 5 Royal Main page</a></h3>
105-
</section>
106-
<!--<section>
94+
95+
<section class="daily-content">
10796
<h3 class="" id="p3r-may-1">Friday May 1</h3>
10897
</section>
10998

110-
<section>
99+
<section class="daily-content">
111100
<h3 class="" id="p3r-may-2">Saturday May 2</h3>
112101
</section>
113102

114-
<section>
103+
<section class="daily-content">
115104
<h3 class="" id="p3r-may-3">Sunday May 3</h3>
116105
</section>
117106

118-
<section>
107+
<section class="daily-content">
119108
<h3 class="" id="p3r-may-4">Monday May 4</h3>
120109
</section>
121110

122-
<section>
111+
<section class="daily-content">
123112
<h3 class="" id="p3r-may-5">Tuesday May 5</h3>
124113
</section>
125114

126-
<section>
115+
<section class="daily-content">
127116
<h3 class="" id="p3r-may-6">Wednesday May 6</h3>
128117
</section>
129118

130-
<section>
119+
<section class="daily-content">
131120
<h3 class="" id="p3r-may-7">Thursday May 7</h3>
132121
</section>
133122

134-
<section>
123+
<section class="daily-content">
135124
<h3 class="" id="p3r-may-8">Friday May 8</h3>
136125
</section>
137126

138-
<section>
127+
<section class="daily-content">
139128
<h3 class="" id="p3r-may-9">Saturday May 9</h3>
140129
</section>
141130

142-
<section>
131+
<section class="daily-content">
143132
<h3 class="" id="p3r-may-10">Sunday May 10</h3>
144133
</section>
145134

146-
<section>
135+
<section class="daily-content">
147136
<h3 class="" id="p3r-may-11">Monday May 11</h3>
148137
</section>
149138

150-
<section>
139+
<section class="daily-content">
151140
<h3 class="" id="p3r-may-12">Tuesday May 12</h3>
152141
</section>
153142

154-
<section>
143+
<section class="daily-content">
155144
<h3 class="" id="p3r-may-13">Wednesday May 13</h3>
156145
</section>
157146

158-
<section>
147+
<section class="daily-content">
159148
<h3 class="" id="p3r-may-14">Thursday May 14</h3>
160149
</section>
161150

162-
<section>
151+
<section class="daily-content">
163152
<h3 class="" id="p3r-may-15">Friday May 15</h3>
164153
</section>
165154

166-
<section>
155+
<section class="daily-content">
167156
<h3 class="" id="p3r-may-16">Saturday May 16</h3>
168157
</section>
169158

170-
<section>
159+
<section class="daily-content">
171160
<h3 class="" id="p3r-may-17">Sunday May 17</h3>
172161
</section>
173162

174-
<section>
163+
<section class="daily-content">
175164
<h3 class="" id="p3r-may-18">Monday May 18</h3>
176165
</section>
177166

178-
<section>
167+
<section class="daily-content">
179168
<h3 class="" id="p3r-may-19">Tuesday May 19</h3>
180169
</section>
181170

182-
<section>
171+
<section class="daily-content">
183172
<h3 class="" id="p3r-may-20">Wednesday May 20</h3>
184173
</section>
185174

186-
<section>
175+
<section class="daily-content">
187176
<h3 class="" id="p3r-may-21">Thursday May 21</h3>
188177
</section>
189178

190-
<section>
179+
<section class="daily-content">
191180
<h3 class="" id="p3r-may-22">Friday May 22</h3>
192181
</section>
193182

194-
<section>
183+
<section class="daily-content">
195184
<h3 class="" id="p3r-may-23">Saturday May 23</h3>
196185
</section>
197186

198-
<section>
187+
<section class="daily-content">
199188
<h3 class="" id="p3r-may-24">Sunday May 24</h3>
200189
</section>
201190

202-
<section>
191+
<section class="daily-content">
203192
<h3 class="" id="p3r-may-25">Monday May 25</h3>
204193
</section>
205194

206-
<section>
195+
<section class="daily-content">
207196
<h3 class="" id="p3r-may-26">Tuesday May 26</h3>
208197
</section>
209198

210-
<section>
199+
<section class="daily-content">
211200
<h3 class="" id="p3r-may-27">Wednesday May 27</h3>
212201
</section>
213202

214-
<section>
203+
<section class="daily-content">
215204
<h3 class="" id="p3r-may-28">Thursday May 28</h3>
216205
</section>
217206

218-
<section>
207+
<section class="daily-content">
219208
<h3 class="" id="p3r-may-29">Friday May 29</h3>
220209
</section>
221210

222-
<section>
211+
<section class="daily-content">
223212
<h3 class="" id="p3r-may-30">Saturday May 30</h3>
224213
</section>
225214

226-
<section>
215+
<section class="daily-content">
227216
<h3 class="" id="p3r-may-31">Sunday May 31</h3>
228217
</section>
229218

230219
<section>
231-
<table>
232-
<h3></h3>
220+
<table class="confidant-table">
221+
<h3>May Social Link Update</h3>
233222
<thead>
234223
<tr>
235224
<th>Persona Arcana</th>
@@ -350,7 +339,7 @@ <h3></h3>
350339
</tr>
351340
</tbody>
352341
</table>
353-
</section>-->
342+
</section>
354343

355344
</section>
356345
</main>

0 commit comments

Comments
 (0)