-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e5fe2d
commit f56f2a6
Showing
4 changed files
with
221 additions
and
18 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 |
---|---|---|
|
@@ -20,27 +20,30 @@ | |
<body> | ||
<nav class="navbar fixed-top navbar-custom navbar-expand-lg"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="#"><img src="src/img/logo.jpg"></a> | ||
<a class="navbar-brand" href="index.html"><img src="src/img/logo.jpg"></a> | ||
<button class="navbar-toggler" id="navbar-toggler-icon" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon" ></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> | ||
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">About</a> | ||
<a class="nav-link" href="about.html">About</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Achievements</a> | ||
<a class="nav-link" href="events.html">Events</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Projects</a> | ||
<a class="nav-link" href="projects.html">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#contact">Contact</a> | ||
</li> | ||
</ul> | ||
<div class="nav nav-navbar navbar-right"> | ||
<a class="nav-link" href="#"><img src="src/img/lnmiitlogo.jpg" id="lnmiitlogo"></a> | ||
<a class="nav-link" href="https://www.lnmiit.ac.in/" target="_blank"><img src="src/img/lnmiitlogo.jpg" id="lnmiitlogo"></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -50,7 +53,7 @@ | |
<div class="container home-intro"> | ||
<div class="row row-header align-items-center"> | ||
<div class="col-12"> | ||
<h1 class="header-text rubberBand animated">Our Family</h1> | ||
<h1 class="header-text rubberBand animated">Our Team</h1> | ||
<p class="header-para">Meet the different divisions of Phoenix and all the dedicated members.</p> | ||
</div> | ||
</div> | ||
|
@@ -63,7 +66,7 @@ <h1 class="header-text rubberBand animated">Our Family</h1> | |
<br> | ||
<div class="row row-header align-items-center"> | ||
<div class="col-12"> | ||
<h3 class="header-para">Check out what our members are working on <a href=""><span class="fa fa-chevron-right"></span></a></h3> | ||
<h3 class="header-para">Check out what our members are working on <a href="projects.html"><span class="fa fa-chevron-right"></span></a></h3> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -506,6 +509,42 @@ <h4 class="name">Yash Agrawal</h4> | |
|
||
</div> | ||
</div> | ||
<footer class="footer-text" id="contact"> | ||
<div class="footer-container"> | ||
<div class="row footer-row"> | ||
<div class="col-sm-4 align-items-center"> | ||
<h4>Links</h4> | ||
<ul class="list-unstyled"> | ||
<li><a href="index.html" style="color: #FFA500;">Home</a></li> | ||
<li><a href="about.html" style="color: #FFA500;">About</a></li> | ||
<li><a href="events.html" style="color: #FFA500;">Achievements</a></li> | ||
<li><a href="projects.html" style="color: #FFA500;">Projects</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-sm-4 align-items-center"> | ||
<div class="row"> | ||
<div class="col-sm-6"> | ||
<a href="index.html"><img src="src/img/logo.jpg" class="footer-image"></a> | ||
</div> | ||
<div class="col-sm-6"> | ||
<a href="https://www.lnmiit.ac.in/" target="_blank"><img src="src/img/lnmiitlogo.jpg" class="footer-image"></a> | ||
</div> | ||
<div class="col-sm-12"> | ||
<a href="https://www.google.co.in/maps/place/LNMIIT/@26.9363461,75.9213346,17z/data=!3m1!4b1!4m5!3m4!1s0x396dba21e8a1d1c9:0x5ab565cce4d44c2b!8m2!3d26.9363461!4d75.9235233"><span class="fa fa-map-marker"></span></a> <br> | ||
The LNM Institute of Information Technology, <br> | ||
Rupa Ki Nanagal, Post-Sumel, <br> | ||
Jaipur, 302031 | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-4 align-items-center"> | ||
<a href="https://www.facebook.com/phoenix.lnmiit/"><span class="fa fa-facebook footer-social"></span></a>   | ||
<a href="https://www.youtube.com/channel/UCkgCJ_wF-E35nU_6HZGF0Sg"><span class="fa fa-youtube footer-social"></span></a>   | ||
<a href="mailto:[email protected]"><span class="fa fa-envelope-o footer-social"></span></a>   | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="node_modules/jquery/jquery.min.js"></script> | ||
|
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
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 |
---|---|---|
|
@@ -15,33 +15,42 @@ | |
<link href="https://fonts.googleapis.com/css?family=Krub" rel="stylesheet"> | ||
</head> | ||
<body> | ||
|
||
|
||
|
||
<nav class="navbar fixed-top navbar-custom navbar-expand-lg"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="#"><img src="src/img/logo.jpg"></a> | ||
<a class="navbar-brand" href="index.html"><img src="src/img/logo.jpg"></a> | ||
<button class="navbar-toggler" id="navbar-toggler-icon" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon" ></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> | ||
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="about.html">About</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Achievements</a> | ||
<a class="nav-link" href="events.html">Events</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="projects.html">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Projects</a> | ||
<a class="nav-link" href="#contact">Contact</a> | ||
</li> | ||
</ul> | ||
<div class="nav nav-navbar navbar-right"> | ||
<a class="nav-link" href="#"><img src="src/img/lnmiitlogo.jpg" id="lnmiitlogo"></a> | ||
<a class="nav-link" href="https://www.lnmiit.ac.in/" target="_blank"><img src="src/img/lnmiitlogo.jpg" id="lnmiitlogo"></a> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
|
||
<header class="jumbotron"> | ||
<div class="container home-intro"> | ||
<div class="row row-header"> | ||
|
@@ -58,10 +67,10 @@ <h1 class="header-text rubberBand animated">PHOENIX</h1> | |
</div> | ||
<div class="row button-row justify-content-around"> | ||
<div class="col-4 align-items-center"> | ||
<button type="button" class="btn btn-outline-primary header-button">Upcoming events</button> | ||
<button type="button" class="btn btn-outline-primary header-button"><a href="events.html" class="header-button">Upcoming events</a></button> | ||
</div> | ||
<div class="col-4 align-items-center"> | ||
<button type="button" class="btn btn-outline-primary header-button">Collaborate</button> | ||
<button type="button" class="btn btn-outline-primary header-button"><a href="projects.html" class="header-button">Collaborate</a></button> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -82,6 +91,97 @@ <h1 class="header-text rubberBand animated">PHOENIX</h1> | |
</div> | ||
</div> | ||
|
||
<div class="highlight-container"> | ||
<div class="row align-items-center"> | ||
<div class="col-sm-12"> | ||
<h3 class="highlight-text">Highlights  <span class="fa fa-camera"></span></h3> | ||
<hr> | ||
</div> | ||
</div> | ||
<div class="row align-items-center"> | ||
<div class="col-12"> | ||
<div id="Highlight-carousel" class="carousel slide" data-ride="carousel"> | ||
<ol class="carousel-indicators"> | ||
<li data-target="#Highlight-carousel" data-slide-to="0" class="active"></li> | ||
<li data-target="#Highlight-carousel" data-slide-to="1"></li> | ||
<li data-target="#Highlight-carousel" data-slide-to="2"></li> | ||
</ol> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img class="carousel-image" src="src/img/lnmiit.jpg" alt="First slide"> | ||
<div class="carousel-caption d-none d-md-block"> | ||
<h5>lnmiit</h5> | ||
<p>lnmiit</p> | ||
</div> | ||
</div> | ||
<div class="carousel-item"> | ||
<img class="carousel-image" src="src/img/lnmiit.jpg" alt="Second slide"> | ||
<div class="carousel-caption d-none d-md-block"> | ||
<h5>lnmiit</h5> | ||
<p>lnmiit</p> | ||
</div> | ||
</div> | ||
<div class="carousel-item"> | ||
<img class="carousel-image" src="src/img/lnmiit.jpg" alt="Third slide"> | ||
<div class="carousel-caption d-none d-md-block"> | ||
<h5>lnmiit</h5> | ||
<p>lnmiit</p> | ||
</div> | ||
</div> | ||
</div> | ||
<a class="carousel-control-prev" href="#Highlight-carousel" role="button" data-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="sr-only">Previous</span> | ||
</a> | ||
<a class="carousel-control-next" href="#Highlight-carousel" role="button" data-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="sr-only">Next</span> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<footer class="footer-text" id="contact"> | ||
<div class="footer-container"> | ||
<div class="row footer-row"> | ||
<div class="col-sm-4 align-items-center"> | ||
<h4>Links</h4> | ||
<ul class="list-unstyled"> | ||
<li><a href="index.html" style="color: #FFA500;">Home</a></li> | ||
<li><a href="about.html" style="color: #FFA500;">About</a></li> | ||
<li><a href="events.html" style="color: #FFA500;">Events</a></li> | ||
<li><a href="events.html" style="color: #FFA500;">Projects</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-sm-4 align-items-center"> | ||
<div class="row"> | ||
<div class="col-sm-6"> | ||
<a href="index.html"><img src="src/img/logo.jpg" class="footer-image"></a> | ||
</div> | ||
<div class="col-sm-6"> | ||
<a href="https://www.lnmiit.ac.in/" target="_blank"><img src="src/img/lnmiitlogo.jpg" class="footer-image"></a> | ||
</div> | ||
<div class="col-sm-12"> | ||
<a href="https://www.google.co.in/maps/place/LNMIIT/@26.9363461,75.9213346,17z/data=!3m1!4b1!4m5!3m4!1s0x396dba21e8a1d1c9:0x5ab565cce4d44c2b!8m2!3d26.9363461!4d75.9235233"><span class="fa fa-map-marker"></span></a> <br> | ||
The LNM Institute of Information Technology, <br> | ||
Rupa Ki Nanagal, Post-Sumel, <br> | ||
Jaipur, 302031 | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-4 align-items-center"> | ||
<a href="https://www.facebook.com/phoenix.lnmiit/"><span class="fa fa-facebook footer-social"></span></a>   | ||
<a href="https://www.youtube.com/channel/UCkgCJ_wF-E35nU_6HZGF0Sg"><span class="fa fa-youtube footer-social"></span></a>   | ||
<a href="mailto:[email protected]"><span class="fa fa-envelope-o footer-social"></span></a>   | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
<script src="node_modules/jquery/jquery.min.js"></script> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.