kcc-gem-theme 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee28d68549c32a48e997b0a4537e271338c853547556561a795270aec6a92285
4
- data.tar.gz: a5795366b35a03ee7f5b925c7e420e50ead13003d1f9af68f656ab6bb8077e98
3
+ metadata.gz: d59cd71085d0b91865f42233b64ed5d2192c6b40b94c860258c659be80211ef4
4
+ data.tar.gz: b1a69ff31d6f37980a753a58f255dca1631b6c09996ad4788f5807263a26ff05
5
5
  SHA512:
6
- metadata.gz: b47819e6c3156e76f9d08ef3ddef8971bb42536077fd09f90c926ac0f68e5b875b83d0960d8ffecce8dd8c5f4d16ac3aa54537a547b56e2b7ae1297b02109dc2
7
- data.tar.gz: 5411ed13b3515ba0cd85199785b16c8a73b35aa48c7cb3ee3f211afeb2855c80a65d08f700a14bfe8390f585b31614b231485c3b4f69cfda1bcbbd27085dc099
6
+ metadata.gz: df4cc6e4524d9a9457533546428e8ca6ec431bec3e9572feebb696b15dee9ead9d1b22a3c3453b4c7256175e9fb24803d8413464977af6f02fa17a2c6194c2f7
7
+ data.tar.gz: 3b6ad555dba8047e037db2d711956f7f471cb019c7f5afb1d617fe8190316bee89db5b89f2d2cb2586dde2f049e6b95db4f5c0f181fa80f2871fcbebaa7edb42
@@ -0,0 +1,25 @@
1
+ ---
2
+ title: 404
3
+ layout: default
4
+ permalink: /404.html
5
+ baseurl: /
6
+ ---
7
+
8
+ <section class="position__offset-fixed-nav">
9
+ <div class="container position">
10
+ <div class="row">
11
+ <div class="col">
12
+ <h2 class="error__main-heading">Whoops! (404 Error)</h2>
13
+
14
+ <h3 class="error__sub-heading">Everyone at KCC wants to help in your moment of need.</h3>
15
+ <p>Math dept. says: “404, at least it’s a rational number.”<br>Health careers says: “Get a bandage, that link needs help.”<br>Welding dept. says: “Let’s get some MIG wire and make it whole.”<br>Law Enforcement dept. says: “You have the right to try another link. Any link you choose can and will (hopefully) be more functional than this one.”</p>
16
+ <h3 class="error__sub-heading">Computer department says….</h3>
17
+ <ol>
18
+ <li>Check that the address is correct.</li>
19
+ <li>If you clicked on a link, it must be out of date.</li>
20
+ </ol>
21
+ <p>If neither helps, try <a class="btn btn-primary" href="http://www.kcc.edu/Pages/Home.aspx">KCC’s home page</a> or a <a class="btn btn-primary" href="http://www.kcc.edu/Search/default.aspx">search</a>.&#8203;</p>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ </section>
@@ -0,0 +1,34 @@
1
+ ---
2
+ layout: default
3
+ baseurl: ''
4
+ title: KCC Startup Template
5
+ description: ''
6
+ permalink: ./
7
+ ---
8
+
9
+ <main class="position__offset-fixed-nav">
10
+ <div class="container text-center" style="background-color:#bada55; margin-top: 200px;">
11
+ <div class="row">
12
+ <div class="col">
13
+ <div class="jumbotron" style="background-color:#bada55;">
14
+ <h1 style="font-size:72px;text-transform:uppercase;">Hello World!</h1>
15
+ </div>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ <div class="container">
20
+ <div class="row">
21
+ <div class="col">
22
+ <br>
23
+ <h1>The KCC Gem-Based Theme Project!</h1>
24
+ <hr>
25
+ <p>Please enjoy some random html bellow--generated from es6 being parsed/polyfilled by Webpack/Babel:</p>
26
+ </div>
27
+ </div>
28
+ <div class="row">
29
+ <div class="col">
30
+ <div id="theDiv"></div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </main>
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: default
3
+ baseurl: ../
4
+ title: Search
5
+ permalink: ./search/
6
+ ---
7
+
8
+ <main class="position__offset-fixed-nav">
9
+ <div class="conatiner global-nav__search--conatiner">
10
+ <div class="row">
11
+ <div class="col">
12
+ <gcse:searchresults-only></gcse:searchresults-only>
13
+ </div>
14
+ </div>
15
+ </div>
16
+ </main>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcc-gem-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
@@ -74,6 +74,9 @@ files:
74
74
  - _includes/styles/main.html
75
75
  - _includes/styles/vendor.html
76
76
  - _layouts/default.html
77
+ - _pages/404.html
78
+ - _pages/index.html
79
+ - _pages/search.html
77
80
  - assets/css/content.css
78
81
  - assets/css/kcc-theme.css
79
82
  - assets/css/main.css