Skip to content

Instantly share code, notes, and snippets.

View johnhamelink's full-sized avatar
🔨
Building

John Hamelink johnhamelink

🔨
Building
View GitHub Profile
<div class="modal fade" id="teamModel1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<img class="display" src="http://placehold.it/700x370" alt="">
<div class="row">
<div id="mobile-navigation" class="hidden-sm hidden-md hidden-lg">
<div class="inner">
<ul class="text-uppercase">
<li><a <?php if ($currentPage == "homepage") { echo "class='active'"; } ?> href="index.php">Welcome</a></li>
<li><a <?php if ($currentPage == "team") { echo "class='active'"; } ?> href="the-team.php">About Us</a></li>
<li><a href="https://itunes.apple.com/gb/app/find-a-player/id662978301" target="_blank">Free App Download - IOS</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.findaplayer.letsplay" target="_blank">Free App Download - Android</a></li>
<li><a <?php if ($currentPage == "contact") { echo "class='active'"; } ?> href="contact.php">Get In Touch</a></li>
</ul>
<?php $pageTitle = "Meet The Team"; $currentPage = "team"; include 'shared/html.php'; ?>
<body>
<?php include 'shared/header.php'; ?>
<div id="teamLanding">
<div class="container">
<div class="headline">
<h1 class="">The <span>Team</span></h1>
</div>
def install
(buildpath/"gtest").install resource("gtest")
cd "gtest" do
system "cmake", ".", *std_cmake_args
system "make"
end
system "cmake", "cpp", *std_cmake_args
system "make", "install"
#!/usr/bin/env bash
LIB_PHONE_NUMBER_REPO=https://github.com/googlei18n/libphonenumber.git
LIB_PHONE_NUMBER_REV=master
function log()
{
echo " -> $1"
}
{
"header": {
"Author": "HaaTa (Jacob Alexander) 2015",
"Base": "Blank",
"Date": "2015-09-12",
"Generator": "KIICONF 0.2",
"KLL": "0.3c",
"Layout": "Default",
"Name": "MDErgo1",
"Version": "0.1"
{
"contacts" : [
{
"name" : "A Android Test Account ",
"phone_numbers" : [
],
"importance_score" : 10
},
{
defmodule Api.Repo.Migrations.DeviseCreateSessions do
use Ecto.Migration
def change
create table(:sessions)) do
add :email, :string
add :encrypted_password, :string
add :reset_password_token, :string
add :reset_password_sent_at, :datetime
add :remember_created_at, :datetime
add :sign_in_count, :integer