EXERCISE: HTML5 - RESUME

 <!DOCTYPE html>

<html>

<Head>

<Title>My Profile</Title>

<style>

body{background-color: dodgerblue;}

h1{font-size:23.5px;}

h2{font-size: 20px;}

h3{font-size: 17px;}

p{font-size: 15px;}

</style>

</head>

<body> 

<h1>LANCE ANDRE T ANDRADA</h1>

<h1>CONTACT#: 09668967272</h1>

<h1>andradalance@gmail.com</h1>

<h2>SUMMARY</h2>

<p>I would to work in you company I'm lance and I work extensively, balancing every task that you will give to me and willing to take different kinds of risk to contribute skills and future achievements for our company</p>

<h2>EDUCATION BACKROUND</h2>

<h3>SENIOR-HIGHSCHOOL</h3>

<dl><b>

<dt> University of Perpetual Help System Dalta</dt>

<dd>-Year 2016-2018</dd>

</dl>

<h3>COLLEGE

<dl>

<dt>Univeristy of Perpertual Help System Dalta</dt>

<dd>-Year 2018-2022</dd>

</dl>


<h2>EXPERIENCES</h2>

<ul>

<li>Worked as a cafe manager at EastPort Company</li>

<li>Worked as a supporting staff at HexorFilms</li>

<li>Part-timed Coach in voice lessons in Madrid</li>

<h2>SKILLS</h2>

<ul>

<li>hardworking</li>

<li>can work under pressure</li>

<li>easily adapt on working spaces</li>

<li>finishing given task on time</li>

<li>I can cooperate to different types of people</li>

</ul>

<h2>PORTFOLIO LINKS</h2>

<ol>

<li><a href="https://www.facebook.com/Lances-Art-Gallery-100206628526050">Facebook Art Folios</a></li>

<li><a href="https://www.instagram.com/lance_andrada21/?hl=en">Instagram Account</a></li>

<li><a href="https://www.deviantart.com/search?q=NEONCLOUD9">Deviant Art</a></li>

</body>

</html>





 





Comments