Skip to content

Commit 545770b

Browse files
committed
Update Landing Page
1 parent c022471 commit 545770b

File tree

8 files changed

+25
-6
lines changed

8 files changed

+25
-6
lines changed

_layouts/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% assign event_list = site.events | sort: "event-date" %}
55

66
<h1 class="has-text-centered">Events</h1>
7-
<p class="has-text-centered">Join us for community events that are focused on learning, sharing and networking</p>
7+
<p class="has-text-centered">Join us for community events that are focused on learning, sharing and networking <br /><b>Page under Construction</b></p>
88
<br>
99
<br>
1010
<h3>Upcoming Events</h3>

_layouts/landing.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,35 @@ <h1 class="title">
5858
</nav>
5959

6060
<div class="parallax"></div>
61-
<div class="columns is-desktop is-vcentered text-box text-center">
62-
<p class="column subtitle has-text-centered">
61+
<div class="is-desktop is-vcentered text-box text-center">
62+
<p class="subtitle has-text-centered container content">
6363
{{ content | remove: '<p>' | remove: '</p>' }}
6464
</p>
65+
<p class="content is-large has-text-centered">Sponsors and Supporters</p>
66+
<p class="content has-text-centered">The support of our generous sponsors, supporters, and patrons is highly appreciated.</p>
67+
<p class="content has-text-centered">Interested in sponsoring us? Please <a href="mailto:sponsor@codeindore.com">send us an email</a>. Or get in touch with us via <a href="/connect">other platforms</a></p>
68+
<div class="container content">
69+
<div class="columns is-centered is-8 is-desktop is-vcentered container content">
70+
<a href="https://education.github.com" class="is-one-quarter column" target="_blank"><img src="/res/sponsors/GitHub_Logo.png" alt="GitHub Logo"></a>
71+
<div class="column is-1"></div>
72+
<a href="https://cloudflare.com" class="is-one-quarter column" target="_blank"><img src="/res/sponsors/cf-logo-v-rgb.png" alt="Cloudflare Logo"></a>
73+
<div class="column is-1"></div>
74+
<a href="https://techcoopers.com" class="is-one-quarter column" target="_blank"><img src="/res/sponsors/tcLogo.png" alt="TechCoopers Logo"></a>
75+
</div>
76+
<div class="columns is-centered is-8 is-desktop is-vcentered">
77+
<a href="https://cloudinglab.com" class="is-one-quarter column" target="_blank"><img src="/res/sponsors/cloudinglab.png" alt="CloudingLab Logo"></a>
78+
<a href="https://vanfly.co" class="is-one-quarter column" target="_blank"><img src="/res/sponsors/vanfly.png" alt="Vanfly Logo"></a>
79+
</div>
80+
</div>
6581
</div>
6682

83+
6784
<div class="push"></div>
6885

6986
<footer class="footer">
7087
<div class="content has-text-centered">
7188
<p>
7289
<strong>codeIndore( )</strong>
73-
<br / >
74-
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
7590
<br /> The source code is released under
7691
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
7792
</p>

index.md

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

66
**codeIndore( )** is the student technical community by students and for the students in Indore, India.
77
<br /><br />
8-
This website is currently under construction. Please check back later.
8+
There exists a huge gap between the classroom and the tech industry. There is also a rift between being a beginner programmer and a professional developer and a similar divide exists between being able to create elegant solutions and relying on pre-existing methods. <br />At codeIndore(), we aim to merge these clefts and bridge the gaps.
9+
<br /><br />
10+
We are a community of students that provides an environment of learning, networking, enjoying, and progressing together. Join us in our upcoming [events](/events/) and be a part of our community.
11+
<br /> <br />
12+
You are welcome to any of our regular meetups, workshops, conferences, hackathons, or informal gatherings for loads of learning and fun. You can connect with us on any one of your preferred platforms [here](/connect/).

res/sponsors/GitHub_Logo.png

12.7 KB
Loading

res/sponsors/cf-logo-v-rgb.png

9.13 KB
Loading

res/sponsors/cloudinglab.png

15.6 KB
Loading

res/sponsors/tcLogo.png

9.18 KB
Loading

res/sponsors/vanfly.png

461 KB
Loading

0 commit comments

Comments
 (0)