Skip to content

Commit

Permalink
Add html5 time tags and place menu-close button inside a <li> element.
Browse files Browse the repository at this point in the history
  • Loading branch information
esquinas committed Sep 11, 2018
1 parent a3f4767 commit 8635493
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 94 deletions.
4 changes: 4 additions & 0 deletions css/overwrites.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ img.founders {
border-radius: 50%;
overflow: hidden;
}

#menu-close {
text-indent: 0;
}
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
<a aria-label="Menu" id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<a aria-label="Close" id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand">
<a aria-label="Close" id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>

<a href="index.html#top">MalagaMakers</a>
</li>
<li>
Expand Down Expand Up @@ -217,11 +218,13 @@ <h2>Upcoming events</h2>
<div class="row">

<div class="col-md-12">
<h2>13<sup>th</sup> September 2018</h2>
<h2>
<time datetime="2018-09-13">13<sup>th</sup> September 2018</time>
</h2>
<hr/>
</div>
<div class="col-md-1">
<h3>7pm</h3>
<h3><time datetime="19:00+02:00">7pm</time></h3>
</div>
<div class="col-md-10">
<h3>Malaga<wbr>Makers AFTER7 - Sept'18 - "Marketing Automation" Talk</h3>
Expand Down
Loading

0 comments on commit 8635493

Please sign in to comment.