jekyll-theme-eclipsefdn 0.0.1 → 0.0.2
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/_includes/footer.html +3 -1
- data/_includes/nav.html +2 -2
- data/_layouts/default.html +1 -1
- data/assets/css/style.scss +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffb4c31004149245599bbac7955456eee890f6cc78d2d86de8414a792dc1cec4
|
4
|
+
data.tar.gz: 967665ccacf4b163cad52d1e295edd67f2d25af94ce999c5fe28adc31cc0704c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c816826bb5fec87aae543468306d5013c514554558c14a30ee5782cbfd0f6c1b4c619d01ff10003c72aa35b488a94dc533bc86dd65259effd32c059261ab2b1
|
7
|
+
data.tar.gz: 370e4d3f4ce91f58e52a846e9b7ff6e8ff23d5a6ab97cc2361652de71d9d69435ef48302222d44b63e22263e83a4d586ebea8bcea8bdf925dc47a17805163374
|
data/_includes/footer.html
CHANGED
@@ -10,7 +10,9 @@
|
|
10
10
|
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
11
11
|
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
|
12
12
|
<li><a href="https://www.eclipse.org/donate">Donate</a></li>
|
13
|
+
<li><a href="https://www.eclipse.org/membership/">Members</a></li>
|
13
14
|
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
|
15
|
+
<li><a href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">Code of Conduct</a></li>
|
14
16
|
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
|
15
17
|
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
|
16
18
|
</ul>
|
@@ -40,7 +42,7 @@
|
|
40
42
|
<h2 class="section-title">Other</h2>
|
41
43
|
<ul class="nav">
|
42
44
|
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
43
|
-
<li><a href="https://www.eclipse.org/projects">
|
45
|
+
<li><a href="https://www.eclipse.org/projects">Projects</a></li>
|
44
46
|
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
|
45
47
|
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
|
46
48
|
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
|
data/_includes/nav.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
<li><a href="https://www.eclipse.org/membership/" target="_self">Members</a></li>
|
2
|
-
<li><a href="https://www.eclipse.org/org/workinggroups/" target="_self">Working Groups</a></li>
|
3
1
|
<li><a href="https://www.eclipse.org/projects/" target="_self">Projects</a></li>
|
2
|
+
<li><a href="https://www.eclipse.org/org/workinggroups/" target="_self">Working Groups</a></li>
|
3
|
+
<li><a href="https://www.eclipse.org/membership/" target="_self">Members</a></li>
|
4
4
|
<li class="dropdown visible-xs">
|
5
5
|
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
|
6
6
|
<ul class="dropdown-menu">
|
data/_layouts/default.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
<!-- Links and stylesheets -->
|
23
23
|
<link rel="stylesheet" href="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.7">
|
24
24
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
25
|
-
<link href="
|
25
|
+
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet" type="text/css"/>
|
26
26
|
<title>{{ page.title | default: site.title }}</title>
|
27
27
|
{% include google_tag_manager.html %}
|
28
28
|
</head>
|
data/assets/css/style.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-eclipsefdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Guindon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|