Skip to content

Instantly share code, notes, and snippets.

View DominusKelvin's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
Working remotely.

Kelvin Oghenerhoro Omereshone DominusKelvin

๐Ÿ‘จโ€๐Ÿ’ป
Working remotely.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dominuskelvin on github.

  • I am dominuskelvin (https://keybase.io/dominuskelvin) on keybase.

  • I have a public key ASDGCtysgcoZ4QcOEBJ5VuWu1Gg3N6e93ht1qtQtRZY24Qo

@DominusKelvin
DominusKelvin / data_schema.json
Created September 14, 2018 15:58
New database Schema
{
"id": 1,
"primary_contact_name": 'John Doe',
"primary_contact_number: 08102311012,
"primary_contact_email": '[email protected]',
"who_is_this_person": 'Landlord',
"lister_is_primary_contact": Yes,
"bank_details": {
"bank_name": 'First Bank',
"bank_account_number": "2034789056",
@DominusKelvin
DominusKelvin / gist:634236312bceaf79f254d531b6014cf0
Created September 12, 2018 13:45 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
<!DOCTYPE html5>
<html lang:'en'>
<title>This is a test markup</title>
<head>
<meta charset="UTF-8" />
</head>
<body>
<p id="name">Hello Intern</p>
<p id="name">Welcome to your test page</p>
</body>
.udacity-btn:focus, .udacity-btn:hover {
color: #ffffff;
outline: 0;
background-color: #029fcb;
box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
}
/* This is where the magic starts */
.udacity-btn {
color: #ffffff;
padding: 10px 40px;
background-color: #02b3e4;
border-color: transparent;
border-radius: .25rem;
box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
cursor: pointer;
transition: all .3s;
.site-wrapper {
margin-top: 20%;
display: flex;
justify-content: center;
}
<div class="site-wrapper">
<!-- Simple mark-up right? -->
<button class="udacity-btn">I made it!</button>
</div>