Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completed my first assignment #168

Open
wants to merge 2 commits into
base: cohort2_beginners
Choose a base branch
from
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
78 changes: 78 additions & 0 deletions 2021/BEGINNERS/WEEK1/MaryamAwesu/bio.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/*--
*{
background-color: white;
font-family: 'Times New Roman', Times, serif;
}
--*/

.main{
background-color: lightblue;
margin: 10px;
}

h1, h2 {
margin: 10px;
padding: 20px;
font-size: 30px;
text-decoration: underline;
text-align: center;
}

section > ul{
font-size: 18px;
line-height: 170%;
text-align: ;
}

.article{
background-color: lightseagreen;
margin: 10px;
font-size: 19px;
letter-spacing: 0.3px;
line-height: 150%;

}
/*--
h2{
padding: 5px;
}
--*/

h3, h4{
margin:10px ;
padding: 5px;
}

p{
margin: 5px;
padding: 5px;
font-size: 18px;
}

.contact{
background-color: darkcyan;
color: whitesmoke;
margin: 10px;
font-size: 18px;
line-height: 100%;
}

.contact > p{
padding: 10px;
}

li a{
color: brown;
}

footer{
text-align: center;
margin: 10px;
padding: 3px;
background-color: darksalmon;
color: white;
}

p a{
color: purple;
}
65 changes: 65 additions & 0 deletions 2021/BEGINNERS/WEEK1/MaryamAwesu/bio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Bio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8" />
<meta http-equiv="x-UA-Compatible" content="ie-edge">
<link rel="stylesheet" href="C:\Users\HP\bio.css" type="text/css">

</head>
<body>
<main>
<section class="main">
<h1>INTRODUCTION</h1>
<ul type="circle">
<li>Name: Maryam Oriyomi Awesu</li>
<li>D.O.B:</li>
<li>Age:</li>
<li>Level:300</li>
<li>Faculty:Law</li>
<li>Nationality: Nigerian</li>
<li>Occupation: Student</li>
</ul>
</section>
</main>

<hr>
<article>
<section class="article">
<h2>BIOGRAPHY</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus expedita ipsa enim omnis corporis. Debitis dicta consectetur assumenda praesentium maxime eos eligendi recusandae, in soluta asperiores. Optio neque hic doloremque.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus unde, quos molestiae ea repudiandae cum consequatur eaque corporis? Ut soluta placeat labore. Excepturi ipsam dolorem nemo blanditiis numquam veritatis odio.</p>
<h3>Likes</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam aliquid dolores harum, maiores expedita odio incidunt totam obcaecati amet corrupti suscipit, odit facere facilis aut veritatis consectetur? Pariatur, doloribus molestiae!</p>
<h4>Skills</h4>
<ol>
<li>Coding</li>
<li>Web Surfing</li>
<li>Content Creation</li>
</ol>
</section>
</article>
<hr>

<section class="contact">
<p> You can contact Maryam through the following media:
<ul>
<li><a href="https://instagram.com/the_mahryam"><p>Instagram</p></a> </li>
<li><a href="https://twitter.com/maryamcodes"><p>Twitter</p></a></li>
<li>Facebook: Maryam Oriyomi Awesu</li>
<br>
<li>Whatsapp&Telegram: +2348169671012</li>
</ul>
</p>
</section>

<footer>
&copy; Law_Dev Copyright 2021
<p>Author: Maryam Awesu</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</footer>

</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
## Maryam Awesu -MaryamAwesu - 08169671012
=======
## fullname - Assignment Folder Name - Whatsapp phone number
## Omiyefa OLuwafemi - Omiyefa Femi - 08141263376
## Omiyefa OLuwafemi - Omiyefa Femi - 08141263376
>>>>>>> upstream/cohort2_beginners
80 changes: 80 additions & 0 deletions 2021/BEGINNERS/WEEK2/Maryam Awesu/bioform.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
}

p, footer{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 18px;
}

header > p > a{
color: crimson;
text-decoration: none;
}

#form{
margin: 20px;
padding: 25px;
border: 3px solid grey;
border-radius: 10px;
text-align: center;
background-color: burlywood;
}

.content{
text-align: center;
padding: 15px;
}

label{
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
margin: 25px 25px;
}

.first, .last{
font-weight: bold;
}

#fname, #sname, #mail{
width: 40%;
}

#feedback{
width: 50%;
padding: 25px 50px 75px;
}
input{
margin-bottom: 10px;
font-size: 11pt;
padding: 15px 10px 10px;
border: 1px solid #114a64;
background-color: #efefef;
border-radius: 5px;
}

#submit{
background-color: #127027;
padding: 12px 45px;
border-radius: 5px;
cursor: pointer;
color: #ffffff;
border: none;
outline: none;
margin: 0;
font-weight: bold;
}

#submit:hover {
background-color: #2f3a11;
}

footer{
text-align: center;
}

footer> p> a{
color: crimson;
text-decoration: none;
}
52 changes: 52 additions & 0 deletions 2021/BEGINNERS/WEEK2/Maryam Awesu/bioform.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bio form</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="descrption" content="my bio form">
<meta name="author" content="Law-Dev">
<link rel="stylesheet" href="C:\Users\X1\OneDrive\Documents\bioform.css" type="text/css">
</head>
<body>
<header>
<h2>Hi, Welcome! </h2>
<p>You are welcome to Maryam's contact box. Feel free to ask me any question and drop your suggestions and feedbacks in the box provided below.
I love forward to hearing from you. Bye!
</p>
<p>Here's a link to my bio<a href="C:\Users\X1\OneDrive\Documents\bio.html"> My Bio </a></p>
</header>
<fieldset id="form">

<!--Form starts-->
<form action="/action_page.php" class="content">
<label for="fname" class="first"> First name </label>
<br>
<input type="text" id="fname" name="fname" placeholder="First name">
<br>
<label for="sname" class="last"> Last name </label>
<br>
<input type="text" id="sname" name="sname" placeholder="Last name">
<br>
<label for="mail"> Join my mail list </label>
<br>
<input type="email" id="mail" name="mail" placeholder="Your email address">
<br>
<label for="feedback"> Do you have any questions for me? Any suggestions? Feel free to shoot </label>
<br>
<input type="text" id="feedback" name="feedback">
<br>
<br>
<input type="button" value="submit" id="submit" >
</form>
<!--Form ends-->

</fieldset>

<footer>
&copy; Law_Dev Copyright 2021
<p> Author: Maryam Awesu</p>
<p><a href="mailto:[email protected]">Gmail</a></p>
</footer>
</body>
</html>