Skip to content

Instantly share code, notes, and snippets.

View Bolajiomo99's full-sized avatar

Bolaji Jimoh Adigun Bolajiomo99

View GitHub Profile
@Bolajiomo99
Bolajiomo99 / ApproachingFibonacci.js
Created March 1, 2024 01:12 — forked from mul14/ApproachingFibonacci.js
Someone give me some coding test on CoderByte. Here are the questions and my answers.
/*
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
@Bolajiomo99
Bolajiomo99 / index.html
Created June 3, 2022 07:18
Zuri Task- 13
<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>
@Bolajiomo99
Bolajiomo99 / index.html
Last active May 28, 2022 03:59
Zuri-Task 9
<!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">
@Bolajiomo99
Bolajiomo99 / index.html
Created May 28, 2022 01:52
Zuri-Task 8
//<!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">
@Bolajiomo99
Bolajiomo99 / index.html
Created May 20, 2022 23:00
Zuri Training: Task 7
<html lang="en-US">
<head>
<title>Zuri Training: Task 7</title>
</head>
<body>
<header>
Quiz on Important Facts
</header>
<sectio>
<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>
@Bolajiomo99
Bolajiomo99 / index.html
Created May 20, 2022 14:22
Zuri Training Task
<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>
@Bolajiomo99
Bolajiomo99 / index.html
Last active June 29, 2018 14:56
PaddNE
<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>