Skip to content

Commit

Permalink
Fix Date->Location, add social media icons at the top right corner (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-dc authored Jul 18, 2023
1 parent ecd7b57 commit 1f2023c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 8 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3974,4 +3974,11 @@ input, select, textarea {
background-attachment: scroll;
}

}
}

#sm-icons {
position: absolute;
top: 0;
right: 0;
padding: 0.5em;
}
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<li><a href="#expect">What to expect at the event?</a></li>
<li><a href="#two">Who is this event directed to?</a></li>
<li><a href="#three">Program</a></li>
<!--<li><a href="#four">Get in touch</a></li>-->
</ul>
</nav>
</div>
Expand All @@ -62,6 +61,10 @@
<!-- Intro -->
<section id="intro" class="wrapper style3 fullscreen fade-up">
<div class="inner">
<div id="sm-icons">
<a href="https://twitter.com/evmsummit" target="_blank"><i class="icon brands fa-twitter"></i></a>
<a href="https://github.com/ipsilon" target="_blank"><i class="icon brands fa-github"></i></a>
</div>
<h1>EVM Summit 0</h1>
<p>The EVM Summit 0 is a one-day conference that focuses on the execution environment and engine of Ethereum, also known as the
EVM. The event is organized by the <a href="https://notes.ethereum.org/@ipsilon/about">Ipsilon Team</a>
Expand All @@ -72,13 +75,12 @@ <h1>EVM Summit 0</h1>
<div class="features">
<section>
<span class="icon regular major fa-calendar"></span>
<!--<h3> 🗓️ Date</h3>-->
<h3>Date</h3>
<p>TBC, during Devconnect Istanbul</p>
</section>
<section>
<span class="icon regular major fa-location">📍 </span>
<h3>Date</h3>
<h3>Location</h3>
<p>TBC, In Istanbul</p>
</section>

Expand Down

0 comments on commit 1f2023c

Please sign in to comment.