-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (63 loc) · 2.74 KB
/
index.html
File metadata and controls
68 lines (63 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/resources/css/global.css">
<link rel="stylesheet" type="text/css" href="./resources/css/style.css">
<link rel="shortcut icon" type="image/png" href="/resources/img/favicon.ico">
<script src="/resources/js/i18n.js"></script>
<title>SDS Home</title>
</head>
<body>
<header>
<ul>
<li><a href="/">sds</a></li>
<li>
<i class="material-icons md-18 dropdownIcon">language</i>
<select id="dropdown"></select>
<noscript>Enable JavaScript to load the different languages</noscript>
</li>
<li><a href="/info/">info</a></li>
<li><a href="/translate-formatter/">translate-formatter</a></li>
</ul>
</header>
<article>
<section>
<span class="translated-by-before">Translated by</span>
<span class="translators">technoboy10</span>
<span class="translated-by-after"></span>
</section>
<section>
<ul>
<li>
<span>home</span>
<a href="https://github.com/scratchdesignstudio/scratchdesignstudio.github.io" class="github">GitHub</a>
<a href="/" class="website">Website</a>
<p class="home-description">The home page of the SDS organisation.</p>
</li>
<li>
<span>info</span>
<a href="https://github.com/scratchdesignstudio/info" class="github">GitHub</a>
<a href="/info/" class="website">Website</a>
<p class="info-description">A page with infos about the current SDS and how to submit a project.</p>
</li>
<li>
<span>quick-link</span>
<a href="https://github.com/scratchdesignstudio/quick-link" class="github">GitHub</a>
<a href="/quick-link/" class="website">Website</a>
<p class="quick-link-description">A page to get the latest project to add to the SDS.</p>
</li>
<li>
<span>translate-formatter</span>
<a href="https://github.com/scratchdesignstudio/translate-formatter" class="github">GitHub</a>
<a href="/translate-formatter/" class="website">Website</a>
<p class="translate-formatter-description">A page to tranlsate the description of the current SDS.
</p>
</li>
</ul>
</section>
<hr>
</article>
</body>
</html>