JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
LDF Website
LDF Website
Environment Setup
Internal Database
Design Sections
Links
Learning Resources
Meetings
FAQs
Gen Images
Feedback
Extra Page
More
Share
Explore
Design Sections
To distribute the work between each person, the landing page is divided into certain section:
Header
Hero
CTA
Speakers
IndustryGrid
BrandsScollable
AgendaTimeline
EventConventions
Sponsors
FAQs
Footer
These Sections are represented as
Components
in the
src/pages/index.astro
file.
--
-
import
Layout
from
'../layouts/Layout.astro'
;
import
Header
from
"../components/Header.astro"
import
Hero
from
"../components/Hero.astro"
import
CTA
from
"../components/CTA.astro"
import
Speakers
from
"../components/Speakers.astro"
import
IndustryGrid
from
"../components/IndustryGrid.astro"
import
BrandsScollable
from
"../components/BrandsScollable.astro"
import
AgendaTimeline
from
"../components/AgendaTimeline.astro"
import
EventConventions
from
"../components/EventConventions.astro"
import
Sponsors
from
"../components/Sponsors.astro"
import
FAQs
from
"../components/FAQs.astro"
import
Footer
from
"../components/Footer.astro"
--
-
<
Layout
title
=
"
Welcome to Astro.
"
>
<
main
class
=
"
m-4 flex flex-col gap-4
"
>
<
Header
/>
<
Hero
/>
<
CTA
/>
<
Speakers
/>
<
IndustryGrid
/>
<
BrandsScollable
/>
<
AgendaTimeline
/>
<
EventConventions
/>
<
Sponsors
/>
<
FAQs
/>
<
Footer
/>
</
main
>
</
Layout
>
For example, if you decide to work on
CTA
section, then you need to assign yourself that section.
Design Sections
Design Sections
Name
Assignee
Progress
Notes
Name
Assignee
Progress
Notes
1
Header
Abdullah Khurram Vohra
000
100
Open
2
Hero
Umer Naeem
000
100
Open
3
CTA
Umar Zubair
000
100
Open
4
Speakers
Irteza Faisal
Umar Zubair
000
100
Open
5
Industry Grid
Umer Naeem
000
100
Open
6
Brands Scrollable
Afifa Zafar
000
74
Open
7
Agenda Timeline
Umer Naeem
000
100
Open
8
Sponsors
Umar Zubair
000
100
Open
9
Event Conventions
Humza Habib
000
100
Open
10
FAQs
Umer Naeem
000
100
Open
11
Footer
Raahim Poonawala
000
100
Open
There are no rows in this table
Header Section
Hero Section
CTA SECTION (Call To Action)
Speakers Section
Industry Grid
Brands Scollable
Agenda Timeline
Event Conventions
Sponsors
FAQs
Footer
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.