|
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> |
149 | 9 |
|
150 | 10 | <p> |
151 | 11 | Eclipse Thingweb provides services to support Web of Things developers. |
@@ -259,38 +119,3 @@ <h2>Online Things for Testing</h2> |
259 | 119 | <li><a href="http://plugfest.thingweb.io/examples/counter.html">Counter</a></li> |
260 | 120 | </ul> |
261 | 121 | </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> |
0 commit comments