-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (56 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Douglas Greyling | WDD 130</title>
<meta name="description" content="Douglas Greyling's WDD 130 portfolio.">
<meta name="author" content="Douglas Greyling">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<header>
<nav>
<a href="#">Home</a>
<a href="wwr/">Rafting Website</a>
<a href="wwr/site-plan-rafting.html">Rafting Site Plan</a>
<a href="https://www.linkedin.com/in/douglas-greyling/">LinkedIn</a>
<a href="https://facebook.com">Facebook</a>
</nav>
</header>
<div class="grid">
<main>
<h1>Douglas Greyling | WDD 130</h1>
<img src="images/profile.jpg" alt="Douglas Greyling" width="200">
<p>
My name is Douglas Greyling. I'm from Durban, South Africa, and I work as a software developer. I enjoy fiddling with software and video games.
<br />
<br />
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nulla, nihil! Lorem, ipsum dolor sit amet consectetur adipisicing elit. Explicabo ad mollitia necessitatibus tempore nostrum asperiores velit vero fuga esse expedita. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequatur pariatur magni nemo sed, molestias laborum sint eos cum! Dolorem, blanditiis! Praesentium id necessitatibus ipsam sequi animi placeat sint consequuntur unde dolor distinctio itaque, recusandae est repudiandae sapiente illum, numquam veniam ea soluta. Reprehenderit, odit? Dicta illo placeat consequuntur quod sequi!
</p>
<ul class="box">
<li>
<a href="https://www.churchofjesuschrist.org/temples/details/durban-south-africa-temple?lang=en" target="_blank">Durban, South Africa Temple</a>
</li>
<li>
<a href="https://www.churchofjesuschrist.org/temples/details/johannesburg-south-africa-temple?lang=eng" target="_blank">Johannesburg, South Africa Temple</a>
</li>
<li>
<a href="https://www.churchofjesuschrist.org/temples/details/preston-england-temple?lang=eng" target="_blank">Preston, England Temple</a>
</li>
</ul>
</main>
<aside class="box">
<h2>South Africa</h2>
<img src="images/flag.webp" alt="South Africa Flag">
<p>South Africa is a country of diverse landscapes, cultures, and histories.</p>
</aside>
</div>
<footer>
<p>
© 2024 Douglas Greyling, Durban, South Africa
</p>
</footer>
</body>
<!-- 2024/05/09 -->
</html>