-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
202 lines (179 loc) · 7.93 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Read the Scaling Institutions with DevOps book to initiate or sustain your digital transformation. Available in English and French.">
<meta name="author" content="Flavien BERWICK" />
<title>Scaling Institutions with DevOps · The Book</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Favicons -->
<link rel="apple-touch-icon" href="./images/book.png" sizes="180x180">
<link rel="icon" href="./images/book.png" sizes="32x32" type="image/png">
<link rel="icon" href="./images/book.png" sizes="16x16" type="image/png">
<link rel="icon" href="./images/book.ico">
<meta name="theme-color" content="#7952b3">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.btn-read {
display: inline-block;
transition: all 0.2s ease-in;
position: relative;
overflow: hidden;
z-index: 1;
color: #5b5b5b;
padding: 0.5em 1.7em;
font-size: 18px;
border-radius: 0.5em;
background: #e8e8e8;
border: 1px solid #e8e8e8;
box-shadow: 6px 6px 12px #c5c5c5,
-6px -6px 12px #ffffff;
}
.btn-read:active {
color: #666;
box-shadow: inset 4px 4px 12px #c5c5c5,
inset -4px -4px 12px #ffffff;
}
.btn-read:before {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%) scaleY(1) scaleX(1.25);
top: 100%;
width: 140%;
height: 180%;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 50%;
display: block;
transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
z-index: -1;
}
.btn-read:after {
content: "";
position: absolute;
left: 55%;
transform: translateX(-50%) scaleY(1) scaleX(1.45);
top: 180%;
width: 160%;
height: 190%;
background-color: #2a2828;
border-radius: 50%;
display: block;
transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
z-index: -1;
}
.btn-read:hover {
color: #ffffff;
border: 1px solid #2a2828;
}
.btn-read:hover:before {
top: -35%;
background-color: #2a2828;
transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.btn-read:hover:after {
top: -45%;
background-color: #2a2828;
transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.btn-read>svg {
height: 30px;
margin-top: -4px;
}
.background {
background-image: url("fra/images/cover_min.png");
background-position: 50% 91%;
background-repeat: no-repeat;
background-size: cover;
}
.blur {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(16px);
color: color;
}
.divflag img {
width: 32px;
}
</style>
</head>
<body>
<main>
<div class="p-md-2 text-center bg-light background">
<div class="col-md-5 p-lg-5 mx-auto my-5 blur">
<h1 class="display-4 fw-normal">Scaling Institutions with DevOps</h1>
<p class="lead fw-normal">The pragmatic decision-makers' guide to understanding and acting.</p>
<a href="https://github.com/flavienbwk/book-devops" target="_blank" title="Contribute on GitHub"><img
src="./images/github.png" height="48px" /></a>
</div>
<div class="product-device shadow-sm d-none d-md-block"></div>
<div class="product-device product-device-2 shadow-sm d-none d-md-block"></div>
</div>
<div class="container">
<div class="row">
<div class="bg-light me-md-3 pt-3 px-3 pt-md-4 px-md-5 text-center overflow-hidden col-md">
<div class="divflag"><img alt="US/UK flag" src="./images/ukus_flag.webp"/></div>
<div class="my-1 p-3">
<p class="lead">Scaling Institutions with DevOps</p>
<span class="pr-2"></span>
<a href="https://www.amazon.com/dp/B0CT8RY844" target="_blank"><img
src="./images/amazon_eng_btn.png" height="48px" /></a>
<a href="https://play.google.com/store/books/details/Flavien_BERWICK_Scaling_Institutions_with_DevOps?id=bxvwEAAAQBAJ" target="_blank" class="p-2"><img
src="./images/play-books.png" height="48px" /></a>
</div>
<div class="my-3 py-1">
<a target="_blank" href="https://www.amazon.com/dp/B0CT8RY844">
<img src="./eng/images/cover_a5_source_thumb.png" width="128px" />
<img src="./eng/images/fourthcover_a5_source_thumb.png" width="128px" />
</a>
</div>
<div class="my-1 py-2">
<a class="btn btn-outline-secondary btn-read" target="_blank"
href="https://book-devops.berwick.fr/eng/index.html">Read now</a>
</div>
</div>
<div class="me-md-3 pt-3 px-3 pt-md-4 px-md-5 text-center overflow-hidden col-md">
<div class="divflag"><img alt="French flag" src="./images/fra_flag.webp"/></div>
<div class="my-1 py-3">
<p class="lead">Le DevOps pour transformer les institutions</p>
<a href="https://www.amazon.fr/dp/B0CKHV5QB7" target="_blank"><img
src="./images/amazon_fra_btn.png" height="48px" /></a>
<a href="https://play.google.com/store/books/details?id=3u_bEAAAQBAJ" target="_blank" class="p-2"><img
src="./images/play-books.png" height="48px" /></a>
</div>
<div class="my-3 py-1">
<a target="_blank" href="https://www.amazon.fr/dp/B0CKHV5QB7">
<img src="./fra/images/cover_a5_source_thumb.png" width="128px" />
<img src="./fra/images/fourthcover_a5_source_thumb.png" width="128px" />
</a>
</div>
<div class="my-1 py-2">
<a class="btn btn-outline-secondary btn-read" target="_blank"
href="https://book-devops.berwick.fr/fra/index.html">Lire maintenant</a>
</div>
</div>
</div>
</div>
</main>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>