generated from nathanwoodburn/python-webserver-template
feat: Add YA branding
All checks were successful
Build Docker / BuildImage (push) Successful in 2m19s
All checks were successful
Build Docker / BuildImage (push) Successful in 2m19s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Weekly Schedule</title>
|
||||
<title>Young Adults Bible Study</title>
|
||||
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/assets/css/schedule.css">
|
||||
</head>
|
||||
@@ -13,7 +13,8 @@
|
||||
<div class="container">
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<h1>Weekly Schedule</h1>
|
||||
<h1>Young Adults Bible Study</h1>
|
||||
<p class="subtitle">Weekly Schedule & Topics</p>
|
||||
<div class="theme-switcher desktop-only">
|
||||
<span class="theme-label">Theme:</span>
|
||||
<div class="theme-buttons">
|
||||
@@ -36,9 +37,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>Primary Leader</th>
|
||||
<th>Secondary Leader</th>
|
||||
<th>Topic</th>
|
||||
<th>Discussion Leader</th>
|
||||
<th>Co-Leader</th>
|
||||
<th>Study Topic</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user