-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (39 loc) · 1.8 KB
/
about.html
File metadata and controls
42 lines (39 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="icon" href="Green Cube.png">
<link rel="stylesheet" type="text/css"href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<div class="left-links">
<a class="links" href="index.html">Home</a>
<a class="selected links" href="about.html">About</a>
<a class="links" href="projectgallery.html">Gallery</a>
<a class="links" href="games.html">Games</a>
<a class="links" href="tools.html">Tools</a>
<a class="links" href="newyear.html">Happy New Year</a>
</div>
<div class="right-links">
<a class="links" href="login.html">Log In</a>
<a class="links" href="signup.html">Sign Up</a>
</div>
</nav>
<h1>Made by a single scratcher:</h1>
<img src="https://cdn2.scratch.mit.edu/get_image/user/67594247_60x60.png" width="57" height="57">
<a href="https://scratch.mit.edu/users/scratchcode1_2_3/" target="_blank">scratchcode1_2_3</a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h1>How i created the Green Cube</h1>
<div id="journal">
<p><span>So it all started when i found scratch. I saw that the most popular projects were platformers with cubes, and there were a lot of them. Cyclops cube, etc. I decided to create my own cube. The Blue Cube. I made some projects with it and then created his brother, the Green Cube, and started to Work with him more. I created an alt account, codetester1_2_3, mainly to test cloud projects in Scratch, but also to use the Blue Cube. Then, i created a lot of things with The Green Cube,then i got an idea to create a website with it. </span></p>
</div>
</body>
</html>