forked from FEWDMaterials/FEWD_Developer_Matchmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (64 loc) · 2.26 KB
/
Copy pathindex.html
File metadata and controls
78 lines (64 loc) · 2.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Oswald:700|Merriweather:700,700italic' rel='stylesheet'type='text/css'>
<link rel="stylesheet" href="app.css">
<title>Startup Matchmaker</title>
</head>
<body>
<div class="border">
<header>
<nav class="new">
<ul>
<a id="yellowletters" href="#" target="_blank" >Startup Matchmaker</a>
<li><a class="whiteletters" href="#" target="_blank" >DEVELOPERS</a></li>
<li> <a class="whiteletters" href="#" target="_blank" >DESIGNERS</a></li>
<li> <a href="#" target="_blank" >How it works</a></li>
<li><a href="#" target="_blank" >Our Team</a> </li>
<li><a href="#" target="_blank" >Blog</a> </li>
</ul>
</nav>
</header>
</div>
<div class="greybox">
<h2>Because two brains <s>taste</s> <span class="underline">are</span> better than one.</h2>
</div>
<div class=wrapper>
<section class="picture-perfect" >
<div class="boxme">
<h2>Meet your Match!</h2>
Have a great idea for a product, but need help making it a reality? We're here to help. Startup matchmaker is the best place for designers and developers to find eachother.
<div id="button" ><a href="#" target="_blank" ><b>CREATE A PROFILE</b></a></div>
</div>
</section>
</div>
<div class="row">
<div class="col4">
<h2>Create a Profile</h2>
Are you a Designer? Developer? Put yourself out there so that others can find you!
<br>
<div class="button" ><a href="#" target="_blank" ><b>SIGN UP NOW</b></a></div>
</div>
<div class="col4">
<h2>Find a Developer</h2>
Looking for a fantastic developer to work with on the next big thing? Look no further.
<br>
<div class="button" ><a href="#" target="_blank" ><b>START YOUR SEARCH</b></a></div>
</div>
<div class="col5">
<h2>Find a Designer</h2>
Need someone who can make a product intuitive and appealing? Get ready.
<br>
<div class="button" ><a href="#" target="_blank" ><b>START YOUR SEARCH</b></a></div>
</div>
</div>
</body>
<footer>
<div>
© 2013 Startup Matchmaker. Made in NY.
</div>
</footer>
</html>