-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Add files via upload
1 parent
2671ac0
commit 30549e5
Showing
1 changed file
with
272 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,272 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<!-- Basic --> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<!-- Mobile Metas --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<!-- Site Metas --> | ||
<meta name="keywords" content="" /> | ||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<link rel="shortcut icon" href="images/favicon.png" type=""> | ||
|
||
<title> RoadShare </title> | ||
|
||
<!-- bootstrap core css --> | ||
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> | ||
|
||
<!-- fonts style --> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet"> | ||
|
||
<!--owl slider stylesheet --> | ||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> | ||
|
||
<!-- font awesome style --> | ||
<link href="css/font-awesome.min.css" rel="stylesheet" /> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="css/style.css" rel="stylesheet" /> | ||
<!-- responsive style --> | ||
<link href="css/responsive.css" rel="stylesheet" /> | ||
|
||
</head> | ||
|
||
<body class="sub_page"> | ||
|
||
<div class="hero_area"> | ||
|
||
<div class="hero_bg_box"> | ||
<div class="bg_img_box"> | ||
<img src="images/hero-bg.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
<!-- header section strats --> | ||
<header class="header_section"> | ||
<div class="container-fluid"> | ||
<nav class="navbar navbar-expand-lg custom_nav-container "> | ||
<a class="navbar-brand" href="index.html"> | ||
<span> | ||
RoadShare | ||
</span> | ||
</a> | ||
|
||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class=""> </span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav "> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="index.html">Home </a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="about.html"> About</a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="team.html">Team <span class="sr-only">(current)</span> </a> | ||
</li> | ||
<form class="form-inline"> | ||
<button class="btn my-2 my-sm-0 nav_search-btn" type="submit"> | ||
<i class="fa fa-search" aria-hidden="true"></i> | ||
</button> | ||
</form> | ||
</ul> | ||
</div> | ||
</nav> | ||
</div> | ||
</header> | ||
<!-- end header section --> | ||
</div> | ||
|
||
<!-- team section --> | ||
<section class="team_section layout_padding"> | ||
<div class="container-fluid"> | ||
<div class="heading_container heading_center"> | ||
<h2 class=""> | ||
Our <span> Team</span> | ||
</h2> | ||
</div> | ||
|
||
<div class="team_container"> | ||
<div class="row"> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="box"> | ||
<div class="img-box"> | ||
<img src="images/image1.jpg" class="img1" alt=""> | ||
</div> | ||
<div class="detail-box"> | ||
<h5>Aadarsh Mahesh K</h5> | ||
<p>Website Developer -Member</p> | ||
</div> | ||
<div class="social_box"> | ||
<a href="#"> | ||
<i class="fa fa-twitter" aria-hidden="true"></i> | ||
</a> | ||
<a href="https://in.linkedin.com/in/aadarsh-mahesh-k-7954682aa"> | ||
<i class="fa fa-linkedin" aria-hidden="true"></i> | ||
</a> | ||
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"> | ||
<i class="fa fa-instagram" aria-hidden="true"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="box"> | ||
<div class="img-box"> | ||
<img src="images/image2.jpg" class="img1" alt=""> | ||
</div> | ||
<div class="detail-box"> | ||
<h5>Shreya Jayesh</h5> | ||
<p>Member</p> | ||
</div> | ||
<div class="social_box"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="box"> | ||
<div class="img-box"> | ||
<img src="images/image4.jpg" class="img1" alt=""> | ||
</div> | ||
<div class="detail-box"> | ||
<h5>D Sriram</h5> | ||
<p>Member</p> | ||
</div> | ||
<div class="social_box"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="box"> | ||
<div class="img-box"> | ||
<img src="images/image5.jpg" class="img1" alt=""> | ||
</div> | ||
<div class="detail-box"> | ||
<h5>Archana S Nidhi</h5> | ||
<p>Member</p> | ||
</div> | ||
<div class="social_box"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="box"> | ||
<div class="img-box"> | ||
<img src="images/image3.jpg" class="img1" alt=""> | ||
</div> | ||
<div class="detail-box"> | ||
<h5>G V Sainath</h5> | ||
<p>Member</p> | ||
</div> | ||
<div class="social_box"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- end team section --> | ||
|
||
<!-- info section --> | ||
|
||
|
||
<section class="info_section layout_padding2"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6 col-lg-3 info_col"> | ||
<div class="info_contact"> | ||
|
||
|
||
</div> | ||
<div class="info_social"> | ||
<a href=""> | ||
<i class="fa fa-facebook" aria-hidden="true"></i> | ||
</a> | ||
<a href=""> | ||
<i class="fa fa-twitter" aria-hidden="true"></i> | ||
</a> | ||
<a href=""> | ||
<i class="fa fa-linkedin" aria-hidden="true"></i> | ||
</a> | ||
<a href=""> | ||
<i class="fa fa-instagram" aria-hidden="true"></i> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-lg-3 info_col"> | ||
<div class="info_detail"> | ||
<h4> | ||
Info | ||
</h4> | ||
<p> | ||
Connecting students, sharing rides, and building community— makes travel affordable and meaningful | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-lg-2 mx-auto info_col"> | ||
<div class="info_link_box"> | ||
<h4> | ||
Links | ||
</h4> | ||
<div class="info_links"> | ||
<a class="active" href="index.html"> | ||
Home | ||
</a> | ||
<a class="" href="about.html"> | ||
About | ||
</a> | ||
<a class="" href="team.html"> | ||
Team | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- end info section --> | ||
|
||
<!-- footer section --> | ||
<section class="footer_section"> | ||
<div class="container"> | ||
<p> | ||
© <span id="displayYear"></span> All Rights Reserved By AadarshM07 | ||
|
||
</p> | ||
</div> | ||
</section> | ||
<!-- footer section --> | ||
|
||
<!-- jQery --> | ||
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script> | ||
<!-- popper js --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"> | ||
</script> | ||
<!-- bootstrap js --> | ||
<script type="text/javascript" src="js/bootstrap.js"></script> | ||
<!-- owl slider --> | ||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"> | ||
</script> | ||
<!-- custom js --> | ||
<script type="text/javascript" src="js/custom.js"></script> | ||
<!-- Google Map --> | ||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"> | ||
</script> | ||
<!-- End Google Map --> | ||
|
||
</body> | ||
|
||
</html> |