jekyll-theme-jakarta-ee 0.1.4 → 0.1.5
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 +4 -4
- data/README.md +7 -9
- data/_includes/footer.html +45 -48
- data/_includes/footer_prefix.html +31 -0
- data/_includes/header.html +42 -41
- data/_includes/nav.html +138 -31
- data/_includes/sidebar.html +8 -1
- data/_includes/toolbar.html +37 -0
- data/_layouts/default.html +5 -11
- data/_sass/jekyll-theme-jakarta-ee.scss +9 -6
- data/assets/css/style.scss +3 -3
- data/assets/images/jakarta/favicon.ico +0 -0
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bd98e7912e74e94f4af68bf898ab523a8be30fcb3462cd111ae86ff692b1f60
|
4
|
+
data.tar.gz: 284b4de2a69b7d3201c4ac40fc07d7bec1a5e0112eaad5789b757edbc941b220
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0882114991b696040eaa32de28e8411b6a6fb1f64fc478dfbcaf229c458ab23445ff4bbd66074a111286a329b5db3a94b87481b7dde574ef7d0c02e6299d8861'
|
7
|
+
data.tar.gz: 87c5fde14c1e0b97569cc9da6d9cb2436bcb892c1c02edd261f035f4b393efdab5b07952411a08f842ea7eb5b1b67971ca4d4a0b16a1d1f5332d7f022a1c299a
|
data/README.md
CHANGED
@@ -1,18 +1,16 @@
|
|
1
|
-
|
1
|
+
## jekyll-theme-jakarta-ee
|
2
2
|
|
3
|
-
[](https://travis-ci.org/jakartaee/jekyll-theme-jakarta-ee)
|
4
3
|
[](https://badge.fury.io/rb/jekyll-theme-jakarta-ee)
|
5
4
|
|
6
5
|
This theme is currently experimental, but intended to provide the branding for Jakarta EE projects using GitHub pages for their documentation.
|
7
6
|
This Jekyll theme is intended to copy the theme of the main https://jakarte.ee website so the projects use branding that is consistent with
|
8
7
|
the main website.
|
9
8
|
|
9
|
+
## Using the theme on your GitHub pages site
|
10
10
|
|
11
11
|

|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
Jakarta EE projects typically publish their documentation using the GitHub pages functionality of the source code repository on GitHub.
|
13
|
+
Jakarta EE projects typically publish their documentation using the GitHub pages functionality of the source code repository on GitHub.
|
16
14
|
This involves pushing the documentation materials to the `gh-pages` branch in the repository. Once content has been pushed to this branch
|
17
15
|
it is publish statically at `https://eclipse-ee4j.github.io/<projectname>`. Without a theme, the site will be published using a default
|
18
16
|
theme.
|
@@ -27,7 +25,7 @@ Any problems with the theme should be raised as an issue on this project, and pu
|
|
27
25
|
If you are publishing html files directly from `gh-pages`, please note that these are likely to require some additional work to ensure
|
28
26
|
the correct CSS and Javascipt is pulled in.
|
29
27
|
|
30
|
-
|
28
|
+
## Configuring the project page
|
31
29
|
|
32
30
|
The `_config.yml` file can contain variables to control the content in the
|
33
31
|
Project Resources box on the right side of the page:
|
@@ -54,7 +52,7 @@ links:
|
|
54
52
|
Note that some of the links are relative references to other pages in the
|
55
53
|
`gh-pages` branch.
|
56
54
|
|
57
|
-
|
55
|
+
## Converting a javaee GitHub pages site
|
58
56
|
|
59
57
|
Some of the javaee GitHub organization projects have existing `gh-pages`
|
60
58
|
web sites that are being contributed to Eclipse.
|
@@ -67,7 +65,7 @@ The `_layouts` directory can be removed.
|
|
67
65
|
The `assets` directory can most likely be removed, unless it contains
|
68
66
|
assets (e.g., images, css) used by pages in the web site.
|
69
67
|
|
70
|
-
|
68
|
+
## Running the site locally
|
71
69
|
|
72
70
|
Follow these steps to run and check your project's site locally on your machine. Further instructions for Jekyll and GitHub pages can be
|
73
71
|
found here:
|
@@ -105,7 +103,7 @@ This will make sure the locally installed Gem will be used to render the site.
|
|
105
103
|
|
106
104
|
* Run the Jekyll site locally: `bundle exec jekyll serve`
|
107
105
|
|
108
|
-
|
106
|
+
## Building the theme (only necessary if you wish to make changes)
|
109
107
|
|
110
108
|
To build the theme itself, clone this repository (or your own fork of it), and do the following:
|
111
109
|
|
data/_includes/footer.html
CHANGED
@@ -4,7 +4,32 @@
|
|
4
4
|
<footer id="solstice-footer">
|
5
5
|
<div class="container">
|
6
6
|
<div class="row">
|
7
|
-
<section class="col-sm-
|
7
|
+
<section class="col-sm-5th footer-section-socials" id="footer-socials">
|
8
|
+
<h2 class="section-title"><img class="img-responsive" src="https://jakarta.ee/images/jakarta/jakarta-ee-logo-white.svg" alt="Jakarta EE logo"></h2>
|
9
|
+
<ul class="list-inline margin-top-20">
|
10
|
+
<li>
|
11
|
+
<a class="social-icon" href="https://www.facebook.com/JakartaEE/">
|
12
|
+
<i class="fa fa-facebook-official" aria-label="Facebook page for Jakarta EE"></i>
|
13
|
+
</a>
|
14
|
+
</li>
|
15
|
+
<li>
|
16
|
+
<a class="social-icon" href="https://ca.linkedin.com/showcase/jakartaee">
|
17
|
+
<i class="fa fa-linkedin-square" aria-label="Linkedin profile for Jakarta EE"></i>
|
18
|
+
</a>
|
19
|
+
</li>
|
20
|
+
<li>
|
21
|
+
<a class="social-icon" href="https://twitter.com/JakartaEE">
|
22
|
+
<i class="fa fa-twitter" aria-label="Twitter profile for Jakarta EE"></i>
|
23
|
+
</a>
|
24
|
+
</li>
|
25
|
+
<li>
|
26
|
+
<a class="social-icon" href="https://www.youtube.com/c/JakartaEE">
|
27
|
+
<i class="fa fa-youtube-play" aria-label="Youtube channel for Jakarta EE"></i>
|
28
|
+
</a>
|
29
|
+
</li>
|
30
|
+
</ul>
|
31
|
+
</section>
|
32
|
+
<section class="col-sm-5th padding-top-20" id="footer-eclipse-foundation">
|
8
33
|
<h2 class="section-title">Eclipse Foundation</h2>
|
9
34
|
<ul class="nav">
|
10
35
|
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
@@ -17,7 +42,7 @@
|
|
17
42
|
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
|
18
43
|
</ul>
|
19
44
|
</section>
|
20
|
-
<section class="col-sm-
|
45
|
+
<section class="col-sm-5th padding-top-20" id="footer-legal">
|
21
46
|
<h2 class="section-title">Legal</h2>
|
22
47
|
<ul class="nav">
|
23
48
|
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
|
@@ -27,18 +52,18 @@
|
|
27
52
|
<li><a href="https://www.eclipse.org/legal/">Legal Resources </a></li>
|
28
53
|
</ul>
|
29
54
|
</section>
|
30
|
-
<section class="col-sm-
|
55
|
+
<section class="col-sm-5th padding-top-20" id="footer-useful-links">
|
31
56
|
<h2 class="section-title">Useful Links</h2>
|
32
57
|
<ul class="nav">
|
33
|
-
<li><a href="https://
|
34
|
-
<li><a href="//
|
35
|
-
<li><a href="
|
36
|
-
<li><a href="
|
37
|
-
<li><a href="
|
38
|
-
<li><a href="//
|
58
|
+
<li><a href="https://github.com/jakartaee/jakarta.ee">Report a Bug</a></li>
|
59
|
+
<li><a href="//jakarta.ee/resources/">Documentation</a></li>
|
60
|
+
<li><a href="//jakarta.ee/community/get-involved/">How to Contribute</a></li>
|
61
|
+
<li><a href="//jakarta.ee/connect/mailing-lists/">Mailing Lists</a></li>
|
62
|
+
<li><a href="//jakarta.ee/connect/">Stay Connected</a></li>
|
63
|
+
<li><a href="//jakarta.ee/compatibility/">Compatible Products</a></li>
|
39
64
|
</ul>
|
40
65
|
</section>
|
41
|
-
<section class="col-sm-
|
66
|
+
<section class="col-sm-5th padding-top-20" id="footer-other">
|
42
67
|
<h2 class="section-title">Other</h2>
|
43
68
|
<ul class="nav">
|
44
69
|
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
@@ -49,47 +74,19 @@
|
|
49
74
|
<li><a href="https://status.eclipse.org">Service Status</a></li>
|
50
75
|
</ul>
|
51
76
|
</section>
|
52
|
-
<
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
62
|
-
<i class="fa fa-twitter fa-stack-1x"></i>
|
63
|
-
<span class="sr-only">Twitter account</span>
|
64
|
-
</a>
|
65
|
-
</li>
|
66
|
-
<li>
|
67
|
-
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/JakartaEE">
|
68
|
-
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
69
|
-
<i class="fa fa-facebook fa-stack-1x"></i>
|
70
|
-
<span class="sr-only">Facebook account</span>
|
71
|
-
</a>
|
72
|
-
</li>
|
73
|
-
<li>
|
74
|
-
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/channel/UC4M7h5b6elu9VlzjLfzuXyg">
|
75
|
-
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
76
|
-
<i class="fa fa-youtube fa-stack-1x"></i>
|
77
|
-
<span class="sr-only">Youtube account</span>
|
78
|
-
</a>
|
79
|
-
</li>
|
80
|
-
<li>
|
81
|
-
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/groups/13597511/" title="">
|
82
|
-
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
83
|
-
<i class="fa fa-linkedin fa-stack-1x"></i>
|
84
|
-
<span class="sr-only">Linkedin account</span>
|
85
|
-
</a>
|
86
|
-
</li>
|
87
|
-
</ul>
|
88
|
-
</div>
|
77
|
+
<a href="#" class="scrollup" style="display: inline;">Back to the top</a>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
<div class="footer-copyright">
|
81
|
+
<div class="container">
|
82
|
+
<div class="col-sm-24 margin-top-20">
|
83
|
+
<div class="row">
|
84
|
+
<div id="copyright" class="col-md-16">
|
85
|
+
<p id="copyright-text">Copyright © Eclipse Foundation. All Rights Reserved.</p>
|
89
86
|
</div>
|
90
87
|
</div>
|
91
|
-
<a href="#" class="scrollup">Back to the top</a>
|
92
88
|
</div>
|
93
89
|
</div>
|
90
|
+
</div>
|
94
91
|
</footer>
|
95
92
|
<script src="https://jakarta.ee/js/solstice.js"></script>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<div class="featured-footer featured-mailing-list text-center" id="social-media">
|
2
|
+
<div class="container">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col-sm-24">
|
5
|
+
<ul class="list-inline">
|
6
|
+
<li><a class="btn btn-primary margin-right-15" href="https://accounts.eclipse.org/mailing-list/jakarta.ee-wg">Sign up now</a></li>
|
7
|
+
<li>
|
8
|
+
<a class="social-icon" href="https://www.facebook.com/JakartaEE/">
|
9
|
+
<i class="fa fa-facebook-official" aria-label="Facebook page for Jakarta EE"></i><span class="sr-only">Facebook account</span>
|
10
|
+
</a>
|
11
|
+
</li>
|
12
|
+
<li>
|
13
|
+
<a class="social-icon" href="https://ca.linkedin.com/showcase/jakartaee">
|
14
|
+
<i class="fa fa-linkedin-square" aria-label="Linkedin profile for Jakarta EE"></i><span class="sr-only">Linkedin account</span>
|
15
|
+
</a>
|
16
|
+
</li>
|
17
|
+
<li>
|
18
|
+
<a class="social-icon" href="https://twitter.com/JakartaEE">
|
19
|
+
<i class="fa fa-twitter" aria-label="Twitter profile for Jakarta EE"></i><span class="sr-only">Twitter account</span>
|
20
|
+
</a>
|
21
|
+
</li>
|
22
|
+
<li>
|
23
|
+
<a class="social-icon" href="https://www.youtube.com/c/JakartaEE">
|
24
|
+
<i class="fa fa-youtube-play" aria-label="Youtube channel for Jakarta EE"></i><span class="sr-only">Youtube account</span>
|
25
|
+
</a>
|
26
|
+
</li>
|
27
|
+
</ul>
|
28
|
+
</div>
|
29
|
+
</div>
|
30
|
+
</div>
|
31
|
+
</div>
|
data/_includes/header.html
CHANGED
@@ -1,56 +1,57 @@
|
|
1
1
|
<a class="sr-only" href="#content">Skip to main content</a>
|
2
|
-
<
|
3
|
-
<div class="
|
4
|
-
<div class="
|
5
|
-
<div class="
|
6
|
-
<
|
7
|
-
|
8
|
-
|
9
|
-
<li><a class="toolbar-link toolbar-manage-cookies dropdown-toggle"><i class="fa fa-wrench"></i> Manage Cookies</a></li>
|
10
|
-
</ul>
|
11
|
-
</div>
|
2
|
+
<div class="clearfix toolbar-container-wrapper">
|
3
|
+
<div class="container">
|
4
|
+
<div class="text-right toolbar-row row hidden-print">
|
5
|
+
<div class="col-md-24 row-toolbar-col">
|
6
|
+
<ul class="list-inline">
|
7
|
+
{% include toolbar.html %}
|
8
|
+
</ul>
|
12
9
|
</div>
|
13
10
|
</div>
|
14
11
|
</div>
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
</
|
12
|
+
</div>
|
13
|
+
<div class="container">
|
14
|
+
<div class="row" id="header-row">
|
15
|
+
<div class="col-sm-5" id="header-left">
|
16
|
+
<div class="wrapper-logo-default">
|
17
|
+
<a title="Jakarta® EE: The New Home of Cloud Native Java" href="https://jakarta.ee/">
|
18
|
+
<img width="200" class="logo-eclipse-default img-responsive hidden-xs" src="https://jakarta.ee/images/jakarta/jakarta-ee-logo-color.svg" alt="Jakarta® EE: The New Home of Cloud Native Java">
|
19
|
+
</a>
|
23
20
|
</div>
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
<
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
21
|
+
</div>
|
22
|
+
<div class="col-sm-19 margin-top-20" id="main-menu-wrapper">
|
23
|
+
<div class="float-right hidden-xs" id="btn-call-for-action">
|
24
|
+
<div id="btn-call-for-action"><a href="/compatibility/download/" class="btn btn-warning btn-call-for-action"><i class="fa "></i> Download</a></div>
|
25
|
+
</div>
|
26
|
+
<div class="navbar float-sm-right yamm" id="main-menu">
|
27
|
+
<div class="navbar-collapse collapse reset float-right" id="navbar-main-menu">
|
28
|
+
<ul class="nav navbar-nav">
|
29
|
+
{% include nav.html %}
|
30
|
+
</ul>
|
31
|
+
</div>
|
32
|
+
<div class="navbar-header">
|
33
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
|
34
|
+
<span class="sr-only">Toggle navigation</span>
|
35
|
+
<span class="icon-bar"></span>
|
36
|
+
<span class="icon-bar"></span>
|
37
|
+
<span class="icon-bar"></span>
|
38
|
+
<span class="icon-bar"></span>
|
39
|
+
</button>
|
40
|
+
<div class="wrapper-logo-mobile">
|
41
|
+
<a class="navbar-brand visible-xs" title="Jakarta EE: The New Home of Cloud Native Java" href="{{ '/' | absolute_url }}">
|
42
|
+
<img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://jakarta.ee/images/jakarta/jakarta-ee-logo-color.svg" alt="Jakarta EE: The New Home of Cloud Native Java" />
|
43
|
+
</a>
|
44
44
|
</div>
|
45
45
|
</div>
|
46
46
|
</div>
|
47
47
|
</div>
|
48
48
|
</div>
|
49
|
-
|
50
|
-
|
49
|
+
</div>
|
50
|
+
<header class="header-wrapper header-default-bg-img" id="header-wrapper">
|
51
|
+
<div class="jumbotron featured-jumbotron featured-jumbotron-default margin-bottom-0">
|
51
52
|
<div class="container">
|
52
53
|
<div class="row">
|
53
|
-
<div class="col-md-
|
54
|
+
<div class="col-md-24 col-sm-18 ">
|
54
55
|
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
55
56
|
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
56
57
|
</div>
|
data/_includes/nav.html
CHANGED
@@ -1,46 +1,153 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
|
2
|
+
<li class="dropdown eclipse-more">
|
3
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
|
4
|
+
<span>About</span>
|
5
|
+
<b class="caret"></b>
|
4
6
|
</a>
|
7
|
+
<ul class="dropdown-menu" style="">
|
8
|
+
<li style="">
|
9
|
+
<div class="yamm-content" style="">
|
10
|
+
<div class="row" style="">
|
11
|
+
<div class="col-sm-12 padding-right-0" style="">
|
12
|
+
<div class="dropdown-menu-left-panel" style="">
|
13
|
+
<ul class="list-unstyled menu-tabs match-height-dropdown-menu-item" role="tablist" style="height: 250.844px;">
|
14
|
+
<li role="presentation" class="active">
|
15
|
+
<i class="hidden-xs fa fa-caret-right" aria-hidden="true"></i>
|
16
|
+
<a class="hidden-xs" data-target="#jakarta-ee-tab" aria-controls="jakarta-ee-tab" role="tab" data-toggle="tab">
|
17
|
+
Jakarta EE
|
18
|
+
</a>
|
19
|
+
<a class="visible-xs" role="button" data-toggle="collapse" href="#jakarta-ee-collapse" aria-expanded="false" aria-controls="jakarta-ee-collapse">
|
20
|
+
Jakarta EE
|
21
|
+
<b class="caret"></b>
|
22
|
+
</a>
|
23
|
+
<div class="dropdown-collapse collapse" id="jakarta-ee-collapse">
|
24
|
+
<ul class="list-unstyled">
|
25
|
+
<li><a href="//jakarta.ee/about/jakarta-ee">About Jakarta EE</a></li>
|
26
|
+
<li><a href="//jakarta.ee/about/faq/">Frequently Asked Questions</a></li>
|
27
|
+
<li><a href="//jakarta.ee/release/">Releases</a></li>
|
28
|
+
</ul>
|
29
|
+
</div>
|
30
|
+
</li>
|
31
|
+
<li role="presentation">
|
32
|
+
<i class="hidden-xs fa fa-caret-right" aria-hidden="true"></i>
|
33
|
+
<a class="hidden-xs" data-target="#jakarta-ee-working-group-tab" aria-controls="jakarta-ee-working-group-tab" role="tab" data-toggle="tab">
|
34
|
+
Jakarta EE Working Group
|
35
|
+
</a>
|
36
|
+
<a class="visible-xs" role="button" data-toggle="collapse" href="#jakarta-ee-working-group-collapse" aria-expanded="false" aria-controls="jakarta-ee-working-group-collapse">
|
37
|
+
Jakarta EE Working Group
|
38
|
+
<b class="caret"></b>
|
39
|
+
</a>
|
40
|
+
<div class="dropdown-collapse collapse" id="jakarta-ee-working-group-collapse">
|
41
|
+
<ul class="list-unstyled">
|
42
|
+
<li><a href="//jakarta.ee/about/working-group">About Working Group</a></li>
|
43
|
+
<li><a href="https://eclipse.org/org/workinggroups/jakarta_ee_charter.php">Charter</a></li>
|
44
|
+
<li><a href="//jakarta.ee/legal/trademark_guidelines/">Trademark Guidelines</a></li>
|
45
|
+
<li><a href="https://www.eclipse.org/ee4j/direction.php">Technical Direction</a></li>
|
46
|
+
<li><a href="//jakarta.ee/committees">Committees</a></li>
|
47
|
+
<li><a href="//jakarta.ee/meeting_minutes/">Committees Meeting Minutes</a></li>
|
48
|
+
</ul>
|
49
|
+
</div>
|
50
|
+
</li>
|
51
|
+
<li><a href="//jakarta.ee/news/">News</a></li>
|
52
|
+
</ul>
|
53
|
+
</div>
|
54
|
+
</div>
|
55
|
+
<div class="col-sm-12 padding-left-0 hidden-xs" style="">
|
56
|
+
<div class="dropdown-menu-right-panel" style="">
|
57
|
+
<div class="tab-content" style="">
|
58
|
+
<div role="tabpanel" class="match-height-dropdown-menu-item tab-pane active" id="jakarta-ee-tab" style="height: 250.844px;">
|
59
|
+
<ul class="list-unstyled">
|
60
|
+
<li><a href="//jakarta.ee/about/jakarta-ee"><strong>About Jakarta EE</strong></a></li>
|
61
|
+
<li><a href="//jakarta.ee/about/faq/"><strong>Frequently Asked Questions</strong></a></li>
|
62
|
+
<li><a href="//jakarta.ee/release/"><strong>Releases</strong></a></li>
|
63
|
+
</ul>
|
64
|
+
</div>
|
65
|
+
<div role="tabpanel" class="match-height-dropdown-menu-item tab-pane fade" id="jakarta-ee-working-group-tab" style="height: 250.844px;">
|
66
|
+
<ul class="list-unstyled">
|
67
|
+
<li><a href="//jakarta.ee/about/working-group"><strong>About Working Group</strong></a></li>
|
68
|
+
<li><a href="https://eclipse.org/org/workinggroups/jakarta_ee_charter.php"><strong>Charter</strong></a></li>
|
69
|
+
<li><a href="//jakarta.ee/legal/trademark_guidelines/"><strong>Trademark Guidelines</strong></a></li>
|
70
|
+
<li><a href="https://www.eclipse.org/ee4j/direction.php"><strong>Technical Direction</strong></a></li>
|
71
|
+
<li><a href="//jakarta.ee/committees"><strong>Committees</strong></a></li>
|
72
|
+
<li><a href="//jakarta.ee/meeting_minutes/"><strong>Committees Meeting Minutes</strong></a></li>
|
73
|
+
</ul>
|
74
|
+
</div>
|
75
|
+
</div>
|
76
|
+
</div>
|
77
|
+
</div>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</li>
|
81
|
+
</ul>
|
5
82
|
</li>
|
6
|
-
|
7
|
-
|
8
|
-
|
83
|
+
|
84
|
+
<li class="dropdown">
|
85
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
|
86
|
+
<span>Specifications</span>
|
87
|
+
<b class="caret"></b>
|
9
88
|
</a>
|
89
|
+
<ul class="dropdown-menu">
|
90
|
+
<li><a href="//jakarta.ee/specifications/">Browse Specifications</a> </li>
|
91
|
+
<li><a href="//jakarta.ee/about/jesp/">Specification Process</a> </li>
|
92
|
+
<li><a href="//jakarta.ee/committees/specification/guide/">JESP guide</a> </li>
|
93
|
+
<li><a href="https://projects.eclipse.org/list-of-projects?combine=jakarta&field_project_techology_types_tid=1102&field_state_value_2=All">Specification Projects</a> </li>
|
94
|
+
</ul>
|
10
95
|
</li>
|
11
|
-
|
12
|
-
|
13
|
-
|
96
|
+
|
97
|
+
<li class="dropdown">
|
98
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
|
99
|
+
<span>Compatible Products</span>
|
100
|
+
<b class="caret"></b>
|
14
101
|
</a>
|
102
|
+
<ul class="dropdown-menu">
|
103
|
+
<li><a href="//jakarta.ee/compatibility/">Jakarta EE Compatible Products</a> </li>
|
104
|
+
<li><a href="//jakarta.ee/compatibility/get-listed/">Get Listed</a> </li>
|
105
|
+
</ul>
|
15
106
|
</li>
|
107
|
+
|
16
108
|
<li class="dropdown">
|
17
109
|
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
|
18
|
-
|
19
|
-
|
110
|
+
<span>Community</span>
|
111
|
+
<b class="caret"></b>
|
20
112
|
</a>
|
21
113
|
<ul class="dropdown-menu">
|
22
|
-
<li><a href="//jakarta.ee/
|
23
|
-
<li><a href="//jakarta.ee/resources#infographics">Infographics</a> </li>
|
24
|
-
<li><a href="//jakarta.ee/resources#datasheets">Datasheets</a> </li>
|
25
|
-
<li><a href="//jakarta.ee/resources#presentations">Presentations</a> </li>
|
114
|
+
<li><a href="//jakarta.ee/community/">Overview</a> </li>
|
26
115
|
<li><a href="//jakarta.ee/community/adopt-a-spec/">Adopt A Spec</a> </li>
|
27
|
-
<li><a href="//jakarta.ee/
|
28
|
-
<li><a href="//jakarta.ee/
|
29
|
-
<li><a href="//jakarta.ee/
|
30
|
-
<li><a href="https://
|
31
|
-
<li><a href="//jakarta.ee/
|
32
|
-
<li><a href="
|
33
|
-
<li><a href="
|
34
|
-
<li><a href="https://drive.google.com/open?id=1kJFh6EIpOyAWP3JkymYZXOK311WM2HXm">Jakarta EE Community Folder</a> </li>
|
35
|
-
<li><a href="//jakarta.ee/resources#calendar">Jakarta EE Community Calendar</a> </li>
|
36
|
-
<li><a href="https://start.jakarta.ee/">Starter for Jakarta EE</a> </li>
|
37
|
-
<li><a href="https://jakartaone.org/">JakartaOne Livestream</a> </li>
|
116
|
+
<li><a href="//jakarta.ee/blogs">Blog</a> </li>
|
117
|
+
<li><a href="//jakarta.ee/community/events/">Events</a> </li>
|
118
|
+
<li><a href="//jakarta.ee/community/get-involved">Get Involved</a> </li>
|
119
|
+
<li><a href="https://jakartaone.org">JakartaOne Livestream</a> </li>
|
120
|
+
<li><a href="//jakarta.ee/connect/">Stay Connected</a> </li>
|
121
|
+
<li><a href="//jakarta.ee/community/#meetups">Tech Talk Meet-ups</a> </li>
|
122
|
+
<li><a href="//jakarta.ee/community/videos">Videos</a> </li>
|
38
123
|
</ul>
|
39
124
|
</li>
|
40
|
-
|
41
|
-
|
42
|
-
|
125
|
+
|
126
|
+
<li class="dropdown">
|
127
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
|
128
|
+
<span>Membership</span>
|
129
|
+
<b class="caret"></b>
|
130
|
+
</a>
|
131
|
+
<ul class="dropdown-menu">
|
132
|
+
<li><a href="//jakarta.ee/membership">Join</a> </li>
|
133
|
+
<li><a href="//jakarta.ee/membership/members/">Members</a> </li>
|
134
|
+
</ul>
|
135
|
+
</li>
|
136
|
+
<li class="dropdown">
|
137
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
|
138
|
+
<span>Resources</span>
|
139
|
+
<b class="caret"></b>
|
43
140
|
</a>
|
141
|
+
<ul class="dropdown-menu">
|
142
|
+
<li><a href="//jakarta.ee/resources">Overview</a> </li>
|
143
|
+
<li><a href="//jakarta.ee/resources#datasheets">Datasheets</a> </li>
|
144
|
+
<li><a href="//jakarta.ee/resources#documentation">Documentation</a> </li>
|
145
|
+
<li><a href="//jakarta.ee/resources#presentations">Presentations</a> </li>
|
146
|
+
<li><a href="//jakarta.ee/resources#surveys">Surveys</a> </li>
|
147
|
+
<li><a href="//jakarta.ee/resources/#ebooks">eBooks</a> </li>
|
148
|
+
<li><a href="//jakarta.ee/resources/#white-papers">White Papers</a> </li>
|
149
|
+
<li><a href="//jakarta.ee/resources/#cases-studies">Case Studies</a> </li>
|
150
|
+
<li><a href="https://start.jakarta.ee/">Starter for Jakarta EE</a> </li>
|
151
|
+
</ul>
|
44
152
|
</li>
|
45
|
-
<li class="visible-xs"><a href="
|
46
|
-
{% include nav_more.html %}
|
153
|
+
<li class="visible-xs"><a href="/release/">Releases</a></li>
|
data/_includes/sidebar.html
CHANGED
@@ -54,6 +54,13 @@
|
|
54
54
|
<a target="_self" href="{{ site.links.mailinglist }}">Mailing list</a>
|
55
55
|
</li>
|
56
56
|
{% endif %}
|
57
|
-
|
57
|
+
|
58
|
+
{% if site.links.minutes %}
|
59
|
+
<li>
|
60
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
61
|
+
<a target="_self" href="{{ site.links.minutes }}">Meeting Minutes</a>
|
62
|
+
</li>
|
63
|
+
{% endif %}
|
64
|
+
</ul>
|
58
65
|
</aside>
|
59
66
|
|
@@ -0,0 +1,37 @@
|
|
1
|
+
<ul class="list-inline">
|
2
|
+
<li><a href="https://accounts.eclipse.org/user/edit" class="" data-tab-destination="tab-profile">Edit my account</a></li>
|
3
|
+
<li><a class="toolbar-link toolbar-manage-cookies dropdown-toggle">Manage Cookies</a></li>
|
4
|
+
<li class="language-selector dropdown">
|
5
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
|
6
|
+
<span> English</span>
|
7
|
+
<b class="caret"></b>
|
8
|
+
</a>
|
9
|
+
<ul class="dropdown-menu">
|
10
|
+
<li><a href="https://jakarta.ee/">English</a></li>
|
11
|
+
<li><a href="https://jakarta.ee/zh/">简体中文</a></li>
|
12
|
+
</ul>
|
13
|
+
</li>
|
14
|
+
<li class="dropdown eclipse-more hidden-xs">
|
15
|
+
<a data-toggle="dropdown" class="dropdown-toggle" role="button"><i class="fa fa-search"></i> <b class="caret"></b></a>
|
16
|
+
<ul class="dropdown-menu">
|
17
|
+
<li>
|
18
|
+
<!-- Content container to add padding -->
|
19
|
+
<div class="yamm-content">
|
20
|
+
<div class="row">
|
21
|
+
<div class="col-sm-24">
|
22
|
+
<p>
|
23
|
+
<strong>Search</strong>
|
24
|
+
</p>
|
25
|
+
<form action="https://www.eclipse.org/home/search" method="get">
|
26
|
+
<div class="form-group">
|
27
|
+
<input class="form-control margin-bottom-10" type="textfield" name="q" placeholder="Search">
|
28
|
+
<input class="btn btn-primary" type="submit" value="Submit">
|
29
|
+
</div>
|
30
|
+
</form>
|
31
|
+
</div>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
</li>
|
35
|
+
</ul>
|
36
|
+
</li>
|
37
|
+
</ul>
|
data/_layouts/default.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
<!--
|
2
|
+
<!--
|
3
3
|
Copyright (c) 2018 Eclipse Foundation, Inc.
|
4
4
|
|
5
5
|
This program and the accompanying materials are made available under the
|
@@ -28,20 +28,14 @@
|
|
28
28
|
<body>
|
29
29
|
{% include header.html %}
|
30
30
|
{% include breadcrumbs.html %}
|
31
|
-
|
31
|
+
|
32
32
|
<main>
|
33
|
-
<div class="container">
|
34
|
-
|
35
|
-
<div class="col-md-18 padding-bottom-30">
|
36
|
-
{{ content }}
|
37
|
-
</div>
|
38
|
-
<div class="col-md-6 padding-bottom-30">
|
39
|
-
{% include sidebar.html %}
|
40
|
-
</div>
|
41
|
-
</div>
|
33
|
+
<div class="container margin-bottom-30">
|
34
|
+
{{ content }}
|
42
35
|
</div>
|
43
36
|
</main>
|
44
37
|
|
38
|
+
{% include footer_prefix.html %}
|
45
39
|
{% include footer.html %}
|
46
40
|
</body>
|
47
41
|
</html>
|
@@ -1,22 +1,25 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) 2018 Eclipse Foundation, Inc.
|
3
|
-
*
|
2
|
+
* Copyright (c) 2018, 2022 Eclipse Foundation, Inc.
|
3
|
+
*
|
4
4
|
* This program and the accompanying materials are made available under the
|
5
5
|
* terms of the Eclipse Public License v. 2.0 which is available at
|
6
6
|
* http://www.eclipse.org/legal/epl-2.0.
|
7
|
-
*
|
7
|
+
*
|
8
8
|
* SPDX-License-Identifier: EPL-2.0
|
9
9
|
*/
|
10
10
|
|
11
11
|
table {
|
12
|
-
|
12
|
+
border: 1px solid #ebebeb;
|
13
13
|
}
|
14
14
|
|
15
15
|
th, td {
|
16
|
-
|
16
|
+
padding: .2em;
|
17
17
|
}
|
18
18
|
|
19
19
|
td {
|
20
|
-
|
20
|
+
border: 1px solid #ebebeb;
|
21
21
|
}
|
22
22
|
|
23
|
+
.featured-jumbotron h1 {
|
24
|
+
font-size: 32px;
|
25
|
+
}
|
data/assets/css/style.scss
CHANGED
@@ -3,12 +3,12 @@
|
|
3
3
|
|
4
4
|
/*
|
5
5
|
* Copyright (c) 2018 Eclipse Foundation, Inc.
|
6
|
-
*
|
6
|
+
*
|
7
7
|
* This program and the accompanying materials are made available under the
|
8
8
|
* terms of the Eclipse Public License v. 2.0 which is available at
|
9
9
|
* http://www.eclipse.org/legal/epl-2.0.
|
10
|
-
*
|
10
|
+
*
|
11
11
|
* SPDX-License-Identifier: EPL-2.0
|
12
12
|
*/
|
13
13
|
|
14
|
-
@import 'jekyll-theme-jakarta-ee';
|
14
|
+
@import 'jekyll-theme-jakarta-ee';
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-jakarta-ee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Gallimore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -63,14 +63,17 @@ files:
|
|
63
63
|
- README.md
|
64
64
|
- _includes/breadcrumbs.html
|
65
65
|
- _includes/footer.html
|
66
|
+
- _includes/footer_prefix.html
|
66
67
|
- _includes/google_tag_manager.html
|
67
68
|
- _includes/header.html
|
68
69
|
- _includes/nav.html
|
69
70
|
- _includes/nav_more.html
|
70
71
|
- _includes/sidebar.html
|
72
|
+
- _includes/toolbar.html
|
71
73
|
- _layouts/default.html
|
72
74
|
- _sass/jekyll-theme-jakarta-ee.scss
|
73
75
|
- assets/css/style.scss
|
76
|
+
- assets/images/jakarta/favicon.ico
|
74
77
|
homepage: https://github.com/jakartaee/jekyll-theme-jakarta-ee
|
75
78
|
licenses:
|
76
79
|
- EPL-2.0
|
@@ -90,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
93
|
- !ruby/object:Gem::Version
|
91
94
|
version: '0'
|
92
95
|
requirements: []
|
93
|
-
rubygems_version: 3.
|
96
|
+
rubygems_version: 3.1.2
|
94
97
|
signing_key:
|
95
98
|
specification_version: 4
|
96
99
|
summary: Jakarta EE theme for project pages
|