Skip to content

Instantly share code, notes, and snippets.

View ardejorge66's full-sized avatar
🌶️

ardejorge66

🌶️
View GitHub Profile
@ardejorge66
ardejorge66 / index.html
Created August 22, 2024 18:25
responsive <!-- No Div --> car
<!-- 404 DIV NOT FOUND -->
<!--
No Div Grumpy Old Baby (animation)
https://codepen.io/abxlfazl/pen/xxRqVXa
No div BATMAN (animation)
https://codepen.io/abxlfazl/full/WNwoBjo
@ardejorge66
ardejorge66 / index.html
Created June 14, 2024 15:27
Mario made only with CSS gradients - no JS, no embedded images/data URIs, no external images and using a micro HTML =)
<main class="game">
<div class="game__background"></div>
<div class="game__foreground">
<div class="foreground__mario"></div>
<div class="foreground__ground"></div>
</div>
</main>
@ardejorge66
ardejorge66 / index.html
Created June 14, 2024 15:27
Mario made only with CSS gradients - no JS, no embedded images/data URIs, no external images and using a micro HTML =)
<main class="game">
<div class="game__background"></div>
<div class="game__foreground">
<div class="foreground__mario"></div>
<div class="foreground__ground"></div>
</div>
</main>
<!-- Game canvas -->
<canvas id="c"></canvas>
<!-- Gameplay HUD -->
<div class="hud">
<div class="hud__score">
<div class="score-lbl"></div>
<div class="cube-count-lbl"></div>
</div>
<div class="pause-btn"><div></div></div>
@ardejorge66
ardejorge66 / index.html
Created April 16, 2024 15:09
Valorant Characters Banner
<body>
<header class="header-section-main">
<div class="cursor"></div>
<div class="custom-container">
<div class="header-section-inner">
<div class="header-logo">
<a href="javascript:void(0);">
<img src="https://www.yudiz.com/codepen/valorant-characters/valorant.svg" class="cursor-scale small" alt="valorant-logo" />
</a>
</div>
@ardejorge66
ardejorge66 / index.html
Created April 16, 2024 15:07
React Smooth Section Navigator
<div id="root"></div>
@ardejorge66
ardejorge66 / digibrady-portfolio-static-single-page-app.markdown
Created April 16, 2024 15:03
DigiBrady Portfolio Static Single Page App

DigiBrady Portfolio Static Single Page App

A portfolio single page web application (SPA). It uses Bootstrap for the layout. An attempt was made to make the CSS as simple as possible.

This SPA will support http://www.digibrady.com

A Pen by Bob Brady on CodePen.

License.

@ardejorge66
ardejorge66 / index.html
Created April 16, 2024 15:01
Responsive Image Carousel ( Animation )
<main>
<ul class='slider'>
<li class='item' style="background-image: url('https://cdn.mos.cms.futurecdn.net/dP3N4qnEZ4tCTCLq59iysd.jpg')">
<div class='content'>
<h2 class='title'>"Lossless Youths"</h2>
<p class='description'> Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
</div>
@ardejorge66
ardejorge66 / css-open-store-animation.markdown
Created January 24, 2024 18:38
CSS open store animation