-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
57 lines (51 loc) · 2.51 KB
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="img/icon.png">
<title>Stacksity | Welcome</title>
<meta name="description" content="Stacksity is a social network allowing users to submit and vote on content.">
<meta name="keywords" content="Stacksity, stack, stacks, social network, vote, topstack, university" />
<!-- <meta name="author" content="Tyler Han"/>-->
<meta name="distribution" content="global"/>
<meta http-equiv="content-language" content="en-us"/>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<? $page = 3;
include_once "pageheader.php" ?>
<div class="about" style="width: 100%; background-color: #AAA">
<div class="container">
<h1>Contact Us</h1>
</div>
</div>
<div class="container">
<div class="why" style="color: #000">
<h1>Email:</h1>
<p>
</p>
<h1>Phone:</h1>
<p>(+1) 647-608-0840 [Canada]</p>
<h1>Address</h1>
<p>N/A</p>
<h1>Additional Information</h1>
<p>We're mostly a collective group of University and High School students distributed across North America. We'll do our best to respond within 24 hours.</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/signup.js"></script>
</body>
</html>