-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJesse.html
More file actions
26 lines (22 loc) · 880 Bytes
/
Jesse.html
File metadata and controls
26 lines (22 loc) · 880 Bytes
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> Introduction </title>
</head>
<style>
body{
background-color:Black} </style>
<body>
<h2 style="color:White;">Hello! My name is Jesse! I'm in year seven!</h2>
<p style="color:DodgerBlue;">I am rather new to coding and don't have that much experience. </p>
<a href="https://www.endeavour.sa.edu.au/">Endervour College Website</a>
<p style="color:Red;">I used to do a little bit of coding "club" at our school for a couple weeks. It was extremely basic code. I've forgotten majority of the code I learnt.</p>
<img src="https://www.endeavour.sa.edu.au/wp-content/themes/endeavour/images/logo@2x.png">
<h2 style="color:White;"> Random list of things to do </h2>
<ol style="color:Magenta;">
<li><strong>Wash bike</li>
<li>Tell people about code club</li>
<li>Take dog for a walk</strong></li>
</ol>
</body>
</html>