-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.html
90 lines (81 loc) · 4.57 KB
/
about.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
<!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>
<!-- 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><a href="form.html">Submit your details</a></li>
<li class="active"><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">
<header>
<div class="col-md-8 col-md-offset-2">
<h1>About</h1>
<h2>This website was founded by <a href="http://www.marianamota.com/about-me/">Mariana Morris</a> and it is run by <a href="http://www.marianamota.com/about-me/">Mariana Morris</a> and <a href="http://www.jimmymorris.co.uk">James Morris</a>. <br />Fancy getting involved? <a href="http://www.marianamota.com/contact/">Get in touch</a>.</h2>
</div>
</header>
<div class="col-md-8 col-md-offset-2 about">
<p>I regularly need to hire freelance designers when things get too busy in the office. Although I have a list of designers I regularly use, it is not always up-to-date or sometimes I need designers that has other skills.</p>
<p>I know this is not a problem I face alone, since I have been asked a few times for recommendations from other agencies and start ups companies.</p>
<p>So, I decided to create this list to make it easier for companies to find design freelancers.</p>
<h3>This website is under development</h3>
<p>This website was built as a Minimal Viable Product. I want to test it to see if it is going to be actually useful to other people before spending more time on it.</p>
<p>Your feedback would be very helpful - <a href="https://github.com/marianamota/oxfordfreelancers/issues">Feedback on Github</a> or <a href="http://www.marianamota.com/contact/">by email</a>.</p>
</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>