Skip to content

Commit 2394934

Browse files
committed
qlibs
1 parent bcf8f18 commit 2394934

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+6880
-43
lines changed

_config.yml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,16 @@
1-
# Site settings
2-
title: Grayscale
3-
email: your-email@domain.com
4-
url: https://example.github.io
5-
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
1+
title: Qlibs++
2+
url: https://qlibs.github.io
3+
description: "Modern C++ libraries"
64

7-
# Color settings (hex-codes without the leading hash-tag)
85
color:
96
primary-dark: '#000000'
107
links: '#219ab3'
118

12-
# Footer settings
13-
footer: Your Website
9+
footer: Qlibs++
1410

15-
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
1611
social:
17-
- title: twitter
18-
url: https://twitter.com/SBootstrap
19-
- title: facebook
20-
url:
21-
- title: stack-overflow
22-
url: http://stackoverflow.com/questions/tagged/jekyll
23-
- title: bitbucket
24-
url: http://bitbucket.org/jekyll
2512
- title: github
26-
url: https://github.com/IronSummitMedia/startbootstrap
13+
url: https://github.com/qlibs
2714

28-
# Build settings
2915
markdown: kramdown
3016
permalink: pretty

_includes/about.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
<section id="about" class="container content-section text-center">
33
<div class="row">
44
<div class="col-lg-8 col-lg-offset-2">
5-
<h2>About Grayscale</h2>
6-
<p>Grayscale is a free Bootstrap 3 theme created by Start Bootstrap. It can be yours right now, simply download the template on <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p>
7-
<p>The Jekyll version is brought to you by <a href="https://github.com/jeromelachaud">Jerome Lachaud</a></p>
8-
<p>This theme features stock photos by <a href="http://gratisography.com/">Gratisography</a> along with a custom Google Maps skin courtesy of <a href="http://snazzymaps.com/">Snazzy Maps</a>.</p>
9-
<p>Grayscale includes full HTML, CSS, and custom JavaScript files along with LESS files for easy customization.</p>
5+
<h2>About</h2>
6+
<p>Qlibs</p>
107
</div>
118
</div>
12-
</section>
9+
</section>

_includes/contact.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<div class="row">
44
<div class="col-lg-8 col-lg-offset-2">
55
<h2>Contact</h2>
6-
<p>Dolor reprehenderit repellendus, optio labore odio at tempore debitis nisi. Quasi debitis tenetur eaque molestias non porro odio sapiente.</p>
7-
<p><a href="mailto:{{ site.email }}">{{ site.email }}</a>
8-
</p>
96
<ul class="list-inline banner-social-buttons">
107
{% for network in site.social %}
118
<li>
@@ -15,4 +12,4 @@ <h2>Contact</h2>
1512
</ul>
1613
</div>
1714
</div>
18-
</section>
15+
</section>

_includes/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/css/grayscale.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ a:focus {
138138
padding: 100px 0;
139139
text-align: center;
140140
color: #fff;
141-
background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;
141+
background: url(/img/bg5.jpg) no-repeat bottom center scroll;
142142
background-color: {{ site.color.primary-dark }};
143143
-webkit-background-size: cover;
144144
-moz-background-size: cover;
@@ -256,7 +256,7 @@ a:focus {
256256
width: 100%;
257257
padding: 50px 0;
258258
color: #fff;
259-
background: url(/img/downloads-bg.jpg) no-repeat center center scroll;
259+
background: url(/img/bg.jpg) no-repeat center center scroll;
260260
background-color: {{ site.color.primary-dark }};
261261
-webkit-background-size: cover;
262262
-moz-background-size: cover;

_includes/download.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<!-- Download Section -->
21
<section id="download" class="content-section text-center">
32
<div class="download-section">
43
<div class="container">
54
<div class="col-lg-8 col-lg-offset-2">
6-
<h2>Download Grayscale</h2>
7-
<p>You can download Grayscale for free on the preview page at Start Bootstrap.</p>
8-
<a href="http://startbootstrap.com/template-overviews/grayscale/" class="btn btn-default btn-lg">Visit Download Page</a>
5+
<h2>Download</h2>
6+
<p>Qlibs++ libraries can be download dirieclty from github.</p>
7+
<a href="https://github.com/qlibs" class="btn btn-default btn-lg">Releases</a>
98
</div>
109
</div>
1110
</div>
12-
</section>
11+
</section>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container">
55
<div class="row">
66
<div class="col-md-8 col-md-offset-2">
7-
<h1 class="brand-heading">{{ site.title }}</h1>
7+
<img src="img/qlibs_logo_v2.png" />
88
<p class="intro-text">{{ site.description }}<br>
99
<a href="#about" class="btn btn-circle page-scroll">
1010
<i class="fa fa-angle-double-down animated"></i>

_includes/libraries.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<section id="libraries" class="container content-section text-center">
2+
<div class="row">
3+
<div class="col-lg-8 col-lg-offset-2">
4+
<h2>Libraries</h2>
5+
<p>UT - C++20 Unit-Testing library - https://github.com/qlibs/ut</p>
6+
</div>
7+
</div>
8+
</section>

_includes/map.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

_includes/nav.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<li>
2121
<a class="page-scroll" href="#about">About</a>
2222
</li>
23+
<li>
24+
<a class="page-scroll" href="#libraries">Libraries</a>
25+
</li>
2326
<li>
2427
<a class="page-scroll" href="#download">Download</a>
2528
</li>
@@ -31,4 +34,4 @@
3134
<!-- /.navbar-collapse -->
3235
</div>
3336
<!-- /.container -->
34-
</nav>
37+
</nav>

0 commit comments

Comments
 (0)