-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
14 changed files
with
69 additions
and
409 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
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
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 was deleted.
Oops, something went wrong.
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,14 @@ | ||
<ul class="list-inline mb-0"> | ||
<li class="list-inline-item"> | ||
<p><a href="/privacy_policy.html">Privacy Policy</a></p> | ||
</li> | ||
<li class="list-inline-item"> | ||
<p><a href="/tax_documents.html">Tax Documents</a></p> | ||
</li> | ||
<li class="list-inline-item"> | ||
<p><a href="/selection_process.html">Selection Process</a></p> | ||
</li> | ||
<li class="list-inline-item"> | ||
<p><a href="/assets/documents/Rubric.pdf">Rubric</a></p> | ||
</li> | ||
</ul> |
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
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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="preconnect" href="https://donorbox.org/" crossorigin> | ||
<link rel="preconnect" href="https://www.google.com/" crossorigin> | ||
{% include_cached preconnect.html %} | ||
{% include_cached analytics.html id="G-DCKNB7HP7R" %} | ||
{% include meta.html %} | ||
{% include links.html %} | ||
</head> | ||
<body data-spy="scroll" data-target="#pb-navbar" data-offset="200"> | ||
{% include_cached loader.html %} | ||
{% include navbar.html %} | ||
{{ content }} | ||
{% include footer.html %} | ||
{% include_cached common_js.html %} | ||
{% include_cached home_js.html %} | ||
<script defer src="https://donorbox.org/widget.js" paypalExpress="false"></script> | ||
<script defer src="https://www.google.com/recaptcha/api.js"></script> | ||
</body> | ||
<head> | ||
<link rel="preconnect" href="https://donorbox.org/" crossorigin> | ||
<link rel="preconnect" href="https://www.google.com/" crossorigin> | ||
{% include_cached preconnect.html %} | ||
{% include_cached analytics.html id="G-DCKNB7HP7R" %} | ||
{% include meta.html %} | ||
{% include links.html %} | ||
</head> | ||
<body data-spy="scroll" data-target="#pb-navbar" data-offset="200"> | ||
{% include_cached loader.html %} | ||
{% include navbar.html %} | ||
{{ content }} | ||
{% include footer.html prefix="" %} | ||
{% include_cached common_js.html %} | ||
{% include_cached home_js.html %} | ||
<script defer src="https://donorbox.org/widget.js" paypalExpress="false"></script> | ||
<script defer data-jsd-embedded data-key="cded3bfa-9345-4aa7-968f-1ce6ae6389da" data-base-url="https://jsd-widget.atlassian.com" src="https://jsd-widget.atlassian.com/assets/embed.js"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
{ | ||
"require": { | ||
"firebase/php-jwt": "v6.10.0", | ||
"ext-json": "*", | ||
"ext-curl": "*" | ||
}, | ||
"name": "sebs-scholarship/website", | ||
"description": "Website for the SEBS Scholarship Foundation" | ||
"description": "Website for the SEBS Scholarship Foundation", | ||
"require": { | ||
"ext-curl": "*", | ||
"ext-json": "*" | ||
} | ||
} |
Oops, something went wrong.