-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpress.html
More file actions
62 lines (61 loc) · 2.04 KB
/
press.html
File metadata and controls
62 lines (61 loc) · 2.04 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
---
layout: page
class: press
header: Press
---
<div class="site-max-width">
<div class="h1" style="margin-bottom: 60px">
<center>Press</center>
</div>
<div class="heading-link">
<b><a href="https://drive.google.com/open?id=1a4UKakV8_kSjKW_L6x-1Tj0PHRcugei9">Contest Photos</a></b>
</div>
<div class="heading">
<b>Articles</b>
</div>
<div class="row">
<div class="column" id="column-articles">
<div class="page-content-custom">
{% for press in site.data.press %}
{% include press_item.html
image=press.image
title=press.title
source=press.source
date=press.date
link=press.link %}
{% endfor %}
</div>
<div class="heading">
<b>Assets</b>
</div>
<div class="heading-link" style="font-size: 20px; font-weight: 380;">
<b><a href="https://create.piktochart.com/output/32220679-press-kit">Press Kit</a></b>
</div>
<div class="heading-link" style="font-size: 20px; font-weight: 380;">
<b><a href="/assets/press_images/infographic.pdf">Infographic</a></b>
</div>
<div class="page-content-custom">
<div class="press-branding">
<div class="press-branding-header h4">
Logo
</div>
<div class="press-branding-image">
<img src="/assets/images/dark_logo_bkg.svg" height="128" alt="Teamscode dark logo" />
<div>Dark logo</div>
<a href="/assets/images/dark_logo_bkg.svg">SVG</a>
</div>
<div class="press-branding-image">
<img src="/assets/images/light_logo_bkg.svg" height="128" alt="Teamscode light logo" />
<div>Light logo</div>
<a href="/assets/images/light_logo_bkg.svg">SVG</a>
</div>
</div>
</div>
</div>
<div class="column" id="column-image">
<img class="press-large-image" src="/assets/press_images/press_image.jpg" />
<br>
<img class="press-large-image" src="/assets/press_images/mihs_team_press_image.JPG" />
</div>
</div>
</div>