Skip to content

Commit cdfd6a1

Browse files
committedNov 29, 2018
small updates
1 parent 98b72b1 commit cdfd6a1

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPARSA-Site
2-
This is the current website we are using for [www.sparsa.org](https://www.sparsa.org)
1+
# RITSEC Site
2+
This is the current website we are using for [www.ritsec.club](https://www.ritsec.club)
33

44
It uses Jekyll to compile the website to a static site as we don't require any dynamic content still benefit from easy editing. This was created from inspiration of [CSH's Website](https://www.csh.rit.edu/) which was used as the base template and modified to be a Jekyll site.

‎_data/settings.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ github:
1414
facebook_page: RITSEC
1515
facebook_group: RITSEC
1616
youtube: UCfakBry_pXOvaPrVVr1SH-Q
17-
#slack: SPARSA
1817

1918
#-------------------------------
2019
# Main Image Slider Settings

‎_includes/_footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 style="color:#FFF;">Public Resources</h3>
7070
<a style="color:#FFF" href="https://github.com/{{ site.data.settings.github.name }}/{{ site.data.settings.github.project }}">Website on <i class="fa fa-github"></i> GitHub</a>
7171
</div>
7272
<div class="col-xs-12 col-sm-4 col-md-4 hcenter">
73-
Copyright <span id="currentYear"></span> © SPARSA
73+
Copyright <span id="currentYear"></span> © RITSEC
7474
</div>
7575
</div>
7676
</div>

‎_includes/events_section.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>Things We Do</h2>
1616
</div>
1717
</div>
1818

19-
<h4 style="text-align:center; color:black">SPARSA is a fun and open environment to talk about any projects you've done or want to do!</h4>
19+
<h4 style="text-align:center; color:black">RITSEC is a fun and open environment to talk about any projects you've done or want to do!</h4>
2020
<p>
2121
<a class="btn btn-default" href="events.html" role="button">More &raquo;</a>
2222
</p>

‎_includes/sponsor_section.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
-->
1212
<div class="sponsor-image-container">
1313
<a href="" target="_blank">
14-
<img class="sponsor-image" src="" id="sponsor1">
14+
<img class="sponsor-image" src="" id="sponsor0">
1515
</a>
1616
</div><!----><div class="sponsor-image-container">
1717
<a href="" target="_blank">
18-
<img class="sponsor-image" src="" id="sponsor2">
18+
<img class="sponsor-image" src="" id="sponsor1">
1919
</a>
2020
</div><!----><div class="sponsor-image-container">
2121
<a href="" target="_blank">
22-
<img class="sponsor-image" src="" id="sponsor3">
22+
<img class="sponsor-image" src="" id="sponsor2">
2323
</a>
2424
</div><!----><div class="sponsor-image-container">
2525
<a href="" target="_blank">
26-
<img class="sponsor-image" src="" id="sponsor0">
26+
<img class="sponsor-image" src="" id="sponsor3">
2727
</a>
2828
</div>
2929

0 commit comments

Comments
 (0)