-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have some interactive slideshows #415
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4,19 +4,79 @@ | |||||
--- | ||||||
|
||||||
<!-- Header --> | ||||||
<div class="page-header header-filter" data-parallax="true" | ||||||
style="background-image: url('assets/img/header-image.webp')"> | ||||||
<div class="container"> | ||||||
<div class="title text-left"> | ||||||
<h1>St. Anthony's College</h1> | ||||||
<p style="font-family: 'Roboto'; font-size: 20px; font-weight: 400;"> | ||||||
Since 1854 | ||||||
</p> | ||||||
|
||||||
|
||||||
|
||||||
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a meaningful Id. (Update all the occurences)
Suggested change
|
||||||
<ol class="carousel-indicators"> | ||||||
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> | ||||||
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li> | ||||||
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li> | ||||||
</ol> | ||||||
<div class="carousel-inner"> | ||||||
<div class="carousel-item active"> | ||||||
<div class="page-header header-filter" style="background-image: url('./assets/img/header-image.webp');"> | ||||||
<div class="container"> | ||||||
<div class="row"> | ||||||
<div class="col-md-12 ml-auto mr-auto"> | ||||||
<div class="title text-left"> | ||||||
<h1>St.Anthony's College</h1> | ||||||
<p style="font-family: 'Roboto'; font-size: 20px; font-weight: 400;"> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Check this comment #388 (comment) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do the same change to line 41 and 58 |
||||||
Since 1854 | ||||||
</p> | ||||||
</div> | ||||||
<a href="{{ site.baseurl }}/history" class="btn btn-primary btn-sm">OUR HISTORY</a> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
<div class="carousel-item"> | ||||||
<div class="page-header header-filter" style="background-image: url('./assets/img/header-image-2.jpg');"> | ||||||
<div class="container"> | ||||||
<div class="row"> | ||||||
<div class="col-md-12 ml-auto mr-auto"> | ||||||
<div class="title text-left"> | ||||||
<h1>St.Anthony's College</h1> | ||||||
<p style="font-family: 'Roboto'; font-size: 20px; font-weight: 400;"> | ||||||
Since 1854 | ||||||
</p> | ||||||
</div> | ||||||
<a href="{{ site.baseurl }}/history" class="btn btn-primary btn-sm">OUR HISTORY</a> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
<div class="carousel-item"> | ||||||
<div class="page-header header-filter" style="background-image: url('./assets/img/header-image-3.jpg');"> | ||||||
<div class="container"> | ||||||
<div class="row"> | ||||||
<div class="col-md-12 ml-auto mr-auto text-right"> | ||||||
<div class="title"> | ||||||
<h1>St.Anthony's College</h1> | ||||||
<p style="font-family: 'Roboto'; font-size: 20px; font-weight: 400;"> | ||||||
Since 1854 | ||||||
</p> | ||||||
</div> | ||||||
<a href="{{ site.baseurl }}/history" class="btn btn-primary btn-sm float-end">OUR HISTORY</a> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
<a href="{{ site.baseurl }}/history" class="btn btn-primary btn-sm">OUR HISTORY</a> | ||||||
</div> | ||||||
<a class="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="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> | ||||||
<!-- End of Header --> | ||||||
|
||||||
<!-- //Header --> | ||||||
|
||||||
<!-- Resource Section --> | ||||||
<div id="resource-section"> | ||||||
|
@@ -64,10 +124,10 @@ <h4 class="card-title">Nam aliquam bibendum ullamcorper. Praesent tempor</h4> | |||||
<button type="button" class="btn btn-class btn-sm">SEE MORE</button> | ||||||
</div> | ||||||
</div> | ||||||
End of News section --> | ||||||
//News section --> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove these unwanted changes |
||||||
|
||||||
<!-- Quick Access section --> | ||||||
<div class="section pt-0"> | ||||||
<div class="section pt-0 "> | ||||||
<h2 class="section-name"> Quick Access </h2> | ||||||
<div class="d-flex justify-content-center"> | ||||||
<div class="row" style="width: 71rem;"> | ||||||
|
@@ -115,7 +175,7 @@ <h4 class="card-title mt-2">Google Classroom</h4> | |||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
<!-- End of Quick Access section --> | ||||||
<!-- //Quick Access section --> | ||||||
|
||||||
<!-- Calendar section--> | ||||||
<!--Temporary--> | ||||||
|
@@ -139,7 +199,7 @@ <h4 class="card-title mt-2">Google Classroom</h4> | |||||
<h2 class="section-name">What’s happening this week?</h2> | ||||||
<div id='calendar'></div> | ||||||
</div> | ||||||
<!-- End of Calendar section--> | ||||||
<!-- //Calendar section--> | ||||||
</div> | ||||||
<!-- Contact section--> | ||||||
<div class="contact-section"> | ||||||
|
@@ -150,7 +210,7 @@ <h2 class="section-name"> | |||||
</a> | ||||||
</h2> | ||||||
</div> | ||||||
<!-- End of Contact section--> | ||||||
<!-- //Contact section--> | ||||||
</div> | ||||||
</div> | ||||||
<!-- End of Resource Section --> | ||||||
<!-- //Resource Section --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unwanted spaces