kcc-gem-theme 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d59cd71085d0b91865f42233b64ed5d2192c6b40b94c860258c659be80211ef4
4
- data.tar.gz: b1a69ff31d6f37980a753a58f255dca1631b6c09996ad4788f5807263a26ff05
3
+ metadata.gz: 80a8ab3c98c8149ff0817c862523b809ffec948d71f6c274e9da378742d35c9e
4
+ data.tar.gz: 57a7d779b00edbca70c1d065598ff95ae493dd6bc707fe7ce2814295fb4afffc
5
5
  SHA512:
6
- metadata.gz: df4cc6e4524d9a9457533546428e8ca6ec431bec3e9572feebb696b15dee9ead9d1b22a3c3453b4c7256175e9fb24803d8413464977af6f02fa17a2c6194c2f7
7
- data.tar.gz: 3b6ad555dba8047e037db2d711956f7f471cb019c7f5afb1d617fe8190316bee89db5b89f2d2cb2586dde2f049e6b95db4f5c0f181fa80f2871fcbebaa7edb42
6
+ metadata.gz: 6f665e9d77d58c421ba6fdd3033d78fc1dbb667bb42818d8f06d16d3774089681b24953f37d4bc792964640f016c4583d5b0190d1b47c52383382919e96d78ce
7
+ data.tar.gz: cca6e14568a2d0d14de099f49ee07ec11ea0940f0be67fc027c244c88994e67bbfa263df1bf043a1a2e3aad0ea4e35479c665fdc65ce98d9a38d85bbb4467c73
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.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
@@ -74,9 +74,6 @@ 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
80
77
  - assets/css/content.css
81
78
  - assets/css/kcc-theme.css
82
79
  - assets/css/main.css
data/_pages/404.html DELETED
@@ -1,25 +0,0 @@
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>
data/_pages/index.html DELETED
@@ -1,34 +0,0 @@
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>
data/_pages/search.html DELETED
@@ -1,16 +0,0 @@
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>