-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
43 lines (43 loc) · 1.28 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
<!DOCTYPE HTML>
<html>
<!-- Diane Wilkins 01 December index.html -->
<head>
<meta charset="UTF-8">
<title>My student home page for the Girls Who Code club at Sheldon High School</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="page">
<div id="banner">
<div id="logo">
<a href="index.html" ><img src="magnolias.jpg" height="150px" /></a>
Diane's Page
</div>
</div>
<div id="content">
<h3>My completed assignments</h3>
<ul>
<li>
<h5>Challenge #1</h5>
<p><strong>My Procedure</strong><br />
Draw a vertical rectangle<br />
Color the rectangle red<br />
Draw a half-circle where the diameter is equal to the rectangles's length<br />
Color the half-circle red<br />
Draw a second half-circle smaller than the first<br />
Color this half-circle white<br >/
Fit pieces together and adujst sizes where needed
</p>
<a href="https://www.khanacademy.org/cs/big-d/2418648729" >My Drawing</a>
</li>
<li>
<a href="#">Challenge #2</a>
</li>
</ul>
</div>
<div id="footer">
<p>2013</p>
</div>
</div>
</body>
</html>