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
3 changes: 0 additions & 3 deletions 2020/.vscode/settings.json

This file was deleted.

Empty file removed 2020/JS/participants.md
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
58 changes: 58 additions & 0 deletions 2021/BEGINNERS/WEEK1/Adeagbo David Ewaoluwa/test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang=en>

<head>
<meta charset=utf-8>
<meta name=viewport center=width=device-width, initial scale=1.0>
<title>ABOUT ME</title>
<link rel=stylesheet href=main.css>
</head>

<body style="background-color:rgba(119, 136, 153, 0.521)">
<div class=nav-menu>
<a href=url>Home</a>
<a href=url>Profile</a>
<a href=url>Contact</a>
<a href=url>Portfolio</a>
</div>

<div class=Container>
<section>
<h1 style="font-style: oblique; font-size: x-large; font-family: 'Times New Roman', Times, serif; text-align: center;"><b>MY PROFILE</b></h1>
<hr>
<p style="font-size: large; font-family: Verdana, Geneva, Tahoma, sans-serif; text-align: center; color:darkslategrey;"><b> Hey i'm David, i'm a young lad trying to pursue my dream of being a programmer</b></p>
</section>

<section>
<h2 style="font-size: x-large; font-family: 'Courier New', Courier, monospace; text-align: left;">MY HOBBIES</h2>
<hr>
<ol style="text-align: left; color: darkslategrey; font-family: cursive;">
<li>Gaming</li>
<li>Listening to music </li>
<li>Reading manga</li>
</ol>

<p style="font-size: larger; text-align: left;">Honourable mentions:</p>
<ul style="text-align: left; color: darkslategrey; font-family: cursive;">
<li>Taking a walk</li>
<li>Sleeping</li>
<li>soon coding would be added to the list</li>
</ul>
</section>

<section>
<h3 style="font-size: x-large; font-family: 'Times New Roman', Times, serif; text-align: left; ">Favourites:</h3>
<p style="text-align: left; color: darkslategrey; font-family: fantasy;">Meal: Anything that goes with fried egg <br> Basketball team and player: Golden state warriors and Stephen curry<br> Football team and player: Barcelona and Lionel messi<br> Colour: Sky blue<br> Anime: Hard to decide<br> Anime character: Minato.
</p>



</section>
</div>
<footer>
<p>Author:Adeagbo David</p>
<p><a href=mailto:davidadeagbo99@gmail.com>davidadeagbo99@gmail.com</a></p>
</footer>
</body>

</html>
99 changes: 99 additions & 0 deletions 2021/BEGINNERS/WEEK1/Omiyefa Femi/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!Doctype html>
<html lang="en">
<title>Beginners Frontend</title>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<Link rel="stylesheet" type="text/css" href="main.css">
<!--External Link goes down here-->
<script src="https://kit.fontawesome.com/99021df4e2.js" crossorigin="anonymous"></script>
<!-- Google Font links -->
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
</head>

<body>
<!--Hero section-->
<div id="header">
<nav>
<div class="logo">Drealzeal</div>
<div class="openMenu"><i class="fas fa-bars"></i></div>
<ul class="mainMenu">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Gallery</a></li <li class="closeMenu">
<i class="fas fa-times"></i>
</li>
</ul>
</nav>
<!--About US section-->
<main id="main">
<div id="about-us">
<h1 class="main-head">The Journey of FrontEnd</h1>
<div class="about-writeup">
<h2 class="about-title">The leader in interactive VR</h2>
<p class="about-info"> Founded in 2011, Loopstudios has been producing world-class virtual reality
projects for some of the best companies around the globe. Our award-winning
creations have transformed businesses through digital experiences that bind
to their brand.</p>
</div>
</div>
</main>
<!--float right rounded image-->
<div class="container" style="padding: 25px 50px 75px 100px;">
<p>
<h2>Phillp Bur</h2>
<img src="man.jpg" alt="happy man" style="width: 42px; height: 42px; float: right; border-radius: 50%;">Founded in
2011, Loopstudios has been producing world-class virtual reality
projects for some of the best companies around the globe. Our award-winning
creations have transformed businesses through digital experiences that bind
to their brand.
</p>
</div>
<hr>
<!--float left rounded image-->
<div class="container" style="padding: 25px 50px 75px 100px;">
<p>
<h2>Phillip Bur</h2>
<img src="man.jpg" alt="happy man" style="width: 42px; height: 42px; float: left; border-radius: 50%;">Founded in
2011, Loopstudios has been producing world-class virtual reality
projects for some of the best companies around the globe. Our award-winning
creations have transformed businesses through digital experiences that bind
to their brand.
</p>
</div>
<div class="container" style="padding: 15px 32px;">
<button class="button" style="font-size: 16px;
text-align: center; border-radius: 8px; background-color: #4ca543; border: none; display: inline-block; width: 64px; margin: 0;
position: relative;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);">Next</button>
</div>
<div class="forms">
<h2 class="form" style="text-align: center;">Fill in the form</h2>
<form>
<div>
<form action="/action_page.php">
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">

<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">

<label for="country">Country</label>
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
</select>

<input type="submit" value="Submit">
</form>
</div>
</div>
</body>

</html>
89 changes: 89 additions & 0 deletions 2021/BEGINNERS/WEEK1/Omiyefa Femi/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Josefin Sans", sans-serif;
}

#header {
background-color: cadetblue;
height: 650px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
nav {
background-color: transparent;
color: #000000;
display: flex;
justify-content: space-between;
margin: 0 165px;
padding-top: 64px;
}
nav .mainmenu {
display: flex;
list-style-type: none;
width: 380px;
justify-content: space-between;
align-items: center;
}
nav .mainMenu li a {
display: inline-block;
font-family: "Alata", sans-serif;
text-decoration: none;
color: #000000;
font-size: 15px;
line-height: 25px;
font-weight: normal;
}

nav .mainMenu li a:hover {
text-decoration: underline;
}

nav .openMenu {
cursor: pointer;
font-size: 28px;
line-height: 25px;
display: none;
}

nav .mainMenu .closeMenu {
cursor: pointer;
font-size: 28px;
line-height: 25px;
display: none;
}
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}

input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}

input[type=submit]:hover {
background-color: #45a049;
}

.forms {
border-radius: 5px;
background-color: #c25454;
padding: 25px 50px 70px 100px;
}

Binary file added 2021/BEGINNERS/WEEK1/Omiyefa Femi/man.jpg
Binary file added 2021/BEGINNERS/WEEK1/Omiyefa Femi/restaurant.jpg
Binary file added 2021/BEGINNERS/WEEK1/Omiyefa Femi/simi.png
6 changes: 6 additions & 0 deletions 2021/BEGINNERS/WEEK1/submission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## fullname - Assignment Folder Name - Whatsapp phone number
<<<<<<< HEAD
Adeagbo David Ewaoluwa - Adeagbo David Ewaoluwa - 08111680440
=======
## Omiyefa OLuwafemi - Omiyefa Femi - 08141263376
>>>>>>> upstream/cohort2_beginners
99 changes: 99 additions & 0 deletions 2021/BEGINNERS/WEEK2/ADEAGBO DAVID EWAOLUWA/survey.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang=en>

<head>
<meta charset=utf-8>
<meta name="description" content="Anime satisfaction survey">
<meta name="Keywords" content="anime" , "bestanime", "worstanime">
<meta name="author" content="Dave">
<meta name="viewport" content="width=device-width, initial scale=1.0">
<title>ANIME SURVEY</title>
<link rel=stylesheet href=main.css>
</head>

<body style="background-image: url(minato.jpg); background-repeat: no-repeat; background-position:right bottom; margin-right: 10px; background-attachment: fixed; background-size: 250px;">
<div class=Container>
<section>
<h1 style="text-align: center;"><b>ANIME SATISFACTION SURVEY</b></h1>
<br>
<br>
<br>
<br>

<form action="method" auto complete="on">
<label for="firstname">First Name:</label>
<input type="text" id="firstname" name="" size="30"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;


<label for="lastname">Last Name:</label>
<input type="text" id="lastname" name="" size="30">
<br>
<br>
<br>
<br>

<label for="e-mail">e-mail:</label>
<input type="text" id="e-mail" name="" size="30">
<br>
<br>
<br>
<br> Age:
<input type="number" min="1" max="80">
<br>
<br>
<br>
<br>
<br>

<label for="whendyswa">When did you start watching Anime:</label>
<input type="text" id="whendyswa" name="" size="30">
<br>
<br>
<br>
<br>

<p>Do you like anime:<br> Yes:
<input type="radio" name="yes or no" value=""><br> No:
<input type="radio" name="yes or no" value=""><br>
</p>
<br>
<br>
<br>

<label for="bayw">Best Anime you've watched:</label>
<input type="text" id="bayw" name="" size="30">
<br>
<br>

<label for="wayw">Worst Anime you've watched:</label>
<input type="text" id="wayw" name="" size="30">
<br>
<br>
<br>
<br>
<br> What do you like best about anime
<select>
<option value="please select one">please select one</options>
<option value="Fight scenes">Fight scenes</options>
<option value="Plot twist">Plot twist</options>
<option value="Character development">Character development</options>
<option value="Storyline">Storyline</options>
<option value="Comedy">Comedy</options>
<option value="Facial reactions">Facial reactions</options>
<option value="Deep speeches">Deep speeches</options>
<option value="Others">Others</options>
</select>
<br>
<br>
<br>
<br>
<p>Would you recommend Anime to someone:<br> Yes:
<input type="radio" name="yes or no" value=""><br> No:
<input type="radio" name="yes or no" value=""><br>
</p>
</form>
</section>
</div>
</body>

</html>
2 changes: 2 additions & 0 deletions 2021/BEGINNERS/WEEK2/submission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#fullname - assignment folder name - whatsapp number
ADEAGBO DAVID EWAOLUWA - ADEAGBO DAVID EWAOLUWA - 08111680440
Loading