Skip to content

Instantly share code, notes, and snippets.

View ramanasha's full-sized avatar
💭
🤣😂 nothing

Ramana Kannathasan ramanasha

💭
🤣😂 nothing
View GitHub Profile
@ramanasha
ramanasha / smiley.html
Created July 30, 2018 05:36 — forked from artlung/smiley.html
Make a smiley face using only css+html
<html>
<head>
<title>smiley</title>
<style type="text/css">
body {
font-family: helvetica, sans-serif;
}
div#wrapper {
width: 100px;
padding: 50px;
@ramanasha
ramanasha / gist:bee972453b566e41273034626663d137
Created July 30, 2018 05:34 — 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:
@ramanasha
ramanasha / _ticket-control.js
Created July 16, 2018 09:01 — forked from dmeents/_ticket-control.js
How to create a React.js ticketing system using Redux-Form and a MongoDB
//server/controllers/_ticket-control.js
'use strict';
const Tickets = require('../models/tickets');
//===================
// Create Tickets Route
//===================
exports.createTicket = function(req, res, next) {
@ramanasha
ramanasha / react_samples_list.md
Created July 13, 2018 09:33 — forked from jpalala/react_samples_list.md
React Samples List