Skip to content

Instantly share code, notes, and snippets.

View Slinjez's full-sized avatar
🌴
On vacation

Mwangi Thiga Slinjez

🌴
On vacation
View GitHub Profile
@Slinjez
Slinjez / index.pug
Created October 24, 2021 10:17
Responsive infographic/ CSS variables, grid layout
- var data = [
- {
- slist: ['329, 100%, 70%', '337, 99%, 58%'],
- icon: '🍓',
- title: 'gingerbread',
- ptext: 'Cake muffin donut chocolate cake jelly sesame wafer tart pie muffin.'
- },
- {
- slist: ['48, 99%, 58%', '33, 94%, 55%'],
- icon: '🍋',
@Slinjez
Slinjez / index.html
Created February 11, 2023 08:00
Vue Time Comparison
<div id="app">
<svg class="dial" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="150 0 350 600">
<defs>
<clipPath id="clip-path">
<path fill="none" d="M27.7.3h331.7v332.32H27.7z"/>
</clipPath>
<clipPath id="clip-path-2">
<path fill="none" clip-path="url(#clip-path)" d="M28.4.9h.6l-.6.7V.9z"/>
</clipPath>
<clipPath id="clip-path-3">
@Slinjez
Slinjez / functioning-analog-clock.markdown
Created February 11, 2023 08:26
Functioning Analog Clock

Functioning Analog Clock

A fun little CSS and JavaScript clock that tells you the current time.

A Pen by Ian on CodePen.

License.

@Slinjez
Slinjez / in-out-of-focus-text-effect.markdown
Created April 21, 2024 13:26
In/out of focus text effect