-
Notifications
You must be signed in to change notification settings - Fork 1
/
products.html
143 lines (125 loc) · 6.26 KB
/
products.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
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
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Rose Project</title>
<!--MY Stuff-->
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!--Font family-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600&display=swap" rel="stylesheet">
<!--More for bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<script src="scripts/script.js"></script>
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/products.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-brand text-white" href="#"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link text-white" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="user-registration.html">Register</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="user-login.html">Login</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="products.html">Products</a>
</li>
<li class="nav-item">
<a href="checkout.html" class="w3-bar-item w3-button"><i class="fa fa-shopping-cart override" style="font-size:24px"></i></a>
</li>
</ul>
<form class="d-flex">
<!-- <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"> -->
<!-- <button class="btn btn-outline-success" type="submit">Login</button> -->
</form>
</div>
</div>
</nav>
</header>
<main>
<div class="wrapper">
<div class="outer">
<div class="content animated fadeInLeft">
<h1>Drawings</h1>
<p>Buy a custom made drawing from Rose.</p>
<div class="button">
<a href="#">$40</a><a class="cart-btn" href="#"><i class="cart-icon ion-bag"></i>ADD TO CART</a>
</div>
</div>
<img src="images/computer.svg" alt="Girl with Computer" width="300" class="animated fadeInRight">
</div>
<div class="outer">
<div class="content animated fadeInLeft">
<h1>Websites</h1>
<p>Want a website that's slightly better than<br>this? Hire me and I will be motivated<br> enough to put in the work.</p>
<div class="button">
<a href="#">$500</a><a class="cart-btn" href="#"><i class="cart-icon ion-bag"></i>ADD TO CART</a>
</div>
</div>
<img src="images/computer.svg" alt="Girl with Computer" width="300" class="animated fadeInRight comp">
</div>
<div class="outer">
<div class="content animated fadeInLeft">
<h1>Voice Overs</h1>
<p>Audio Book Voice-Over Rates starting at $250 per finished hour.</p>
<div class="button">
<a href="#">$250</a><a class="cart-btn" href="#"><i class="cart-icon ion-bag"></i>ADD TO CART</a>
</div>
</div>
<img src="images/computer.svg" alt="Girl with Computer" width="300" class="animated fadeInRight mic">
</div>
</div>
<div class="wrapper">
<div class="outer">
<div class="content animated fadeInLeft">
<h1>Data Entry</h1>
<p>Experienced in data entry and accuracy, hire Rose for <br>data entry projects starting at $750 per month depending on
your company's needs.</p>
<div class="button">
<a href="#">$750</a><a class="cart-btn" href="#"><i class="cart-icon ion-bag"></i>ADD TO CART</a>
</div>
</div>
<img src="images/computer.svg" alt="Girl with Computer" width="300" class="animated fadeInRight">
</div>
<div class="outer">
<div class="content animated fadeInLeft">
<h1>Tutoring<br>Services</h1>
<p>Don't know a subject and need someone to help you?<br>Buy me lunch and we'll see what I can do.</p>
<div class="button">
<a href="#">$40</a><a class="cart-btn" href="#"><i class="cart-icon ion-bag"></i>ADD TO CART</a>
</div>
</div>
<img src="images/computer.svg" alt="Girl with Computer" width="300" class="animated fadeInRight">
</div>
<div class="outer">
<div class="content animated fadeInLeft">
<span class="bg animated fadeInDown">EXCLUSIVE</span>
<h1>Buy me<br> Boba!</h1>
<p>This is not a service. You are just giving me money. Please.</p>
<div class="button">
<a href="#">$5</a><a class="cart-btn" href="#"><i class="cart-icon ion-bag"></i>ADD TO CART</a>
</div>
</div>
<img src="images/computer.svg" alt="Girl with Computer" width="300" class="animated fadeInRight">
</div>
</div>
</main>
</body>
</html>