11<!DOCTYPE html>
2- < html >
3-
2+ < html lang ="en ">
43< head >
5- < meta charset ="utf-8 ">
6- < title > Shubham's Personal Site</ title >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Shubham's Personal Site</ title >
7+ < link rel ="stylesheet " href ="style.css ">
78</ head >
8-
99< body >
10- < h1 id ="name "> Shubham Raj</ h1 >
11- < p > < em > Founder of < strong > < a href ="https://www.appbrewery.co/ "> The App Brewery</ a > </ strong > .</ em > </ p >
12- < p > I am an iOS and Web Developer. I love coffee and motorcycles.</ p >
13- < hr >
14- < h3 class ="heading "> Books and Teaching</ h3 >
15- < ul >
16- < li > The Complete iOS App Development Bootcamp</ li >
17- < li > The Complete Web Development Bootcamp</ li >
18- < li > 100 Days of Code - The Complete Python Bootcamp</ li >
19- </ ul >
20- < hr >
21- < h3 class ="heading "> Other Pages</ h3 >
22- < a href ="https://angelabauer.github.io/cv/hobbies.html "> My Hobbies</ a >
23- < a href ="https://angelabauer.github.io/cv/contact-me.html "> Contact Me</ a >
10+ < header >
11+ < h1 id ="name "> Shubham Raj</ h1 >
12+ < p > < em > Founder of < strong > < a href ="https://www.appbrewery.co/ "> The App Brewery</ a > </ strong > .</ em > </ p >
13+ </ header >
14+ < main >
15+ < section >
16+ < h2 > About Me</ h2 >
17+ < p > I am an iOS and Web Developer. I love coffee and motorcycles.</ p >
18+ </ section >
19+ < hr >
20+ < section >
21+ < h2 > Books and Teaching</ h2 >
22+ < ul >
23+ < li > The Complete iOS App Development Bootcamp</ li >
24+ < li > The Complete Web Development Bootcamp</ li >
25+ < li > 100 Days of Code - The Complete Python Bootcamp</ li >
26+ </ ul >
27+ </ section >
28+ < hr >
29+ < section >
30+ < h2 > Other Pages</ h2 >
31+ < ul >
32+ < li > < a href ="https://angelabauer.github.io/cv/hobbies.html "> My Hobbies</ a > </ li >
33+ < li > < a href ="https://angelabauer.github.io/cv/contact-me.html "> Contact Me</ a > </ li >
34+ </ ul >
35+ </ section >
36+ </ main >
37+ < footer >
38+ < p > © 2023 Shubham Raj. All rights reserved.</ p >
39+ </ footer >
2440</ body >
25-
26- </ html >
41+ </ html >
0 commit comments