Open macs300 opened 5 years ago
Please pay attention to making the Logo, "Agency Portal", navlinks, and buttons all in-line.
Someone has changed the code from what I had wrote.
The line in:
display.scss:12 .d-none { display:none!important}
should not exist, this is preventing the mobile icon button from being displayed when the width is decreased.
You have also left out the mobile menu pane code
<div class="mobile-menu d-none d-t-block mobile-menu--active">
<div class="container">
<div class="mobile-menu__logo">
<img class="menu__logo-img" src="assets/img/APIMG/img_icon_ap.png">
</div>
<button type="button" class="mobile-menu__close">
<span><i class="mdi mdi-close" aria-hidden="true"></i></span></button>
<nav class="mobile-menu__wrapper">
<ul class="mobile-menu__ul">
<li class="mobile-menu__li"><a href="#" class="link link--dark-gray link--gray-active">Home</a></li>
<li class="mobile-menu__li"><a href="02_features.html" class="link link--dark-gray">Features</a></li>
<li class="mobile-menu__li"><a href="03_pricing.html" class="link link--dark-gray">Pricing</a></li>
<li class="mobile-menu__li"><a href="04_resources.html" class="link link--dark-gray">Resources</a></li>
<li class="mobile-menu__li"><a href="#" class="link link--dark-gray">Contact</a></li>
<li class="mobile-menu__li"><a href="https://www.agencyportal.co.uk/agency/register" class="btn-nav__mobile btn-nav-blue site-btn site-btn--green">Sign up</a></li>
<li class="mobile-menu__li"><a href="https://www.agencyportal.co.uk/agency/login" class="btn-nav__mobile btn-nav-blue site-btn site-btn--accent">Log in</a></li>
</ul>
</nav>
</div>
</div>
Don't forget to put the appropriate links in the tags for the buttons/links, for Home, Features, Pricing, Resources, Contact, Sign up and Log in.
This has been completed
Only the links being highlighted and being in-line have been completed. You haven't paid attention to this functioning properly like in the original code:
@media screen and (max-width: 500px)
MAX-WIDTH not min-width left = live website, right = our code
.menu {padding-top:60px;}
@media screen and (max-width: 500px) {{.menu{padding-top:10px;}}
@media screen and (max-width: 500px) {{button.menu__mobile-button {margin-top: 0px;}}
below 800px the mobile button shows on top of the Sign up and Log in Buttons.
at 900px + the Sign up and Log in Buttons go below the Agency Portal logo please fix this so they are always on the right side of the page links
There has been no progress on this for almost 3 weeks, these changes are only CSS issues and should have been fixed already.