Ejemplo n.º 1
0
	
	<!-- CSS -->
	<?php 
$isParticipant = true;
if (array_key_exists("t", $_GET)) {
    $t = $_GET['t'];
    if ($t == 4) {
        $isParticipant = false;
    }
}
include "../includes/css.php";
css("signup");
if (!$isParticipant) {
    facebookMeta(4);
} else {
    facebookMeta(3);
}
?>
	
	
</head>
<body id="page-top" class="index hackathon">

	<!-- Navigation -->
	<?php 
include "../includes/nav-simple.php";
nav(true);
?>
	
	
	<section id="signup" class="bg-trianglePurple">
<!DOCTYPE html>
<html>
<head>

	<title>T9Hacks - Sign Up</title>
	
	<meta charset="utf-8">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	
	<!-- CSS -->
	<?php 
include "../includes/css.php";
css("signup");
facebookMeta(1);
?>
	
	
</head>
<body id="page-top" class="index hackathon">

	<!-- Navigation -->
	<?php 
include "../includes/nav-simple.php";
nav(true);
?>
	
	
	<section id="signup" class="bg-trianglePurple">
		<div class="container">
		
Ejemplo n.º 3
0
<!DOCTYPE html>
<html>
<head>

	<title>T9Hacks - Sign Up</title>
	
	<meta charset="utf-8">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	
	<!-- CSS -->
	<?php 
include "../includes/css.php";
css("signup");
facebookMeta(4);
?>
	
	<?php 
// get post data
$numFriends = 0;
// check if post data exists
if (array_key_exists("n", $_GET)) {
    $n = $_GET['n'];
    // check if data is between 0 and 3
    if ($n >= 0 && $n <= 2) {
        $numFriends = $n;
    }
}
// get key
$key = null;
$newReg = true;
Ejemplo n.º 4
0
<!DOCTYPE html>
<html>
<head>

	<title>T9Hacks - Sign Up</title>
	
	<meta charset="utf-8">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	
	<!-- CSS -->
	<?php 
include "includes/css.php";
css("signupStart");
facebookMeta(2);
?>
	
</head>
<body id="page-top" class="index hackathon">

	<!-- Navigation -->
	<?php 
include "includes/nav-simple.php";
nav();
?>
	
	
	<section class="bg-trianglePurple">
		<div class="container">
		
			<div class="row">