Skip to content

Instantly share code, notes, and snippets.

View Sande3p's full-sized avatar
👻
...

Sandeep Sande3p

👻
...
View GitHub Profile
@Sande3p
Sande3p / cloudSettings
Last active December 23, 2018 11:14
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-12-23T11:14:03.613Z","extensionVersion":"v3.2.4"}
```
body{
margin: 0;
padding: 0;
}
.header {
background-color: #262628;
width: 100%;
height: 60px;
<ion-header class="glass top-header">
<ion-toolbar>
<a class="header-link">myTravel</a>
<ion-buttons end>
<a ion-button class="btn-ico profile spaced"
(click)="openNav('profile')"></a>
<a ion-button class="btn-ico settings spaced"
(click)="openNav('settings')"></a>
<a ion-button class="btn-ico help"></a>
</ion-buttons>
import * as ui from 'sansux/ui';
//styles
import css from '../app/css/styles';
class AccountStatement extends Component {
render() {
return (
<ScrollView style={css.screen}>
@Sande3p
Sande3p / 0_reuse_code.js
Created May 14, 2016 20:58
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Sande3p
Sande3p / A-Pen-by-Sandeep.markdown
Last active December 26, 2015 09:39
A Pen by Sandeep.