Skip to content

Commit d8b7ec6

Browse files
authored
Merge pull request #60 from eclipse-thingweb/ege-plugfest-page-reorg
Plugfest page reorganization
2 parents 9fc5cf1 + e71b934 commit d8b7ec6

File tree

8 files changed

+11
-194
lines changed

8 files changed

+11
-194
lines changed
Lines changed: 8 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -1,151 +1,11 @@
1-
<!DOCTYPE html>
2-
<html>
3-
4-
<head>
5-
<meta charset="UTF-8">
6-
<link rel="shortcut icon" href="./img/favicon.png" type="image/png">
7-
<link rel="icon" href="./img/favicon.png" type="image/png">
8-
<title>Thingweb - WoT Plugfest services</title>
9-
<style type="text/css">
10-
body {
11-
margin: 0;
12-
padding: 0;
13-
}
14-
15-
header {
16-
border-top: 3px solid rgb(51, 184, 164);
17-
}
18-
19-
header img {
20-
display: block;
21-
margin: auto;
22-
}
23-
24-
.container {
25-
padding: 10px 0;
26-
}
27-
28-
.wrapper {
29-
font-family: sans-serif;
30-
max-width: 680px;
31-
margin: auto;
32-
}
33-
34-
footer {
35-
box-sizing: border-box;
36-
background-color: rgb(20, 20, 20);
37-
display: block;
38-
text-align: center !important;
39-
padding: 5px 0 45px;
40-
}
41-
42-
.footer-shape img {
43-
height: auto;
44-
vertical-align: middle;
45-
border-style: none;
46-
}
47-
48-
footer ul {
49-
list-style: none;
50-
padding: 15px 0;
51-
}
52-
53-
footer li,
54-
footer a {
55-
display: inline-block;
56-
color: white;
57-
font-family: 'Open Sans', sans-serif;
58-
font-size: 17px;
59-
padding: 0 5px;
60-
text-decoration-line: none;
61-
}
62-
63-
footer p {
64-
color: white;
65-
font-family: 'Open Sans', sans-serif;
66-
font-size: 14px;
67-
padding-top: 12px;
68-
}
69-
70-
form {
71-
border: solid 1px black;
72-
margin-top: 5px;
73-
margin-bottom: 5px;
74-
padding-left: 10px;
75-
padding-right: 10px;
76-
}
77-
78-
.form-control {
79-
width: 100%;
80-
text-align: right;
81-
}
82-
83-
table {
84-
width: 100%;
85-
text-align: center;
86-
}
87-
88-
textarea {
89-
resize: vertical;
90-
width: calc(100% - 2*3px);
91-
}
92-
93-
.btn {
94-
background: rgb(51, 184, 164);
95-
border: 1px solid transparent;
96-
border-radius: 200px;
97-
color: white;
98-
padding: 12px 25px;
99-
font-size: 16px;
100-
cursor: pointer;
101-
}
102-
103-
.highlighted {
104-
text-align: center;
105-
font-style: italic;
106-
}
107-
108-
.framed {
109-
padding: 12px 25px;
110-
font-size: 16px;
111-
}
112-
113-
.framed a {
114-
color: white;
115-
}
116-
117-
p.success {
118-
background: rgb(51, 184, 164);
119-
color: white;
120-
}
121-
122-
p.failure {
123-
background: rgb(161, 33, 33);
124-
color: white;
125-
}
126-
127-
table.success tr {
128-
background: rgb(87, 109, 132);
129-
color: white;
130-
}
131-
132-
table.failure tr {
133-
background: rgb(161, 33, 33);
134-
color: white;
135-
}
136-
</style>
137-
</head>
138-
139-
<body>
140-
<header>
141-
<div class="container">
142-
<img alt="Thingweb logo" src="./img/logo.png">
143-
</div>
144-
</header>
145-
146-
<div class="wrapper">
147-
148-
<h1>Eclipse Thingweb Services for W3C WoT</h1>
1+
---
2+
title: "Services"
3+
date: 2023-10-20T09:35:33+02:00
4+
draft: false
5+
menu: "main"
6+
---
7+
8+
<h1>Services for W3C WoT Developers</h1>
1499

15010
<p>
15111
Eclipse Thingweb provides services to support Web of Things developers.
@@ -259,38 +119,3 @@ <h2>Online Things for Testing</h2>
259119
<li><a href="http://plugfest.thingweb.io/examples/counter.html">Counter</a></li>
260120
</ul>
261121
</div>
262-
263-
<div class="footer-shape">
264-
<img src="./img/footer-shape.jpg" width="100%" />
265-
</div>
266-
<footer>
267-
<div class="links">
268-
<ul>
269-
<li>
270-
<a href="http://www.eclipse.org">Eclipse Foundation</a>
271-
</li>
272-
<li>|</li>
273-
<li>
274-
<a href="http://www.eclipse.org/legal/privacy.php">Privacy policy</a>
275-
</li>
276-
<li>|</li>
277-
<li>
278-
<a href="http://www.eclipse.org/legal/termsofuse.php">Terms of use</a>
279-
</li>
280-
<li>|</li>
281-
<li>
282-
<a href="http://www.eclipse.org/legal/copyright.php">Copyright</a>
283-
</li>
284-
<li>|</li>
285-
<li>
286-
<a href="http://www.eclipse.org/legal">Legal</a>
287-
</li>
288-
</ul>
289-
</div>
290-
<div>
291-
<p>Copyrights © 2023 Eclipse Thingweb. All Rights Reserved.</p>
292-
</div>
293-
</footer>
294-
</body>
295-
296-
</html>

plugfest/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

plugfest/img/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugfest/img/favicon.png

-1.65 KB
Binary file not shown.

plugfest/img/footer-shape.jpg

-11.8 KB
Binary file not shown.

plugfest/img/logo.png

-18.7 KB
Binary file not shown.

themes/thingweb/layouts/partials/header.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@
3131
</li>
3232
{{ end }}
3333
<li class="nav-item">
34-
<a class="nav-link" target="_blank" href="https://github.com/eclipse-thingweb">GitHub <svg xmlns="http://www.w3.org/2000/svg" height="1em"
35-
viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
36-
<path
37-
fill="#676767" d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" />
38-
</svg></a>
34+
35+
<a class="nav-link" target="_blank" href="https://github.com/eclipse-thingweb"><i class="fa fa-github"></i></a>
3936

4037
</li>
4138
<!--

themes/thingweb/layouts/partials/icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>TD Playground</h2>
2626
<div class="icon-text">
2727
<h2>Online Things</h2>
2828
<p>Publicly-hosted WoT Things to test Consumer applications</p>
29-
<a href="http://plugfest.thingweb.io/" class="btn btn-read">Start testing</a>
29+
<a href="services.html" class="btn btn-read">Start testing</a>
3030
</div>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)