Skip to content

Instantly share code, notes, and snippets.

View robynmaya's full-sized avatar

Robyn Maya robynmaya

View GitHub Profile
@robynmaya
robynmaya / index.html
Created February 17, 2018 04:50
KN HTML CSS - 5
<div class="container">
<div class="squirtle">
<div class="head">
<div class="face">
<div class="eye">
</div>
<div class="eye">
</div>
<div class="mouth">
</div>
@robynmaya
robynmaya / index.html
Last active March 6, 2018 04:25
KN - HTML CSS 2
<head>
<title>Koding Ninja</title>
</head>
<body>
<header>
<img src="https://image.ibb.co/guwYSG/koding_ninja.png" alt="koding_ninja" border="0">
<h1>Blog Koding Ninja</h1>
<ul>
<li><a href="#">Tentang Ninja</a></li>
@robynmaya
robynmaya / index.html
Created January 7, 2018 23:34
KN - HTML CSS 1
<head>
<title>Koding Ninja</title>
</head>
<body>
<div>
<img src="https://preview.ibb.co/bEMWgb/Kodingninja_2.png" alt="Koding ninja">
<p>Hi, I am a Ninja! Who Are You?</p>
<input type="name" placeholder="Your name">
<input type="email" placeholder="Your email">
<input type="submit">
@robynmaya
robynmaya / RAILS_CHEATSHEET.md
Created December 23, 2017 06:14 — forked from mdang/RAILS_CHEATSHEET.md
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before