Skip to content

Commit

Permalink
featured speakers blogpost added
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoRJ committed Jul 2, 2024
1 parent 595f59a commit 3049e6c
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 5 deletions.
16 changes: 15 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,24 @@ speaker = "speakers"
[menu]

[[menu.main]]
name = "About"
identifier = "about-AS"
name = "ABOUT"
URL = "/about"
weight = 1

[[menu.main]]
identifier = "scholarships"
name = "ABOUT AIRFLOW SUMMIT"
url = "/about"
parent = "about-AS"
weight = 2

[[menu.main]]
identifier = "scholarships2"
name = "SCHOLARSHIPS"
url = "/blog/scholarship"
parent = "about-AS"
weight = 3

[[menu.main]]
identifier = "program"
Expand Down
12 changes: 12 additions & 0 deletions content/blog/keynote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Featured Keynote"
date: 2024-04-03T10:00:00
description: ""
summary: ""
# post thumb
images: ["images/blog/feature-keynote.png"]
# author
author: "Airflow Summit Team"
redirection: https://airflowsummit.org/sessions/2024/winning-strategies-powering-a-world-series-victory-with-airflow-orchestration/
draft: false
---
1 change: 0 additions & 1 deletion content/blog/partner-withus.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ summary: ""
images: ["images/blog/partner.png"]
# author
author: "Airflow Summit Team"
draft:
draft: true
---

Expand Down
20 changes: 18 additions & 2 deletions content/blog/scholarship.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,21 @@ You have until **June 14, 2024** to apply.
All the information provided in this form will only be used for the evaluation of scholarships, after the event the scholarship application information will be deleted.

<center>
<a id="nav-button" href="https://sg1.run/airflowsummit-scholarship2024" class="btn btn-orange text-white btn-rounded" target="_blank">Apply now!</a>
<center>
<a id="nav-button" data-bs-toggle="modal" data-bs-target="#exampleModal" class="btn btn-orange text-white btn-rounded" target="_blank">Apply now!</a>
<center>


<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">Scholarships</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Airflow Summit scholarship applications period has ended. We will inform the applicants of any resolution taken asap. Contact us for any question <a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
Binary file added static/images/blog/feature-keynote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/airflowsummit/layouts/partials/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>Latest News</h2>
</div>
</div>
<div class="row">
{{ range first 3 (where .Site.RegularPages "Type" "blog" )}}
{{ range first 2 (where .Site.RegularPages "Type" "blog" )}}
{{ if .Params.redirection }}
<div class="col-lg-4 col-md-6">
<div class="blog-item card border-0 mb-5 mb-lg-0">
Expand Down

0 comments on commit 3049e6c

Please sign in to comment.