Skip to content

Commit c49e6a5

Browse files
home, contact & services style
1 parent e710e49 commit c49e6a5

File tree

5 files changed

+116
-90
lines changed

5 files changed

+116
-90
lines changed

_layouts/v2_page_layout.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ <h2 class="service-title">
2727
{{ section.title }}
2828
</h2>
2929
<div class="mt-2"><p class="m-0 text-center">{{ section.summary }}</p></div>
30+
{%if section.section.images %}
31+
<div class="feature-images">
32+
{% for image in section.section.images%}
33+
<img src="/{{image.url}}" alt="{{image.name}}"/>
34+
{% endfor %}
35+
36+
</div>
37+
{% endif %}
3038
</div>
3139
</div>
3240
</div>
@@ -68,14 +76,7 @@ <h4>{{feature.name}}</h4>
6876
{% if section.cta_text%}
6977
<a class="section-cta-btn" href="{{section.cta_link}}" >{{section.cta_text}}</a>
7078
{% endif %}
71-
{%if section.section.images %}
72-
<div class="feature-images">
73-
{% for image in section.section.images%}
74-
<img src="/{{image.url}}" alt="{{image.name}}"/>
75-
{% endfor %}
76-
77-
</div>
78-
{% endif %}
79+
7980
</ul>
8081
{% endif %}
8182
{%if section.section.image %}

_sass/components/_page.scss

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ p{
346346
font-size: 1.3rem;
347347
margin: 5px;
348348
}
349+
p{
350+
padding-left: 0.5rem;
351+
}
349352
li>a{
350353
font-size: 1.2rem;
351354
}
@@ -355,6 +358,7 @@ p{
355358
@media (max-width: 600px) {
356359
.strip,.content-list-item{
357360
height: 40%;
361+
padding: 1.5em 0.2em 1em !important;
358362
}
359363
.images-items,.list-items,.image-items,.list-bulletpoint-items{
360364
min-height: 60%;
@@ -382,7 +386,9 @@ p{
382386
background-color: inherit;
383387
div{
384388
width: 100%;
385-
389+
@include media-breakpoint-down(sm){
390+
padding: 0 !important;
391+
}
386392
}
387393
// div{
388394
// margin-left: auto !important;
@@ -474,6 +480,36 @@ p{
474480
}
475481
}
476482
}
483+
.feature-images{
484+
margin-top: 3em;
485+
display: flex;
486+
gap: 0.7em;
487+
img{
488+
width: 4em;
489+
margin: 0;
490+
border-radius: 12px;
491+
}
492+
@media (min-width:992px) and (max-width:1612px) {
493+
img{
494+
width: 3.4em !important;
495+
}
496+
}
497+
498+
@media (min-width:600px ) and (max-width:992px) {
499+
margin-top: 2em;
500+
gap: 0.5em;
501+
img{
502+
width: 3em !important;
503+
}
504+
}
505+
@media (max-width:600px) {
506+
margin-top: 1em;
507+
gap: 0.3em;
508+
img{
509+
width: 2em;
510+
}
511+
}
512+
}
477513
.list-items{
478514
margin: 0;
479515
padding: 0;
@@ -512,6 +548,7 @@ p{
512548
margin-top: 0.5rem;
513549
margin-bottom: 0;
514550
font-size: 2.2rem ;
551+
padding-left: 1rem;
515552
}
516553
a{
517554
font-size: 1.8rem;
@@ -538,26 +575,7 @@ p{
538575
padding-top: 0;
539576
}
540577
}
541-
.feature-images{
542-
display: flex;
543-
gap: 0.7em;
544-
img{
545-
width: 4em;
546-
margin: 0;
547-
}
548-
@media (min-width:600px ) and (max-width:992px) {
549-
gap: 0.5em;
550-
img{
551-
width: 3em !important;
552-
}
553-
}
554-
@media (max-width:600px) {
555-
gap: 0.3em;
556-
img{
557-
width: 2em;
558-
}
559-
}
560-
}
578+
561579
}
562580

563581
.teams-items{

_sass/components/monitor.scss

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ a {
258258
display: flex;
259259
flex-direction: column;
260260
align-items: center;
261-
background: var(--v2-background-primary);
261+
background: #333333;
262262
border-radius: 0.5rem;
263263

264264
&.off #crt {
@@ -443,17 +443,24 @@ body.fullscreen #crt {
443443

444444
.enter-button {
445445
display: inline-block;
446-
padding: 1.5rem 3rem;
446+
margin-top: 1rem;
447+
padding: 1rem;
447448
background-color: var(--v2-background-primary);
448449
border: 2px solid var(--v2-background-primary);
449-
border-radius: 5px;
450+
border-radius: 50%;
450451
font-family: "Arial", sans-serif;
451452
font-size: 18px;
452453
text-align: center;
453454
color: white;
454455
font-weight: bold;
455456
cursor: pointer;
456457
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
458+
@media (max-width:992px) {
459+
svg{
460+
height: 2rem !important;
461+
width: 2rem !important;
462+
}
463+
}
457464
}
458465
.enter-button:active {
459466
box-shadow: none;

v2/company.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ intro_image_hide_on_mobile: false
77
caption: "Culture = Code."
88
description: "Discover the passionate team committed to your success."
99
sections:
10-
- title: "Culture = Code."
10+
- title: "Creative Destruction in Software Engineering"
1111
featured: true
1212
summary: ""
1313
caption: "Discover the passionate team committed to your success."
@@ -16,18 +16,18 @@ sections:
1616
class: "split-container"
1717
feature_type: "list"
1818
features:
19-
- name: ""
20-
description: "Our ethos: Old school craft, Open-source software, to deliver on platform, data & AI challenges of today"
19+
- name: "Intersectional expertise is a super power"
20+
description: "Being T-shaped around the flux of evolving technologies is extremely rare and allows us to deliver orders of magnitude more value."
2121
class: "text-start"
22-
- name: " "
22+
- name: "Teaching, practicing, sharing"
2323
class: "text-start"
24-
description: "Our mission: Creative destruction in software engineering."
25-
- name: ""
24+
description: "Being a 100% practitioner driven setup, allows us to build highly artisanal guilds with real mastery over craft. Teaching (the community) and sharing (OSS/libre) reinforces this culture."
25+
- name: "Seek simplicty & elegance, relentlessly"
2626
class: "text-start"
27-
description: "Teaching & thought leadership"
28-
- name: ""
27+
description: "Complexity is a disease. We (often) operate in a contrasting world of super-reductionist concretions and needless abstractions. Navigating this requires a principled approach, while understanding boundaries of the domain."
28+
- name: "Keep it flat. Stay lean, stay young"
2929
class: "text-start"
30-
description: "Seek simplicity"
30+
description: "No delusions of building or scaling factories. No bulking & cutting cycles. A pursuit of achieving the highest level of skill attainable in a given context."
3131
- title: "Leadership team"
3232
featured: true
3333
weight: 1

v2/index.md

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,35 @@ sections:
2424
</div>
2525
</div>
2626
</section>
27+
- title: "We have a unique thesis on what it takes to scale platform-led products."
28+
featured: true
29+
weight: 3
30+
summary: ""
31+
image: "../images/icons/automation.png"
32+
caption: "Automated deployment and scaling."
33+
hash: "scale-platform-led-products"
34+
section:
35+
class: "split-container"
36+
feature_type: "list"
37+
features:
38+
- name: "Building on great platform primitives"
39+
class: "text-left"
40+
# link:
41+
# name: "→ The most interesting infrastructure companies"
42+
# url: "/blog/platform-engineering-manifesto/"
43+
description: "Specialize deeply on ubiquitous distributed systems interfaces(such as Apache Kafka, Kubernetes, PostgreSQL, Temporal and more). These are the building blocks."
44+
- name: "Lean-operations"
45+
class: "text-left"
46+
# link:
47+
# name: "→ A leaderless future (of streaming)"
48+
# url: "/blog/a-leaderless-future-kafka-streaming/"
49+
description: "Create highly skilled, “one-pizza” teams to build & operate platforms that extract common cross-cutting concerns."
50+
- name: "A minimum viable level of self-service."
51+
class: "text-left"
52+
# link:
53+
# name: "→ Real-time for prime-time"
54+
# url: "/blog/real-time-data-prime-time/"
55+
description: "First class DevX, Human augmented AI and well governed, secure foundational tooling (for just about everything)"
2756
- title: Our field expertise here is unparalleled.
2857
featured: false
2958
summary: ""
@@ -68,36 +97,6 @@ sections:
6897
url: "../images/v2/expertise/duckdb.png"
6998
- name: "Kubernetes"
7099
url: "../images/v2/expertise/kubernetes.png"
71-
- title: "We have a unique thesis on what it takes to scale platform-led products."
72-
featured: true
73-
weight: 3
74-
summary: ""
75-
image: "../images/icons/automation.png"
76-
caption: "Automated deployment and scaling."
77-
hash: "scale-platform-led-products"
78-
section:
79-
class: "split-container"
80-
feature_type: "list"
81-
features:
82-
- name: "Building on great platform primitives"
83-
class: "text-left"
84-
# link:
85-
# name: "→ The most interesting infrastructure companies"
86-
# url: "/blog/platform-engineering-manifesto/"
87-
description: "Specialize deeply on ubiquitous distributed systems interfaces(such as Apache Kafka, Kubernetes, PostgreSQL, Temporal and more). These are the building blocks."
88-
- name: "Lean-operations"
89-
class: "text-left"
90-
# link:
91-
# name: "→ A leaderless future (of streaming)"
92-
# url: "/blog/a-leaderless-future-kafka-streaming/"
93-
description: "Create highly skilled, “one-pizza” teams to build & operate platforms that extract common cross-cutting concerns."
94-
- name: "A minimum viable level of self-service."
95-
class: "text-left"
96-
# link:
97-
# name: "→ Real-time for prime-time"
98-
# url: "/blog/real-time-data-prime-time/"
99-
description: "First class DevX, Human augmented AI and well governed, secure foundational tooling (for just about everything)"
100-
101100
- title: "Partnerships (without partisanship)"
102101
featured: true
103102
weight: 2
@@ -185,7 +184,7 @@ sections:
185184
---
186185

187186

188-
<div id="splash-screen" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #ffffff; z-index: 9999;">
187+
<div id="splash-screen" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0d1926; z-index: 9999;">
189188
<div class="home-banner-container">
190189
<div id="monitor" class="theme-green">
191190
<div id="screen">
@@ -194,27 +193,28 @@ sections:
194193
<div class="terminal">
195194
### booting platformatory
196195

197-
[ 0.000000] Platformatory kernel version 1.0.0 (gcc 10.3.0)
198-
[ 0.000001] Command line: BOOT_IMAGE=/boot/vmlinuz-1.0.0-generic root=UUID=platformatory ro quiet splash vt.handoff=7
199-
[ 0.000002] initializing subsys: culture, 10x engineering, and more
200-
[ 0.000003] initializing ordered polyglot stack: golang, rust, python, javascript, lua, c++, jvm (ugh)
201-
[ 0.000004] starting platform stack v 4.2.....
202-
[ 0.000005] initializing cloud-native and hybrid environments: metal, aws, gcp, azure, k8s
203-
[ 0.000006] initializing distributed streaming subsystems: kafka, redpanda, flink, kstreams
204-
[ 0.000007] initializing data infra lite: duckdb, rocksdb, adf (and more)
205-
[ 0.000008] initializing data infra at large: hudi, delta lake, trino (and more)
206-
[ 0.000008] initializing networking & connectivity stack: envoy, kong (and more)
207-
[ 0.000009] initializing more MAD landscape: vector databases, RAG, real-time features, time series forecasting (not exhaustive)
208-
[ 0.000010] spawning our inner daemons: oss, community
209-
[ 1.234567] fast init done. do whatever to continue
210-
211-
platformatory 20.24 LTS lifeuniverseandeverything tty1
212-
213-
guest@platformatory:~$
196+
[ 0.000000] Platformatory kernel version 1.0.0 (gcc 10.3.0)
197+
[ 0.000001] Command line: BOOT_IMAGE=/boot/vmlinuz-1.0.0-generic root=UUID=platformatory ro quiet splash vt.handoff=7
198+
[ 0.000002] initializing subsys: culture, 10x engineering, and more
199+
[ 0.000003] initializing ordered polyglot stack: golang, rust, python, javascript, lua, c++, jvm (ugh)
200+
[ 0.000004] starting platform stack v 4.2.....
201+
[ 0.000005] initializing cloud-native and hybrid environments: metal, aws, gcp, azure, k8s
202+
[ 0.000006] initializing distributed streaming subsystems: kafka, redpanda, flink, kstreams
203+
[ 0.000007] initializing data infra lite: duckdb, rocksdb, adf (and more)
204+
[ 0.000008] initializing data infra at large: hudi, delta lake, trino (and more)
205+
[ 0.000008] initializing networking & connectivity stack: envoy, kong (and more)
206+
[ 0.000009] initializing more MAD landscape: vector databases, RAG, real-time features, time series forecasting (not exhaustive)
207+
[ 0.000010] spawning our inner daemons: oss, community
208+
[ 1.234567] fast init done. do whatever to continue
209+
210+
platformatory 20.24 LTS lifeuniverseandeverything tty1
211+
212+
guest@platformatory:~$
214213
</div>
215214
</div>
216215
</div>
216+
<button class="enter-button" onclick="hideSplashScreen()"><svg height="4rem" width="4rem" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 30.143 30.143" xml:space="preserve" fill="#ffffff" stroke="#ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path style="fill:#ffffff;" d="M20.034,2.357v3.824c3.482,1.798,5.869,5.427,5.869,9.619c0,5.98-4.848,10.83-10.828,10.83 c-5.982,0-10.832-4.85-10.832-10.83c0-3.844,2.012-7.215,5.029-9.136V2.689C4.245,4.918,0.731,9.945,0.731,15.801 c0,7.921,6.42,14.342,14.34,14.342c7.924,0,14.342-6.421,14.342-14.342C29.412,9.624,25.501,4.379,20.034,2.357z"></path> <path style="fill:#ffffff;" d="M14.795,17.652c1.576,0,1.736-0.931,1.736-2.076V2.08c0-1.148-0.16-2.08-1.736-2.08 c-1.57,0-1.732,0.932-1.732,2.08v13.496C13.062,16.722,13.225,17.652,14.795,17.652z"></path> </g> </g></svg></button>
217217
</div>
218-
<button class="enter-button" onclick="hideSplashScreen()">Enter</button>
218+
219219
</div>
220220
</div>

0 commit comments

Comments
 (0)