Skip to content

Commit 8ffed89

Browse files
committed
WIP Message
1 parent c4820e4 commit 8ffed89

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

_layouts/events.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,24 @@ <h1 class="has-text-centered">Events</h1>
77
<p class="has-text-centered">Join us for community events that are focused on learning, sharing and networking</p>
88
<br>
99
<br>
10-
<table class="table is-fullwidth">
10+
<!-- <table class="table is-fullwidth">
1111
<thead>
1212
<th class="has-text-centered">Event</th>
1313
<th class="has-text-centered">Type</th>
1414
<th class="has-text-centered">Date</th>
1515
<th class="has-text-centered">Location</th>
1616
<th class="has-text-centered">Description</th>
1717
</thead>
18-
<tbody>
19-
{% for event in event_list %}
18+
<tbody> -->
19+
<p class="has-text-centered">This page is being redesigned. <a href="mailto:info@codeindore.com">Get in touch with us</a> for any queries or details that you may have in the meantime.</p>
20+
<!-- {% for event in event_list %}
2021
<tr>
2122
<td class="has-text-centered"><a href="{{ event.event-url }}">{{ event.title }}</a></td>
2223
<td class="has-text-centered">{{ event.type }}</td>
2324
<td class="has-text-centered">{{ event.event-date | date:"%b %d, %Y" }}</td>
2425
<td class="has-text-centered">{{ event.city }}</td>
2526
<td class="has-text-centered">{{ event.description }}</td>
2627
</tr>
27-
{% endfor %}
28-
</tbody>
28+
{% endfor %} -->
29+
<!-- </tbody> -->
2930
</table>

_site/events.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,26 @@ <h1 class="has-text-centered">Events</h1>
6464
<p class="has-text-centered">Join us for community events that are focused on learning, sharing and networking</p>
6565
<br>
6666
<br>
67-
<table class="table is-fullwidth">
67+
<!-- <table class="table is-fullwidth">
6868
<thead>
6969
<th class="has-text-centered">Event</th>
7070
<th class="has-text-centered">Type</th>
7171
<th class="has-text-centered">Date</th>
7272
<th class="has-text-centered">Location</th>
7373
<th class="has-text-centered">Description</th>
7474
</thead>
75-
<tbody>
76-
75+
<tbody> -->
76+
<p class="has-text-centered">This page is being redesigned. <a href="mailto:info@codeindore.com">Get in touch with us</a> for any queries or details that you may have in the meantime.</p>
77+
<!--
7778
<tr>
7879
<td class="has-text-centered"><a href="https://codeindore.github.io/hackvento.html">Hackvento</a></td>
7980
<td class="has-text-centered">Hackathon</td>
8081
<td class="has-text-centered">Sep 22, 2018</td>
8182
<td class="has-text-centered">Indore</td>
8283
<td class="has-text-centered">12 hour college hackathon in IET DAVV</td>
8384
</tr>
84-
85-
</tbody>
85+
-->
86+
<!-- </tbody> -->
8687
</table>
8788

8889
</div>

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1 class="title">
6262
<p class="column subtitle has-text-centered">
6363
<strong>codeIndore( )</strong> is the student technical community by students and for the students in Indore, India.
6464
<br /><br />
65-
Check out our upcoming Hacktoberfest themed hackathon on the <a href="/events.html">Events page</a>
65+
This website is currently under construction. Please check back later.
6666

6767
</p>
6868
</div>

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ layout: landing
55

66
**codeIndore( )** is the student technical community by students and for the students in Indore, India.
77
<br /><br />
8-
Check out our upcoming Hacktoberfest themed hackathon on the <a href="/events.html">Events page</a>
8+
This website is currently under construction. Please check back later.

0 commit comments

Comments
 (0)