-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 2.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
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/Home/MyPic1.jpeg">
<title>Samuel's Personal Corner</title>
<link rel="stylesheet" href="css/html5reset.css">
<link rel="stylesheet" href="css/newhome.css">
</head>
<body>
<div class="skip"><a href="#about">Skip to Main Content</a></div>
<header>
<div id="sidebar">
<img src="images/Home/MyPic1.jpeg" alt="Samuel Sonoiki">
<div id="sidebarnav">
<a href="#about">About</a>
<a href="#education">Introduction to this Website</a>
<a href="#contact">Contact Me</a>
<a href="resume.pdf" target="_blank">Resume (PDF Link)</a>
</div>
</div>
<nav>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="newpage1.html">Projects</a></li>
<li><a href="newpage2.html">Hobbies</a></li>
</ul>
</nav>
</header>
<main>
<div id="container">
<section id="about">
<h1>About Me</h1>
<p>Welcome to Samuel's Personal Corner, a unique online space where creativity, passion, and expression come together to paint a vivid picture of who I am and what I love. Whether you're a fellow enthusiast or a curious visitor, take a moment to explore and uncover the fascinating world of my projects and hobbies.</p>
</section>
<section id="education">
<h1>Introduction to this Website</h1>
<p>Our journey begins on the Home page, where you'll find a brief introduction, my resume and my contact details.</p>
<p>Next, dive into the <a href = "newpage1.html">Projects Page</a> to discover a comprehensive showcase of my most notable works.</p>
<p>Finally, the <a href = "newpage2.html">Hobbies Page</a> offers a more personal and lighthearted look into my world. Here, you'll find the activities and pastimes that bring joy and balance to my life.</p>
</section>
<section id="contact">
<h1>Contact Me</h1>
<p>Email: [email protected]</p>
<p>Phone: +1 734 881 8780</p>
<p>LinkedIn: <a href = "https://www.linkedin.com/in/samuel-sonoiki-b574aa245">My LinkedIn Page</a> </p>
</section>
</div>
</main>
<footer>
<p>© Samuel Sonoiki Portfolio. All rights reserved.</p>
</footer>
<script src="js/newhome.js"></script>
</body>
</html>