Skip to content

Commit 136310a

Browse files
author
Claire Gallup
committed
Updated site metadata
1 parent eba5096 commit 136310a

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
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>
21+
<title>BrickHack</title>
2222
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
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" />

_site/404.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
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>
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>
2424
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
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" />
@@ -37,7 +37,7 @@ <h1>Looks like this tiger den is empty.</h1>
3737
</div>
3838
<footer id="footer">
3939
<div class="inner container">
40-
<p>&copy; codeRIT 2021 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/atom.xml

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

4-
<title>codeRIT</title>
4+
<title>BrickHack</title>
55
<link href="https://coderit.org/atom.xml" rel="self"/>
66
<link href="https://coderit.org/"/>
7-
<updated>2021-06-27T01:28:58-05:00</updated>
7+
<updated>2021-06-27T01:35:33-05:00</updated>
88
<id>https://coderit.org</id>
99
<author>
1010
<name></name>

_site/clayhack.html

Lines changed: 3 additions & 3 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" />

_site/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
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>
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>
2424
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
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" />
@@ -126,7 +126,7 @@ <h2 class="title coderit">GET IN TOUCH</h2>
126126

127127
<footer id="footer">
128128
<div class="inner container">
129-
<p>&copy; codeRIT 2021 All Rights Reserved</p>
129+
<p>&copy; BrickHack 2021 All Rights Reserved</p>
130130
</div>
131131
</footer>
132132
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)