Skip to content

Instantly share code, notes, and snippets.

View jourdan-jobox's full-sized avatar

Jourdan Bul-lalayao jourdan-jobox

View GitHub Profile
@jourdan-jobox
jourdan-jobox / conversation.ts
Last active January 24, 2018 12:15
An Ionic 2 example of how to place your page's content above the Keyboard.
import { Platform } from 'ionic-angular';
import { Keyboard } from 'ionic-native';
import { Subscription } from 'Rxjs/rx';
@Component({
selector: 'page-conversation',
templateUrl: 'conversation.html'
})
export class ConversationPage {
@ViewChild(Content) content: Content;
@jourdan-jobox
jourdan-jobox / my-aesthetic-ui.md
Last active October 1, 2016 02:53
Jobox My Aesthetic UI 💕 Project

My Aesthetic UI 💕

Project

Write the HTML and CSS necessary to build the UI for two pages (seen below).

Dashboard Page

Dashboard UI

@jourdan-jobox
jourdan-jobox / friends-list-production.md
Last active September 24, 2016 20:17
Jobox Friends List Project (Release Candidate)

Friends List (Release Candidate)

Project

Following the first Friends List project, further build on top of your original solution with the guidelines below, under the assumption that you will hypothetically be submitting a GitHub pull request for code review and production release.

Details

Make the following modifications in your first project:

@jourdan-jobox
jourdan-jobox / friends-list.md
Last active September 15, 2016 15:04
Jobox Friends List Project

Friends List

Project

Build an Ionic 2 iOS application that allows a user to create a Friends List by manually adding friends, family, or interesting people.

Details

There will be 5 pages total:

  1. Welcome/Sign Up Page
  2. Dashboard Page