by oran c
github.com/wisehackermonkey
20210115
Ubiquity Robotics Downloads recommend using etcher to flash images onto SD cards. (No Title)
background: #222; | |
color: #bada55; | |
font-size: 100px; | |
background: url('https://bit.ly/3ne3gaQ') 0 0; | |
animation: blinker 1s linear infinite; | |
opacity: 0; | |
/* blink { | |
animation: blinker 0.6s linear infinite; | |
color: #1c87c9; | |
} |
by oran c
github.com/wisehackermonkey
20210115
Ubiquity Robotics Downloads recommend using etcher to flash images onto SD cards. (No Title)
{ | |
"meta": { | |
"theme": "spartan" | |
}, | |
"basics": { | |
"name": "Gerardo Russel", | |
"label": "Software Engineer", | |
"email": "[email protected]", | |
"phone": "(555) 123-4567", | |
"summary": "Experienced software engineer with a passion for developing innovative solutions and a track record of delivering high-quality projects on time.", |
/*Helper functions | |
By Wisemonkey | |
github.com/wisehackermonkey | |
08/03/17 | |
libraray of function | |
for easy that i use all the | |
time |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Hackerman - Certified Badass</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> | |
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> | |
<style> | |
body { |