Skip to content

Commit

Permalink
Merge pull request #462 from python-discord/lemon/frontend/update_tim…
Browse files Browse the repository at this point in the history
…eline

Update landing page and timeline
  • Loading branch information
jb3 committed Mar 24, 2021
2 parents 3790e73 + 80e9569 commit 7c5a415
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 397 deletions.
4 changes: 4 additions & 0 deletions pydis_site/static/css/home/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ h1 {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#wave-hero-centered {
margin: auto auto;
}

#wave-hero-right img{
border-radius: 10px;
box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
Expand Down
12 changes: 3 additions & 9 deletions pydis_site/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="columns is-variable is-8">

{# Embedded Welcome video #}
<div id="wave-hero-left" class="column is-half">
<div id="wave-hero-centered" class="column is-half">
<div class="force-aspect-container">
<iframe
class="force-aspect-content"
Expand All @@ -50,12 +50,6 @@
></iframe>
</div>
</div>

{# Right side content #}
<div id="wave-hero-right" class="column is-half">
<img src="{% static "images/events/100k.png" %}" alt="100K members!">
</div>

</div>
</div>

Expand Down Expand Up @@ -98,7 +92,7 @@ <h1 class="is-size-1">Who are we?</h1>
<section id="showcase" class="column is-half-desktop has-text-centered">
<article class="box">

<header class="title">New Timeline!</header>
<header class="title">Interactive timeline</header>

<div class="mini-timeline">
<i class="fa fa-asterisk"></i>
Expand All @@ -110,7 +104,7 @@ <h1 class="is-size-1">Who are we?</h1>
</div>

<p class="subtitle">
Start from our humble beginnings to discover the events that made our community what it is today.
Discover the history of our community, and learn about the events that made our community what it is today.
</p>

<div class="buttons are-large is-centered">
Expand Down
Loading

0 comments on commit 7c5a415

Please sign in to comment.