-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
33 lines (33 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=2, initial-scale=1.0" />
<title>Noble2008 | Home</title>
</head>
<body>
<h1>My name is Toby-Benjamin, Noble</h1>
<h2>This is my HTML Portfolio Website</h2>
<p>I am learning Web Development from my teacher Mrs. Angela<br/>
I look foward to finishig my present Web Development Bootcamp and hopefully<br>
becoming a fullstack Web Developer</p>
<h3>
<a href="./4.3 HTML Porfolio Project/public/Birthday.html">Birthday Invitation Webpage.</a>
</h3>
<img
src="4.3 HTML Porfolio Project/assets/images/birth site.png"
alt="Birthday Invite Preview"
height="200"
/>
<h3><a href="4.3 HTML Porfolio Project/public/Movie Ranking.html">Movie Ranking Page.</a></h3>
<img
src="./4.3 HTML Porfolio Project/assets/images/Movie.png"
height="200"
alt="Movie Ranking Page"
/>
<h4>
You can also <a href="4.3 HTML Porfolio Project/public/contact.html">Contact Me</a> or See more
<a href="./4.3 HTML Porfolio Project/public/about.html">About Us</a>
</h4>
</body>
</html>