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
@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": 'kelvinomereshone@gmail.com',
"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>