-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (61 loc) · 2.72 KB
/
index.html
File metadata and controls
69 lines (61 loc) · 2.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment </title>
<link rel="stylesheet" href="style.css"
</head>
<body>
<!-- This is the body -->
<header>
<nav>
<ul>
<!--This is a list-->
<li><a href="#">HOME</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#"> PROJECTS</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">TESTIMONIALS</a></li>
<li><a href="#">GET IN TOUCH</a></li>
</ul>
</nav>
</header>
<section>
<h2>ABOUT ME</h2>
</section>
<article>
<p>My name is <em>OYEDELE EMMANUEL.</em> A software engineer, proficient in <strong>HTML, CSS & JavaScript.
</strong> I design websites that captures users attention and also retain them. Below are <mark>some</mark> projects I have designed. </p>
</article>
<link rel="stylesheet" href="style.css">
<h3>PROJECTS</h3>
<table>
<tr>
<th><h4>NAME</h4></th>
<th><h4>DESCRIPTION</h4></th>
<th><h4>TECHNOLOGIES</h4></th>
</tr>
<tr>
<td>SEPTA</td>
<td>TECH SCHOOL</td>
<td> HTML, CSS & JAVASCRIPT</td>
</tr>
</table>
<br
<form action="submit_form.php" method="post">
<label for="username">Username:</label>
<input type="text" id="username" name="username">
<br
<label for="password">Password:</label>
<input type="text" id="password" name="password">
<br>
<br>
<textarea name="message" rows="4" cols="50">Project Details</textarea> <br>
<button type="submit">Submit</button>
</form> <br>
<img src="C:\Users\oyede\Downloads\image (1).jpg" alt="portfolio website" width="500" height="500"><br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31717.760817200484!2d3.4020720406045557!3d6.429992133994619!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x103bf52dc0328169%3A0x7885a1a33689a576!2sVictoria%20Island%2C%20Lagos%20106104%2C%20Lagos!5e0!3m2!1sen!2sng!4v1745501866856!5m2!1sen!2sng" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</body>
</html>