This repository was archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.html
60 lines (48 loc) · 1.81 KB
/
media.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
---
layout: page
title: Media Kit
permalink: /media/
---
<section id="team">
<h1>Team</h1>
<article class="team-member">
<img src="/img/team-jon.jpg" alt="Photo of Jonathan" />
<h1>Jonathan Webb</h1>
<h2>CEO</h2>
</article>
<article class="team-member">
<img src="/img/team-vicky.jpg" alt="Photo of Victoria" />
<h1>Victoria Bukta</h1>
<h2>CFO</h2>
</article>
<article class="team-member">
<img src="/img/team-spencer.jpg" alt="Photo of Spencer" />
<h1>Spencer Elliott</h1>
<h2>CTO</h2>
</article>
<article class="team-member">
<img src="/img/team-eugene.jpg" alt="Photo of Eugene" />
<h1>Eugene Cheung</h1>
<h2>CCO</h2>
</article>
<article class="team-member">
<img src="/img/team-adam.jpg" alt="Photo of Adam" />
<h1>Adam Gordon</h1>
<h2>VP: Business Development/Sales</h2>
</article>
</section>
<section id="assets">
<h1>Brand assets</h1>
<div id="assets-text">
<h2>Logo assets</h2>
<p>The logo is primarily blue, but there are also full white and full black variants for use on different backgrounds, to ensure optimal contrast.</p>
<img class="logo-samples" src="/img/logo_sample_blue.jpg" alt="Sample of blue logo variant." />
<p>Blue: <a href="/assets/logo_big_blue.eps">EPS</a>, <a href="/assets/logo_big_blue.png">PNG</a></p>
<img class="logo-samples" src="/img/logo_sample_white.jpg" alt="Sample of white logo variant." />
<p>White: <a href="/assets/logo_big_white.eps">EPS</a>, <a href="/assets/logo_big_white.png">PNG</a></p>
<img class="logo-samples" src="/img/logo_sample_black.jpg" alt="Sample of black logo variant." />
<p>Black: <a href="/assets/logo_big_black.eps">EPS</a>, <a href="/assets/logo_big_black.png">PNG</a></p>
<h2>Colour</h2>
<p>Primary blue: <code>#4179a1</code></p>
</div>
</section>