-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ruby on Rails development, ecommerce design | MagmaLabs</title>
<link rel="shortcut icon" href="img/magma2.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<a href="https://www.magmalabs.io/" target="blank"><img src="img/magma-logo.png" alt="magma" class="img1"></a>
<ul>
<li><a href="#">OUR SERVICES</a></li>
<li><img src="img/arrow-down.svg" alt="arrow"></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>
<h2 class="red">Empowering innovation <br>through collaboration</h2>
<p>Building partnerships with clients to <a href="#">design</a> user-centric <a href="#">web solutions</a>, beautiful <br> <a href="#">ecommerce sites</a>, and engaging <a href="#">mobile apps</a>.</p>
<ul>
<li><span>•</span> Ruby on Rails</li>
<li><span>•</span>Solidus/Spree</li>
<li><span>•</span>React Native</li>
<li><span>•</span>UX design</li>
</ul>
</section>
<footer>
<a href="https://www.magmalabs.io/"><img src="img/contact-us.png" alt=""></a>
</footer>
</div>
</body>
</html>