Skip to content

Commit 5c296b4

Browse files
committed
version numbers
1 parent c2c8692 commit 5c296b4

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

_includes/build/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ <h3>With the Command Line Interface</h3>
1313
<hr class="intro-divider">
1414
<ul class="list-inline intro-social-buttons">
1515
<li>
16-
<a href="https://github.com/coderoad/coderoad-cli" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">CodeRoad-CLI</span></a>
16+
<a href="https://github.com/coderoad/coderoad-cli" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">CodeRoad-CLI
17+
<span class="version">v0.3.13</span></span></a>
1718
<br><br>
1819
<code class="social-instructions">> npm i -g coderoad-cli</code>
1920
</li>

_includes/header.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ <h3>{{ page.subTitle }}</h3>
1313
<ul class="list-inline intro-social-buttons">
1414
<li>
1515
<!-- <h3>{{ social.purpose }}</h3> -->
16-
<a href="https://github.com/coderoad/atom-coderoad" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Atom-CodeRoad</span></a>
16+
<a href="https://github.com/coderoad/atom-coderoad" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Atom-CodeRoad
17+
<span class="version">v0.3.1</span></span></a><br>
18+
<span class="systems">Mac & Linux</span>
19+
20+
1721
<br><br>
1822
<code class="social-instructions">> apm install atom-coderoad</code>
1923
</li>

css/landing-page.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,19 @@ body, h1, h2, h3, h4, h5, h6 {
9393
font-weight: 400;
9494
letter-spacing: 2px;
9595
}
96+
.version {
97+
display: block;
98+
font-size: 10px;
99+
font-weight: 700;
100+
letter-spacing: 2px;
101+
color: black;
102+
}
103+
.systems {
104+
font-size: 10px;
105+
font-weight: 700;
106+
letter-spacing: 2px;
107+
color: grey;
108+
}
96109
#about {
97110
background-color: #f8f8f8;
98111
width: 100%;

css/landing-page.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.

0 commit comments

Comments
 (0)