Skip to content

Commit 3fc1078

Browse files
committed
move underconstruction to index page
1 parent 9a9dbad commit 3fc1078

File tree

7 files changed

+28
-13
lines changed

7 files changed

+28
-13
lines changed

_includes/homepage-header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<section class="homepage-header">
22
<div class="width">
3-
<a href="/under-construction" class="home-section cl-amqp {% if include.site_section == "cl-amqp" %}active{% endif %}">Cl-AMQP</a>
3+
<a href="/" class="home-section cl-amqp {% if include.site_section == "cl-amqp" %}active{% endif %}">Cl-AMQP</a>
44
<a href="/cl-bunny" class="home-section cl-bunny {% if include.site_section == "cl-bunny" %}active{% endif %}">Cl-Bunny</a>
5-
<a href="/under-construction" class="home-section cl-hrack {% if include.site_section == "cl-hrack" %}active{% endif %}">Cl-Hrack</a>
5+
<a href="/" class="home-section cl-hrack {% if include.site_section == "cl-hrack" %}active{% endif %}">Cl-Hrack</a>
66
</div>
77
</section>

cl-bunny/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Cl-Buunny
2+
title: Cl-Bunny
33
layout: default
44
---
55

@@ -8,7 +8,7 @@
88
<section class="content homepage">
99
<div class="width">
1010
<div class="home-section-content cl-rabbit">
11-
<a href="/under-construction" class="btn large">Documentation</a>
11+
<a href="/" class="btn large">Documentation</a>
1212
<a href="/cl-bunny/tutorials" class="btn large">Tutorials</a>
1313
<a href="https://github.com/cl-rabbit/cl-bunny" class="btn large">Github</a>
1414

cl-bunny/tutorials/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="sub-header">
99
<div class="width">
1010
<nav>
11-
<a href="/under-construction">Documentation</a>
11+
<a href="/">Documentation</a>
1212
<span>Tutorials</span>
1313

1414
<a href="https://github.com/cl-rabbit/cl-bunny" class="github-link">GitHub</a>

index.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55

66
{% include homepage-header.html %}
77

8-
<section class="content homepage">
8+
<section class="content under-construction">
99
<div class="width">
10-
<div class="home-section-content cl-rabbit">
11-
<h1>Lorem Ipsum</h1>
12-
<p>
13-
Morbi dignissim elit sagittis, tempor neque vitae, fringilla lacus. Nam sit amet condimentum nunc. Proin mauris nulla, gravida ac libero vitae, dapibus luctus libero. Duis iaculis ornare erat mattis lacinia. Donec id nisi et orci suscipit pellentesque et eu erat. Sed ullamcorper mauris et risus ultrices tincidunt. Nam efficitur mauris id ultrices sodales.
14-
</p>
10+
<div class="home-section-content cl-rabbit acenter">
11+
<img src="https://raw.githubusercontent.com/cl-rabbit/artwork/master/images/r4-2-small.png">
12+
<h1>Under Construction</h1>
1513
</div>
1614
</div>
1715
</section>

style/style.css

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/style.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/style.scss

+10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ body{
1414
color: #333;
1515
font-size: 16px;
1616
line-height: 24px;
17+
background: #fcfcfc;
18+
padding-bottom: 50px;
1719
}
1820

1921

@@ -112,6 +114,14 @@ section.central{
112114
line-height: 30px;
113115
}
114116
}
117+
&.under-construction{
118+
padding: 100px 0;
119+
120+
h1{
121+
font-size: 50px;
122+
font-family: 'Roboto Mono', sans-serif;
123+
}
124+
}
115125
&.tutorials{
116126
padding: 50px 0;
117127
@include ffx;

0 commit comments

Comments
 (0)