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
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2021/BEGINNERS/WEEK1/Okoli Blessing ass/HTML/debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[0122/133537.028:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
63 changes: 63 additions & 0 deletions 2021/BEGINNERS/WEEK1/Okoli Blessing ass/HTML/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me.</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color: rgb(236, 219, 236);">
<div class="container">
<section>
<aside>
<h4 style="color: rgb(231, 84, 231); font-size: 30px;">HI! I'M OKOLI</h4>
<p>My name is Blessing, but well, let's just say I've gotten used to people calling me by my surname- Okoli. I am female. I really do not know so much about myself, but I hope you enjoy the read.❤ </p>
</aside>

<img src="Images/me.jpg" alt="Happy child!" width="250" height="300">


<hr>
<p id="about"> I'm finee. I'm a Biomedical Engineering student in the University of Lagos. I'm also an intending tech sis.</p>
<hr>
<p id="about" > I'm born again, baptised with/in the Holy Ghost (with evidence of speakin in tongues), now crown it all, I'm learning/ living by the Faith that is in Jeseus (the Faithof the Son). Come do am if e easy na. </p>
<hr>
<p id="about" > When I'm tired or need to relieve stress, I make hair wigs or I draw designs for haute couture.
<br> <a href="#"> SEE MY PORTFOLIO </a>
</p>

</section>
<div class="footer">
<p> Copyright © 2021 Okoli Blessing| Built by Me.❤</p>
</div>
</div>
<style>
aside {
width: 50%;
padding-right: 5px;
margin-left: 15px;
padding-top: 40px;
float: right;
font-style: inherit;
}
#about {
background-color: ivory;
text-align: center;
padding: 20px;
font-style: inherit;
}

.footer {
position: fixed;
width: 100%;
bottom: 0;
text-align: center;
}

a {
color:rgb(231, 84, 231) ;
}

</style>
</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 @@
<<<<<<< HEAD
## Okoli Blessing - Okoli Blessing ass - 09035826110
=======
## fullname - Assignment Folder Name - Whatsapp phone number
## Omiyefa OLuwafemi - Omiyefa Femi - 08141263376
## Omiyefa OLuwafemi - Omiyefa Femi - 08141263376
>>>>>>> upstream/cohort2_beginners
209 changes: 209 additions & 0 deletions 2021/BEGINNERS/WEEK2/Okoli Blessing Week2/HTML/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,209 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Survey</title>
<link rel="stylesheet" href="main.css">
</head>
<body style="background-color: rgb(236, 219, 236);">
<h2> Survey on shopping behavior for clothes and clothes fashion.</h2>
<h4>Listed below are statements about shopping behaviour for clothes and about clothing fashions. Please check one box for each statement.</h4>


<form>
<div id="question">
I buy clothes I like, regardless of current fashion.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I buy new fashionlooks only when they are well accepted.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I am not as concerned about fashion as i am concerned about modesty and wearability.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I prefer to buy well-known designer labels than take a chance on something new.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I like clothes that make the most of my figure.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I am confident of my own good taste in clothing.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I resent being told what to wear by so-called fashion experts.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
Wearing good clothes is part of leading the good life.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
What you think of yourself is reflected by what you wear.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I plan my shopping trips carefully.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I like clothesthat emphasize my feminity.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
I shop for coordinated outfits.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
There is somethingwrong with a woman who does'nt care about dressing nicely.
<label class="radio">
<input class="radio-one" type="radio" name="">
<span class="checkmark"></span> Agree
</label>
<label class="radio">
<input class="radio-two" type="radio" name="">
<span class="checkmark"></span> Neither
</label>
<label class="radio">
<input class="radio-three" type="radio" name="">
<span class="checkmark"></span> Disagree
</label><br>
</div>

</form>

<style>

h2{
font-size: 25px;
text-align: center;
}
h4{
font-size: 20px;
text-align: center;
}

#question {
background-color: ivory;
font-size: 18px;
padding: 20px;
font-style: inherit;
line-height: 50px;
}
</style>
</body>
</html>
Empty file.
2 changes: 1 addition & 1 deletion 2021/BEGINNERS/WEEK2/submission.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#fullname - assignment folder name - whatsapp number
# Okoli Blessing - Okoli Blessing ass - 09035826110