-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyprojects.html
80 lines (74 loc) · 2.8 KB
/
myprojects.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./fontawesome-free-6.2.1-web/css/all.css">
<link rel="stylesheet" href="./myprojects.css">
<link rel="icon" type="image/x-icon" href="./images/IMG_8327.JPG">
<title>My Projects</title>
</head>
<body>
<header>
<div>
<a href="./aboutme.html">
<img src="./images/IMG_8327.JPG" alt="Logo">
</a>
</div>
<nav>
<ul>
<li><a href="./aboutme.html">About Me</a></li>
<li><a href="./home.html">Back Home</a></li>
</ul>
</nav>
</header>
<main>
<div>
<h2>My Projects</h2>
<div class="personal">
<section class="projects">
<h2>Destination Paradise Zanzibar</h2>
<a href="https://yournexttriptoparadise.com/" target="_blank">
<img src="./images/Apple-iMac-24_-localhost.png" alt="Link to Destination Zanzibar Project">
</a>
<p>Status: Ongoing</p>
</section>
<section class="projects">
<h2>Louis Peter Photography</h2>
<a href="https://louisclarencepeter.com" target="_blank">
<img src="./images/Samsung-Smart-TV-louisclarencepeter.com.png" alt="Link to Louis Peter Photography Project">
</a>
<p>Status: Done</p>
</section>
<section class="projects">
<h2>ITL Land Ventures</h2>
<a href="https://itllandventures.com/" target="_blank">
<img src="./images/Galaxy-Fold2-itllandventures.com.png" alt="Link to Real Estate Project">
</a>
<p>Status: Ongoing</p>
</section>
</div>
</div>
<div>
<h2>Group Projects</h2>
<section class="projects">
<h2>Yoga and Meditation</h2>
<a href="https://yoga-and-meditation.netlify.app/" target="_blank">
<img src="./images/Macbook-PRO-16-2021-yoga-and-meditation.netlify.app.png" alt="Link to Yoga and Meditation Project">
</a>
<p>Status: Done</p>
</section>
</div>
</main>
<footer>
<div>
<p>© 2023 Louis Peter</p>
<a href="./impressum.html">Impressum</a>
</div>
<div>
<a href="https://github.com/louisclarencepeter" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</footer>
<script src="./script.js"></script>
</body>
</html>