Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/header-image-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/header-image-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 76 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>



Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unwanted spaces

<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a meaningful Id. (Update all the occurences)

Suggested change
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<div id="carouseIndicators" 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>
<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;">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check this comment #388 (comment)

Copy link
Member

Choose a reason for hiding this comment

The 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">
Expand Down Expand Up @@ -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 -->
Copy link
Member

Choose a reason for hiding this comment

The 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;">
Expand Down Expand Up @@ -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-->
Expand All @@ -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">
Expand All @@ -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 -->