Skip to content

Commit

Permalink
Merge pull request #70 from deniak/main
Browse files Browse the repository at this point in the history
use the new W3C style for the DAS website
  • Loading branch information
deniak authored Sep 27, 2024
2 parents 594543f + 0913aac commit 3084eb4
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 92 deletions.
9 changes: 6 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Site settings
title: Devices and Sensors Working Group
title: Devices and Sensors Working Group
email: public-device-apis@w3.org
description: > # this means to ignore newlines until "theme:"
Enables web apps to interact with device-centric capabilities.
theme: jekyll-theme-modernist
baseurl: "/das" # the subpath of the site
member_only: false
baseurl: "/das" # the subpath of the site
remote_theme: w3c/w3c-jekyll-theme
plugins:
- jekyll-remote-theme
16 changes: 8 additions & 8 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
pages:

- title: Home
url: /das
- title: Device and Sensors Working Group
url: /das/
html: /

- title: Roadmap
url: roadmap
url: /das/roadmap
html: /roadmap.html

- title: Participate
url: participate
url: /das/participate
html: /participate.html

- title: Meetings
url: meetings
url: /das/meetings
html: /meetings.html

- title: Communications
url: communications
url: /das/communications
html: /communications.html

- title: Historical
url: historical
url: /das/historical
html: /historical.html

- title: Administrativia
url: admin
url: /das/admin
html: /admin.html
3 changes: 3 additions & 0 deletions _data/subpath.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
path:
- title: Home
url: /
15 changes: 15 additions & 0 deletions _includes/prefooter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<div class="l-box l-box--no-border l-box--no-padding">
<div class="l-switcher pre-footer">
<div>
<div>
<h2 class="txt-jupiter">Chairs</h2>
<a href="https://twitter.com/anssik">Anssi Kostiainen</a>
<a href="https://reilly.io/">Reilly Grant</a>
</div>
<div>
<h2 class="txt-jupiter">Staff contact</h2>
<a href="https://www.w3.org/People#himorin">Atsushi Shimono</a>
</div>
</div>
</div>
</div>
70 changes: 0 additions & 70 deletions _layouts/default.html

This file was deleted.

3 changes: 1 addition & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
---

@import "{{ site.theme }}";

html {
background: #505860;
Expand Down Expand Up @@ -147,4 +146,4 @@ div.note {
100% {
transform: scale(1, 1);
}
}
}
6 changes: 0 additions & 6 deletions historical.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
title: Historical
---

<style>
table {
font-size: 13px;
}
</style>

<p>
The Working Group was first <a href=
"https://www.w3.org/2009/05/DeviceAPICharter">chartered in July
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Home
title: Device and Sensors Working Group
---
<div id="logo"></div>
<!--div class="note">
Expand Down
4 changes: 2 additions & 2 deletions roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

#roadmap > .maturity {
border-radius: 25px;
width: 80px;
width: 135px;
height: 1.5em;
transform: rotate(45deg);
transform-origin: 0% -20%;
font-size: 11px;
text-align: center;
padding: 20px;
padding: 20px 10px 30px;
}

#roadmap > .subheader {
Expand Down

0 comments on commit 3084eb4

Please sign in to comment.