omnihub-theme 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 1729256535726b40000cb41b89c67e3145665e79
4
- data.tar.gz: 024ffb1e70e5fb7d952b45966b61ab74de6b123b
3
+ metadata.gz: 1963559a73f9324d1e66f615a5882c0855efff51
4
+ data.tar.gz: a8ef1f82c136364c3ce04530b1dd00a109f0a6b2
5
5
  SHA512:
6
- metadata.gz: af53f014544baec3c013b10d5f495245d5e6a6a598d52d2572bb897bb343f9c0642942f3522a0796245fcad884c4071937196097a3ad497707ec339da297f988
7
- data.tar.gz: e1371761af41626d7ec09f730a9d335f2216c03821e628bf8d107d8671764d5c29543d843a749f199cd65cf25c55db58373bb5048ae9a003555dabdde57f78b0
6
+ metadata.gz: 2441363e06fffc742b275d50a95b2c8e278e34356a166509b517724f679d648033b5854df56d54880f70593ca0f865804f78c29224436ce7a3bb8015a68e52cf
7
+ data.tar.gz: 6249d1942e9d9e5894594cabc818138da1f611727662dac519638f46dc9bd0e4c3775880233c44a011d509bb55fad1c61dc37e89c92eeb0f4c0a6585e8918e5f
@@ -0,0 +1,24 @@
1
+ <head>
2
+ <meta charset="UTF-8">
3
+ <title>{{ site.title }}</title>
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ <meta name="theme-color" content="#157878">
6
+
7
+ <script
8
+ src="https://code.jquery.com/jquery-3.1.1.min.js"
9
+ integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
10
+ crossorigin="anonymous"></script>
11
+
12
+ <link rel="stylesheet" href="{{ site.github.baseurl }}/css/normalize.css">
13
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
14
+ <!--link rel="stylesheet" href="{{ site.github.url }}/css/cayman.css"-->
15
+
16
+ <!-- Latest compiled and minified CSS -->
17
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
18
+
19
+ <!-- Latest compiled and minified JavaScript -->
20
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
21
+
22
+
23
+ <link rel="stylesheet" href="{{ site.github.url }}/css/main.css">
24
+ </head>
@@ -0,0 +1,6 @@
1
+ <footer class="site-footer">
2
+ <div class="footer-content"><span class="site-footer-owner"><a href="{{ site.github.url }}">{{ site.title }}</a> is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>.</span>
3
+ </div>
4
+
5
+ <!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/pietromenna/jekyll-cayman-theme">Cayman theme</a> by <a href="http://github.com/jasonlong">Jason Long</a>.</span> -->
6
+ </footer>
@@ -0,0 +1,12 @@
1
+ <section class="page-header">
2
+ <!--h1 class="project-name">{{ site.title }}</h1>
3
+ <h2 class="project-tagline">{{ site.tagline }}</h2>
4
+ <a href="index.html" class="btn">API Overview</a>
5
+ <a href="api.html" class="btn">API Docs</a>
6
+ <a href="http://api-listinghub-ustst1-01.wvrgroup.internal:8080/private/swagger/" class="btn">Swagger Docs</a>
7
+ <a href="https://github.wvrgroup.internal/adasgupta/api-listinghub" class="btn">View Source</a-->
8
+
9
+ <div class="row">
10
+ <div class="col-sm-7 col-sm-offset-3"><span><img src="{{ site.github.url }}/assets/HA_Logo_White.png" title=""></span><span class="page-header__title">{{ page.title}} </span></div>
11
+ </div>
12
+ </section>
@@ -1,10 +1,14 @@
1
+
1
2
  <!DOCTYPE html>
2
3
  <html lang="en-us">
3
4
 
4
5
  {% include head.html %}
5
6
 
6
7
  <body>
7
- {% include page-header.html %}
8
+ {% include page-header.html %}
9
+
10
+ <nav></nav>
11
+
8
12
 
9
13
  <section class="main-content">
10
14
 
@@ -18,3 +22,5 @@
18
22
 
19
23
  </body>
20
24
  </html>
25
+
26
+
data/_layouts/page.html CHANGED
@@ -1,5 +1,26 @@
1
- ---
2
- layout: page
3
- ---
4
1
 
5
- {{ content }}
2
+ <!DOCTYPE html>
3
+ <html lang="en-us">
4
+
5
+ {% include head.html %}
6
+
7
+ <body>
8
+ {% include page-header.html %}
9
+
10
+ <nav></nav>
11
+
12
+
13
+ <section class="main-content">
14
+
15
+ {{ content }}
16
+
17
+
18
+ </section>
19
+
20
+ {% include page-footer.html %}
21
+
22
+
23
+ </body>
24
+ </html>
25
+
26
+
data/_sass/_theme.scss CHANGED
@@ -10,6 +10,10 @@ h1,h2,h3,h4,h5,h6{
10
10
  font-weight: 600;
11
11
  }
12
12
 
13
+ nav {
14
+ background: $color-dark-gray;
15
+ height:50px;
16
+ }
13
17
 
14
18
  .page-header {
15
19
  background: $color-primary;
@@ -64,8 +68,8 @@ h1,h2,h3,h4,h5,h6{
64
68
  margin:0 auto;
65
69
 
66
70
  .icon-container {
67
- width:50%;
68
- margin:0 auto;
71
+ width:70%;
72
+ margin:0 20%;
69
73
 
70
74
  }
71
75
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnihub-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Catherine Vo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-07 00:00:00.000000000 Z
11
+ date: 2016-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,8 +61,10 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
+ - _includes/head.html
65
+ - _includes/page-footer.html
66
+ - _includes/page-header.html
64
67
  - _layouts/default.html
65
- - _layouts/landing.html
66
68
  - _layouts/page.html
67
69
  - _layouts/post.html
68
70
  - _sass/_fonts.scss
@@ -1,158 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en-us">
3
-
4
- {% include head.html %}
5
-
6
- <body>
7
- {% include page-header.html %}
8
-
9
- <section class="navigation">
10
- <div class="icon-container row nav nav-tabs" role="tablist">
11
- <div class="col-sm-4"><a href="#home" aria-controls="home" role="tab" data-toggle="tab"><img src="{{ site.github.url }}/assets/icon-destination.png"></a></div>
12
- <div class="col-sm-4"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab"><img src="{{ site.github.url }}/assets/icon-listing.png"></a></div>
13
- <div class="col-sm-4"><a href="#messages" aria-controls="messages" role="tab" data-toggle="tab"><img src="{{ site.github.url }}/assets/icon-visitor.png"></a></div>
14
-
15
- </div>
16
-
17
-
18
- </div>
19
-
20
-
21
-
22
- </section>
23
-
24
- <section class="navigation__content">
25
- <!-- Tab panes -->
26
- <div class="tab-content">
27
- <div role="tabpanel" class="tab-pane active" id="home">
28
-
29
- <div class="tab-arrow left" style=""></div>
30
-
31
- <h3>Destination Hub</h3>
32
- <h4>Programmatic access to the destinations or search terms</h4>
33
-
34
- <div class="overviews row">
35
- <div class="col-sm-4">
36
- <h5 class="content-header">Overview</h5>
37
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
38
- <br><a href="#">Read more &#x21a0;</a>
39
- </div>
40
-
41
- </div>
42
-
43
- <div class="col-sm-4">
44
- <h5 class="content-header">API Docs</h5>
45
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
46
- <br><a href="#">Read more &#x21a0;</a>
47
- </div>
48
-
49
- </div>
50
-
51
- <div class="col-sm-4">
52
- <h5 class="content-header">Swagger Docs</h5>
53
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
54
- <br><a href="#">Read more &#x21a0;</a>
55
- </div>
56
-
57
- </div>
58
- </div>
59
-
60
-
61
- </div>
62
- <div role="tabpanel" class="tab-pane" id="profile">
63
- <div class="tab-arrow center" style=""></div>
64
-
65
-
66
- <h3>Listing Hub</h3>
67
- <h4>Programmatic access to the destinations or search terms</h4>
68
-
69
- <div class="overviews row">
70
- <div class="col-sm-4">
71
- <h5 class="content-header">Overview</h5>
72
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
73
- <br><a href="/listing-hub-overview">Read more &#x21a0; </a>
74
-
75
- </div>
76
-
77
- </div>
78
-
79
- <div class="col-sm-4">
80
- <h5 class="content-header">API Docs</h5>
81
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
82
-
83
- <br><a href="#">Read more &#x21a0;</a>
84
- </div>
85
-
86
- </div>
87
-
88
- <div class="col-sm-4">
89
- <h5 class="content-header">Swagger Docs</h5>
90
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
91
-
92
- <br><a href="http://api-listinghub-ustst1-01.wvrgroup.internal:8080/private/swagger/">Read more &#x21a0;</a>
93
-
94
- </div>
95
-
96
- </div>
97
- </div>
98
-
99
-
100
-
101
- </div>
102
- <div role="tabpanel" class="tab-pane" id="messages">
103
- <div class="tab-arrow right" style=""></div>
104
-
105
- <h3>Visitor Hub</h3>
106
- <h4>Programmatic access to the destinations or search terms</h4>
107
-
108
- <div class="overviews row">
109
- <div class="col-sm-4">
110
- <h5 class="content-header">Overview</h5>
111
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
112
- <br><a href="#">Read more &#x21a0;</a>
113
- </div>
114
-
115
- </div>
116
-
117
- <div class="col-sm-4">
118
- <h5 class="content-header">API Docs</h5>
119
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
120
- <br><a href="#">Read more &#x21a0;</a>
121
- </div>
122
-
123
- </div>
124
-
125
- <div class="col-sm-4">
126
- <h5 class="content-header">Swagger Docs</h5>
127
- <div>Praesent vel sem venenatis, egestas erat ac, convallis libero. Vestibulum tincidunt tincidunt tortor sit amet euismod. Sed venenatis ornare lorem, non hendrerit quam auctor convallis. Maecenas dapibus eu ligula ac consectetur. Donec tristique ullamcorper elit in venenatis. Nunc et nulla mi.
128
- <br><a href="#">Read more &#x21a0;</a>
129
- </div>
130
-
131
- </div>
132
- </div>
133
-
134
- </div>
135
- </section>
136
-
137
-
138
-
139
-
140
- <section class="main-content">
141
-
142
- {{ content }}
143
-
144
-
145
-
146
- </section>
147
-
148
- {% include page-footer.html %}
149
-
150
- <script type="text/javascript">
151
- $('#myTabs a').click(function (e) {
152
- e.preventDefault()
153
- $(this).tab('show')
154
- })
155
- </script>
156
-
157
- </body>
158
- </html>