-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
147 lines (123 loc) · 5.5 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Isegoria - About Us</title>
<script charset="utf-8" src="src.js">
</script>
<link href="stylere.css" rel="stylesheet" type="text/css">
<style media="screen" type="text/css">
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
</style>
<style media="screen" type="text/css">
@import url('fonts/MuseoSansRounded.css');
</style>
</head>
<body>
<nav id="navbar">
<label>Isegoria<em>Beta</em></label>
<a href="/test/">About Us</a>
<a href="/test/">Details</a>
<button style="margin-left: auto;">Sign In</button>
</nav>
<header>
<div class="container">
<strong>
<h1>Hi, we're Euler's Bridge.</h1>
</strong>
<h2>We're a small software development team based in Melbourne, Australia; focused on introducing brilliant ideas to reality.</h2>
</div>
</header>
<section class="page">
<div class="container">
<h1>Meet the Team</h1>
<p>Currently hiring! Shoot us an email if you're interested.</p>
<hr>
<div class="grid">
<div class="profile">
<img alt="Miguel" src="resources/profiles/miguel.jpg" style="width:128px;height:128px;">
<h3>Miguel Wood<img alt="Australia" src="resources/region/australia.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Co-Founder & CEO</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Alan" src="resources/profiles/alan.jpg" style="width:128px;height:128px;">
<h3>Alan Gao<img alt="China" src="resources/region/china.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Co-Founder & iOS Developer</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Jay" src="resources/profiles/jay.jpg" style="width:128px;height:128px;">
<h3>Jay Lynch<img alt="Australia" src="resources/region/australia.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>CTO</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Drew" src="resources/profiles/drew.jpg" style="width:128px;height:128px;">
<h3>Drew Smith<img alt="UK" src="resources/region/uk.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>UI/UX Designer</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Yikai" src="resources/profiles/yikai.jpg" style="width:128px;height:128px;">
<h3>Yikai Gong<img alt="Australia" src="resources/region/australia.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Back-End and Web Engineer</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Charlie" src="resources/profiles/charlie.jpg" style="width:128px;height:128px;">
<h3>Charlie Eastaugh<img alt="UK" src="resources/region/uk.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Privacy, Ethics & Security Advisor</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Greg" src="resources/profiles/greg.jpg" style="width:128px;height:128px;">
<h3>Greg Newitt<img alt="Australia" src="resources/region/australia.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Co-Founder & Technical Advisor</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="David" src="resources/profiles/david.jpg" style="width:128px;height:128px;">
<h3>David Rivera<img alt="Equador" src="resources/region/equador.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Data & Systems Architect</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Anthony" src="resources/profiles/anthony.jpg" style="width:128px;height:128px;">
<h3>Anthony Quattrone<img alt="Australia" src="resources/region/australia.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Data Scientist</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
<div class="profile">
<img alt="Haobei Zhang" src="resources/profiles/haobei.jpg" style="width:128px;height:128px;">
<h3>Haobei Zhang<img alt="China" src="resources/region/china.png" srcset="resources/region/[email protected] 2x"></h3>
<h5>Financial Planning & Analysis</h5>
<hr>
<p>A brief sentence about the member here, with a followup about their personality, work or general fluff.</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<nav id="links">
<a href="/test/">About Us</a>
<a href="/test/">Legal</a>
<a href="/test/">Support</a>
<a href="/test/">Help</a>
</nav>
<hr>
<p>Euler’s Bridge 2017.</p>
</div>
</footer>
</body>
</html>