-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
58 lines (56 loc) · 1.79 KB
/
index.html
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
<!DOCTYPE html>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<style>
body {
background-color: #f1f1f1ef
}
h1 {
font-family: "TW Cen MT"
}
p {
font-family: "Lucida Console"
}
a {
font-family: "Lucida Console";
}
footer {
border-radius: 10px;
font-family: 'Times New Roman', Times, serif; font-size: 10px;
background-color: gray;
color:#f1f1f1;
text-align: bottom, center;
padding: 20px;
}
header { /* Use this header if you ever need a navbar! */
border-radius: 10px;
background-color: gray;
color:#f1f1f1;
text-align: bottom, center;
padding: 20px;
}
</style>
<title>Scratch Computing Alliance | Home</title>
<h1>Hey there!</h1>
<p>This is the official site for the Scratch Computing Alliance (SCA).</p>
<p>We're determined to unite techy <a href="https://scratch.mit.edu">Scratch</a>ers in one big alliance..</p>
<p>To join, you can make a request to us <a href="https://scratch.mit.edu/studios/35370452/comments">here.</a></p>
<h1>Links</h1>
<a href="https://scratch.mit.edu/discuss/topic/768740/">Official Forums</a>
<h1></h1>
<a href="https://github.com/Scratch-Computng-Alliance/SCA-OSSLs/blob/main/open-source/open-source%20OSSL%201.0">SCA-OSSL(S)</a>
<h1></h1>
<a href="https://scratch.mit.edu/studios/35370452/">Official Studio</a>
<h1></h1>
<a href="https://scratch.mit.edu/studios/35370452/curators">Our Members</a>
<h1></h1>
<a href="https://github.com/Scratch-Computing-Alliance">Github Organization</a>
<h1></h1>
<footer>
<p><i>(c) 2024 SCA. All rights reserved.</i></p>
<p><i>Website created by the <a href="https://github.com/Scratch-Computing-Alliance/">github team</a></i></p>
</footer>
</html>