Skip to content

Commit 6509df0

Browse files
Olivier JauzeOlivier Jauze
authored andcommitted
style: updated css to reduce some padding
1 parent 2135ff9 commit 6509df0

File tree

5 files changed

+45
-125
lines changed

5 files changed

+45
-125
lines changed

landing/_includes/header-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="links row alitems-center">
2-
2+
33
{% for link in site.data.header.links %}
44
<a class="bold mgl-s" href="{{link.url}}">{{link.text}}</a>
55
{% endfor %}

landing/_layouts/home.html

Lines changed: 39 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44

55
<div class="home">
66

7-
<!-- <div class="catchphrase row justc-center alitems-stretch">
8-
<div class="content-wrapper row justc-center alitems-center pd-xl m-column s-pdh-m" style="padding-bottom: 20px">
9-
<div class="catchphrase-text mgl-l column m-mgl-0 m-alitems-center">
10-
11-
</div>
12-
</div>
13-
</div> -->
14-
157
<div class="hero column justc-center alitems-center">
168

179
<div class="content-wrapper row justc-center alitems-center pd-xl m-column s-pdh-m" style="padding-top: 40px">
@@ -37,51 +29,14 @@ <h1 class="hero-title black">{{ page.catchphrase.baseline }}</h1>
3729

3830
</div>
3931

40-
<div class="timeline row justc-center pdv-l">
41-
<div class="timeline-wrapper" >
32+
<div class="justc-center">
4233
{% include google-search.html %}
43-
</div>
44-
45-
<div class="timeline-wrapper">
46-
<div class="mx-auto feature-card">
47-
<div class="row alitems-center">
48-
<div class="timeline-icon -start-3">
49-
<img class="fill-current text-blue-500" src="assets/imgs/calendar.svg" alt="icon">
50-
</div>
51-
<div class="flex-1 ml-4">
52-
<h2 class="text-3xl font-bold pb-8" style="color: rgb(11,29,55)">Events of the Community</h2>
53-
</div>
54-
</div>
55-
<div class="mx-auto alitems-center mt-8">
56-
<ol class="relative border-s border-gray-200 ">
57-
{% for event in page.timeline.events %}
58-
<li class="mb-6 ms-4">
59-
<span class="absolute flex items-center justify-center w-6 h-6 bg-blue-100 rounded-full -start-3 ring-8 ring-white">
60-
<svg class="w-2.5 h-2.5 text-blue-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20">
61-
<path d="M20 4a2 2 0 0 0-2-2h-2V1a1 1 0 0 0-2 0v1h-3V1a1 1 0 0 0-2 0v1H6V1a1 1 0 0 0-2 0v1H2a2 2 0 0 0-2 2v2h20V4ZM0 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8H0v10Zm5-8h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z"/>
62-
</svg>
63-
</span>
64-
65-
<h3 class="flex items-center mb-1 text-lg font-semibold" style="color: rgb(11,29,55); padding-left: 30px;">{{ event.title }}
66-
{% if event.next == true %}
67-
<span class="bg-blue-100 text-blue-600 text-sm font-medium me-2 px-2.5 py-0.5 rounded ms-3">Next</span>
68-
{% endif %}
69-
</h3>
70-
<time class="block mb-1 text-base font-normal leading-none text-gray-700">{{ event.time }}</time>
71-
<p class="block mb-2 text-base font-normal leading-none text-gray-700">{{ event.location}}</p>
72-
{% if event.details %} <p class="mb-1 text-base font-normal text-gray-500">{{ event.details }}</p> {% endif %}
73-
<a class="block no-underline text-blue-600 text-sm font-normal" href="{{ event.url }}">Details →</a>
74-
</li>
75-
{% endfor %}
76-
</ol>
77-
</div>
78-
</div>
79-
</div>
8034
</div>
8135

82-
<div class="features row justc-center pdv-l">
36+
<div class="timeline row justc-center pdv-l">
8337
<div class="content-wrapper column alitems-stretch">
8438

39+
8540
<div class="feature-card column mgb-s alitems-start">
8641
<div class="row alitems-center mgb-xs">
8742
<div class="feature-icon mgr-s">
@@ -127,6 +82,42 @@ <h2 class="large-font bold">{{ feature.title }}</h2>
12782
{% endfor %}
12883
</div>
12984
</div>
85+
</div>
86+
87+
<div class="timeline-wrapper">
88+
<div class="mx-auto feature-card">
89+
<div class="row alitems-center">
90+
<div class="timeline-icon -start-3">
91+
<img class="fill-current text-blue-500" src="assets/imgs/calendar.svg" alt="icon">
92+
</div>
93+
<div class="flex-1 ml-4">
94+
<h2 class="text-3xl font-bold pb-8" style="color: rgb(11,29,55)">Continuous Architecture Community Events</h2>
95+
</div>
96+
</div>
97+
<div class="mx-auto alitems-center mt-8">
98+
<ol class="relative border-s border-gray-200 ">
99+
{% for event in page.timeline.events %}
100+
<li class="mb-6 ms-4">
101+
<span class="absolute flex items-center justify-center w-6 h-6 bg-blue-100 rounded-full -start-3 ring-8 ring-white">
102+
<svg class="w-2.5 h-2.5 text-blue-600" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20">
103+
<path d="M20 4a2 2 0 0 0-2-2h-2V1a1 1 0 0 0-2 0v1h-3V1a1 1 0 0 0-2 0v1H6V1a1 1 0 0 0-2 0v1H2a2 2 0 0 0-2 2v2h20V4ZM0 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8H0v10Zm5-8h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z"/>
104+
</svg>
105+
</span>
106+
107+
<h3 class="flex items-center mb-1 text-lg font-semibold" style="color: rgb(11,29,55); padding-left: 30px;">{{ event.title }}
108+
{% if event.next == true %}
109+
<span class="bg-blue-100 text-blue-600 text-sm font-medium me-2 px-2.5 py-0.5 rounded ms-3">Next</span>
110+
{% endif %}
111+
</h3>
112+
<time class="block mb-1 text-base font-normal leading-none text-gray-700">{{ event.time }}</time>
113+
<p class="block mb-2 text-base font-normal leading-none text-gray-700">{{ event.location}}</p>
114+
{% if event.details %} <p class="mb-1 text-base font-normal text-gray-500">{{ event.details }}</p> {% endif %}
115+
<a class="block no-underline text-blue-600 text-sm font-normal" href="{{ event.url }}">Details →</a>
116+
</li>
117+
{% endfor %}
118+
</ol>
119+
</div>
120+
</div>
130121
</div>
131122
</div>
132123

landing/_sass/styles/_base.scss

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pre {
131131
.content-wrapper {
132132
width: 100%;
133133
max-width: 1500px;
134-
padding: 0 $spacing-unit*2;
134+
padding: 0 $spacing-unit*1;
135135

136136
@include media-query($mobile) {
137137
padding: 0 $spacing-unit;
@@ -521,74 +521,3 @@ pre {
521521
}
522522
}
523523
}
524-
525-
.gsc-control-cse {
526-
background-color: #387deb !important;
527-
border: 0 !important;
528-
padding: 6px 8px 6px 10px !important;
529-
margin: 0px;
530-
border-radius: 2px;
531-
overflow: hidden;
532-
}
533-
form.gsc-search-box,
534-
table.gsc-search-box {
535-
margin-bottom: 0 !important;
536-
}
537-
.gcse-search-box {
538-
border: 0 !important;
539-
background: #387deb !important;
540-
}
541-
.gcse-search-box-tools .gcse-search-box .gcse-input {
542-
padding-right: 0 !important;
543-
}
544-
#gs_tti50 {
545-
padding: 6px 0 !important;
546-
}
547-
#gsc-i-id1 {
548-
color: #000 !important;
549-
text-indent: 0 !important;
550-
font-size: 14px !important;
551-
line-height: 1 !important;
552-
background: none !important;
553-
}
554-
#gsc-i-id1::-webkit-input-placeholder {
555-
color: #000 !important;
556-
}
557-
#gsc-i-id1::-as-input-placeholder {
558-
color: #fff;
559-
}
560-
#gsc-i-id1::-moz-placeholder {
561-
color: #fff;
562-
opacity: 1;
563-
}
564-
#gsc-i-id1::-moz-placeholder {
565-
color: #fff;
566-
opacity: 1;
567-
}
568-
.gsib_b {
569-
display: none !important;
570-
}
571-
.gsc-search-button -v2 {
572-
padding: 7.5px !important;
573-
margin-left: !important;
574-
outline: none !important;
575-
border: !important;
576-
cursor: pointer;
577-
}
578-
.gsc-search-button-v2,gsc-search-button-v2: hover {
579-
cursor: pointer;
580-
}
581-
.gsc-search-button-v2,gsc-search-button-v2: hover {
582-
background-color: transparent !important;
583-
background-image: none !important;
584-
}
585-
.gsc-search-button -v2:focus {
586-
outline: none !important;
587-
box-shadow: none !important;
588-
background-color: transparent !important;
589-
background-image: none !important;
590-
}
591-
.gsc-search-button -v2:focus {
592-
outline: none !important;
593-
box-shadow: none !important;
594-
}

landing/_sass/styles/_layout.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,21 +208,21 @@
208208
.mgr-s { margin-right: $spacing-unit;}
209209
.mgr-m { margin-right: $spacing-unit*2;}
210210
.mgr-l { margin-right: $spacing-unit*3;}
211-
.mgr-xl { margin-right: $spacing-unit*4;}
211+
.mgr-xl { margin-right: $spacing-unit*3;}
212212

213213
.mgb-0 { margin-bottom: 0;}
214214
.mgb-xs { margin-bottom: $spacing-unit/2;}
215215
.mgb-s { margin-bottom: $spacing-unit;}
216216
.mgb-m { margin-bottom: $spacing-unit*2;}
217217
.mgb-l { margin-bottom: $spacing-unit*3;}
218-
.mgb-xl { margin-bottom: $spacing-unit*4;}
218+
.mgb-xl { margin-bottom: $spacing-unit*3;}
219219

220220
.mgl-0 { margin-left: 0;}
221221
.mgl-xs { margin-left: $spacing-unit/2;}
222222
.mgl-s { margin-left: $spacing-unit;}
223223
.mgl-m { margin-left: $spacing-unit*2;}
224224
.mgl-l { margin-left: $spacing-unit*3;}
225-
.mgl-xl { margin-left: $spacing-unit*4;}
225+
.mgl-xl { margin-left: $spacing-unit*3;}
226226

227227
.mgv-xs {margin-top: $spacing-unit/2; margin-bottom: $spacing-unit/2;}
228228
.mgv-s {margin-top: $spacing-unit; margin-bottom: $spacing-unit;}

landing/content/pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ features:
4545
left :
4646
title: "Framework"
4747
text: |-
48-
The tools and kits we have created can be used in isolation or they can work together to help the enterprise change to be more successful. In a **V**olatile, **U**ncertain, **C**omplex or **A**mbiguous world, it is important to bring structure while enabling business and operational agility. The Continuous Architecture Framework (CAF) combines intentional architecture and emergent design to help autonomous teams align around a common purpose and a set of shared Objectives and Key Results (OKRs) while preserving agile teams' autonomy. Team autonomy is a pre-requisite to speed because it reduces coordination activities that slow down teams. On the other hand, when autonomous teams are mis-aligned it increases the risk of delivering poor client and employee experience due to ineffective coordination.
48+
The tools and kits we have created can be used in isolation or they can work together to help the enterprise change to be more successful. In a **V**olatile, **U**ncertain, **C**omplex or **A**mbiguous world, it is important to bring structure while enabling business and operational agility. The Continuous Architecture Framework (CAF) combines intentional architecture and emergent design to help autonomous teams align around a common purpose. Team autonomy is a pre-requisite to speed because it reduces coordination activities that slow down teams. On the other hand, when autonomous teams are mis-aligned it increases the risk of delivering poor client and employee experience due to ineffective coordination.
4949
The CAF helps maintain a healthy balance between autonomy and alignment along the enterprise journey toward an agile @scale operating model. The equation we're proposing is **ALIGNMENT + AUTONOMY > CONTROL**.
5050
icon: assets/imgs/framework-icon.svg
5151
url: /docs/framework/framework.html

0 commit comments

Comments
 (0)