Skip to content

Commit

Permalink
add some enlaces to the page
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBelmor committed Aug 13, 2018
1 parent b4e99b5 commit 0b55cb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<body>
<div class="container">
<header>
<img src="img/magma-logo.png" alt="magma" class="img1">
<a href="https://www.magmalabs.io/" target="blank"><img src="img/magma-logo.png" alt="magma" class="img1"></a>
<ul>
<li>OUR SERVICES</li>
<li><a href="#">OUR SERVICES</a></li>
<li><img src="img/arrow-down.svg" alt="arrow"></li>
<li>CASE STUDIES</li>
<li>ABOUT US</li>
<li>BLOG</li>
<li class="red">CONTACT US</li>
<li><a href="#">CASE STUDIES</a></li>
<li><a href="#">ABOUT US</a></li>
<li><a href="#">BLOG</a></li>
<li class="red"><a href="#">CONTACT US</a></li>
</ul>
</header>
<section>
Expand All @@ -30,7 +30,7 @@ <h2 class="red">Empowering innovation <br>through collaboration</h2>
</ul>
</section>
<footer>
<img src="img/contact-us.png" alt="">
<a href="https://www.magmalabs.io/"><img src="img/contact-us.png" alt=""></a>
</footer>
</div>
</body>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ h2 {
font-weight: 100;
}

header a {
text-decoration: none;
}

body, a {
color: #fff;
}
Expand Down

0 comments on commit 0b55cb8

Please sign in to comment.