-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesh.10.get-in-touch.html
More file actions
75 lines (71 loc) · 3.62 KB
/
esh.10.get-in-touch.html
File metadata and controls
75 lines (71 loc) · 3.62 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
63
64
65
66
67
68
69
70
71
72
73
74
75
<!-- BEGIN esh.get-in-touch.html -->
<div id="get-in-touch" class="pb-3"> </div>
<main class="bg-primary text-white py-5">
<section class="container">
<div class="row mb-5 d-md-block">
<div class="col">
<div id="typed-wrap" class="overflow-hidden mx-auto">
<div id="typed-title" class="py-1 text-center">
<div class="buttons">
<div class="button red ms-1 rounded-circle"></div>
<div class="button yellow ms-1 rounded-circle"></div>
<div class="button green ms-1 rounded-circle"></div>
</div>
andrei — -zsh — 40x3
</div>
<div id="typed-body" class="p-2 font-monospace">
$ <span id="typed"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-10 offset-1 col-xl-7 offset-xl-0">
<!-- <h1 class="fw-light">Y Software</h1> -->
<p class="lead">
We ask "why?"<span class="d-none d-md-block"></span>
because software is just a means to an end to us,<span class="d-none d-md-block"></span>
not a goal in itself.
</p>
<p>
We are a product-led software consulting company with a strong background in bootstrapping greenfield products
and development environments, often in the public cloud but not limited to it.
</p>
<p>
We believe tech products and services should focus on the customer and market value, not on the tech stack. We
use time-tested and simple best practices so that your team can have a stronger and more agile product
management.
</p>
<p class="lead text-center">
ex
<a href="https://klarna.com" class="text-white ps-1 ps-md-5"><i class="bi bi-credit-card-fill fs-6"></i> Klarna</a>
<a href="https://cisco.com" class="text-white ps-1 ps-md-5"><i class="bi bi-hdd-network-fill"></i> Cisco</a>
<a href="https://tobii.com" class="text-white ps-1 ps-md-5"><i class="bi bi-eye-fill"></i> Tobii</a>
<a href="https://schibsted.com" class="text-white ps-1 ps-md-5"><i class="bi bi-shop"></i> Schibsted</a>
<a href="https://vend.com" class="text-white ps-1 ps-md-5"><i class="bi bi-shop"></i> Vend</a>
</p>
<p class="text-center">
<a href="https://andreineculau.com" class="btn btn-lg btn-light btn-outline-primary border-light my-2"><i class="bi bi-file-earmark-text-fill"></i> Curriculum Vitae</a>
<!--
<a href="mailto:mejla@ysoftware.se" class="btn btn-lg btn-light btn-outline-primary border-light m-2"><i class="bi bi-envelope-fill"></i> mejla@ysoftware.se</a>
<a href="https://calendly.com/ysoftwareab/25min" class="btn btn-lg btn-light btn-outline-primary border-light m-2"><i class="bi bi-calendar2-week-fill"></i> Book a meeting</a>
-->
</p>
<p class="text-center">
<a href="http://andreineculau.com">andreineculau.com</a> freelanced as Y Software AB 2021-2023
<--
Y Software AB 559342-8674<br>
Saltsjöbaden, Nacka<br>
Godkänd för F-skatt
-->
</p>
</div>
<div class="col-8 offset-2 d-xl-block col-xl-4 offset-xl-1 p-0 border rounded"
style="overflow:hidden; position:relative">
<img src="assets/andrei2.jpeg" loading="lazy" class="d-none d-xl-block" style="width:100%;position:absolute;top:50%;transform:translatey(-50%)">
<img src="assets/andrei2.jpeg" loading="lazy" class="d-block d-xl-none" style="width:101%">
</div>
</div>
</section>
</main>
<!-- END esh.get-in-touch.html -->