-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
35 lines (33 loc) · 1.49 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
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<header>
<div class="navbar navbar-light bg-light box-shadow">
<div class="container d-flex justify-content-between">
<a href="/" class="navbar-brand d-flex align-items-center">
<img src="/kool-logo.png" width="200"> <strong>CI/CD</strong>
</a>
</div>
</div>
</header>
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading">Continuous Integration Helpers</h1>
<p class="lead text-muted">Kool.dev brings you a set of helpers for common CI needs.</p>
<p>
<a href="https://kool.dev" class="btn btn-primary my-2">Learn more about Kool.dev</a>
<a href="/laravel/gitlab/" class="btn btn-secondary my-2">Laravel for GitLab CI/CD</a>
</p>
</section>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p>CI Kool.dev is maintained by the <a href="https://kool.dev">Kool.dev</a> team, sponsored by <a href="https://fireworkweb.com">Firework Web</a>, and supported by the community.</p>
</div>
</footer>
</body>
</html>