Skip to content

Commit c4820e4

Browse files
committed
Add Vanfly as domain name supporter
1 parent 2e10c10 commit c4820e4

File tree

12 files changed

+107
-17
lines changed

12 files changed

+107
-17
lines changed

Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6+
7+
# gem "rails"
8+
9+
gem "jekyll", "~> 3.8"

Gemfile.lock

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.4)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.10.0)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.5)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-sass-converter (1.5.2)
31+
sass (~> 3.4)
32+
jekyll-watch (2.1.2)
33+
listen (~> 3.0)
34+
kramdown (1.17.0)
35+
liquid (4.0.1)
36+
listen (3.1.5)
37+
rb-fsevent (~> 0.9, >= 0.9.4)
38+
rb-inotify (~> 0.9, >= 0.9.7)
39+
ruby_dep (~> 1.2)
40+
mercenary (0.3.6)
41+
pathutil (0.16.2)
42+
forwardable-extended (~> 2.6)
43+
public_suffix (3.0.3)
44+
rb-fsevent (0.10.3)
45+
rb-inotify (0.10.0)
46+
ffi (~> 1.0)
47+
rouge (3.3.0)
48+
ruby_dep (1.5.0)
49+
safe_yaml (1.0.4)
50+
sass (3.7.3)
51+
sass-listen (~> 4.0.0)
52+
sass-listen (4.0.0)
53+
rb-fsevent (~> 0.9, >= 0.9.4)
54+
rb-inotify (~> 0.9, >= 0.9.7)
55+
56+
PLATFORMS
57+
ruby
58+
59+
DEPENDENCIES
60+
jekyll (~> 3.8)
61+
62+
BUNDLED WITH
63+
2.0.1

_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ <h1 class="title">
6666
<footer class="footer">
6767
<div class="content has-text-centered">
6868
<p>
69-
<strong>codeIndore( )</strong> <br> The source code is released under
69+
<strong>codeIndore( )</strong>
70+
<br / >
71+
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
72+
<br /> The source code is released under
7073
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
7174
</p>
7275
</div>

_layouts/landing.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ <h1 class="title">
6969
<footer class="footer">
7070
<div class="content has-text-centered">
7171
<p>
72-
<strong>codeIndore( )</strong> <br> The source code is released under
72+
<strong>codeIndore( )</strong>
73+
<br / >
74+
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
75+
<br /> The source code is released under
7376
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
7477
</p>
7578
</div>

_site/about.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ <h1 class="title">
4848
<div class="navbar-end">
4949
<a class="navbar-item" href="/">Home</a>
5050
<a class="navbar-item" href="events.html">Events</a>
51-
<a class="navbar-item" href="hackvento.html">Hackvento</a>
5251
<a class="navbar-item" href="coc.html">Code of Conduct</a>
5352
<a class="navbar-item" href="https://github.com/codeIndore" target="_blank">GitHub</a>
5453
<a class="navbar-item" href="blog.html">Blog</a>
@@ -70,7 +69,10 @@ <h1 class="has-text-centered">About Us</h1>
7069
<footer class="footer">
7170
<div class="content has-text-centered">
7271
<p>
73-
<strong>codeIndore( )</strong> <br> The source code is released under
72+
<strong>codeIndore( )</strong>
73+
<br / >
74+
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
75+
<br /> The source code is released under
7476
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
7577
</p>
7678
</div>

_site/blog.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ <h1 class="title">
4848
<div class="navbar-end">
4949
<a class="navbar-item" href="/">Home</a>
5050
<a class="navbar-item" href="events.html">Events</a>
51-
<a class="navbar-item" href="hackvento.html">Hackvento</a>
5251
<a class="navbar-item" href="coc.html">Code of Conduct</a>
5352
<a class="navbar-item" href="https://github.com/codeIndore" target="_blank">GitHub</a>
5453
<a class="navbar-item" href="blog.html">Blog</a>
@@ -69,7 +68,10 @@ <h1 class="has-text-centered">Blog</h1>
6968
<footer class="footer">
7069
<div class="content has-text-centered">
7170
<p>
72-
<strong>codeIndore( )</strong> <br> The source code is released under
71+
<strong>codeIndore( )</strong>
72+
<br / >
73+
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
74+
<br /> The source code is released under
7375
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
7476
</p>
7577
</div>

_site/coc.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ <h1 class="title">
4848
<div class="navbar-end">
4949
<a class="navbar-item" href="/">Home</a>
5050
<a class="navbar-item" href="events.html">Events</a>
51-
<a class="navbar-item" href="hackvento.html">Hackvento</a>
5251
<a class="navbar-item" href="coc.html">Code of Conduct</a>
5352
<a class="navbar-item" href="https://github.com/codeIndore" target="_blank">GitHub</a>
5453
<a class="navbar-item" href="blog.html">Blog</a>
@@ -93,7 +92,10 @@ <h2>Enforcement</h2>
9392
<footer class="footer">
9493
<div class="content has-text-centered">
9594
<p>
96-
<strong>codeIndore( )</strong> <br> The source code is released under
95+
<strong>codeIndore( )</strong>
96+
<br / >
97+
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
98+
<br /> The source code is released under
9799
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
98100
</p>
99101
</div>

_site/connect.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ <h1 class="title">
4848
<div class="navbar-end">
4949
<a class="navbar-item" href="/">Home</a>
5050
<a class="navbar-item" href="events.html">Events</a>
51-
<a class="navbar-item" href="hackvento.html">Hackvento</a>
5251
<a class="navbar-item" href="coc.html">Code of Conduct</a>
5352
<a class="navbar-item" href="https://github.com/codeIndore" target="_blank">GitHub</a>
5453
<a class="navbar-item" href="blog.html">Blog</a>
@@ -70,7 +69,10 @@ <h1 class="has-text-centered">Connect With Us</h1>
7069
<footer class="footer">
7170
<div class="content has-text-centered">
7271
<p>
73-
<strong>codeIndore( )</strong> <br> The source code is released under
72+
<strong>codeIndore( )</strong>
73+
<br / >
74+
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
75+
<br /> The source code is released under
7476
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
7577
</p>
7678
</div>

_site/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ html {
1515
}
1616

1717
.footer {
18-
max-height: 20px;
18+
max-height: 7em;
1919
position: relative;
2020
bottom: 0px;
2121
width: 100%;

_site/events.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ <h1 class="title">
4848
<div class="navbar-end">
4949
<a class="navbar-item" href="/">Home</a>
5050
<a class="navbar-item" href="events.html">Events</a>
51-
<a class="navbar-item" href="hackvento.html">Hackvento</a>
5251
<a class="navbar-item" href="coc.html">Code of Conduct</a>
5352
<a class="navbar-item" href="https://github.com/codeIndore" target="_blank">GitHub</a>
5453
<a class="navbar-item" href="blog.html">Blog</a>
@@ -78,7 +77,7 @@ <h1 class="has-text-centered">Events</h1>
7877
<tr>
7978
<td class="has-text-centered"><a href="https://codeindore.github.io/hackvento.html">Hackvento</a></td>
8079
<td class="has-text-centered">Hackathon</td>
81-
<td class="has-text-centered">Nov 18, 2018</td>
80+
<td class="has-text-centered">Sep 22, 2018</td>
8281
<td class="has-text-centered">Indore</td>
8382
<td class="has-text-centered">12 hour college hackathon in IET DAVV</td>
8483
</tr>
@@ -93,7 +92,10 @@ <h1 class="has-text-centered">Events</h1>
9392
<footer class="footer">
9493
<div class="content has-text-centered">
9594
<p>
96-
<strong>codeIndore( )</strong> <br> The source code is released under
95+
<strong>codeIndore( )</strong>
96+
<br / >
97+
Thanks to <a href="https://vanfly.co"><strong>Vanfly</strong></a> for supporting us with a domain name.
98+
<br /> The source code is released under
9799
<a target="_blank" href="https://github.com/codeIndore/codeIndore.github.io/blob/master/LICENSE">the MIT license</a>.
98100
</p>
99101
</div>

0 commit comments

Comments
 (0)