-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
237 lines (212 loc) · 9.08 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!doctype html>
<html lang="en" data-theme="light" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8"/>
<title>Drupal and DevOps | DrevOps</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="color-scheme" content="light dark"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="description" content="DrevOps is an open-source ecosystem of utilities and templates for fast and reliable Drupal website development"/>
<meta name="keywords" content="Drupal, DevOps, Automation, Quality Assurance, Open Source, Documentation"/>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"/>
<link rel="stylesheet" href="css/styles.css"/>
<style>
:root:not([data-theme=dark]),
[data-theme=light] {
--pico-mark-gradient: linear-gradient(to right, #84266d, #6f3985, #5d409a, #43489d);
}
</style>
</head>
<body>
<header>
<div class="container">
<a aria-label="DrevOps homepage" href="/">
<img src="img/drevops_logo_horiz_black.png" alt="DrevOps logo" class="logo">
</a>
<nav>
<ul>
<li><a href="/vortex">Vortex</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="container">
<div class="hero text-center">
<hgroup>
<h1>
<mark>Drupal and DevOps</mark>
</h1>
<p>We provide <strong>Drupal</strong> and <strong>DevOps</strong> services<br/> using an open-source ecosystem<br/>for <strong>fast</strong> and <strong>reliable</strong> Drupal website development</p>
</hgroup>
</div>
</section>
<section class="container">
<div class="grid grid-2">
<article>
<h3>Drupal</h3>
<p>We do Drupal. Any size, any complexity. Consistently.</p>
<p>Leverage our expertise to enhance your projects.</p>
</article>
<article>
<h3>Quality. Assured</h3>
<p>Your "mission critical" is our responsibility.</p>
<p>Automated tests for every feature we deliver: Unit, Functional, Integration, Visual Regression.</p>
</article>
<article>
<h3>Migrate</h3>
<p>Your source site can be anywhere.</p>
<p>We plan, implement, run, validate and report on migrations. Automatically and vigilantly.</p>
</article>
<article>
<h3>Automate</h3>
<p>Increase your team velocity with automated builds.</p>
<p>Let the machines do what they do best.</p>
</article>
</div>
</section>
<section class="container">
<div class="hero text-center">
<hgroup>
<h2>Embrace the
<mark>Power of Realiability</mark>
</h2>
<p>A strong Drupal development practice thrives on <strong>simplicity</strong> and <strong>ease of maintenance</strong></p></hgroup>
</hgroup>
</div>
</section>
<section class="container">
<div class="grid">
<article>
<h3>Vortex</h3>
<p>We believe that the best Drupal practices should be shared through code. Maintained and tested.</p>
<p>That is why we created Vortex - Drupal project template that you can use for your new and existing sites.</p>
<p><a href="https://github.com/drevops/vortex">See the code
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon-arrow-right">
<g class="head">
<path d="M10 16L14 12"></path>
<path d="M10 8L14 12"></path>
</g>
<path class="line" d="M0 12H14"></path>
</svg>
</a></p>
</article>
<article>
<h3>Documentation</h3>
<p>Your team deserves more than a note in the README file.</p>
<p>We maintain a go-to documentation that describes the stack, the workflows and tooling. All in one place.</p>
<p><a href="https://vortex.drevops.com/">Read the docs
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon-arrow-right">
<g class="head">
<path d="M10 16L14 12"></path>
<path d="M10 8L14 12"></path>
</g>
<path class="line" d="M0 12H14"></path>
</svg>
</a></p>
</article>
<article>
<h3>Open source at core</h3>
<p>We are strong believers in staying open and transparent in everything we do.</p>
<p>So we develop, maintain and use products using open-source technologies.</p>
<p><a href="https://github.com/drevops">See what we do
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon-arrow-right">
<g class="head">
<path d="M10 16L14 12"></path>
<path d="M10 8L14 12"></path>
</g>
<path class="line" d="M0 12H14"></path>
</svg>
</a></p>
</article>
</div>
</section>
<section class="container">
<div class="hero text-center">
<hgroup>
<h2>Advance with
<mark>Our Expertise</mark>
</h2>
<p>We help teams by eliminating roadblocks that slow them down</p>
</hgroup>
</div>
</section>
<section class="container">
<div class="grid grid-3-small">
<article>
<h3>Technical leadership</h3>
</article>
<article>
<h3>Lifecycle support</h3>
</article>
<article>
<h3>Agile optimisation</h3>
</article>
<article>
<h3>Custom integrations</h3>
</article>
<article>
<h3>DevSecOps</h3>
</article>
<article>
<h3>Advisory<br/>and consulting</h3>
</article>
</div>
</section>
<section class="container">
<div class="hero hero-small text-center">
<a role="button" class="primary" href="#contact">
<svg height="24px" width="30px" viewBox="0 -3 32 32" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
<path d="M29.000,22.000 L3.000,22.000 C1.346,22.000 -0.000,20.654 -0.000,19.000 L-0.000,3.000 C-0.000,1.346 1.346,-0.000 3.000,-0.000 L29.000,-0.000 C30.654,-0.000 32.000,1.346 32.000,3.000 L32.000,19.000 C32.000,20.654 30.654,22.000 29.000,22.000 ZM3.000,20.000 L29.000,20.000 C29.551,20.000 30.000,19.552 30.000,19.000 L30.000,3.317 L16.651,14.759 C16.463,14.920 16.232,15.000 16.000,15.000 C15.768,15.000 15.537,14.920 15.349,14.759 L2.000,3.317 L2.000,19.000 C2.000,19.552 2.449,20.000 3.000,20.000 ZM28.464,2.000 L3.536,2.000 L16.000,12.683 L28.464,2.000 Z"/>
</svg>
Get in touch with us today</a>
</div>
</section>
</main>
<footer>
<hr>
<div class="container">
<p class="copy"><small>©2024 DrevOps®</small></p>
<nav>
<ul>
<li><a href="/vortex">Vortex</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<hr>
<div class="container">
<p><small>DrevOps® is located on the traditional lands of the Wurundjeri-willam people of the Kulin Nation. We pay our respects to Elders both past and present and recognise Aboriginal and Torres Strait Islander people as the Traditional Custodians of the land.</small></p>
</div>
</footer>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LCQ5CZ3H3W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script>
<script src="https://formspree.io/js/formbutton-v1.min.js" defer></script>
<script src="js/contact.js"></script>
</body>
</html>