A Pen by Bolaji Jimoh Adigun on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Have the function | |
ArithGeo(arr) | |
take the array of numbers stored in | |
arr | |
and return the string | |
"Arithmetic" | |
if the sequence follows an arithmetic pattern or return | |
"Geometric" | |
if it follows a geometric pattern. If the sequence doesn't follow either pattern return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Chessboard using Pure CSS and HTML</title> | |
<link rel="stylesheet" href="chess.css" type="text/css"> | |
</head> | |
<body> | |
<table class="chessboard"> | |
<tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width=device-width, initial-scale=1.0"> | |
<title>Score Record for SS2 Students</title> | |
</head> | |
<body> | |
<header id="heading"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width=device-width, initial-scale=1.0"> | |
<title>Score Record for SS2 Students</title> | |
</head> | |
<body> | |
<header id="heading"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en-US"> | |
<head> | |
<title>Zuri Training: Task 7</title> | |
</head> | |
<body> | |
<header> | |
Quiz on Important Facts | |
</header> | |
<sectio> |
A Pen by Bolaji Jimoh Adigun on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Pixel Art Maker!</title> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Monoton"> | |
<link rel="stylesheet" href="styles.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | |
</head> | |
<body> | |
<h1>Lab: Pixel Art Maker</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en-US"> | |
<head> | |
<title>Zuri Training</title> | |
</head> | |
<body> | |
<header>Second Task</header> | |
<h1>Bolaji Jimoh Adigun</h1> | |
<section> | |
<article> I'm a student of University of Lagos and a Software Developer.</article> | |
<article>My goals is to add value to the company and work as a team</article> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Pixel Art Maker!</title> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Monoton"> | |
<link rel="stylesheet" href="styles.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | |
</head> | |
<body> | |
<h1>Lab: Pixel Art Maker</h1> |
NewerOlder