Skip to content

Commit 9a9dbad

Browse files
committed
set index page instead of under construction
1 parent 6b7e31d commit 9a9dbad

File tree

7 files changed

+124
-123
lines changed

7 files changed

+124
-123
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="/cl-amqp" class="home-section cl-amqp {% if include.site_section == "cl-amqp" %}active{% endif %}">Cl-AMQP</a>
3+
<a href="/under-construction" 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="/cl-hrack" class="home-section cl-hrack {% if include.site_section == "cl-hrack" %}active{% endif %}">Cl-Hrack</a>
5+
<a href="/under-construction" class="home-section cl-hrack {% if include.site_section == "cl-hrack" %}active{% endif %}">Cl-Hrack</a>
66
</div>
77
</section>

_includes/inner-header.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<a href="/tutorials">Tutorials</a>
66
<a href="https://github.com/cl-rabbit/cl-bunny">GitHub</a> -->
77

8-
{% assign site_sections = "cl-amqp|cl-bunny|cl-hrack" | split: "|" %}
8+
<!-- {% assign site_sections = "cl-amqp|cl-bunny|cl-hrack" | split: "|" %} -->
9+
{% assign site_sections = "cl-bunny" | split: "|" %}
910

1011
{% for site_section in site_sections %}
1112
{% if page.site_section == site_section %}

cl-bunny/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<section class="content homepage">
99
<div class="width">
1010
<div class="home-section-content cl-rabbit">
11-
<a href="/cl-bunny/documentation" class="btn large">Documentation</a>
11+
<a href="/under-construction" 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="/cl-bunny/documentation">Documentation</a>
11+
<a href="/under-construction">Documentation</a>
1212
<span>Tutorials</span>
1313

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

index.html

+15-101
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,17 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>RabbitMQ and Common Lisp - Under Construction</title>
5-
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:500' rel='stylesheet' type='text/css'>
6-
<style>
7-
body{
8-
font-family: 'Roboto Mono', sans-serif;
9-
background: #fcfcfc;
10-
}
11-
.container{
12-
position: absolute;
13-
height: 380px;
14-
width: 100%;
15-
left: 0;
16-
top: 50%;
17-
margin: -490px 0 0 0;
18-
text-align: center;
19-
font-size: 50px;
20-
font-weight: 500;
21-
}
22-
.container img{
23-
max-width: 100%;
24-
margin: auto;
25-
}
26-
@media only screen and (max-height: 970px){
27-
.container{
28-
top: 0;
29-
margin: 0;
30-
}
31-
}
32-
.phone-visible{
33-
display: none;
34-
}
35-
.phone-hidden{
36-
display: inherit;
37-
}
38-
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
39-
only screen and (-o-min-device-pixel-ratio: 13/10),
40-
only screen and (min-resolution: 120dpi){
41-
.phone-visible{
42-
display: inherit;
43-
}
44-
.phone-hidden{
45-
display: none;
46-
}
47-
}
48-
.artwork {
49-
margin-top: 50px;
50-
height: 250px;
51-
}
52-
.artwork img{
53-
position: relative;
54-
max-height: 100%;
55-
text-align: center;
56-
}
57-
.copyright{
58-
max-width: 500px;
59-
margin: 50px auto;
60-
font-size: 12px;
61-
color: #aaa;
62-
}
63-
.copyright a{
64-
color: #aaa;
65-
font-weight: bold;
66-
}
67-
.copyright img{
68-
margin-bottom: 5px;
69-
}
70-
.flies img{
71-
width: 30px;
72-
}
73-
#fly-1{
74-
position: absolute;
75-
left: 10%;
76-
top: 10%;
77-
}
78-
#fly-2{
79-
position: absolute;
80-
right: 10%;
81-
top: 30%;
82-
}
83-
</style>
84-
</head>
85-
<body>
86-
<div class="container">
87-
<img src="https://raw.githubusercontent.com/cl-rabbit/artwork/master/images/r4-2-small.png" class="phone-hidden">
88-
<img src="https://raw.githubusercontent.com/cl-rabbit/artwork/master/images/imgo2.jpg" class="phone-visible"><br>
89-
Under Construction
90-
<div class="artwork">
91-
<img src="https://raw.githubusercontent.com/cl-rabbit/artwork/master/images/r1-r3-combined.png">
92-
</div>
1+
---
2+
title: Index page
3+
layout: default
4+
---
935

94-
<div class="copyright">
95-
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">CL-RABBIT artwork</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/cl-rabbit/artwork" property="cc:attributionName" rel="cc:attributionURL">CL-RABBIT Artwork team</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
96-
</div>
97-
</div>
98-
<div class="flies">
99-
<img src="img/f1.png" id="fly-1">
100-
<img src="img/f2.png" id="fly-2">
6+
{% include homepage-header.html %}
7+
8+
<section class="content homepage">
9+
<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>
10115
</div>
102-
</body>
103-
</html>
16+
</div>
17+
</section>

index2.html

-17
This file was deleted.

under-construction.html

+103
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>RabbitMQ and Common Lisp - Under Construction</title>
5+
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:500' rel='stylesheet' type='text/css'>
6+
<style>
7+
body{
8+
font-family: 'Roboto Mono', sans-serif;
9+
background: #fcfcfc;
10+
}
11+
.container{
12+
position: absolute;
13+
height: 380px;
14+
width: 100%;
15+
left: 0;
16+
top: 50%;
17+
margin: -490px 0 0 0;
18+
text-align: center;
19+
font-size: 50px;
20+
font-weight: 500;
21+
}
22+
.container img{
23+
max-width: 100%;
24+
margin: auto;
25+
}
26+
@media only screen and (max-height: 970px){
27+
.container{
28+
top: 0;
29+
margin: 0;
30+
}
31+
}
32+
.phone-visible{
33+
display: none;
34+
}
35+
.phone-hidden{
36+
display: inherit;
37+
}
38+
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
39+
only screen and (-o-min-device-pixel-ratio: 13/10),
40+
only screen and (min-resolution: 120dpi){
41+
.phone-visible{
42+
display: inherit;
43+
}
44+
.phone-hidden{
45+
display: none;
46+
}
47+
}
48+
.artwork {
49+
margin-top: 50px;
50+
height: 250px;
51+
}
52+
.artwork img{
53+
position: relative;
54+
max-height: 100%;
55+
text-align: center;
56+
}
57+
.copyright{
58+
max-width: 500px;
59+
margin: 50px auto;
60+
font-size: 12px;
61+
color: #aaa;
62+
}
63+
.copyright a{
64+
color: #aaa;
65+
font-weight: bold;
66+
}
67+
.copyright img{
68+
margin-bottom: 5px;
69+
}
70+
.flies img{
71+
width: 30px;
72+
}
73+
#fly-1{
74+
position: absolute;
75+
left: 10%;
76+
top: 10%;
77+
}
78+
#fly-2{
79+
position: absolute;
80+
right: 10%;
81+
top: 30%;
82+
}
83+
</style>
84+
</head>
85+
<body>
86+
<div class="container">
87+
<img src="https://raw.githubusercontent.com/cl-rabbit/artwork/master/images/r4-2-small.png" class="phone-hidden">
88+
<img src="https://raw.githubusercontent.com/cl-rabbit/artwork/master/images/imgo2.jpg" class="phone-visible"><br>
89+
Under Construction
90+
<div class="artwork">
91+
<img src="https://raw.githubusercontent.com/cl-rabbit/artwork/master/images/r1-r3-combined.png">
92+
</div>
93+
94+
<div class="copyright">
95+
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">CL-RABBIT artwork</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/cl-rabbit/artwork" property="cc:attributionName" rel="cc:attributionURL">CL-RABBIT Artwork team</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
96+
</div>
97+
</div>
98+
<div class="flies">
99+
<img src="img/f1.png" id="fly-1">
100+
<img src="img/f2.png" id="fly-2">
101+
</div>
102+
</body>
103+
</html>

0 commit comments

Comments
 (0)