-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (66 loc) · 1.72 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>Use My Tech - Landing Page</title>
<link href="assets/css/index.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="flip">
<div>
</div>
<nav>
<a href="https://use-my-tech-stuff.now.sh/sign-up" class="biscay">Sign up</a>
<a href="https://use-my-tech-stuff.now.sh/login" class="inverted-biscay">Sign in</a>
</nav>
</header>
<div class="container">
<h1 class="hide-h1">
Use My Tech Stuff
</h1>
<section class="hide-img">
<img src="assets/img/tech-img.jpg">
</section>
<section>
<div>
<h2>
Let your tech make you money
</h2>
<h3>
or save money by renting locally
</h3>
</div>
<div>
<h4>
Why you'll love us <span><i class="fa fa-heart"></i></span>
</h4>
<p>
We help you <span>save money</span> by renting tech equipment.
</p>
<p>
We offer <span>safe</span> and <span>secure</span> handling.
</p>
<p>
<span>You get to choose</span> the day and time that works for you.
</p>
<a href="">Download app</a>
</div>
</section>
</div>
<footer>
<nav>
<a href="#" class="coal-mine">Privacy + Terms</a>
<a href="#" class="coal-mine">Contact</a>
<a href="about.html" class="coal-mine">About Us</a>
</nav>
<p>
© Copyright 2020 Use My Tech Stuff
</p>
<nav class="icons">
<a href="https://www.facebook.com" class="fa fa-facebook-official fa-2x"></a>
<a href="https://www.instagram.com" class="fa fa-instagram fa-2x"></a>
<a href="https://www.twitter.com" class="fa fa-twitter-square fa-2x"></a>
</nav>
</footer>
</body>
</html>