Skip to content

Commit fa8bd19

Browse files
committed
first pass at a team site
1 parent fe6031c commit fa8bd19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+6767
-0
lines changed
Binary file not shown.

_config.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# PERSONALIZATION
2+
# Site variables
3+
name: HackCU Team
4+
og: assets/img/og.png
5+
logo: /assets/img/logo.png
6+
original_repo: https://github.com/hackcu/events
7+
description: Info on how to be part of the HackCU team
8+
ga: UA-109088240-1
9+
domain: team.hackcu.org
10+
11+
12+
# Style variables
13+
accent_color: "#22b573"
14+
events_overlay_color: "#2697FF"
15+
background_color: "#FAFAFA"
16+
footer_text_color: "#666666"
17+
18+
# Author variables
19+
author: HackCU
20+
mission: "Bring people together to create, learn, and have fun!"
21+
story: "HackCU was started four years ago by a group of passionate students who wanted to provide other students
22+
the time and space to work on projects they don’t normally work on through school. Since then we’ve been committed
23+
to fulfilling our mission of bringing CU Boulder students high-quality, inclusive events open to people of all levels of experience."
24+
team-description: "The HackCU team is a group of innovative self starters who are inherently entrepreneurial in nature.
25+
All of our events are 100% led by students. We teach our team members how to run and manage some of the best technology
26+
events in the country. With this experience, our team members and alumni go on to work for some of the biggest names in tech and some even start their own companies. "
27+
28+
29+
# Social media + community variables
30+
twitter: hackcu
31+
fb: hackcu
32+
fb-community: hackcu
33+
slack-signup: https://slack.hackcu.org
34+
35+
instagram: hackcu
36+
github-org: hackcu
37+
38+
# Internal configuration
39+
sass:
40+
sass_dir: assets/_sass
41+
style: compressed

_data/companies.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
- url: https://github.com
2+
img: assets/img/companies/github.png
3+
4+
- url: https://giveandgofilm.com
5+
img: assets/img/companies/giveandgo.png
6+
7+
- url: https://logrythm.com
8+
img: assets/img/companies/logrhythm.png
9+
10+
- url: https://rapidapi.com
11+
img: assets/img/companies/rapidapi.png
12+
13+
- url: https://raytheon.com
14+
img: assets/img/companies/raytheon.png
15+
16+
- url: https://coinbase.com
17+
img: assets/img/companies/coinbase.png
18+
19+
- url: https://redhat.com
20+
img: assets/img/companies/redhat.png
21+
22+
- url: https://seagate.com
23+
img: assets/img/companies/seagate.png
24+
25+
- url: https://twitter.com
26+
img: assets/img/companies/twitter.png
27+
28+
- url: https://foundrygroup.com
29+
img: assets/img/companies/foundry.png
30+
31+
- url: https://uber.com
32+
img: assets/img/companies/uber.jpg
33+
34+
- url: https://ula.com
35+
img: assets/img/companies/ula.png
36+
37+
- url: https://visa.com
38+
img: assets/img/companies/visa.png

_data/open_positions.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# All of our open positions
2+
- title: Sponsorship
3+
description: "Every year we raise money to make our events possible.
4+
In this role you will get to work directly with some of the best companies in tech."
5+
- title: Logistics
6+
description: "Work with campus stakeholders and suppliers to host the largest
7+
student hackathon in the rocky mountains"
8+
- title: Tech
9+
description: "Our tech team builds and maintains a variety of open-source projects.
10+
Learn from some of the best developers on campus, and help build our tech stack."
11+
- title: Marketing
12+
description: "Help get the word out about our events. We are looking for talent
13+
designers to work both with the tech team and marketing team to make HackCU possible."

_data/team.yml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
3+
- name: Alex Luo
4+
title: Director of Finance
5+
img-src: assets/img/team/alex.jpg
6+
7+
- name: Aparajithan Venkateswaran
8+
title: Director of Tech
9+
img-src: assets/img/team/apara.jpg
10+
11+
- name: Carl Cortright
12+
title: Director of HackCU
13+
img-src: assets/img/team/carl.jpg
14+
linkedin: https://linkedin.com/in/carlcortright
15+
github: https://github.com/carlcortright
16+
personal: https://carlcortright.com
17+
18+
- name: Conor Parrish
19+
title: Director of Logistics
20+
img-src: assets/img/team/conor.jpg
21+
22+
- name: Drew Casner
23+
title: Director of Hacker Experience
24+
img-src: assets/img/team/drew.jpg
25+
26+
- name: Elliot Whitehead
27+
title: Organizer
28+
img-src: assets/img/team/elliot.jpg
29+
30+
- name: Gerard Casas
31+
title: Director of HackCU
32+
img-src: assets/img/team/gerard.jpg
33+
34+
- name: Kevin Yang
35+
title: Organizer
36+
img-src: assets/img/team/kevin.jpg
37+
38+
- name: Oliver Collins
39+
title: Organizer
40+
img-src: assets/img/team/oliver.jpg
41+
42+
- name: Shubha Swamy
43+
title: Organizer
44+
img-src: assets/img/team/shubha.jpg
45+
46+
- name: Will Dickinson
47+
title: Organizer
48+
img-src: assets/img/team/will.jpg
49+
50+
- name: Jake Lai
51+
title: Organizer
52+
img-src: assets/img/team/placeholder.jpg
53+
54+
- name: Mackenzie Lobato
55+
title: Organizer
56+
img-src: assets/img/team/mackenzie.jpg
57+
58+
- name: Raghav Sharma
59+
title: Organizer
60+
img-src: assets/img/team/raghav.jpg
61+
62+
- name: Jean-Christophe(JC) Owens
63+
title: Organizer
64+
img-src: assets/img/team/jc.jpg

_data/values.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Our Values
2+
- title: Hacker first
3+
description: "Everything we do is aimed at having hackers enjoy their time at our events."
4+
- title: Open Source
5+
description: "HackCU will be open to share its knowledge to anyone interested and to teach
6+
other students what we learn. This means all projects we do will be opensourced"
7+
- title: Anyone is HackCU
8+
description: "All students are welcomed regardless of their background, gender, race, major, or level of experience."
9+
- title: Self-improvement
10+
description: "At all times, HackCU encourages hackers and team members to improve, to go further, to be a better version of themselves."
11+
- title: Student run and independent
12+
description: "HackCU is and always will be an independent entity run by students at CU Boulder. We won’t be sellouts."

_includes/apply.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<section class="accent-section">
2+
<div class="container">
3+
<div class="row" style="overflow:hidden">
4+
<h1>Join Our Team</h1>
5+
<div class="col-md-6 col-md-offset-3">
6+
<h2>Open Positions</h2>
7+
<div class="panel panel-default ">
8+
<div class="panel-body">
9+
{% for position in site.data.open_positions %}
10+
<h4>{{position.title}}</h4>
11+
<p>{{position.description}}</p>
12+
{%unless forloop.last %}<hr>{%endunless%}
13+
{% endfor %}
14+
</div>
15+
</div>
16+
<a href="https://hackcu.typeform.com/to/bGW9e3" target="_blank" class="apply-btn btn">Apply Now!</a>
17+
</div>
18+
</div>
19+
</div>
20+
</section>
21+
22+

_includes/footer.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<footer class="text-center-xs">
2+
3+
<div class="container">
4+
<div class="row">
5+
6+
<div class="col-sm-6">
7+
<ul class="list-inline">
8+
{% for link in site.data.footer_links %}
9+
<li>{%if link.url%}<a class="text-imp" target="_blank" href="{{ link.url }}">{%endif%}{{ link.name |upcase }}{%if link.url%}</a>{%endif%}</li>
10+
{%endfor%}
11+
</ul>
12+
</div>
13+
<div class="social-icons col-sm-6 text-right text-center-xs">
14+
{%unless site.instagram == null %}
15+
<a class="btns" target="_blank" href="https://www.instagram.com/{{ site.instagram }}/?hl=en"><i aria-hidden="true" class="fa fa-instagram fa-lg"></i></a>
16+
{%endunless%}
17+
{%unless site.fb == null %}
18+
<a class="btns" target="_blank" href="http://fb.com/{{site.fb}}"><i aria-hidden="true" class="fa fa-facebook fa-lg"></i></a>
19+
{%endunless%}
20+
{%unless site.email == null %}
21+
<a class="btns" target="_blank" href="mailto:{{site.email}}"><i aria-hidden="true" class="fa fa-envelope-o fa-lg"></i></a>
22+
{%endunless%}
23+
{%unless site.twitter == null %}
24+
<a class="btns" target="_blank" href="https://twitter.com/{{site.twitter}}"><i aria-hidden="true" class="fa fa-twitter fa-lg"></i></a>
25+
{%endunless%}
26+
{%unless site.github-org == null %}
27+
<a class="btns" target="_blank" href="https://github.com/{{site.github-org}}/"><i aria-hidden="true" class="fa fa-github fa-lg"></i></a>
28+
{%endunless%}
29+
</div>
30+
</div>
31+
<div class="row">
32+
<div class="col-sm-6">
33+
<ul class="list-inline">
34+
{% for link in site.data.partners %}
35+
<li>{%if link.url%}<a target="_blank" href="{{ link.url }}">{%endif%}{{ link.name }}{%if link.url%}</a>{%endif%}</li>
36+
{%endfor%}
37+
</ul>
38+
</div>
39+
<div class="social-icons col-sm-6 text-right text-center-xs">
40+
<a href="mailto:{{site.email}}">{{site.email}}</a>
41+
</div>
42+
</div>
43+
<div class="row">
44+
<div class="col-md-12 text-center">
45+
<p>Made with <i class="fa fa-heart" aria-hidden="true"></i> by {{site.author}} </p>
46+
47+
</div>
48+
</div>
49+
<div class="row">
50+
<div class="col-md-12 text-center">
51+
{% unless site.original_repo == null %}
52+
<a href="{{site.original_repo}}" target="_blank"><small>Last updated: {{site.time | date:"%b %-d %Y %H:%M" }}</small></a>
53+
{%endunless%}
54+
</div>
55+
</div>
56+
</div>
57+
58+
</footer>

_includes/header.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<header>
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-md-5">
5+
<img src="{{site.logo}}" class="logo">
6+
<h1>Our Story</h1>
7+
<p class="lead">{{site.story}}</p>
8+
<h1>The Team</h1>
9+
<p class="lead">{{site.team-description}}</p>
10+
</div>
11+
<div class="col-md-5 col-md-offset-2">
12+
<h1>Our Mission</h1>
13+
<h3 class="lead">{{site.mission}}</h3>
14+
<h1>Our Values</h1>
15+
<div class="panel panel-default ">
16+
<div class="panel-body">
17+
{% for point in site.data.values %}
18+
<h4>{{point.title}}</h4>
19+
<p>{{point.description}}</p>
20+
{%unless forloop.last %}<hr>{%endunless%}
21+
{% endfor %}
22+
</div>
23+
</div>
24+
</div>
25+
</div>
26+
</div>
27+
</header>

_includes/social_media.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<section class="text-center accent-section social-media">
2+
<div class="container">
3+
<div class="row">
4+
<h2>Follow us on social media</h2>
5+
</div>
6+
<div class="row">
7+
<div class="social-icons">
8+
{%unless site.instagram == null %}
9+
<a class="btns" target="_blank" href="https://www.instagram.com/{{ site.instagram }}/?hl=en"><i aria-hidden="true" class="fa fa-instagram fa-lg"></i></a>
10+
{%endunless%}
11+
{%unless site.fb == null %}
12+
<a class="btns" target="_blank" href="http://fb.com/{{site.fb}}"><i aria-hidden="true" class="fa fa-facebook fa-lg"></i></a>
13+
{%endunless%}
14+
{%unless site.twitter == null %}
15+
<a class="btns" target="_blank" href="https://twitter.com/{{site.twitter}}"><i aria-hidden="true" class="fa fa-twitter fa-lg"></i></a>
16+
{%endunless%}
17+
</div>
18+
</div>
19+
</div>
20+
21+
</section>

0 commit comments

Comments
 (0)