-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
151 lines (129 loc) · 7.9 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
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
148
149
150
151
---
layout: blank
---
<div class="content-block typeset v-home" itemscope itemtype="http://schema.org/LocalBusiness">
<meta itemprop="name" content="{{ site.company.official_name }}">
<meta itemprop="openingHours" content="Mo-Fr 10:00-17:00">
<meta itemprop="hasMap" content="{{ site.company.address.residence.map_link }}">
<meta itemprop="logo" content="{{ 'assets/img/strawberry.png' | absolute_url }}">
<meta itemprop="url" content="{{ '/' | absolute_url }}">
{% include_cached seo/company-image.html %}
{% if site.company.social.twitter %}
<meta itemprop="sameAs" content="https://twitter.com/{{ site.company.social.twitter }}">
{% endif %}
{% if site.company.social.linkedin %}
<meta itemprop="sameAs" content="https://linkedin.com/company/{{ site.company.social.linkedin }}">
{% endif %}
{% if site.company.social.github %}
<meta itemprop="sameAs" content="https://github.com/{{ site.company.social.github }}">
{% endif %}
{% if site.company.social.stackshare %}
<meta itemprop="sameAs" content="https://stackshare.io/{{ site.company.social.stackshare }}">
{% endif %}
<section class="hero hero--vertical" role="banner">
<h1 class="hero__headline">We build software that <i>works</i>.</h1>
<p class="hero__sub">Our team is built upon serious senior-level experts.<br>Think backends, frontends, SPAs and mobile apps; we know what it takes to do it <i>absolutely right.</i></p>
<p class="hero__sub"><a href="{{ '/how-we-work/' | relative_url }}" class="anchor anchor--emphasized">See how we do it</a></p>
</section>
<section class="v-home__portfolio">
<h1 class="splitting-headline anchor-shift" id="projects">
<span class="splitting-headline__fill">Projects</span>
</h1>
{% include portfolio-strip.html %}
</section>
<section class="v-home__blog">
<h1 class="splitting-headline anchor-shift" id="blog">
<span class="splitting-headline__fill">Latest blog posts</span>
</h1>
{% include blog-news.html %}
</section>
<section class="v-home__career">
<h1 class="splitting-headline anchor-shift" id="career">
<span class="splitting-headline__fill">Work with us</span>
</h1>
<div class="v-home__career-content">
<p class="v-home__career-par">Fragaria is a company with some serious software development history. The company is built upon people with <i>real skills</i>. You can be sure to learn a lot. <i>Fast</i>.</p>
<p class="v-home__career-par">Besides developing great software, <i>we like being people too</i>. That's why we value friendship and understanding as our top priorities. Expect a great team full of interesting characters. Beers and parties included.</p>
</div>
<div class="cta-row">
<a class="button nohover" role="button" href="{{ '/work-with-us/' | relative_url }}">Interested in joining us?</a>
</div>
</section>
<section class="v-responsibilities-section u-margin--bottom8">
<h1 class="splitting-headline anchor-shift" id="responsibility">
<span class="splitting-headline__fill">Social responsibility</span>
</h1>
{% include social-responsibility.html %}
</section>
<section class="v-home__company">
<h1 class="splitting-headline anchor-shift" id="get-in-touch">
<span class="splitting-headline__fill">Get in touch</span>
</h1>
<meta itemprop="email" content="{{ site.company.email }}">
<meta itemprop="telephone" content="{{ site.company.phone }}">
<div class="v-home__company-content">
<article class="contact v-home__company-about">
<p class="contact__about">Based in <i>Prague, Czech Republic</i>, we love working with international teams too. Our people love communicating; we are proactive and have no issues speaking English the whole day (if required).</p>
</article>
<article class="contact v-home__company-residence" itemprop="address" itemtype="https://schema.org/PostalAddress" itemscope>
<h1 class="beta">Residence</h1>
<p class="contact__line">{{ site.company.official_name }}</p>
<p class="contact__line" itemprop="streetAddress">{{ site.company.address.residence.line1 }}</p>
<p class="contact__line" itemprop="postalCode">{{ site.company.address.residence.line2 }}</p>
<p class="contact__line" itemprop="addressLocality">{{ site.company.address.residence.line3 }}</p>
<p class="contact__line u-margin--top1" itemprop="telephone">
<a class="anchor anchor--emphasized" href="tel:{{ site.company.phone }}">{{ site.company.phone }}</a>
</p>
<p class="contact__line" itemprop="email">
<a class="anchor anchor--emphasized" href="mailto:{{ site.company.email }}" >{{ site.company.email }}</a>
</p>
<p class="contact__line">
<a class="anchor anchor--emphasized" href="{{ site.company.address.residence.map_link }}" target="_blank" rel="noopener" >Map to our office</a>
</p>
</article>
<article class="contact v-home__company-billing">
<h1 class="beta">Billing</h1>
<p class="contact__line">{{ site.company.official_name }}</p>
<p class="contact__line">{{ site.company.address.billing.line1 }}</p>
<p class="contact__line">{{ site.company.address.billing.line2 }}</p>
<p class="contact__line">{{ site.company.address.billing.line3 }}</p>
<p class="contact__line u-margin--top1">IČO: <span itemprop="identifier">{{ site.company.ico }}</span></p>
<p class="contact__line">DIČ: <span itemprop="taxID">{{ site.company.dic }}</span></p>
<p class="contact__line">Account nr.: {{ site.company.account_nr }}</p>
</article>
<form class="v-home__company-contactform form" action="https://formspree.io/{{ site.company.contact_email }}" method="POST">
<input type="text" name="_gotcha" style="display:none" />
<div class="form__line">
<label class="form-label" for="git-subject">I would like to</label>
<div class="form-control-wrapper form-control-wrapper--select">
<select class="form-control" name="_subject" id="git-subject" required>
<option value="New enquiry">Ask a question</option>
<option value="Work interest">Work with you</option>
</select>
</div>
</div>
<div class="form__line">
<label class="form-label" for="git-name">Full name</label>
<div class="form-control-wrapper">
<input class="form-control" type="text" name="name" id="git-name" required>
</div>
</div>
<div class="form__line">
<label class="form-label" for="git-email">Email</label>
<div class="form-control-wrapper">
<input class="form-control" type="email" name="_replyto" id="git-email" required>
</div>
</div>
<div class="form__line">
<label class="form-label" for="git-message">What is your enquiry?</label>
<div class="form-control-wrapper">
<textarea class="form-control" name="message" id="git-message" required></textarea>
</div>
</div>
<div class="form__submit">
<input type="submit" class="button" value="Send">
</div>
</form>
</div>
</section>
</div>