Skip to content

Commit

Permalink
Remove hanging sentences and add blog (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: HassanBahati <[email protected]>
  • Loading branch information
nanjekyejoannah and HassanBahati authored Jun 14, 2024
1 parent fc78da2 commit 779d066
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/2024/django-girls/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function DjangoGirls() {
<p className="mt-3">No. You need to sign up for the tutorial session and you will join the group for other activities if interested.</p>
</div>
</div>
<div class="flex flex-col items-center space-x-4">
{/* <div class="flex flex-col items-center space-x-4">
<h1 className="text-3xl font-bold mb-10">Lead coach for the day:</h1>
</div>
<div class="mx-8 md:mx-28 max-w-screen-xl flex flex-row justify-center items-center mb-10">
Expand All @@ -94,7 +94,7 @@ export default function DjangoGirls() {
<div class="text-sm text-gray-500 dark:text-gray-400"><a href="https://twitter.com/@annenamuli" class="no-underline hover:underline">@annenamuli</a></div>
</div>
</div>
</div>
</div> */}
<div className="bg-fixed text-white" style={{backgroundImage: "url('/assets/images/djangogirls/dg3.png')"}}>
<div class="flex flex-col items-center space-x-4">
<h1 className="text-3xl font-bold my-10">Agenda:</h1>
Expand Down
4 changes: 2 additions & 2 deletions app/2024/pyladies/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ export default function DjangoGirls() {
<p className="mt-3">No. Simply sign up for the workshop session, and you&apos;re welcome to join other activities if you&apos;re interested.</p>
</div>
</div>
<div class="flex flex-col items-center space-x-4">
{/* <div class="flex flex-col items-center space-x-4">
<h1 className="text-3xl font-bold mb-10">Workshop chair:</h1>
</div>
</div> */}
<div className="bg-fixed text-white bg-pyconug-lightBlue" style={{}}>
<div class="flex flex-col items-center space-x-4">
<h1 className="text-3xl font-bold my-10">Agenda:</h1>
Expand Down
6 changes: 6 additions & 0 deletions components/2024/layout/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ const NavbarLinks = [
},
],
},
{
path: "https://pyconug.blogspot.com",
label: "Blog",
external: true,
},
{
path: "#",
label: "Attendee Guide",
Expand Down Expand Up @@ -268,6 +273,7 @@ export default function Example() {
<a
key={link.label}
href={link.path}
target={link?.external ? `_blank` : `_self`}
className="text-sm font-semibold leading-6 text-gray-900 hover:text-pyconug-lightBlue"
>
{link.label}
Expand Down

0 comments on commit 779d066

Please sign in to comment.