Skip to content

Instantly share code, notes, and snippets.

View ang98320's full-sized avatar

Alex Ng ang98320

View GitHub Profile
@ang98320
ang98320 / index.html
Created September 10, 2017 18:23
WeatherMe
<!-- Fonts and FA import -->
<link rel="stylesheet"href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css">
<!-- Title Bar -->
<div class="container-fluid navbar" id="titleBar">
<h1 id = "websiteTitle" class = "titleClass"> WeatherMe </h1>
</div>
@ang98320
ang98320 / index.html
Created September 10, 2017 18:15
QuoteMe
<link rel="stylesheet"href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css">
<!-- Main Background -->
<div class="container-fluid navbar" id="titleBar">
<h1 id = "websiteTitle" class = "titleClass"> QuoteMe </h1>
</div>
<div class="quote-box container-fluid">
@ang98320
ang98320 / index.html
Created September 10, 2017 18:14
StatusMe
<link rel="stylesheet"href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css">
<div>
<h1 id="title"> StatusMe </h1>
</div>
<!-- First Streamer -->
@ang98320
ang98320 / calculateme.markdown
Created September 10, 2017 18:13
CalculateMe
@ang98320
ang98320 / index.html
Created September 10, 2017 18:13
PomodoroMe
<link rel="stylesheet"href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css">
<div class="fluid">
<h1 id="title"> PomodoroMe </h1>
</div>
<div id="timerBox" class="fluid">
Session Length
@ang98320
ang98320 / index.html
Created September 10, 2017 18:12
SimonMe
<link rel="stylesheet"href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css">
<div class="fluid">
<h1 id="title"> SimonMe </h1>
</div>
<div id="startDiv" class="container-fluid">
<a href="#" class="button center" id="start" onclick="document.getElementById('buttonDiv').submit()"> Start </a>
@ang98320
ang98320 / index.html
Created September 10, 2017 18:11
WikiMe
<link rel="stylesheet"href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css">
<!-- Website Header -->
<div class="fluid">
<h1 id="title"> WikiMe </h1>
</div>
@ang98320
ang98320 / index.html
Last active September 10, 2017 18:10
PlayMe
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css">
<div class="fluid">
<h1 id="title"> PlayMe </h1>
</div>
<div id="buttons" class="fluid">
I want to be