Skip to content

Commit 6ab327c

Browse files
Merge pull request #41 from PyConAPAC/update-landing-page
Update landing page
2 parents 94a0f49 + 9271a12 commit 6ab327c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ function App() {
1818
<section id="about">
1919
<About />
2020
</section>
21-
<section id="what-we-do">
22-
<WhatWeDo />
23-
</section>
2421
</div>
2522
<section id="events">
2623
<Events />
2724
</section>
25+
<section id="what-we-do">
26+
<WhatWeDo />
27+
</section>
2828
<section id="code-of-conduct">
2929
<CodeofConduct />
3030
</section>

src/views/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function Footer() {
103103
<div>Website made with</div>
104104
<div className="hearbeat"> ❤️ </div>
105105
<div>
106-
<a href="https://codemickeycode.com/">codemickeycode</a>, <a href="https://www.heyyeoh.com/">Heyyeoh</a> & <a>dnezle</a>.
106+
<a href="https://codemickeycode.com/">codemickeycode</a>, Stephanie Yeo & <a>dnezle</a>.
107107
</div>
108108
</div>
109109
<div className="small-text text-white footer-credits">

src/views/header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export default function Header() {
2828
<Nav className="justify-content-end flex-grow-1 pe-3 pl-3 pr-3">
2929
<Nav.Link href="#top" className="text-white scroll-to-section active">Home</Nav.Link>
3030
<Nav.Link href="#about" className="text-white scroll-to-section">About</Nav.Link>
31-
<Nav.Link href="#what-we-do" className="text-white scroll-to-section">What We Do</Nav.Link>
3231
<Nav.Link href="#events" className="text-white scroll-to-section">Events</Nav.Link>
32+
<Nav.Link href="#what-we-do" className="text-white scroll-to-section">What We Do</Nav.Link>
3333
<Nav.Link href="#code-of-conduct" className="text-white scroll-to-section">Code of Conduct</Nav.Link>
3434
</Nav>
3535
<a href="#contact-us">

src/views/preheader/Preheader.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ export default function Preheader() {
99
<h1 className="text-white">PyCon APAC Organizers</h1>
1010
<h1 className="text-white"></h1>
1111
<div className="medium-text text-white" style={{opacity: '60%', margin: '15px 0 50px 0'}}>
12-
<div>We are a group of PyCon organizers in APAC.</div>
13-
<div>Every year, we hold a regional counterpart of PyCon in Asia-Pacific and we call it PyCon APAC.</div>
12+
<div>Welcome to the PyCon APAC Organizers site — your go-to hub for all Regional PyCons across Asia-Pacific.
13+
</div>
14+
<div>This platform is a collaborative effort from organizers in the APAC community to make event info easier to find and follow.
15+
</div>
16+
<div>We’re continuously improving it. <a href="https://github.com/pyconapac"><strong>Pull requests are welcome</strong></a>! :)
17+
</div>
1418
</div>
1519
{/* <div className="d-flex justify-content-center">
1620
<button className="button-primary-lg">Learn More</button>

0 commit comments

Comments
 (0)