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 January 28, 2020 07:40 — forked from oauo/index.pug
Footer blobs
div.main
div.footer
div.bubbles
- for (var i = 0; i < 128; i++) //Small numbers looks nice too
div.bubble(style=`--size:${2+Math.random()*4}rem; --distance:${6+Math.random()*4}rem; --position:${-5+Math.random()*110}%; --time:${2+Math.random()*2}s; --delay:${-1*(2+Math.random()*2)}s;`)
div.content
div
div
b Eldew
a(href="#") Secuce
@Slinjez
Slinjez / Google Maps Simple Multiple Marker Example
Last active July 19, 2017 13:29 — forked from parth1020/Google Maps Simple Multiple Marker Example
Google Maps Simple Multiple Marker Example
<!-- Edits by Mwangi Thiga-->
<html>
<head>
<title>Google Maps Multiple Markers</title>
<!--The 'sensor' thing could cause issues, so, -->
<!-- <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>-->
<script src="http://maps.google.com/maps/api/js?key=your api key" type="text/javascript"></script>
<!-- For more on api keys, pay this guy a visit: https://developers.google.com/maps/documentation/javascript/get-api-key -->
</head>