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

Sherpa #24

Draft
wants to merge 14 commits into
base: gh-pages
Choose a base branch
from
Draft
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
_site
.sass-cache
.jekyll-metadata
.jekyll-cache
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
3.1.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.7.0"
ruby "3.1.3"

gem "jekyll"
gem "jekyll-watch"
Expand Down
52 changes: 23 additions & 29 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# If you are hosting in a sub-folder, for example: https://mlh.github.io/mlh-hackathon-boilerplate/,
# you must specify it as the baseurl
# If you hosting as a root, for example: htttps://[github username].github.io, then leave it blank
baseurl: "/mlh-hackathon-boilerplate"
baseurl: "/GTPNhackathon"

# uncomment the next line if you are hosting as a root and not sub-folder
# for example, when runnig locally at http://127.0.0.1:4000/
# baseurl: ""

# If you're using GitHub pages without a custom domain, this is "https://[github username].github.io"
# If you're using GitHub pages with a custom domain, this is "http://[your domain]" (or https if you're using SSL)
url: "https://mlh.github.io"
url: "https://rinchenlama0075.github.io"

# The ability to use custom themes.
style:
Expand All @@ -25,24 +25,24 @@ tracking:

# Let people connect & engage with you through social media.
social:
twitter_handle: "MLHacks"
twitter_handle: "ComingSoon"

# This is Search Engine Optimization. It'll help your website look better on search.
seo:
title: "Example Hacks | 5-6 August 2022"
description: "This is a sample hackathon website that you can use by following instructions on GitHub."
title: "GTPN Hackathon | 29-30 July 2023"
description: "GTPN is excited to present it's first Hackathon! What will you build to solve problems or tackle challenges that affect everyone?"
image: "https://prime.mlh.io/img/logos/mlh-prime-color.svg"

# Event information.
event:
name: "Example Hacks"
description: "This is a sample hackathon website that you can use by following instructions on GitHub."
date: "5 - 6 August 2022"
location: "Holmdel, NJ, United States"
name: "GTPN Hackathon"
description: "GTPN is excited to present it's first Hackathon! What will you build to solve problems or tackle challenges that affect everyone?"
date: "29 - 30 July 2023"
location: "Queens, NY, U.S.A"

trust_badge:
year: "2017" # season year
region: "eu" # "na" or "eu"
year: "2023" # season year
region: "na" # "na" or "eu"
color: "white" # "white", "black", "gray", "red", "blue" or "yellow"

hero:
Expand All @@ -52,29 +52,29 @@ event:
client_id: "0e2f9fc2921d3ad3e12ae900af630d09382e1b3dc1b5b50de2b01b70ad64dbee"
redirect_uri: "https://mlh.github.io/mlh-hackathon-boilerplate/success.html"
- text: "Sponsor"
href: "mailto:[email protected]"
href: "https://forms.gle/CPC61anbJJ6vKZ3X8"

about:
description: >
Example Hacks is a hackathon hosted at The University of Example.
This is your opportunity to describe your event, what to expect, where it is & anything unique to your event.
Keep it straightforward, don't make it too long.
GTPN hackathon will be hosted at (TBD).
Come together to learn, innovate and inspire.


# Info Sections
info:
sections:
- image: "images/image1.png"
title: "LEARN."
title: "LEARN"
description: >
We can write something nice with a graphic (as above) to make the event more appealing.
from friends, mentors and guest speakers about technologies and various topics from Data Science to UX/UI and much more!
- image: "images/image2.png"
title: "BUILD."
title: "BUILD"
description: >
We can write something nice with a graphic (as above) to make the event more appealing.
amazing projects with your teammates and hack together your imagination to win awesome prizes!
- image: "images/image3.png"
title: "SHARE."
title: "SHARE"
description: >
We can write something nice with a graphic (as above) to make the event more appealing.
what you know with your community so we can all grow together!

# Frequently asked questions.
faq:
Expand All @@ -91,14 +91,8 @@ event:
have graduated within the past 12 months are eligible to attend.
- question: "Where is the event?"
answer: >
The event is being hosted at [insert venue location here].
- question: "What is Major League Hacking?"
answer: >
Major League Hacking is [the official student hackathon league](https://mlh.io) in North America & Europe.
We work with over 200 Member Events and empower over 70,000 students every year.
- question: "Is there a code of conduct?"
answer: >
Yes there is. We enforce it very strongly. You can [find it here](https://static.mlh.io/docs/mlh-code-of-conduct.pdf).
The event is being hosted at [TBD].


# This is the message you'll receive once you've registered.
register:
Expand Down
2 changes: 1 addition & 1 deletion _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3 rel="location">{{ site.event.date }} &mdash; {{ site.event.location }}</h3>
{% if link.href %}
<a href="{{ link.href }}">{{ link.text }}</a>
{% elsif link.my_mlh %}
<a class="apply" href="https://my.mlh.io/oauth/authorize?client_id={{ link.my_mlh.client_id }}&amp;redirect_uri={{ link.my_mlh.redirect_uri }}&amp;response_type=token">{{ link.text }}</a>
<a class="apply" href="https://forms.gle/VpXWuM5GgyJXUBa6A">{{ link.text }}</a>
{% endif %}
{% endfor %}
</div>
Expand Down
8 changes: 3 additions & 5 deletions _includes/trust_badge.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{% if site.event.trust_badge %}
<a id="mlh-trust-badge"
href="https://mlh.io/seasons/{{ site.event.trust_badge.region }}-{{ site.event.trust_badge.year }}/events?utm_source={{ site.event.trust_badge.region }}-{{ site.event.trust_badge.year }}&utm_medium=TrustBadge&utm_campaign={{ site.event.trust_badge.region }}-{{ site.event.trust_badge.year }}&utm_content={{ site.event.trust_badge.color }}"
target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/{{ site.event.trust_badge.year }}/{{ site.event.trust_badge.color }}.svg"
alt="Major League Hacking {{ site.event.trust_badge.year }} Hackathon Season"
<a id="mlh-trust-badge" href = "https://www.empoweringvision.org/programmes/gtpn/">
<img src="images/favicon.ico"
alt="{{ site.event.trust_badge.year }} Hackathon Season"
style="width:100%">
</a>
{% endif %}
21 changes: 21 additions & 0 deletions _site/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Major League Hacking (MLH)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Empty file added _site/css/base.css
Empty file.
5 changes: 5 additions & 0 deletions _site/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading