Skip to content

Commit c923cd5

Browse files
rootroot
root
authored and
root
committed
Updated date, time, location and sponsor
1 parent b03e692 commit c923cd5

File tree

308 files changed

+13620
-13623
lines changed

Some content is hidden

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

308 files changed

+13620
-13623
lines changed

.gitignore

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Gemfile.lock
2-
test/dest
3-
*.gem
4-
pkg/
5-
*.swp
6-
*~
7-
_site/
8-
.bundle/
9-
.DS_Store
10-
bbin/
11-
gh-pages/
12-
site/_site/
13-
coverage
14-
.ruby-version
15-
.sass-cache
16-
1+
Gemfile.lock
2+
test/dest
3+
*.gem
4+
pkg/
5+
*.swp
6+
*~
7+
_site/
8+
.bundle/
9+
.DS_Store
10+
bbin/
11+
gh-pages/
12+
site/_site/
13+
coverage
14+
.ruby-version
15+
.sass-cache
16+

.vs/ProjectSettings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": "No Configurations"
3+
}

.vs/icpc-website/v16/.suo

22.5 KB
Binary file not shown.

.vs/icpc-website/v16/Browse.VC.db

544 KB
Binary file not shown.

.vs/icpc-website/v16/Browse.VC.opendb

42 Bytes
Binary file not shown.

.vs/slnx.sqlite

152 KB
Binary file not shown.

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
icpc.cs.illinois.edu
1+
icpc.cs.illinois.edu

README.md

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
# ACM-ICPC Website
2-
This is the website repository for the ICPC team at UIUC.
3-
4-
## Quick Start
5-
<pre><code>$ git clone https://github.com/acm-uiuc/icpc-website.git
6-
$ cd icpc-website
7-
$ jekyll serve --watch
8-
$ open http://localhost:4000/</code></pre>
9-
10-
## Page Updates
11-
Update meeting summaries in the _post file.
12-
- File name format "YYYY-MM-DD-Meeting-Title"
13-
- Include this segment at the top
14-
---
15-
layout: post
16-
category: practices
17-
time: 1:00 PM
18-
description: Summary of Meeting
19-
---
20-
Category can be either practices or announcement depending on the post type.
21-
layout is always post
22-
time can be anytime (please just make it reasonable)
23-
description will be the small message under post on front page
24-
25-
## Adding Links
26-
If you get a 404 after adding a link to the website, try this
27-
<pre><code>$ git commit --allow-empty -m "Trigger rebuild"
28-
$ git push </code></pre>
29-
30-
## Other Resources
31-
Other resources can be found in [here](https://docs.google.com/presentation/d/1S6Cn7opfmwvdXv_hj0epf-f2VVPMVOSjQPr48xtk6Oc/edit#slide=id.g334dc67db_00).
32-
1+
# ACM-ICPC Website
2+
This is the website repository for the ICPC team at UIUC.
3+
4+
## Quick Start
5+
<pre><code>$ git clone https://github.com/acm-uiuc/icpc-website.git
6+
$ cd icpc-website
7+
$ jekyll serve --watch
8+
$ open http://localhost:4000/</code></pre>
9+
10+
## Page Updates
11+
Update meeting summaries in the _post file.
12+
- File name format "YYYY-MM-DD-Meeting-Title"
13+
- Include this segment at the top
14+
---
15+
layout: post
16+
category: practices
17+
time: 1:00 PM
18+
description: Summary of Meeting
19+
---
20+
Category can be either practices or announcement depending on the post type.
21+
layout is always post
22+
time can be anytime (please just make it reasonable)
23+
description will be the small message under post on front page
24+
25+
## Adding Links
26+
If you get a 404 after adding a link to the website, try this
27+
<pre><code>$ git commit --allow-empty -m "Trigger rebuild"
28+
$ git push </code></pre>
29+
30+
## Other Resources
31+
Other resources can be found in [here](https://docs.google.com/presentation/d/1S6Cn7opfmwvdXv_hj0epf-f2VVPMVOSjQPr48xtk6Oc/edit#slide=id.g334dc67db_00).
32+

_config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
site:
2-
owner:
3-
disque-shortname: icpc-cs-illinois-edu
4-
comments: true
5-
6-
name: ACM@UIUC ICPC
7-
markdown: kramdown
8-
redcarpet:
9-
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
10-
highlighter: rouge
11-
12-
future: false
1+
site:
2+
owner:
3+
disque-shortname: icpc-cs-illinois-edu
4+
comments: true
5+
6+
name: ACM@UIUC ICPC
7+
markdown: kramdown
8+
redcarpet:
9+
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
10+
highlighter: rouge
11+
12+
future: false

_includes/head.html

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
<head>
2-
<meta charset="utf-8">
3-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4-
<title>{{ page.title }} - ICPC @ UIUC</title>
5-
<meta name="viewport" content="width=device-width">
6-
7-
<!-- brick.im fonts -->
8-
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Code Pro:400,700">
9-
10-
<!-- typography fonts -->
11-
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/typo.css">
12-
13-
<!-- font awesome icons -->
14-
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
15-
16-
<!-- syntax highlighting css -->
17-
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
18-
19-
<!-- custom css -->
20-
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
21-
22-
{% if page.title == "Calendar" %}
23-
<!-- calendar page only -->
24-
<link rel="stylesheet" href="css/fullcalendar.css" />
25-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
26-
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.7.0/moment.min.js"></script>
27-
<script src="//cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.0.2/fullcalendar.min.js"></script>
28-
<script type="text/javascript" src="js/gcal.js"></script>
29-
{% endif %}
30-
</head>
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4+
<title>{{ page.title }} - ICPC @ UIUC</title>
5+
<meta name="viewport" content="width=device-width">
6+
7+
<!-- brick.im fonts -->
8+
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Code Pro:400,700">
9+
10+
<!-- typography fonts -->
11+
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/typo.css">
12+
13+
<!-- font awesome icons -->
14+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
15+
16+
<!-- syntax highlighting css -->
17+
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
18+
19+
<!-- custom css -->
20+
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
21+
22+
{% if page.title == "Calendar" %}
23+
<!-- calendar page only -->
24+
<link rel="stylesheet" href="css/fullcalendar.css" />
25+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
26+
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.7.0/moment.min.js"></script>
27+
<script src="//cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.0.2/fullcalendar.min.js"></script>
28+
<script type="text/javascript" src="js/gcal.js"></script>
29+
{% endif %}
30+
</head>

_includes/navbar.html

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
<div class="navbar">
2-
<div class="navlist-bg">
3-
<div class="brand logo" style="font-size:48px; color:white; margin-left:-72px; margin-top:0; margin-bottom:0;">
4-
<img width="64px" height="64px" src="{{ site.baseurl }}/assets/images/icpc.png"></img>
5-
</div>
6-
7-
<div class="navlist">
8-
<div class="navitem">
9-
<h1 class="brand {% if page.title == 'ICPC'%}active{% endif %}">
10-
<a href="{{ site.baseurl }}/home.html">ICPC</a>
11-
</h1>
12-
</div>
13-
14-
<div class="navitem {% if page.title == 'Illinois Programming League' %}active{% endif %}">
15-
<div class="navlink" style="width:100px;">
16-
<a href="{{ site.baseurl }}/ipl.html">IPL</a>
17-
</div>
18-
</div>
19-
20-
<div class="navitem {% if page.title == 'ICPC Regional Tryouts' %}active{% endif %}">
21-
<div class="navlink" style="width:100px;">
22-
<a href="{{ site.baseurl }}/tryouts.html">Tryouts</a>
23-
</div>
24-
</div>
25-
26-
<div class="navitem {% if page.title == 'Spring Coding Contest' %}active{% endif %}">
27-
<div class="navlink" style="width:200px;">
28-
<a href="{{ site.baseurl }}/scc.html">Spring Coding Contest</a>
29-
</div>
30-
</div>
31-
32-
<div class="navitem {% if page.title == 'Hall of Fame' %}active{% endif %}">
33-
<div class="navlink" style="width:200px;">
34-
<a href="{{ site.baseurl }}/halloffame.html">Hall of Fame</a>
35-
</div>
36-
</div>
37-
38-
<!-- <div class="navitem"> -->
39-
<!-- <div class="navlink" style="width:200px;"> -->
40-
<!-- <a href="https://forms.gle/2juagKjRLbBEDvzm6">Apply!</a> -->
41-
<!-- </div> -->
42-
<!-- </div> -->
43-
44-
<div class="navitem {% if page.title == 'Contact' %}active{% endif %}">
45-
<div class="navlink" style="width:100px;">
46-
<a href="{{ site.baseurl }}/contact.html">Contact</a>
47-
</div>
48-
</div>
49-
</div>
50-
</div>
51-
</div>
1+
<div class="navbar">
2+
<div class="navlist-bg">
3+
<div class="brand logo" style="font-size:48px; color:white; margin-left:-72px; margin-top:0; margin-bottom:0;">
4+
<img width="64px" height="64px" src="{{ site.baseurl }}/assets/images/icpc.png"></img>
5+
</div>
6+
7+
<div class="navlist">
8+
<div class="navitem">
9+
<h1 class="brand {% if page.title == 'ICPC'%}active{% endif %}">
10+
<a href="{{ site.baseurl }}/home.html">ICPC</a>
11+
</h1>
12+
</div>
13+
14+
<div class="navitem {% if page.title == 'Illinois Programming League' %}active{% endif %}">
15+
<div class="navlink" style="width:100px;">
16+
<a href="{{ site.baseurl }}/ipl.html">IPL</a>
17+
</div>
18+
</div>
19+
20+
<div class="navitem {% if page.title == 'ICPC Regional Tryouts' %}active{% endif %}">
21+
<div class="navlink" style="width:100px;">
22+
<a href="{{ site.baseurl }}/tryouts.html">Tryouts</a>
23+
</div>
24+
</div>
25+
26+
<div class="navitem {% if page.title == 'Spring Coding Contest' %}active{% endif %}">
27+
<div class="navlink" style="width:200px;">
28+
<a href="{{ site.baseurl }}/scc.html">Spring Coding Contest</a>
29+
</div>
30+
</div>
31+
32+
<div class="navitem {% if page.title == 'Hall of Fame' %}active{% endif %}">
33+
<div class="navlink" style="width:200px;">
34+
<a href="{{ site.baseurl }}/halloffame.html">Hall of Fame</a>
35+
</div>
36+
</div>
37+
38+
<!-- <div class="navitem"> -->
39+
<!-- <div class="navlink" style="width:200px;"> -->
40+
<!-- <a href="https://forms.gle/2juagKjRLbBEDvzm6">Apply!</a> -->
41+
<!-- </div> -->
42+
<!-- </div> -->
43+
44+
<div class="navitem {% if page.title == 'Contact' %}active{% endif %}">
45+
<div class="navlink" style="width:100px;">
46+
<a href="{{ site.baseurl }}/contact.html">Contact</a>
47+
</div>
48+
</div>
49+
</div>
50+
</div>
51+
</div>

_layouts/default.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<!DOCTYPE html>
2-
<html>
3-
{% include head.html %}
4-
<body>
5-
{% include navbar.html %}
6-
{% if page.title == "UIUC's ICPC Team Homepage" %}
7-
<div class="warbanner"></div>
8-
{% endif %}
9-
<div class="site">
10-
<div class="items">
11-
{{ content }}
12-
</div>
13-
</div>
14-
</body>
15-
</html>
1+
<!DOCTYPE html>
2+
<html>
3+
{% include head.html %}
4+
<body>
5+
{% include navbar.html %}
6+
{% if page.title == "UIUC's ICPC Team Homepage" %}
7+
<div class="warbanner"></div>
8+
{% endif %}
9+
<div class="site">
10+
<div class="items">
11+
{{ content }}
12+
</div>
13+
</div>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)