Skip to content

Commit

Permalink
add registration (#27)
Browse files Browse the repository at this point in the history
- add registration button 
- provide loose structure for the program
  • Loading branch information
lheagy authored Oct 3, 2023
1 parent 3bb7641 commit 07e0883
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We are looking forward to welcoming the 3DEM community to Vancouver this year!
The 3DEM-7 Symposium will be held at the University of British Columbia from
November 13-15. This will be a great opportunity to share
new developments and applications in 3DEM, connect with the community,
and enjoy Vancouver.
and enjoy Vancouver. You can register [here](https://3dem7.wildapricot.org/event-5372783/Registration).
"""

registration = """
Expand Down
14 changes: 13 additions & 1 deletion content/program.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@ title = "Program"
template = "page.html"
+++

Coming soon...
## Monday, Nov 13

- 8am - 9am: Registration
- 9am - 5pm: Presentations

## Tuesday, Nov 14

- 9am - 5pm: Presentations
- 5:30pm - 10pm: Banquet

## Wednesday, Nov 15

- 9am - 5pm: Presentations
13 changes: 12 additions & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,18 @@ <h2 class="text-end" style="padding-bottom: 0">3DEM 7th Edition</h2>
<h2>Registration</h2>
<div class="row me-auto ms-auto justify-content-evenly">
<div class="col-12 col-md-4">
{{ section.extra.registration | markdown(inline=false) | safe }}
<h3>
<i class="fa-solid fa-user-plus"></i>
Registration is open!
</h3>
<div class="d-flex flex-row align-items-center justify-content-center flex-wrap gap-2">
<a
class="btn btn-success btn-lg"
href="https://3dem7.wildapricot.org/event-5372783/Registration"
>
Register here
</a>
</div>
</div>
<div class="col-12 col-md-6">
<table class="table">
Expand Down

0 comments on commit 07e0883

Please sign in to comment.