-
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
Remove the inline css in html files and put it to the custom.css file #388
Open
YoshithaRathnayake
wants to merge
10
commits into
acf-sack:master
Choose a base branch
from
YoshithaRathnayake:inline-css
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
b9d5061
Remove the inline css in html files and put it to the custom.css file
YoshithaRathnayake 003e4a1
Merge branch 'master' into inline-css
YoshithaRathnayake 4cc0d95
Add padding-top and bottom using bootstrap
YoshithaRathnayake 8e6c0da
Merge branch 'inline-css' of https://github.com/Yoshitha-SACK/sack-si…
YoshithaRathnayake 22d382a
Merge branch 'master' into inline-css
YoshithaRathnayake 5934c1c
Remove the custom width and move the row into a container
YoshithaRathnayake bc34321
Merge branch 'inline-css' of https://github.com/Yoshitha-SACK/sack-si…
YoshithaRathnayake 350346a
Use an h4 instead of custom css to the Since 1854 text
YoshithaRathnayake d4a2eb2
Move the container class to line 76 and remove d-flex justify-content…
YoshithaRathnayake 695bf0e
Remove the row and a col in lines 10 and 11
YoshithaRathnayake File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -7,13 +7,17 @@ | |
<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 class="row"> | ||
<div class="col-md-12 ml-auto mr-auto"> | ||
<div class="title text-left"> | ||
<h1>St. Anthony's College</h1> | ||
<h4> | ||
Since 1854 | ||
</h4> | ||
</div> | ||
<a href="{{ site.baseurl }}/history" class="btn btn-primary btn-sm">OUR HISTORY</a> | ||
</div> | ||
</div> | ||
<a href="{{ site.baseurl }}/history" class="btn btn-primary btn-sm">OUR HISTORY</a> | ||
</div> | ||
</div> | ||
<!-- End of Header --> | ||
|
@@ -70,7 +74,7 @@ <h4 class="card-title">Nam aliquam bibendum ullamcorper. Praesent tempor</h4> | |
<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;"> | ||
<div class="row container"> | ||
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. Let's move the container class to line 76. Also, we can remove
|
||
<div class="col-md-6"> | ||
<div class="card"> | ||
<div class="card-body pt-2"> | ||
|
@@ -142,7 +146,7 @@ <h2 class="section-name">What’s happening this week?</h2> | |
<!-- End of Calendar section--> | ||
</div> | ||
<!-- Contact section--> | ||
<div class="contact-section"> | ||
<div class="contact-section py-5"> | ||
<h2 class="section-name">Contact Us</h2> | ||
<h2 class="section-name"> | ||
<a href="tel:+94 081 221 3652"> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Any specific reason for using a row and a col here? I think it works the same even without the row and column
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.
Yeah I checked nothing happening
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.
So shall I remove that @Piumal1999 ?
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.
Yeah
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.
Ok @Piumal1999 I removed that