-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (91 loc) · 2.36 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Header and Navbar-->
<header>
<body>
ba
</body>
<nav>
<ul>
<li><a href="home">HOME</a></li>
<li><a href="about">ABOUT</a></li>
<li><a href="work">WORK</a></li>
<li><a href="resume">RESUME</a></li>
<li><a href="contact">CONTACT</a></li>
</ul>
</nav>
</header>
<!--Main Content-->
<main>
<!--Home Section-->
<h1>This Is My Portfolio, Welcome!</h1>
<p>Here is a summary of my work, skills, experiences.</p>
<style>
{
}
</style>
<section>
<!-- About Section-->
<section id="ABOUT">
<h2>About Me</h2>
<p>
I'm a certified web developer, known for being skilled in HTML, CSS and JAVASCRIPT
</p>
</section>
<!-- Work Section-->
<section id="work">
<h2> My Work</h2>
<p>These are some of my works as a web developer</p>
<table>
<tr>
<th>Project</th>
<th>Details</th>
</tr>
<tr>
<td>Web Page for My Portfolio</td>
<td>HTML CSS JAVASCRIPT</td>
</tr>
</table>
<img src="orsrc82431.jpg" alt="My image"
style="width: 500px;"
</section>
<!-- Resume section-->
<section id="resume">
<h2>My Resume</h2>
<p>Here is my resume for download <a href="resume.pdf"></a></p>
<video src="/HFH lovely.mp4" controls autoplay loop></video>
</section>
<!-- Contact Section-->
<section id="contact">
<h2>Reach out to me</h2>
</section>
<form action="accept form">
<label for="name">Overcomer Richard</label>
<style>
</style>
<input type="button" value="overcomerrichard23@gmail.com">
</form>
<h3> You can Follow me</h3>
<li><a href="https://linkdin.com" target="_blank">Twitter</a></li
<li><a href="https://facebook.com" target="_blank">Facebook</a></li>
</section>
<style>
body{
background-image:img src=>"orsrc51319.jpg" alt="" ;
}
</style>
<
</main>
<!-- Footer-->
<footer>
<p>2024 All Rights Reserved</p>
</footer>
</body>
</html>