-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (100 loc) · 4.44 KB
/
index.html
File metadata and controls
140 lines (100 loc) · 4.44 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<title>Use My Tech Stuff</title>
<link rel="stylesheet" type="text/css" href="./CSS/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<script src="./components/Column/home.js" async></script>
<script src="./components/menu/JS/menu.js" async></script>
<script src="./components/Column/JS/blur.js" async></script>
</head>
<body>
<div class="global-container">
<div class="top-bar">
<div class="container">
<div class="container-left">
<span class='logo-main'><a href ='index.html'>mystuff</a></span>
</div>
<div class="container-center">
<span class='abtus'><a href='ourteam.html'>Team ⚑</a></span>
</div>
<div class="container-right">
<span class="topBtn logIn "><a href='https://bw2-techstuff.netlify.com/signin'>Log In</a></span>
<span class="topBtn signup"><a href='https://bw2-techstuff.netlify.com/signup'>Sign Up</a></span>
<span class="hamburger"><img src="./assets/menu.png" alt=""></span>
</div>
</div>
</div>
<!-- TOP BAR COMPONENT -->
<!-- MENU COMPONENT -->
<div class="menu-cont hide">
<span class="menu signup"><a href='https://bw2-techstuff.netlify.com/signup'>✎ Sign Up</a></span>
<span class="menu login"><a href='https://bw2-techstuff.netlify.com/signin'>👤 Log In</a></span>
<span class="menu team"><a href ='ourteam.html'>⚑ Team</a></span>
</div>
<div class="background-cont">
<!-- HEADER COMPONENT -->
<div class="header">
<div class="back-text">
<span class='texture'></span>
<span class='texture'></span>
<span class='texture'></span>
<span class='texture'></span>
</div>
<div class="background">
<h3>Tech Rental On Your Terms.</h3>
<p> Find high quality gear in your local area today.</p>
<div class='button-signup'><a href='https://bw2-techstuff.netlify.com/'>Explore 🔎</a>
</div>
</div>
</div>
</div>
<!-- TABS COMPONENT -->
<div class="feature-content">
<!-- <h3>Features</h3> -->
<div class="column-cont">
<div class="left-column">
<h3>We've Got It All!</h3>
<p>Rent anything from fog machines to green screens! Browse through our network of quality high tech equipment.</p>
<!-- <p>Do you have equipment you don't use? Make some extra cash by posting your underutilized tech gear!</p> -->
<div>
<ul>
<li> Explore the catalog of rental equipment near you.</li>
<li> Create an account to rent the gear you need.</li>
<li> Post your under used tech items and make extra cash. </li>
</ul>
</div>
</div>
<div class="right-column" id="default">
<div class="preview one">
<div class="grid-image"><img src='./assets/audio-business-computer-265672.jpg'></div>
<div class="grid-content">
<p class='priz'>$70 Per Day</p>
<span class="topBtn logIn pr">Post</span>
</div>
</div>
<div class="preview two">
<div class="grid-image"><img src='./assets/aperture-audio-blur-274924.jpg'></div>
<div class="grid-content">
<p class='priz'>$40 Per Day</p>
<span class="topBtn logIn pr">Rent</span>
</div>
</div>
<div class="preview three">
<div class="grid-image"><img src='./assets/clean-comfort-contemporary-1444416.jpg'></div>
<div class="grid-content">
<p class='priz'>$40 Per Day</p>
<span class="topBtn logIn pr">Rent</span>
</div>
</div>
<div class="preview four no-show">
<span class="topBtn logIn sp"><a href='https://bw2-techstuff.netlify.com/' class='linksp'>Explore 🔎</a></span>
</div>
</div>
</div>
</div>
</div>
</body>
<footer></footer>
</html>