Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 3a4b2cc

Browse files
committed
update: enhance event layout with new styles and update page title
1 parent b9fa09b commit 3a4b2cc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

assets/css/events.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
--box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
1010
}
1111

12-
12+
.event-container {
13+
background-color: var(--light-gray);
14+
padding: 20px;
15+
border-radius: var(--border-radius);
16+
box-shadow: var(--box-shadow);
17+
}
1318
.event-section {
1419
max-width: 1200px;
1520
margin: 0 auto;
@@ -379,4 +384,4 @@
379384
.speakers-grid {
380385
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
381386
}
382-
}
387+
}

events.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
<link rel="shortcut icon" href="assets/images/favicon.svg" type="image/x-icon">
40-
<title>Python Togo | Code Of Conduct</title>
40+
<title>Python Togo | Events </title>
4141
</head>
4242

4343
<body>
@@ -108,6 +108,7 @@
108108

109109

110110
<!-- Main Content -->
111+
<main class="event-container" >
111112
<div class="event-section">
112113
<h1 class="section-title">Python Togo Events</h1>
113114

@@ -276,6 +277,7 @@ <h3>Register for this Event</h3>
276277
</div>
277278
</div>
278279
</template>
280+
</main>
279281

280282

281283
<!-- Footer -->

0 commit comments

Comments
 (0)