-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
110 lines (107 loc) · 5.61 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sharing system</title>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link rel="stylesheet" href="about_styles.css">
<link href="https://fonts.googleapis.com/css2?family=Aclonica&family=Freckle+Face&family=Parisienne&family=Train+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
<section id="title-section" style="background-color: #005086;">
<div class="container-fluid">
<nav class=" navbar navbar-dark navbar-expand-md navafterexpand">
<a class="navbar-brand" href="homepage.html" style=" padding-left: 0px; ">
<p style="color: white; font-family: 'Pacifico', cursive;" class="titletext">Sharing System </p>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<div id="ddd" class="dropdown">
<p class="navtext navtext-dropdown">Search</p>
<div class="dropdown-content">
<a href="cycles.php"><p class="drop-text">Cycles</p></a>
<a href="cameras.php"><p class="drop-text">Cameras</p></a>
<a href="sports.php"><p class="drop-text">Sports</p></a>
<a href="kettles.php"><p class="drop-text">kettles</p></a>
<a href="calculators.php"><p class="drop-text">Calculators</p></a>
</div>
</div>
</li>
<li class="nav-item"><a href="homepage.html" class="nav-link">
<p class="navtext">Home</p>
</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">
<p class="navtext">About</p>
</a></li>
<li class="nav-item"><a href="#contact-section" class="nav-link">
<p class="navtext">Contact</p>
</a></li>
<li class="nav-item"><a href="login.php" class="nav-link">
<p class="navtext">Logout</p>
</a></li>
</ul>
</div>
</nav>
</div>
</section>
<section id="section2">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<h2>Easy to use</h2>
<p class="section2-p">Every person can able to use this Application</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<h2>Quick</h2>
<p class="section2-p">You can know where is your need with in a small time</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<h2>Safe</h2>
<p class="section2-p">Your things will be in safe hands need not to worry</p>
</div>
</div>
</section>
<section id="features">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<h3>M Sharath Kumar Reddy , IIT Jodhpur</h3>
<img class="features-image" src="images/reddy.jpg" alt="climate">
</div>
<div class="carousel-item">
<h3> S Vamsi Krishna , IIT Jodhpur </h3>
<img class="features-image" src="images/vamsi.jpg" alt="recycle">
</div>
</div>
<a class="pointers carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class=" pointers carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section id="contact-section">
<div class="contact">
<h2>Get In Touch</h2>
<p class="contact-para">Email or call us to set up a consult <br>
Email: reddy.12@iitj.ac.in, krishna.3@iitj.ac.in <br>
Phone: 9346903568, 9493293193</p>
</div>
</section>
</body>