Skip to content

Commit

Permalink
📦 NEW: add registration links
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Stein committed Aug 10, 2023
1 parent 7a04fa1 commit 4351e40
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 8 deletions.
12 changes: 10 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item py-2">
<a
href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d"
class="nav-link"
>
Register
</a>
</li>
<li class="nav-item py-2">
<a href="schedule.html" class="nav-link">
Schedule
Expand Down Expand Up @@ -348,12 +356,12 @@ <h2 class="page-section-heading text-center text-uppercase">
<td class="text-center"></td>
<td class="text-center">$ 400</td>
</tr>
<tr class="border-bottom" height="50">
<tr height="50">
<td class="p-2">Workshop (Monday)</td>
<td class="text-center"></td>
<td class="text-center">$ 150</td>
</tr>
<tr class="border-bottom" height="50">
<tr height="50">
<td class="p-2">B2B (Monday)</td>
<td class="text-center"></td>
<td class="text-center">$ 75</td>
Expand Down
8 changes: 8 additions & 0 deletions cfp.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item py-2">
<a
href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d"
class="nav-link"
>
Register
</a>
</li>
<li class="nav-item py-2">
<a href="schedule.html" class="nav-link">
Schedule
Expand Down
24 changes: 18 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item py-2">
<a
href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d"
class="nav-link"
>
Register
</a>
</li>
<li class="nav-item py-2">
<a href="schedule.html" class="nav-link">
Schedule
Expand Down Expand Up @@ -181,6 +189,16 @@
>
FOSS4G North America
</h1>
<a
href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d"
>
<button
type="button"
class="btn btn-secondary btn-lg col-12 my-2 text-uppercase"
>
<b>Register Now</b>
</button>
</a>
<a href="about.html">
<button
type="button"
Expand All @@ -205,12 +223,6 @@
Sponsorship Information
</button>
</a>
<button
type="button"
class="btn btn-secondary btn-lg col-12 my-2 text-uppercase"
>
<b>Attendee Registration Opens In August</b>
</button>
<h2
class="page-section-heading text-center text-uppercase"
>
Expand Down
8 changes: 8 additions & 0 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item py-2">
<a
href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d"
class="nav-link"
>
Register
</a>
</li>
<li class="nav-item py-2">
<a href="#" class="nav-link"> Schedule </a>
</li>
Expand Down

0 comments on commit 4351e40

Please sign in to comment.