<!DOCTYPE html>
<html>
<title>Juliet's HTML Resume: HerTechChoice Week one task</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<body>
<img src="Image.jpg" alt="Juliet Ofoegbu's Image">
<div>
<h2>Juliet Ofoegbu</h2>
<div>
<h3><b>Web Developer</b></h3>
<p><em>A budding web developer skilled in website creation and web app development.</em></p>
<p>Address: Lagos, Nigeria</p>
<p>Email: julieto2001@gmail.com</p>
<p>Tel: (+234) 8184779503</p>
<hr>
</div>
<div>
<h4>SKILLS</h4>
<ul>
<li><strong>Python</strong></li>
<p>90%</P>
<li><strong>HTML</strong></li>
<p>90%</P>
<li><strong>CSS</strong></li>
<p>60%</P>
<li><strong>JavaScript</strong></li>
<p>30%</P>
</ul>
<hr>
<h4>SOFT SKILLS</h4>
<ul>
<li>Communication</li>
<li>Time management</li>
<li>Team work and Team building</li>
<li>Creativity</li>
</ul>
</div>
<hr>
<p>You can connect with me through my social media pages</p>
<a href="https://twitter.com/JulietMesoma?t=tqrjtIoN8SCKJ-D5UmOCjQ&s=09">Twitter</a>
<a href="https://www.linkedin.com/in/julietofoegbu">Linkedin</a>
<a href="https://github.com/JulietOma2001">Github</a>
<hr>
<div class="container">
<form action="/action_page.php">
<div class="row">
<div class="col-25">
<label for="name">Name</label>
</div>
<div class="col-75">
<input type="text" id="name" name="name" placeholder="Your name..">
</div>
</div>
<div class="row">
<div class="col-25">
<label for="email">Email</label>
</div>
<div class="col-75">
<input type="text" id="email" name="email" placeholder="Your email address..">
</div>
</div>
<label>
<p><input type="checkbox" name="subscribe"> <i>Check the box if you would like to get weekly newsletters from Her tech choice</i></p>
</label><br/>
</div>
<hr>
<footer>
<p>Powered by <a href="https://hertechchoice.com/" target="_blank">hertechchoice</a></p>
</footer>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.