Skip to content

Commit 076b4d1

Browse files
committed
deploy: 255e19d
1 parent 99b809c commit 076b4d1

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Diff for: about/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 class="mb-8 text-2xl font-bold font-heading lg:text-4xl">Pre-Conference</h2>
150150
<li>
151151
<div class="flex flex-wrap items-center gap-4">
152152
<time class="flex flex-col min-w-28">
153-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Apr</span>
153+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Apr</span>
154154
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">29</span>
155155
</time>
156156
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Calls for Proposals Closes</h3>
@@ -161,7 +161,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Calls for Proposals Closes<
161161
<li>
162162
<div class="flex flex-wrap items-center gap-4">
163163
<time class="flex flex-col min-w-28">
164-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Apr</span>
164+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Apr</span>
165165
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">29</span>
166166
</time>
167167
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Opportunity Grant Application Closes</h3>
@@ -172,7 +172,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Opportunity Grant Applicati
172172
<li>
173173
<div class="flex flex-wrap items-center gap-4">
174174
<time class="flex flex-col min-w-28">
175-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">July</span>
175+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">July</span>
176176
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">8</span>
177177
</time>
178178
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Opportunity Grant and Proposal Notifications</h3>
@@ -191,7 +191,7 @@ <h2 class="mb-8 text-2xl font-bold font-heading lg:text-4xl">Conference Schedule
191191
<li>
192192
<div class="flex flex-wrap items-center gap-4">
193193
<time class="flex flex-col min-w-28">
194-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
194+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
195195
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">22</span>
196196
</time>
197197
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Tutorials: One day, numerous sessions</h3>
@@ -201,7 +201,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Tutorials: One day, numerou
201201
<li>
202202
<div class="flex flex-wrap items-center gap-4">
203203
<time class="flex flex-col min-w-28">
204-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
204+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
205205
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">23-25</span>
206206
</time>
207207
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Talks: Dozens of talks chosen by the community</h3>
@@ -211,7 +211,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Talks: Dozens of talks chos
211211
<li>
212212
<div class="flex flex-wrap items-center gap-4">
213213
<time class="flex flex-col min-w-28">
214-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
214+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
215215
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">26-27</span>
216216
</time>
217217
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Sprints: Team up to work on Django!</h3>
@@ -233,7 +233,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Sprints: Team up to work on
233233

234234
<div class="bg-blue block-container">
235235
<div class="wrapper">
236-
<h2 class="mb-8 text-2xl font-bold text-center text-white font-heading lg:text-5xl">Conference Features</h2>
236+
<h2 class="mb-8 text-2xl font-bold text-center font-heading lg:text-5xl">Conference Features</h2>
237237

238238
<div class="grid gap-8 lg:grid-cols-3 lg:gap-16">
239239
<section class="relative flex flex-col gap-4 p-6 bg-white bg-lines lg:pt-10 card-effect-1">

Diff for: index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h2 class="mb-4 text-3xl font-bold leading-relaxed font-heading lg:text-5xl">For
174174
<li>
175175
<div class="flex flex-wrap items-center gap-4">
176176
<time class="flex flex-col min-w-28">
177-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
177+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
178178
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">22</span>
179179
</time>
180180
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Tutorials: One day, numerous sessions</h3>
@@ -184,7 +184,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Tutorials: One day, numerou
184184
<li>
185185
<div class="flex flex-wrap items-center gap-4">
186186
<time class="flex flex-col min-w-28">
187-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
187+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
188188
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">23-25</span>
189189
</time>
190190
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Talks: Dozens of talks chosen by the community</h3>
@@ -194,7 +194,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Talks: Dozens of talks chos
194194
<li>
195195
<div class="flex flex-wrap items-center gap-4">
196196
<time class="flex flex-col min-w-28">
197-
<span class="px-3 py-1 text-xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
197+
<span class="px-3 py-1 text-2xl font-semibold text-center text-white bg-red rounded-t-md">Sep</span>
198198
<span class="px-3 py-2 text-2xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md">26-27</span>
199199
</time>
200200
<h3 class="flex-1 text-xl font-semibold lg:text-2xl">Sprints: Team up to work on Django!</h3>
@@ -209,7 +209,7 @@ <h3 class="flex-1 text-xl font-semibold lg:text-2xl">Sprints: Team up to work on
209209

210210
<div class="block-container bg-blue">
211211
<div class="wrapper">
212-
<h2 class="mb-8 text-2xl font-bold text-center font-heading lg:text-5xl max-w-[20ch] mx-auto text-white">A friendly conference for a friendly community</h2>
212+
<h2 class="mb-8 text-2xl font-bold text-center font-heading lg:text-5xl max-w-[20ch] mx-auto">A friendly conference for a friendly community</h2>
213213

214214
<div class="grid gap-8 lg:grid-cols-3 lg:gap-16">
215215
<section class="relative flex flex-col gap-4 p-6 bg-white bg-lines lg:pt-10 card-effect-1">

Diff for: schedule/index.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -138,53 +138,53 @@ <h2 class="mb-1 font-bold uppercase sr-only">Jump to day</h2>
138138
<li>
139139
<a href="#Day-1" class="group">
140140
<time class="flex flex-col">
141-
<span class="px-3 min-w-[8ch] text-lg font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Sun</span>
142-
<span class="px-3 py-1 text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 22</span>
141+
<span class="px-3 py-1 min-w-[8ch] text-2xl font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Sun</span>
142+
<span class="px-3 py-1 text-xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 22</span>
143143
</time>
144144
</a>
145145
</li>
146146

147147
<li>
148148
<a href="#Day-2" class="group">
149149
<time class="flex flex-col">
150-
<span class="px-3 min-w-[8ch] text-lg font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Mon</span>
151-
<span class="px-3 py-1 text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 23</span>
150+
<span class="px-3 py-1 min-w-[8ch] text-2xl font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Mon</span>
151+
<span class="px-3 py-1 text-xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 23</span>
152152
</time>
153153
</a>
154154
</li>
155155

156156
<li>
157157
<a href="#Day-3" class="group">
158158
<time class="flex flex-col">
159-
<span class="px-3 min-w-[8ch] text-lg font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Tue</span>
160-
<span class="px-3 py-1 text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 24</span>
159+
<span class="px-3 py-1 min-w-[8ch] text-2xl font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Tue</span>
160+
<span class="px-3 py-1 text-xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 24</span>
161161
</time>
162162
</a>
163163
</li>
164164

165165
<li>
166166
<a href="#Day-4" class="group">
167167
<time class="flex flex-col">
168-
<span class="px-3 min-w-[8ch] text-lg font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Wed</span>
169-
<span class="px-3 py-1 text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 25</span>
168+
<span class="px-3 py-1 min-w-[8ch] text-2xl font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Wed</span>
169+
<span class="px-3 py-1 text-xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 25</span>
170170
</time>
171171
</a>
172172
</li>
173173

174174
<li>
175175
<a href="#Day-5" class="group">
176176
<time class="flex flex-col">
177-
<span class="px-3 min-w-[8ch] text-lg font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Thu</span>
178-
<span class="px-3 py-1 text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 26</span>
177+
<span class="px-3 py-1 min-w-[8ch] text-2xl font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Thu</span>
178+
<span class="px-3 py-1 text-xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 26</span>
179179
</time>
180180
</a>
181181
</li>
182182

183183
<li>
184184
<a href="#Day-6" class="group">
185185
<time class="flex flex-col">
186-
<span class="px-3 min-w-[8ch] text-lg font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Fri</span>
187-
<span class="px-3 py-1 text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 27</span>
186+
<span class="px-3 py-1 min-w-[8ch] text-2xl font-semibold text-center text-white bg-red rounded-t-md border-2 border-red group-hover:border-black group-hover:border-b-red">Fri</span>
187+
<span class="px-3 py-1 text-xl text-center text-black bg-white border-2 border-t-0 border-gray-300 rounded-b-md group-hover:border-black">Sep 27</span>
188188
</time>
189189
</a>
190190
</li>

0 commit comments

Comments
 (0)