Skip to content

Commit 7bea6dc

Browse files
authored
Merge pull request #1 from somya-kr/main
Textual updates for Robotix 2023
2 parents 15b1ac8 + e33add4 commit 7bea6dc

File tree

6 files changed

+21
-15
lines changed

6 files changed

+21
-15
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
33
gem 'github-pages', group: :jekyll_plugins
44
gem 'rake'
55
gem 'html-proofer'
6+
7+
gem "webrick", "~> 1.7"

_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ socialImage: "/img/favicons/favicon-196x196.png"
4848
navigationLinks:
4949
- {link: "https://makerspace.robotix.in/", text: "Makerspace"}
5050
- {permalink: "/FAQs/", text: "FAQs"}
51-
- {permalink: "/workshops/", text: "Workshops"}
52-
- {permalink: "/event/", text: "Events"}
51+
#- {permalink: "/workshops/", text: "Workshops"}
52+
#- {permalink: "/event/", text: "Events"}
5353
- {permalink: "/blog/", text: "Blog"}
5454
- {permalink: "/tutorial", text: "Tutorials"}
55-
- {permalink: "/team/", text: "Team"}
55+
#- {permalink: "/team/", text: "Team"}
5656
- {permalink: "/about-us/", text: "About Us"}
5757
bottomNavigationLinks:
5858
- {link: "https://robotix.typeform.com/to/USirXsoq", text: "Contact Us"}
@@ -81,10 +81,10 @@ aboutBlock:
8181
text: "To bring together people, to discuss and exchange ideas related to more mature and nuanced areas of robotics."
8282
link: "/kriss/"
8383
-
84-
title: "Winter Workshop"
84+
title: "Winter School"
8585
image: "winter-workshop.png"
8686
text: "See the complete documentation of the winter workshop we conduct anually for first and second year undergraduates of IIT Kharagpur."
87-
link: "/winter-workshop/"
87+
link: "http://winterschool.robotix.in/"
8888

8989
# Statistic Block
9090
statisticBlockImage: "statistic.jpg"
@@ -105,10 +105,10 @@ FbFeedTitle: "Are You Geared Up?"
105105
FbHashTag: "robotixiitkgp"
106106

107107
# Subscribe Block
108-
subscribeImage: "subscribe.jpg"
109-
subscribeTitle: "Subscribe for updates"
110-
subscribeAction: "https://robotix.us8.list-manage.com/subscribe/post?u=175d25a13bb44ffe7478a4ccf&id=8de4186fe7"
111-
subscribeInfo: "Subscribe with us to stay tuned!"
108+
# subscribeImage: "subscribe.jpg"
109+
# subscribeTitle: "Subscribe for updates"
110+
# subscribeAction: "https://robotix.us8.list-manage.com/subscribe/post?u=175d25a13bb44ffe7478a4ccf&id=8de4186fe7"
111+
# subscribeInfo: "Subscribe with us to stay tuned!"
112112

113113
# Footer
114114
socialLinks:

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h5>{{ block.title }}</h5>
3535
<!-- Please don't delete this line-->
3636
<div class="col-md-6">
3737
<p class="copyright">
38-
&copy; 2020 Technology Robotix Society, IIT Kharagpur
38+
&copy; 2022 Technology Robotix Society, IIT Kharagpur
3939
</p>
4040
</div>
4141
</div>

_includes/freshers-kit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Begin Freshers' Kit Registration Section -->
1+
<!-- Begin Freshers' Kit Registration Section
22
<section id="Fresher-kit-form" class="Fresher-kit-form">
33
<div class="content-wrapper">
44
<div class="col-lg-10 col-lg-offset-1">
@@ -7,4 +7,4 @@ <h3>Freshers' Kit Registration</h3>
77
</div>
88
</div>
99
</section>
10-
<!-- End Freshers' Kit Registration Section -->
10+
End Freshers' Kit Registration Section -->

_includes/subscribe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Begin Subscribe Section -->
1+
<!-- Begin Subscribe Section
22
<section id="subscribe" class="subscribe image-section parallax" style="background-image: url({{ site.baseurl }}/img/sections-background/{{ site.subscribeImage }});">
33
<div class="overlay solid-overlay"></div>
44
<div class="content-wrapper">
@@ -15,7 +15,7 @@ <h3>{{ site.subscribeTitle }}</h3>
1515
<div class="response" id="mce-error-response" style="display:none"></div>
1616
<div class="response" id="mce-success-response" style="display:none"></div>
1717
</div>
18-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
18+
real people should not fill this in and expect good things - do not remove this or risk form bot signups
1919
<div style="position: absolute; left: -5000px;">
2020
<input type="text" name="b_9fc8aa205b0521b5f05fc8e1e_ae0fb459fc" tabindex="-1" value="">
2121
</div>
@@ -30,4 +30,4 @@ <h3>{{ site.subscribeTitle }}</h3>
3030
</div>
3131
</div>
3232
</section>
33-
<!-- End Subscribe Section -->
33+
End Subscribe Section -->

about-us.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
{% include top-section.html %}
99

1010
{% include about-us.html %}
11+
12+
{% include team.html %}
13+
14+
{% include alumni.html %}

0 commit comments

Comments
 (0)