-
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
17 changed files
with
55 additions
and
151 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.jekyll-cache/ | ||
_site/ | ||
vendor/ | ||
vendor/ | ||
_vendor/ |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,20 +1,3 @@ | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
{% if page.title %} | ||
<title>{{ page.title }} - {{ site.title }}</title> | ||
<meta property="og:title" content="{{ page.title }}" /> | ||
<meta name="description" content="{{ page.content | strip_html | truncatewords:50 }}"> | ||
<meta property="og:description" content="{{ page.content | strip_html | truncatewords:50 }}"> | ||
{% else %} | ||
<title>{{ site.title }}</title> | ||
<meta property="og:title" content="{{ site.title }}" /> | ||
<meta name="description" content="{{ site.description }}"> | ||
<meta property="og:description" content="{{ site.description }}"> | ||
{% endif %} | ||
<meta name="keywords" content="sebs scholarship, sebs scholarships, sebs, sebs school, school of engineering and biomedical science, sebs scholarship foundation, pueblo, charity, {{ page.keywords }}"> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="{{ site.url | append: page.url }}" /> | ||
<meta property="og:image" content="{{ site.url | append: "/assets/images/logo-large-min.png" }}" /> | ||
<meta name="msapplication-TileColor" content="#b91d47"> | ||
<meta name="msapplication-config" content="/assets/images/browserconfig.xml"> | ||
<meta name="theme-color" content="#800000"> | ||
<meta property="og:image" content="{{ site.url | append: "/assets/images/logo-large-min.png" }}" /> |
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,11 @@ | ||
{% assign prefix = "/" %} | ||
{% unless page.title %} | ||
{% assign prefix = "" %} | ||
{% endunless %} | ||
<li class="nav-item"><a class="nav-link" href="{{ prefix | append: "#section-about" }}">About</a></li> | ||
<li class="nav-item"><a class="nav-link" href="{{ prefix | append: "#section-details" }}">Scholarship</a></li> | ||
<li class="nav-item"><a class="nav-link" href="{{ prefix | append: "#section-resumes" }}">Resume Workshop</a></li> | ||
<li class="nav-item"><a class="nav-link" href="{{ prefix | append: "#section-donate" }}">Donate</a></li> | ||
<li class="nav-item"><a class="nav-link" href="{{ prefix | append: "#section-volunteering" }}">Volunteering</a></li> | ||
<li class="nav-item"><a class="nav-link" href="{{ prefix | append: "#section-contact" }}">Contact</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://blog.sebsscholarship.org/">Blog</a></li> |
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 |
---|---|---|
@@ -1,18 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{% include_cached analytics.html %} | ||
{% include_cached theme_preconnect.html %} | ||
<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 %} | ||
{% include theme_meta.html %} | ||
{% include_cached meta.html %} | ||
{% include_cached theme_links.html %} | ||
{% include_cached theme_styles.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 footer.html prefix="/" %} | ||
{% include_cached theme_js.html %} | ||
<script defer src="https://www.google.com/recaptcha/api.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,16 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{% include_cached preconnect.html %} | ||
{% include_cached analytics.html id="G-DCKNB7HP7R" %} | ||
{% include meta.html %} | ||
{% include links.html %} | ||
{% include_cached analytics.html %} | ||
{% include_cached theme_preconnect.html %} | ||
{% include theme_meta.html %} | ||
{% include_cached meta.html %} | ||
{% include_cached theme_links.html %} | ||
{% include_cached theme_styles.html %} | ||
</head> | ||
<body data-spy="scroll" data-target="#pb-navbar" data-offset="200"> | ||
{% include_cached loader.html %} | ||
{% include navbar.html %} | ||
{{ content }} | ||
{% include_cached footer.html prefix="/" %} | ||
{% include_cached common_js.html %} | ||
{% include_cached theme_js.html %} | ||
</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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,2 +1,7 @@ | ||
docker run -v %cd%:/srv/jekyll -p 4000:4000 --rm ^ | ||
jekyll/builder:4.2.2 /bin/bash -c "chmod 777 /srv/jekyll && jekyll serve --future --drafts" | ||
docker run -p 4000:4000 -it --rm ^ | ||
-v "./":/srv/jekyll -v "./_vendor/bundle":/usr/local/bundle -v "./_vendor/gem":/usr/gem ^ | ||
-e JEKYLL_UID=1001 -e JEKYLL_GID=1001 ^ | ||
jekyll/builder:4.2.2 /bin/bash -c ^ | ||
"chmod 777 /srv/jekyll ^ | ||
&& chmod 777 /srv/jekyll/assets/images ^ | ||
&& jekyll serve --future --drafts" |
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,4 +1,9 @@ | ||
#!/bin/bash | ||
|
||
docker run -v "$(pwd)":/srv/jekyll -p 4000:4000 --rm jekyll/builder:4.2.2 \ | ||
/bin/bash -c "chmod 777 /srv/jekyll && jekyll serve --future --drafts" | ||
docker run -p 4000:4000 -it --rm \ | ||
-v "./":/srv/jekyll -v "./_vendor/bundle":/usr/local/bundle -v "./_vendor/gem":/usr/gem \ | ||
-e JEKYLL_UID=1001 -e JEKYLL_GID=1001 \ | ||
jekyll/builder:4.2.2 /bin/bash -c \ | ||
"chmod 777 /srv/jekyll \ | ||
&& chmod 777 /srv/jekyll/assets/images \ | ||
&& jekyll serve --future --drafts" |