-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<title>georgek0's website</title>
<script src="script.js"></script>
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navigation">
<ul>
<a href="index.html">Home</a>
<a href="projects.html">What I'm working on</a>
<a href="https://scratch.mit.edu/users/georgek0">My profile on Scratch</a>
</ul>
</nav>
<main>
<h1>Welcome to georgek0's website.</h1>
<p id="bold"><b>georgek0 is a professional coder on Scratch creating operating systems.</b></p>
<h2>About me</h2>
<p>I started coding on Scratch around 5.5 years ago using the offline editor. Soon after that, I felt that the editor's possibilities were too limited, so I set up my account <a class="link" href="https://scratch.mit.edu/users/georgek0">georgek0</a> on the Scratch website. I started creating sipmle games before switching to editing powerful and creative OSs that have achieved over 100 views totally.</p>
</main>
</body>
</html>