Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions 2021/BEGINNERS/WEEK1/Akinleye Haleemat/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>WHO IS HALEEMAH</title>
<style>
h1{
Background-color:purple;
font-size:40px;
text-align:left;
font-family:cursive;
color:white;
height:auto;
width:auto;
}
p{
Font-size:20px;
text-align:left;
font-family:sans-serif;
color:black;
height:auto;
width:auto;
}
img{
width:400px;
height:250px;
}

footer{
background-color:red;
font-size:10px;
text-align:center;
font-family:serif;
color:white;
}
</style>
</head>
<body>
<div>
<p>
<nav>
<a href="Home.html">HOME</a> |
<a href="Career.html">CAREER</a> |
<a href="Contact.html">CONTACT</a> |
</nav>
</p>
<main>
<section>
<img src="Amah1.jpg" alt="Amah">
<h1>Who am I?</h1>
<p>Hi, my name is Haleemah. I am a final year medical student of the College of Medicine, University of Lagos.
<br>
I am a Muslim and my favourite color is purple . I hope to travel the world someday.</p>
</section>
<section>
<h1>Family </h1>
<p>I am the third of four girls. I come from Oyo State, Ibadan to be precise. I have only been there once and i don't really look forward to going there.</p>
</section>
<section>
<h1>Interests and dislikes</h1>
<p> Interests
<ul>
<li>Obstetrics and Gynecology </li>
<li>Tech</li>
<li>DIYs</li>
</ul>
Dislikes
<ol>
<li>Really loud people</li>
<li>Talkatives</li>
<li>Public speaking</li>
</ol>
</p>
</section>
</main>
<hr>
<footer>Akinleye Haleemah Wuraola
<br>haleematwhurahola@gmail.com </footer>
</div>
</body>
</html>
6 changes: 5 additions & 1 deletion 2021/BEGINNERS/WEEK1/submission.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## fullname - Assignment Folder Name - Whatsapp phone number
## Omiyefa OLuwafemi - Omiyefa Femi - 08141263376
<<<<<<< HEAD
Akinleye Haleemat Wuraola - Akinleye Haleemat - 07062812544
=======
## Omiyefa OLuwafemi - Omiyefa Femi - 08141263376
>>>>>>> upstream/cohort2_beginners
85 changes: 85 additions & 0 deletions 2021/BEGINNERS/WEEK2/Akinleye Haleemat/forms.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Cervical cancer Prevention</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
input {
width: auto;
border: 2px solid red;
border-radius:5px ;
background-color: purple;
color: white;
}
</style>
</head>
<body>
<h1>Cervical cancer</h1>
<form>
<label for="Name">Full name</label><br>
<input type="text" id="Surname first" name="Name">
<br>
<label for="Age">Age</label><br>
<input type="number" id="Age" name="Age">
<br>
<p>Gender</p>
<div>
<input type="radio" id="male" name="Gender" value="Male">
<label for="male">Male</label>
<input type="radio" id="Female" name="Gender" value="Female">
<label for="Female">Female</label>
</div>
<label for="Email">Enter email</label><br>
<input type="text" id=Email name="Email">
<p>Ever heard of cervical cancer</p>
<div>
<input type="radio" name="Ever heard of cervical cancer">Yes
<label for="cervical cancer"></label>
<input type="radio" name="Ever heard of cervical cancer">No
<label for="cervical cancer"></label>
</div>
<p>Risk factors for cervical cancer</p>
<div>
<input type="checkbox" id="risk factor1" name="risk factor1" value="Human Papilloma Virus">
<label for="risk factor1">Human Papilloma Virus</label><br>
<input type="checkbox" name="Risk factors">Multiple sexual partners
<br>
<input type="checkbox" name="Risk factors">Smoking
<br>
<input type="checkbox" name="Risk factors">Early sexual activity
<br>
<input type="checkbox" name="Risk factors">Sexually transmitted infections (STI)
</div>
<p>Ever heard of HPV infection</p>
<div>
<input type="radio" name="Ever heard of HPV infection">Yes
<label for=HPV infection></label>
<input type="radio" name="Ever heard of HPV infection">No
<label for=HPV infection></label>
</div>
<p>Do you know that cervical cancer can be prevented</p>
<div>
<input type="radio" name="Do you know that cervical cancer can be prevented">Yes
<label for="cervical cancer prevention"></label>
<input type="radio" name="Do you know that cervical cancer can be prevented">No
<label for="cervical cancer prevention"></label>
</div>
<p>Ever heard of HPV vaccine</p>
<div>
<input type="radio" name="Ever heard of HPV vaccine">Yes
<label for="HPV vaccine"></label>
<input type="radio" name="Ever heard of HPV vaccine">No
<label for="HPV vaccine"></label>
</div>
<p>Would you be willing to take the vaccine</p>
<input type="radio" name="Would you be willing to take the vaccine">Yes
<label for="vaccine willingness"></label>
<input type="radio" name="Would you be willing to take the vaccine">No
<label for="vaccine willingness"></label>
<input type="radio" name="Would you be willing to take the vaccine">Not sure
<label for="vaccine willingness"></label><br>
<input type="submit" value="Submit Here">
</form>
</body>
</html>
1 change: 1 addition & 0 deletions 2021/BEGINNERS/WEEK2/submission.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#fullname - assignment folder name - whatsapp number
Akinleye Haleemat - Akinleye Haleemat- 07062812544