Skip to content

Instantly share code, notes, and snippets.

View kondasMajid's full-sized avatar
💻
Focus

@codejack kondasMajid

💻
Focus
  • TMT | MakersPlace | Digital Web Builders
  • West Africa - Ghana
  • 12:28 (UTC -12:00)
View GitHub Profile
@kondasMajid
kondasMajid / index.html
Created November 14, 2018 08:27
saveBookMark
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
@kondasMajid
kondasMajid / index.pug
Created February 24, 2018 08:20
Random Quote Generator
doctype html
html(lang="en")
head
title Quote of the Day
body
.container
#inner-container
p(style='text-align:center; color:#fff') Welcome to my Random Quote
p#showQuotes Life isn’t about getting and having, it’s about giving and being. -- Kevin Kruse
#btn