-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (68 loc) · 3.05 KB
/
index.html
File metadata and controls
73 lines (68 loc) · 3.05 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<title>MagicPage</title>
<meta charset="UTF-8"/>
<meta http-equiv="content-type" content="text/html"/>
<meta http-equiv="default-style" content="MagicPage Styles"/>
<meta http-equiv="refresh" content="180"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="application-name" content="MagicPage"/>
<meta name="author" content="Drew Hainer"/>
<meta name="description" content="A responsive web page template."/>
<meta name="keywords" content="magicpage, magic, page, web, template, responsive, html, css"/>
<link title="MagicPage Styles" rel="stylesheet" type="text/css" href="styles/magicpage.css"/>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"/>
</head>
<body>
<header>
<svg width="100" height="100"><circle cx="50" cy="50" r="40" stroke="white" stroke-width="13" fill="black"/></svg>
<h1 class="main-heading">MagicPage</h1>
</header>
<div class="row">
<div class="box col-2">
<h2 class="box-heading">Description</h2>
<p class="box-text">A responsive web page template.</p>
</div>
<div class="box col-2">
<h2 class="box-heading">Technology</h2>
<p class="box-text">HTML for markup, CSS for styling.</p>
</div>
</div>
<div class="row">
<div class="box col-3">
<h2 class="box-heading">Indigo Sky</h2>
<img class="box-img" src="img/space-1.jpg" alt="Image not Available"/>
</div>
<div class="box col-3">
<h2 class="box-heading">Starry Reflection</h2>
<img class="box-img" src="img/space-2.jpg" alt="Image not Available"/>
</div>
<div class="box col-3">
<h2 class="box-heading">Cosmic Wonder</h2>
<img class="box-img" src="img/space-3.jpg" alt="Image not Available"/>
</div>
</div>
<div class="row">
<div class="box col-4">
<h2 class="box-heading">Emerald Coast</h2>
<img class="box-img" src="img/nature-1.jpg" alt="Image not Available"/>
</div>
<div class="box col-4">
<h2 class="box-heading">Autumn Escape</h2>
<img class="box-img" src="img/nature-2.jpg" alt="Image not Available"/>
</div>
<div class="box col-4">
<h2 class="box-heading">White Winter Path</h2>
<img class="box-img" src="img/nature-3.jpg" alt="Image not Available"/>
</div>
<div class="box col-4">
<h2 class="box-heading">Waterfall of Sapphire</h2>
<img class="box-img" src="img/nature-4.jpg" alt="Image not Available"/>
</div>
</div>
<footer>
<h3 class="copy-heading">© 2023 Drew Hainer</h2>
</footer>
</body>
</html>