Skip to content

Instantly share code, notes, and snippets.

View MboaAbel's full-sized avatar
🖥️
Programming makes me happy, teaching me how to think.

Programmer_Mboa MboaAbel

🖥️
Programming makes me happy, teaching me how to think.
View GitHub Profile
@MboaAbel
MboaAbel / day-and-night-svg-animation.markdown
Created July 11, 2022 20:44
Day and Night - SVG Animation
@MboaAbel
MboaAbel / bongo-cat-codes-2-jamming.markdown
Created July 11, 2022 19:35
Bongo Cat Codes #2 - Jamming
@MboaAbel
MboaAbel / index.html
Created July 11, 2022 19:05
MediaPipe - Hands
<body>
<style>
.square-box {
width: 33%;
height: 0;
padding-top: 33%;
position: absolute;
right: 20px;
top: 20px;
}
@MboaAbel
MboaAbel / index.pug
Created July 5, 2022 19:31
One background for multiple divs
.example
.block
.side.-main
.side.-left
.block
.side.-main
.side.-left
.block
.side.-main
.side.-left
@MboaAbel
MboaAbel / index.html
Created July 5, 2022 19:09
Night on the mountain
<div class="container">
<div class="top">
<div class="upper section"><img class="image image2" src="marc-steenbeke-664660-unsplash.jpg" alt=""></div>
<div class="mid section"><div class="top-title">MOUNTAINS</div>
</div>
<div class="lower section"><img class="image image1" src="marc-steenbeke-664660-unsplash.jpg" alt=""></div>
</div>
<div class="bottom">
<div class="bottom-title">Night on the mountain</div>
<div class="bottom-body">
@MboaAbel
MboaAbel / index.pug
Last active July 5, 2022 15:40
Slanted Hero
header.header
.grid-container
.grid-x.align-middle
.cell.small-6.medium-1
.header-logo
button.header-navOpen
span
span
span
h4 Reeko
@MboaAbel
MboaAbel / index.html
Created July 5, 2022 15:39
Lime Hero
<div class="main">
<div class="content-grid">
<div class="content-grid-title">
<h1>Unlock Life</h1>
</div>
<div class="content-grid__scroll">
<div class="content-grid__sticky">
@MboaAbel
MboaAbel / codepen-challenge-hero.markdown
Created July 5, 2022 15:33
CodePen Challenge: Hero

CodePen Challenge: Hero

CodePen Challenge: April 2020.

THIS WEEK’S CHALLENGE Be a Hero Your challenge: Design a hero component using at least one image.


@MboaAbel
MboaAbel / codepen-challenge-hero.markdown
Created July 5, 2022 15:33
CodePen Challenge: Hero

CodePen Challenge: Hero

CodePen Challenge: April 2020.

THIS WEEK’S CHALLENGE Be a Hero Your challenge: Design a hero component using at least one image.


@MboaAbel
MboaAbel / animated-hero-header-svg-gsap.markdown
Created July 5, 2022 15:32
Animated Hero Header [SVG + GSAP]