This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpress.html
104 lines (89 loc) · 2.84 KB
/
press.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
---
title: Press
layout: post
no_meta_section: true
---
<ul>
<li>
<a href="#in-the-press">{% t press.press_clips.title %}</a>
</li>
<li>
<a href="#press-kit">{% t press.press_kit.title %}</a>
</li>
</ul>
<hr>
<h4 id="in-the-press">{% t press.press_clips.title %}</h4>
<ul class="press-clip-list">
{% for press_clip in site.data.press_clips reversed %}
<li>
{{press_clip.media}} - {{press_clip.date}}<br>
<strong>{{ press_clip.title }}</strong><br>
<a href="{{press_clip.url}}">
{% t press.read_article_link %}
</a>
</li>
{% endfor %}
</ul>
<hr>
<div id="press-kit"></div>
<h2>Just Arrived</h2>
<h4>{% t press.press_kit.title %}</h4>
<p>
<a href="{{ site.full_style_guide_url }}">
<em>{% t press.full_style_guide_link %}</em>
</a>
</p>
<p>
<a rel="nofollow" href="{{"/assets/files/logos.zip" | prepend: site.github.url }}">{% t press.press_pack_zip %}</a>
</p>
<div class="press-logos module--txt-c">
<h2 class="bordered bordered--primary bordered--centered">{% t press.logos.title %}</h2>
<div>
<p class="press-logo">
<img src="{{"/assets/images/press/just-arrived-logo-long.png" | prepend: site.github.url }}" alt="Just Arrived Logo Long">
Just Arrived Logo Long
</p>
<p class="press-logo">
<img src="{{"/assets/images/press/just-arrived-logo-square-with-name-as-text.png" | prepend: site.github.url }}" alt="Just Arrived Logo Square with Name as Text">
Just Arrived Logo Square
</p>
<p class="press-logo">
<img src="{{"/assets/images/press/just-arrived-logo.png" | prepend: site.github.url }}" alt="Just Arrived Logo">
Just Arrived Logo
</p>
<div class="press-logo">
{% include ja_logo_animation.html %}
</div>
</div>
<div class="module--charcoal-bg module--white" style="padding: 1em;">
<h2 class="bordered bordered--primary bordered--centered">{% t press.logos.on_dark %}</h2>
<p class="press-logo">
<img src="{{"/assets/images/press/just-arrived-logo-long-white.png" | prepend: site.github.url }}" alt="Just Arrived Logo Long White">
Just Arrived Logo Long White
</p>
</div>
</div>
<hr>
<section class="
module
module--txt-c
module--padding
module--white
module--black-bg">
<div class="wrap">
<div class="module-content">
<h2 class="bordered bordered--secondary bordered--centered">{% t press.contact.title %}</h2><br>
<div>
<img class="profile-pic" src="{{ "/assets/images/profile-pictures/andreas_konig.jpg" | prepend: site.github.url }}">
<p>
<strong>Andreas König</strong>
<br> CEO
<br>
<a class="txt-link" href="mailto:[email protected]">[email protected]</a>
<br>
<a class="txt-link formatted-number" href="tel:+46733868656">+46 73 386 86 56</a>
</p>
</div>
</div>
</div>
</section>