-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathform.html
91 lines (82 loc) · 4.17 KB
/
form.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Open+Sans' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<title>Find web and creative freelancers in Oxford</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://oxfreelancers.com/">Find web and creative <span class="accent">freelancers</span> in Oxford</a> </div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">List</a></li>
<li class="active"><a href="form.html">Submit your details</a></li>
<li><a href="about.html">About</a></li>
<li><a href="http://bit.ly/RysqB9"><i class="fa fa-github"></i></a>
<li><a href="http://twitter.com/oxfreelancers"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://eepurl.com/R3lPL"><i class="fa fa-envelope-o"></i></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<header>
<!-- Main component for a primary marketing message or call to action -->
<h1>Submit <span class="accent">your</span> details <br />to our list (it's free)</h1>
<h2>Freelance designers, developers, UXers, copywriters, illustrators…<br/>You don't need to be based in Oxfordshire, but you need to be keen to commute or do remote work to companies based in Oxfordshire.</h2>
</header>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 formcontainer">
<iframe src="https://docs.google.com/forms/d/1XBtVmKiZSjIZm_eoYznImFQ3_ryiLs-NmSR8PD7VxvM/viewform?embedded=true" width="500" height="1350" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-6234347-11', 'oxfreelancers.com');
ga('send', 'pageview');
</script>
</body>
</html>