-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (41 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<title>awesome-llama</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
</head>
<body>
<div class="navbar">
<div>
<a href="/" class="navbtn"><div class="navbtnlink">Home</div></a>
<a href="/articles" class="navbtn"><div class="navbtnlink">Articles</div></a>
<a href="/projects" class="navbtn"><div class="navbtnlink">Projects</div></a>
<a href="/utils" class="navbtn"><div class="navbtnlink">Utilities</div></a>
</div>
</div>
<div class="content">
<h1>Home</h1>
<hr>
<p>I use my website to host many miscellaneous things.</p>
<div style="width: 400px;">
<a href="https://scratch.mit.edu/users/awesome-llama" class="itemContainerLink">
<div class="itemContainer"><img src="https://uploads.scratch.mit.edu/get_image/user/8832510_32x32.png">
<h4>Main Scratch account</h4></div>
</a>
<a href="https://scratch.mit.edu/users/awesome-llama-test" class="itemContainerLink">
<div class="itemContainer"><img src="https://uploads.scratch.mit.edu/get_image/user/14223952_32x32.png">
<h4>Test Scratch account</h4></div>
</a>
<a href="https://www.youtube.com/channel/UCi3owKAqA-tXUBNwN-Cc6uw" class="itemContainerLink">
<div class="itemContainer"><img src="https://yt3.googleusercontent.com/VEs0AP6SVsk1-YabqNgiMcU3XckNbvBHR3faxPGpadhTx5M8uiDD41G7iddyEuxkZU61Jiqy=s176-c-k-c0x00ffffff-no-rj" style="width: 32px; height: 32px;">
<h4>YouTube channel</h4></div>
</a>
</div>
<br>
</div>
</body>
</html>