Skip to content

Commit b997857

Browse files
author
Claire Gallup
authored
Updated content from codeRIT to BrickHack (#55)
* Adjusted content to reflect club transition * Updated Discord link to indicate disabled state * codeRIT logo -> BrickHack (7) logo * Updated site metadata * Updated site icon * Updated contact info * Added info about BrickHack club vs. event naming * Added extra link to BH event site * Adjustments to CTA button sizing/alignment
1 parent 7092a4d commit b997857

File tree

13 files changed

+85
-61
lines changed

13 files changed

+85
-61
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ markdown: kramdown
33
highliter: pygments
44

55
# Setup
6-
title: codeRIT
6+
title: BrickHack
77
url: https://coderit.org
8-
description: codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group.
8+
description: BrickHack represents a coalition of RIT students with a passion for producing excellent hackathons. It focuses its attention towards producing the annual BrickHack hackathon and other hackathons at RIT by uniting and enhancing the efforts of organizers, designers, sponsors, and other talented individuals.
99

1010
sass:
1111
sass_dir: _sass

_includes/foot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer id="footer">
22
<div class="inner container">
3-
<p>&copy; codeRIT {{ site.time | date: '%Y' }} All Rights Reserved</p>
3+
<p>&copy; BrickHack {{ site.time | date: '%Y' }} All Rights Reserved</p>
44
</div>
55
</footer>
66
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

_includes/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<meta name="viewport" content="width=device-width, initial-scale=1" />
1313
<meta name="description" content="{{site.description}}" />
1414
<meta property="og:description" content="{{site.description}}" />
15-
<meta property="og:image" content="/assets/images/coderit/coderit_logo.png" />
15+
<meta property="og:image" content="/assets/images/brickhack/brickhack_logo.png" />
1616
<meta property="og:url" content="http:coderit.org" />
1717
<meta name="twitter:card" content="summary" />
1818
<meta name="twitter:url" content="https://coderit.org" />
1919
<meta name="twitter:title" content="codeRIT" />
2020
<meta name="twitter:description" content="{{site.description}}" />
21-
<title>codeRIT</title>
22-
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
21+
<title>BrickHack</title>
22+
<link rel="icon" type="image/png" href="/assets/images/favicon.ico" />
2323
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600" rel="stylesheet" type="text/css" />
2424
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
2525
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />

_site/404.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
</script>
1313
<meta charset="utf-8" />
1414
<meta name="viewport" content="width=device-width, initial-scale=1" />
15-
<meta name="description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />
16-
<meta property="og:description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />
17-
<meta property="og:image" content="/assets/images/coderit/coderit_logo.png" />
15+
<meta name="description" content="BrickHack represents a coalition of RIT students with a passion for producing excellent hackathons. It focuses its attention towards producing the annual BrickHack hackathon and other hackathons at RIT by uniting and enhancing the efforts of organizers, designers, sponsors, and other talented individuals." />
16+
<meta property="og:description" content="BrickHack represents a coalition of RIT students with a passion for producing excellent hackathons. It focuses its attention towards producing the annual BrickHack hackathon and other hackathons at RIT by uniting and enhancing the efforts of organizers, designers, sponsors, and other talented individuals." />
17+
<meta property="og:image" content="/assets/images/brickhack/brickhack_logo.png" />
1818
<meta property="og:url" content="http:coderit.org" />
1919
<meta name="twitter:card" content="summary" />
2020
<meta name="twitter:url" content="https://coderit.org" />
2121
<meta name="twitter:title" content="codeRIT" />
22-
<meta name="twitter:description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />
23-
<title>codeRIT</title>
24-
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
22+
<meta name="twitter:description" content="BrickHack represents a coalition of RIT students with a passion for producing excellent hackathons. It focuses its attention towards producing the annual BrickHack hackathon and other hackathons at RIT by uniting and enhancing the efforts of organizers, designers, sponsors, and other talented individuals." />
23+
<title>BrickHack</title>
24+
<link rel="icon" type="image/png" href="/assets/images/favicon.ico" />
2525
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600" rel="stylesheet" type="text/css" />
2626
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
2727
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
@@ -32,12 +32,12 @@
3232
<div class="foot-pusher">
3333
<div id="error-page" class="container center">
3434
<h1>Looks like this tiger den is empty.</h1>
35-
<p>Try going back to the <a href="http://localhost:4000">cave entrance</a> to find what you are looking for.</p>
35+
<p>Try going back to the <a href="https://coderit.org">cave entrance</a> to find what you are looking for.</p>
3636
</div>
3737
</div>
3838
<footer id="footer">
3939
<div class="inner container">
40-
<p>&copy; codeRIT 2020 All Rights Reserved</p>
40+
<p>&copy; BrickHack 2021 All Rights Reserved</p>
4141
</div>
4242
</footer>
4343
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

_site/assets/css/main.css

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/atom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<feed xmlns="http://www.w3.org/2005/Atom">
33

4-
<title>codeRIT</title>
5-
<link href="http://localhost:4000/atom.xml" rel="self"/>
6-
<link href="http://localhost:4000/"/>
7-
<updated>2020-09-17T11:46:36-04:00</updated>
8-
<id>http://localhost:4000</id>
4+
<title>BrickHack</title>
5+
<link href="https://coderit.org/atom.xml" rel="self"/>
6+
<link href="https://coderit.org/"/>
7+
<updated>2021-07-01T13:48:36-05:00</updated>
8+
<id>https://coderit.org</id>
99
<author>
1010
<name></name>
1111
<email></email>

_site/clayhack.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<meta name="description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />
7-
<meta property="og:description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />
6+
<meta name="description" content="BrickHack represents a coalition of RIT students with a passion for producing excellent hackathons. It focuses its attention towards producing the annual BrickHack hackathon and other hackathons at RIT by uniting and enhancing the efforts of organizers, designers, sponsors, and other talented individuals." />
7+
<meta property="og:description" content="BrickHack represents a coalition of RIT students with a passion for producing excellent hackathons. It focuses its attention towards producing the annual BrickHack hackathon and other hackathons at RIT by uniting and enhancing the efforts of organizers, designers, sponsors, and other talented individuals." />
88
<meta property="og:image" content="/assets/images/coderit_logo2.png" />
99
<meta property="og:url" content="http:coderit.org" />
1010
<meta name="twitter:card" content="summary" />
1111
<meta name="twitter:url" content="https://coderit.org" />
1212
<meta name="twitter:title" content="codeRIT" />
13-
<meta name="twitter:description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />
13+
<meta name="twitter:description" content="BrickHack represents a coalition of RIT students with a passion for producing excellent hackathons. It focuses its attention towards producing the annual BrickHack hackathon and other hackathons at RIT by uniting and enhancing the efforts of organizers, designers, sponsors, and other talented individuals." />
1414
<title>ClayHack</title>
1515
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
1616
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600" rel="stylesheet" type="text/css" />
@@ -104,7 +104,7 @@ <h2 class="title">GET IN TOUCH</h2>
104104

105105
<footer id="footer-clayhack">
106106
<div class="inner container">
107-
<p>&copy; codeRIT 2020 All Rights Reserved</p>
107+
<p>&copy; codeRIT 2021 All Rights Reserved</p>
108108
</div>
109109
</footer>
110110
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)