File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < meta name ="viewport " content ="width=device-width ", initial-scale ="1.0 ">
7+ < title > Personal Portfolio Website</ title >
8+ < link rel ="stylesheet " href ="style.css ">
9+ </ head >
10+ < body >
11+ < div id ="header ">
12+ < div class ="container ">
13+ < nav >
14+ < img src ="Images/logo.jpg " class ="logo ">
15+ < ul >
16+ < li > < a href ="# "> Home</ a > </ li >
17+ < li > < a href ="# "> About</ a > </ li >
18+ < li > < a href ="# "> Services</ a > </ li >
19+ < li > < a href ="# "> Portfolio</ a > </ li >
20+ < li > < a href ="# "> Contact</ a > </ li >
21+ </ ul >
22+ </ nav >
23+ < div class ="header-text ">
24+ < p > UI/UX Designer</ p >
25+ < h1 > Hi, I'm < span > Emmanuel</ span > < br > from Nigeria</ h1 >
26+ </ div >
27+ </ div >
28+ </ div >
29+ </ body >
30+ </ html >
You can’t perform that action at this time.
0 commit comments