10000 BrickHack6->Brickhack7 by peterkos · Pull Request #46 · codeRIT/coderit.github.io · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Looks like this tiger den is empty.</h1>
</div>
<footer id="footer">
<div class="inner container">
<p>&copy; codeRIT 2019 All Rights Reserved</p>
<p>&copy; codeRIT 2020 All Rights Reserved</p>
</div>
</footer>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
Expand Down
21 changes: 3 additions & 18 deletions _site/assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _site/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>codeRIT</title>
<link href="http://localhost:4000/atom.xml" rel="self"/>
<link href="http://localhost:4000/"/>
<updated>2019-09-03T12:12:45-04:00</updated>
<updated>2020-09-17T11:46:36-04:00</updated>
<id>http://localhost:4000</id>
<author>
<name></name>
Expand Down
2 changes: 1 addition & 1 deletion _site/clayhack.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2 class="title">GET IN TOUCH</h2>

<footer id="footer-clayhack">
<div class="inner container">
<p>&copy; codeRIT 2019 All Rights Reserved</p>
<p>&copy; codeRIT 2020 All Rights Reserved</p>
</div>
</footer>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ <h3 class="center coderit">EVENT SCHEDULE</h3>

</div>
<div class="col center">
<h3>BrickHack 6</h3>
<h3>BrickHack 7</h3>
<h4>We're getting ready for the next BrickHack.</h4>
<p>If you would like to be a part of RIT's history, we could use your help. Join one of our committees and help create something great!</p>
<a class="button orange" href="mailto:hello@brickhack.io?subject=BrickHack%20Organizer%20Interest&amp;body=Hey%20there!%20I'm%20interested%20in%20helping%20organize%20BrickHack.%20How%20can%20I%20help?">Get Involved</a>
<br>
<a class="button blue" href="https://brickhack.io">BrickHack Website</a>
<a class="button blue" href="https://brickhack.io" target="_blank">BrickHack Website</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h2 class="title coderit">GET IN TOUCH</h2>

<footer id="footer">
<div class="inner container">
<p>&copy; codeRIT 2019 All Rights Reserved</p>
<p>&copy; codeRIT 2020 All Rights Reserved</p>
</div>
</footer>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ <h3 class="center coderit">EVENT SCHEDULE</h3>
{% include events.html %}
</div>
<div class="col center">
<h3>BrickHack 6</h3>
<h3>BrickHack 7</h3>
<h4>We're getting ready for the next BrickHack.</h4>
<p>If you would like to be a part of RIT's history, we could use your help. Join one of our committees and help create something great!</p>
<a class="button orange" href="mailto:hello@brickhack.io?subject=BrickHack%20Organizer%20Interest&amp;body=Hey%20there!%20I'm%20interested%20in%20helping%20organize%20BrickHack.%20How%20can%20I%20help?">Get Involved</a>
<br>
<a class="button blue" href="https://brickhack.io">BrickHack Website</a>
<a class="button blue" href="https://brickhack.io" target="_blank">BrickHack Website</a>
</div>
</div>
</div>
Expand Down
0