Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hamburger button accessible #97

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,20 @@
</li>
<!--===== desktop view end =====-->
<!--===== mobile view =====-->
<!--

<li class="nav-logo d-md-none">
<a href="index.html">
<img class="top-bar-icon" src="assets/images/logo/s-logo-blue.svg" alt="navbar-logo">
</a>
</li>

<li class="wonder-nav-li d-md-none">
<button class="hamburger hamburger--minus menu-icon" type="button" style="padding-right:25px;">
<span class="hamburger-box">
<span class="hamburger-inner"></span></span>
<button aria-label="Open the menu" class="hamburger hamburger--minus menu-icon" type="button" style="padding-right:25px">
<span class="hamburger-box" aria-hidden=”true”>
<span class="hamburger-inner" aria-hidden=”true”></span></span>
</button>
</li>
-->

<!--===== mobile view end =====-->
</ul>

Expand All @@ -97,7 +97,7 @@
<!--========== header ==========-->
<header class="header-img">

<div class="container">
<div class="container" dir="auto">
<div class="row">
<div class="col-md-12 col-12 text-center">
<img class="logo" src="assets/images/logo/s-logo-white.svg" alt="main logo" aria-hidden="true">
Expand Down Expand Up @@ -167,7 +167,7 @@ <h3 class="section-title-responsive" id="aboutUs2">About us</h3>

<!--========== how section ==========-->
<section class="how text-center" id="how-anchor">
<div class="container">
<div class="container" dir="auto">
<div class="row">
<div class="col-12">
<h3 class="section-title" id="letsGo">Let's get started</h3>
Expand Down Expand Up @@ -206,7 +206,7 @@ <h3 class="card-title" id="stage3">3. Start using it!</h3>
<!--========== how section end ==========-->

<!--========== team section ==========-->
<section class="team" id="team-anchor">
<section class="team" id="team-anchor" dir="auto">
<div class="container">
<div class="row text-center">
<div class="col-12">
Expand Down Expand Up @@ -320,6 +320,14 @@ <h3 class="card-text" style="" id="mohammad2">Software developer, B.Sc in Comput
<br>
<br>
<br>
<div class="col-12">
<a class="language-click side-bar-link">
Language
</a>
</div>
<br>
<br>
<br>
</div>
</div>
</div>
Expand Down