Skip to content

Instantly share code, notes, and snippets.

View tsyogesh40's full-sized avatar

Yogesh T S tsyogesh40

View GitHub Profile
@tsyogesh40
tsyogesh40 / dailyui-login-page.markdown
Created February 7, 2018 04:22
DailyUI Login Page
@tsyogesh40
tsyogesh40 / index.html
Created February 7, 2018 04:30
Login Page
<head>
<meta charset="UTF-8">
<title>Login/Logout animation concept</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Open+Sans'>
@tsyogesh40
tsyogesh40 / absolute-center-login-page-with-bootstrap.markdown
Created February 9, 2018 04:31
Absolute Center Login Page with Bootstrap

Absolute Center Login Page with Bootstrap

Trying to do a absolute center responsive login screen

A Pen by yogesh T S on CodePen.

License.

@tsyogesh40
tsyogesh40 / index.html
Created February 13, 2018 15:15
<Table> Responsive
<h1><span class="blue">&lt;</span>Table<span class="blue">&gt;</span> <span class="yellow">Responsive</pan></h1>
<h2>Created with love by <a href="http://pablogarciafernandez.com" target="_blank">Pablo García Fernández</a></h2>
<table class="container">
<thead>
<tr>
<th><h1>Sites</h1></th>
<th><h1>Views</h1></th>
<th><h1>Clicks</h1></th>
<th><h1>Average</h1></th>
@tsyogesh40
tsyogesh40 / dynamic-js-quiz.markdown
Created February 21, 2018 13:56
Dynamic JS Quiz
@tsyogesh40
tsyogesh40 / 0-startup-overview.md
Created May 11, 2018 01:35 — forked from dideler/0-startup-overview.md
Startup Engineering notes
@tsyogesh40
tsyogesh40 / hg-commands.md
Created July 12, 2018 07:42 — forked from cortesben/hg-commands.md
Mercurial command cheat sheet

Mercurial Commands

Commands Description
hg pull get latest changes like git pull use flags like -u IDK why yet
hg add only for new files
hg commit add changes to commit with -m for message just like git
hg addremove adds new files and removes file not in your file system
hg incoming see changes commited by others
hg outgoing see local commits