Skip to content

Instantly share code, notes, and snippets.

View HaftamuM's full-sized avatar
🏠
Working from home

Haftamu M HaftamuM

🏠
Working from home
View GitHub Profile
@HaftamuM
HaftamuM / index.html
Created February 21, 2023 22:06
Website Construction SVG Animation
<div class="container">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1536.2 755.1" style="enable-background:new 0 0 1536.2 755.1;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E6E7E8;}
.st1{fill:#D1D3D4;}
.st2{fill:#F4F4F4;}
.st3{fill:#BCBEC0;}
.st4{fill:#231F20;}
.st5{fill:#FFFFFF;}
@HaftamuM
HaftamuM / hyper.js
Created July 26, 2022 18:55 — forked from coco-napky/hyper.js
Hyper config for git bash in Windows
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',