Skip to content

Commit 1f63208

Browse files
Download of boilerplate instead of castlecss/castlecss
1 parent bc70247 commit 1f63208

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

dist/about.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
<!-- Main -->
7373
<div class="b0_12 b4_14 b4_push_01">
7474
<div class="p-3x">
75-
75+
7676
<div class="block">
7777
<h1>About CastleCSS</h1>
7878
<p class="intro">A modular, easy to use SCSS Framework</p>
79-
79+
8080
<h2>What is CastleCSS? </h2>
8181
<p >CastleCSS is a mobile first SCSS framework with modular building blocks for the web. It's also fully updateable! No more worrying if your base files are still correct, we keep the files up-to-date for you!</p>
8282
</div>
@@ -95,9 +95,9 @@ <h2>What makes CastleCSS different?</h2>
9595
<a class="btn mb" href="installation.html">Installation instructions</a>
9696
</div>
9797
<div>
98-
<a class="github-button" href="https://github.com/castlecss/castlecss" aria-label="Watch castlecss/castlecss-core on GitHub">Watch</a>
99-
<a class="github-button" href="https://github.com/castlecss/castlecss" aria-label="Star castlecss/castlecss-core on GitHub">Star</a>
100-
<a class="github-button" href="https://github.com/castlecss/castlecss/archive/master.zip" aria-label="Download castlecss/castlecss on GitHub">Download</a>
98+
<a class="github-button" href="https://github.com/castlecss/castlecss-boilerplate" aria-label="Watch castlecss/castlecss-boilerplate on GitHub">Watch</a>
99+
<a class="github-button" href="https://github.com/castlecss/castlecss-boilerplate" aria-label="Star castlecss/castlecss-boilerplate on GitHub">Star</a>
100+
<a class="github-button" href="https://github.com/castlecss/castlecss-boilerplate/archive/master.zip" aria-label="Download castlecss/castlecss on GitHub">Download</a>
101101
</div>
102102
</div>
103103

@@ -106,7 +106,7 @@ <h2>What makes CastleCSS different?</h2>
106106
<!-- Scripts for footer -->
107107
<!-- Scripts for documentation -->
108108
<footer id="footer">
109-
109+
110110
</footer>
111111
<script>
112112
$(function () {
@@ -121,13 +121,14 @@ <h2>What makes CastleCSS different?</h2>
121121

122122
</script>
123123

124-
<script src="../js/shCore.js"></script>
125-
<script src="../js/shBrushXml.js"></script>
126-
<script src="../js/shBrushSass.js"></script>
127-
<script src="../js/shBrushJScript.js"></script>
124+
<script src="../dist/js/shCore.js"></script>
125+
<script src="../dist/js/shBrushXml.js"></script>
126+
<script src="../dist/js/shBrushSass.js"></script>
127+
<script src="../dist/js/shBrushJScript.js"></script>
128128
<script type="text/javascript">SyntaxHighlighter.all();</script>
129129
<script async defer src="https://buttons.github.io/buttons.js"></script>
130130

131+
131132
</body>
132133

133-
</html>
134+
</html>

0 commit comments

Comments
 (0)