-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (60 loc) · 1.9 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html><head>
<!-- Scaling -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Atkinson+Hyperlegible">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/images/branding/favicon.svg">
<!-- <link rel="icon" type="image/png" href="/images/branding/favicon.png"> -->
<!-- Ttile -->
<title>studiobool</title>
<!-- First thing you see at the home page -->
<style>
.sb_blue {
padding: 0vw 1.6vw;
padding-right: 0vw;
margin-top: 1vw;
margin-bottom: .5vw;
font-size: 2.5vw;
font-weight: normal;
color: #217eedff;
}
.sb_green {
margin-top: 1vw;
margin-bottom: .5vw;
font-size: 2.5vw;
font-weight: normal;
color: #24ff59;
}
.title {
margin-top: 1vw;
margin-bottom: .5vw;
font-size: 2.5vw;
font-weight: normal;
}
img {
max-width: 100%;
}
</style>
</head>
<body>
<!-- Navigation bar -->
<ul>
<li><a class="active" href="/">Home</a></li>
<li><a href="/news">News</a></li>
<li><a href="/about">About</a></li>
<img src="/images/branding/logo.svg" alt="logo" class="logo">
</ul>
<span class="sb_blue">studio</span><span class="sb_green">bool</span><span class="title"> projects</span>
<div class="section"><div></div><div class="content">
<a href="https://studiobool.github.io">
<img src="/images/placeholder.png"></a>
<div class="content_text">cheese</div></div>
</div>
<br>
<!-- Copyright footer -->
<footer>
<p>studiobool (c) 2022-2024<br>
</p></footer>
</body></html>