-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 1.77 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
<!DOCTYPE html>
<html ⚡>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Mr Mark's Space</h1>
<title> DHS Year 1 Computing </title>
<p>
<amp-carousel width="400"
height="300"
type="slides">
<amp-img src="/captainamerica.png" alt="cap"></amp-img>
<amp-img src="/thor.png" alt="thor"></amp-img>
<amp-img src="/ironman.png" alt="ironman"></amp-img>
<amp-img src="/spiderman.png" alt="spidey"></amp-img>
<amp-img src="/blackwidow.png" alt="blackwidow"></amp-img>
<amp-img src="/blackpanther.png" alt="panther"></amp-img>
<amp-img src="/vision.png" alt="vision"></amp-img>
<amp-img src="/hulk.png" alt="hulk"></amp-img>
<amp-img src="/scarletwitch.png" alt="witch"></amp-img>
<amp-img src="/starlord.png" alt="starlord"></amp-img>
<amp-img src="/falcon.png" alt="falcon"></amp-img>
<amp-img src="/gamora.png" alt="gamora"></amp-img>
<amp-img src="/groot.png" alt="groot"></amp-img>
<amp-img src="/drstrange.png" alt="drstrange"></amp-img>
<amp-img src="/thanos.png" alt="thanos"></amp-img>
<amp-img src="/captainmarvel.png" alt="capmarvel"></amp-img>
</amp-carousel>
</p>
<p>
This is your Computing Trainer Mr Mark Leonard. Currently teaching 1st and 2nd year high school students to learn and explore more about computing. </p>
<p>
Here’s our school website link <a href ="www.dhs.sg"> Dunman High School </a>. </p>
<br>
<p>Class assigment Links : </p>
<br>
<p>
<a href="year1h.html"> Year 1H </a>
</p>
<p>
<a href="year1d.html"> Year 1D </a>
</p>
<br>
</body>
</html>