-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (81 loc) · 3.33 KB
/
index.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>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Z Combinator, the one and only.">
<script type="text/javascript" src="//use.typekit.net/jwb1hzz.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Z Combinator?</title>
</head>
<body>
<div class="container">
<svg version="1.1" class="svg-logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 640 640" enable-background="new 0 0 640 640" xml:space="preserve">
<rect fill="#F26522" width="640" height="640"/>
<g>
<path fill="#FFFFFF" d="M229.4,158.2h195.8v35.1L282.4,430.6c-7.5,12.5-13.5,21.5-21,33.1c12-0.5,18-0.5,29.5-0.5h136.2l-10.5,35.1H212.8v-31.5l146.7-241.4c6.5-10.5,14.5-23.5,22-33c-9.5,0.5-20.5,0.5-35.6,0.5H217.8L229.4,158.2z"/>
</g>
</svg>
<h1>Z Combinator?</h1>
<div class="content cf">
<p>THE ONE AND ONLY.</p>
<div class="section-divider">
<h2>Partners</h2>
</div>
<ul class="partners cf">
<li>
<div class="pic">
<img src="./images/ben.jpg" width="100%" alt="Ben Alderfer">
</div>
<p class="name">Ben Alderfer</p>
<p>Co-Founder/CEO</p>
</li>
<li>
<div class="pic">
<img src="./images/evan.jpg" width="100%" alt="Evan Walsh">
</div>
<p class="name">Evan Walsh</p>
<p>Co-Founder/CFO</p>
</li>
</ul>
<div class="section-divider">
<h2>Interns</h2>
</div>
<ul class="interns cf">
<li>
<div class="pic">
<img src="./images/rachel.jpg" width="100%" alt="Ben Alderfer">
</div>
<p class="name">Rachel Periera</p>
<p>Procurement</p>
</li>
<li>
<div class="pic">
<img src="./images/rebecca.jpg" width="100%" alt="Evan Walsh">
</div>
<p class="name">Rebecca Buckley</p>
<p>Strategic Development</p>
</li>
<li>
<div class="pic">
<img src="./images/amy.jpg" width="100%" alt="Evan Walsh">
</div>
<p class="name">Amy Kierna</p>
<p>Communications</p>
</li>
</ul>
</div>
<div class="footer">
<p>Copyright © 2014 Z Combinator. All rights reserved.</p>
<svg version="1.1" class="svg-logo svg-logo-sm" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 640 640" enable-background="new 0 0 640 640" xml:space="preserve">
<rect fill="#F26522" width="640" height="640"/>
<g>
<path fill="#FFFFFF" d="M229.4,158.2h195.8v35.1L282.4,430.6c-7.5,12.5-13.5,21.5-21,33.1c12-0.5,18-0.5,29.5-0.5h136.2l-10.5,35.1H212.8v-31.5l146.7-241.4c6.5-10.5,14.5-23.5,22-33c-9.5,0.5-20.5,0.5-35.6,0.5H217.8L229.4,158.2z"/>
</g>
</svg>
</div>
</div>
</body>
</html>