Skip to content
Open
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
51 changes: 24 additions & 27 deletions boot.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="bootstrap/dist/css/bootstrap.min.css" />
<!-- <script src="https://kit.fontawesome.com/ccab2e2008.js" crossorigin="anonymous"></script> -->
<script src="./js/myjs.js" type="module"></script>


<style>
body {
Expand Down Expand Up @@ -59,14 +59,11 @@
</head>

<body >
<h1>Samson Onipede</h1>

<nav class="p-3 d-flex justify-content-between bg-white shadow">
<div>
<span class="fas fa-bars naicon mr-3"></span>
<span class="fa fa-youtube text-danger naicon "></span>
<span class="font-weight-bold">Youtube</span>
<span><sup>NG</sup> </span>
</div>



<div class=" w-50 d-none d-md-inline">
<div class="input-group">
Expand Down Expand Up @@ -106,7 +103,7 @@
<p style="font-size: 20px; font-weight: 700; margin-left: 15px; display: inline;">Standard</p>
<i class="material-icons" style="margin-left: 24px;">cast</i>
<i class="material-icons" style="margin-left: 100px;">access_time</i>
</div>
</div>
<div style="height: 75px; width: 324px; font-weight: 700;">
<div style=" text-align: right; ">
<span class="d-block">
Expand All @@ -116,7 +113,7 @@
<span id="first_d" class="d-block h5"></span>
<span id="clear" class="d-block" class="">0</span>
</div>

</div>
<div style="display: flex; justify-content: space-between; padding: 2px 7px;">
<span style="color: rgba(255, 255, 255, 0.5);">MC</span>
Expand Down Expand Up @@ -330,10 +327,10 @@ <h1 id="writ"></h1>
<ul id="ul">

</ul>


https://github.com/tescomatic/classolodos.git


<h1 id="diff" class="text-danger"></h1>
<!-- let a = fetch('https://jsonplaceholder.typicode.com/photos/1').then(response => response.json()) .then(data => { title.innerText = data.title; img.src = data.url console.log(data) }) -->
Expand All @@ -347,7 +344,7 @@ <h1 id="diff" class="text-danger"></h1>
let sent=['My name is Salaudeen Teslim Olamilekan','I am 10 years old','I study at SQI college of ICT']
// for (let index = 0; index < fruits.length; index++) {
// alert(fruits[index])

// }
// fruits.forEach(function(ele,i){
// alert(ele+' '+i)
Expand All @@ -356,7 +353,7 @@ <h1 id="diff" class="text-danger"></h1>
// for (const key in obj) {
// // if (Object.hasOwnProperty.call(object, key)) {
// // const element = object[key];

// // }
// alert(key)
// }
Expand All @@ -367,7 +364,7 @@ <h1 id="diff" class="text-danger"></h1>




let {
log
} = console;
Expand Down Expand Up @@ -399,9 +396,9 @@ <h1 id="diff" class="text-danger"></h1>
w_index=0;
delet()
}

},50);

function delet(){

if (diff.innerHTML=='') {
Expand All @@ -427,11 +424,11 @@ <h1 id="diff" class="text-danger"></h1>













Expand Down Expand Up @@ -472,7 +469,7 @@ <h1 id="diff" class="text-danger"></h1>
}

canfas.onmouseup=function(e){
canDraw=false
canDraw=false
// canfas.removeEventListener('mousemove',function(e){
// alert()
// })
Expand All @@ -489,7 +486,7 @@ <h1 id="diff" class="text-danger"></h1>


function draw(){

let canfas=document.getElementById('canfas');
let ctx=canfas.getContext('2d');
ctx.fillStyle="red";
Expand Down Expand Up @@ -522,25 +519,25 @@ <h1 id="diff" class="text-danger"></h1>
// this.info=function(){
// return `The name is ${this.name}, and the age is ${this.age}`
// }
// }
// }


// class Human{

// constructor(name,age,eyes,legs){


// this.name=name || "HUman"
// this.age=age
// this.eyes=eyes || 2;
// this.legs=legs,

// this.CanWalk=function(){
// return this.legs ==2;

// }



// this.info=function(){
// return `The name is ${this.name}, and the age is ${this.age}`
Expand Down Expand Up @@ -579,7 +576,7 @@ <h1 id="diff" class="text-danger"></h1>

// let states = [{
// state: {
// name: "Abia State",
// name: "Abia State",
// id: 1,
// locals: [{
// name: "Aba South",
Expand Down Expand Up @@ -3904,5 +3901,5 @@ <h1 id="diff" class="text-danger"></h1>
// }
// }

// //
// //
</script>