Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/revamp #17

Merged
merged 4 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion PyBay/content/about/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ body:
text:

## About PyBay
PyBay is an annual conference gathering of Pythonistas put on by the Bay Area Python Association. We’re excited to announce that we will be returning on September 21, 2024, to the UCSF Mission Bay Conference Center in San Francisco, CA. This event is 100% community organized.
PyBay is an annual conference gathering of Pythonistas put on by the Bay Area Python Association. We’re excited to announce that we will be returning on September 21, 2024, to the UCSF Mission Bay Conference Center in San Francisco, CA.

This event is 100% community organized.

<br>

<br>
----
class: centered
#### photo-gallery ####
Expand Down
46 changes: 37 additions & 9 deletions PyBay/content/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,35 @@ center_image:
#### text-block ####
text:

## September 21, 2024 in San Francisco, CA
# September 21, 2024 in San Francisco, CA
<div class="row">
<div class="col">
<span class="dial"><span id="days" class="countdown-number">.</span> D</span>
<span class="dial"><span id="hours" class="countdown-number">.</span> H</span>
<span class="dial"><span id="minutes" class="countdown-number">.</span> M</span>
<span class="dial"><span id="seconds" class="countdown-number">.</span> S</span>
</div>
</div>

<br>

<br>

Join us for at gathering of Python developers in the San Francisco Bay Area.

We'll discuss software development, data science, community, and of course: Python.

<br>

<br>

<a href="https://pretix.eu/bapya/pybay-2024/" class="btn btn-outline-secondary">Buy tickets</a>
<a href="https://pretix.eu/bapya/pybay-2024/" class="btn attention text-white" style="background-color: #00749E">
Buy tickets
</a>

<br>

<br>

## What's New At PyBay This Year?
PyBay is returning to the **Mission Bay Conference Center** which hosted PyBay in the past.
Expand All @@ -32,36 +52,44 @@ class: centered
#### text-block ####
text:

#### I am interest in...
<br>

<br>

<div class="row">
<div class="col-md-4 card text-center">
<div class="card-header">
<i class="fa-solid fa-building"></i> Attending
<span class="iwrap"><i class="fa-solid fa-building"></i></span>
</div>
<div class="card-body">
<b>attending</b>
<p class="card-text">We will be returning to the Mission Bay Conference Center</p>
<a href="./attending" class="btn btn-outline-secondary">Learn More</a>
<a href="./attending" class="btn btn-primary">Learn More</a>
</div>
</div>
<div class="col-md-4 card text-center">
<div class="card-header">
<i class="far fa-handshake"></i> Sponsoring
<span class="iwrap"><i class="far fa-handshake"></i></span>
</div>
<div class="card-body">
<b>sponsoring</b>
<p class="card-text">PyBay wouldn't be possible without our sponsors. Check out our prospectus and sponsor PyBay today.</p>
<a href="./sponsors/sponsor-us/" class="btn btn-outline-secondary">Sponsor Us</a>
<a href="./sponsors/sponsor-us/" class="btn btn-primary">Sponsor Us</a>
</div>
</div>
<div class="col-md-4 card text-center">
<div class="card-header">
<i class="fa-solid fa-microphone-lines"></i> Speaking
<span class="iwrap"><i class="fa-solid fa-microphone-lines"></i> </span>
</div>
<div class="card-body">
<b>speaking</b>
<p class="card-text">Our call for proposals is available now! Submit your talk proposal today!</p>
<a href="./speaking" class="btn btn-outline-secondary">Submit Talks</a>
<a href="./speaking" class="btn rainbow">Submit Talks</a>
</div>
</div>
</div>


----
class: default
---
Expand Down
2 changes: 1 addition & 1 deletion PyBay/templates/blocks/photo-social.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set gallery_image = record.attachments.get(this.gallery_image) %}

<div class="col-md-2 text-center justify-content-between">
<div class="gallery-image col-md-2 text-center justify-content-between">
<img src="{{ gallery_image|url}}" alt="{{ this.gallery_name }}" class="img-rounded img-fluid img-thumbnail">
<div class="heavy-header blue-header">
<h4>{{ this.gallery_name }}</h4></div>
Expand Down
Loading