Skip to content

Commit

Permalink
TE Conference 2024 - Coming soon
Browse files Browse the repository at this point in the history
jcupac committed Jan 19, 2024
1 parent 92ffbbb commit a0bbc8e
Showing 4 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _includes/incl-conference.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="g-container" style="margin-top: 1.5rem; padding-bottom: 1rem;">
<!-- <a class="g-btn" href="{{ site.url }}/conference">
TE Conference 2024
</a> -->
<div class="conference-promo">
TE Conference 2024 - Coming soon...
</div>
</div>
10 changes: 10 additions & 0 deletions _scss/_global.scss
Original file line number Diff line number Diff line change
@@ -149,4 +149,14 @@ a.g-btn {

#footer {
margin-bottom: 2rem;
}

.conference-promo {
background-color: #052426;
padding: 18px 48px;
border-radius: 12px;
display: inline-block;
font-size: 2rem;
color: #12dfef;
box-shadow: 2px 2px 20px rgba(23, 141, 147, 0.6);
}
12 changes: 12 additions & 0 deletions conference.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: default-2
title: Conference
---

<div class="g-container">
<h3>Where can I join?</h3>

<p>text...</p>

</div>

3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
layout: default
---
<div id="conference">
{% include incl-conference.html %}
</div>

<div id="vision">
{% include vision.html %}

0 comments on commit a0bbc8e

Please sign in to comment.