-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 1.55 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
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<style>
<!-- body{
background-color:black;
text-align: center;
font-family: Papyrus,fantasy
}
-->
body {
background-color:black;
color: white;
text-align: center;
font-family: Papyrus,fantasy
}
h1 {
color:white;
}
p,ul {
color:white;
}
.background{
background: url("http://blog.hostbaby.com/backgrounds/bg_bluegradient.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
width: 70%;
}
</style>
</head>
<body>
<div class="background">
<h1>Hello! </h1>
<br>
<p> This website is created in pure HTML & CSS used for teaching high school students programming.
<p> Link to website made in thimble: <a href="https://balaya.makes.org/thimble/MTgwNTEyMzg0MA==/kims-awesome-webpage"><b>Click Here</b></a></p>
<p> The following is a link to Scratch projects used for teaching student 6-12 about programming: <a href="https://scratch.mit.edu/users/bacontext/">Access my Scratch account! </a></p>
<br>
<br>
<p><b> Here are some of my art works </b></p>
<iframe width="600" height="430" src="//www.cincopa.com/media-platform/iframe.aspx?fid=A8AApd8yrWcl" frameborder="0" allowfullscreen scrolling="no"></iframe>
<br>
<br>
<p><b> Here are some unedited photographs I have taken over the years </b></p>
<iframe width="900" height="430" src="//www.cincopa.com/media-platform/iframe.aspx?fid=AUGAOd8KgFj1" align="middle" frameborder="0" scrolling="yes"></iframe>
<br>
<br>
<br>
<i style="color:#F5A9BC">Goodbye!</i>
</div>
</body>
</html>