-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutus.html
69 lines (64 loc) · 4.53 KB
/
aboutus.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
<!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">
<script src="https://kit.fontawesome.com/5f044e8f73.js" crossorigin="anonymous"></script>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="RENTO.jpg" type="image/x-icon">
<title>Know About RentoMojo-An online Furniture</title>
<link rel="stylesheet" href="login.css"/>
<link rel="stylesheet" href="aboutus.css"/>
</head>
<body>
<div id="navbar"></div>
<div class="bg-image">
<div class="filter-blur">
<img src="./team__banner.jpg"/>
</div>
</div>
<div class="h">
<h1>MEET THE TEAM</h1>
<h2>WE ARE RENTOMOJO</h2>
</div>
<div id="about">
<a href="aboutus.html">About Us</a>
<a href="#">Culture</a>
<a href="#">Investor</a>
<a href="#">Carrier</a>
</div>
<div class="brand">
<h1>The Brand</h1>
<p>Hi! <b>We’re Rentomojo</b>, an online rental solution for your furnishing needs.</p>
<p> Why renting, you ask? Well, because we understand that unnecessary furniture and appliance costs aren’t the best investment options. So we decided to come up with an easier solution instead. We provide more than online rental services, we help you explore a world of possibilities. With our assured quality and prompt services,you can say goodbye to all the hassles that come with buying and say hello to convenience.</p>
</div>
<div class="feature">
<h1>Featured On</h1>
<div class="feature1">
<div class="feat">
<a href="https://www.ndtv.com/"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRvx8nCCZAcmsPQL1txRYJOAwv9w-9ryL2p7A&usqp=CAU"></a>
<a href="https://timesofindia.indiatimes.com/venture-capital/RentoMojo-raises-Rs-13-crore-from-IDG-Ventures-Accel-Partners/articleshow/49982041.cms"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRlCFVKzlhSfAT0TekdHjGeR_JnlMDM_8ZmfA&usqp=CAU"/></a>
<a href="https://www.techinasia.com/startup-betting-live-borrowed-furniture"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTY8mOy9RF_7TPDp8-bIFWN-DK1oH4F_7IdrQ&usqp=CAU"/></a>
</div>
<div class="feat2">
<a href="https://yourstory.com/2016/07/rentomojo-funding"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJSHFRz0zI0oHUT4PxuVUKd7Kf8yCC6DTVxA&usqp=CAU"/></a>
<a href="https://economictimes.indiatimes.com/topic/Rentomojo"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGhGoO0mVW6R7BSDb2Wczq1jeDAFby0vqptPSZt4WP4ug_E6_ZL_EqhN2Gw8qjcQH4OA&usqp=CAU"/></a>
<a href="https://techcrunch.com/2016/07/14/indias-rentmojo-which-rents-out-home-appliances-and-furniture-raises-5m/"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTqKDgfYnrgcTnCHlBrb20cvxrXUhhHPojteg&usqp=CAU"/></a>
</div>
</div>
</div>
</div>
</div>
<div class="RentoMojo">
<h3>Enjoy An Upgraded Lifestyle In Bangalore City On A Budget With RentoMojo!</h3>
<p id="size2">RentoMojo is a leading rental company with a pan-India presence. We offer furniture, appliances, and electronics on rent in Bangalore at an affordable monthly fee. When you choose to rent from us instead of buying from a store, you get to use the best products in the market and still save money!</p>
<p id="size2">RentoMojo is a leading rental company with a pan-India presence. We offer furniture, appliances, and electronics on rent in Bangalore at an affordable monthly fee. When you choose to rent from us instead of buying from a store, you get to use the best products in the market and still save money!</p>
<p id="size2">RentoMojo makes it effortless for you to rent from us. All you need to do is pick out the products you like, add them to your cart, and then check out. Our team will deliver your rental items directly to your home and also install them for you. We offer fast delivery to all parts of Bangalore, including locations such as Bangalore Bazaar, Malleswaram, Doorvavinagar, Bangalore Sub Foreign Post, and Agara.</p>
<div id="footer">
</div>
<div id="last_portion">
</div>
</body>
<script src="aboutus.js" type="module"></script>
</html>