Skip to content

Commit

Permalink
Added index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
bastantoine committed Jun 8, 2024
1 parent 54f9d18 commit 9acda86
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/.DS_Store
**/*.html
!index.html
**/output/*
46 changes: 46 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Training</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css"
/>
<style>
ul {
list-style: square;
}
li ul {
margin-left: 15px;
}
</style>
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">Trainings</h1>
<p>
Below is the list of trainings I gave during my work. Some of the
slides are in french (<span class="tag is-light">🇫🇷</span>), while
others are in english (<span class="tag is-light">🇬🇧</span>)
</p>
<ul>
<li>
<a href="git-advanced.html">
Git advanced slides <span class="tag is-light">🇬🇧</span>
</a>
</li>
<li>
Gitlab CI <span class="tag is-light">🇫🇷</span>
<ul>
<li><a href="gitlab-ci-jour-1.html">Day 1 slides</a></li>
<li><a href="gitlab-ci-jour-2.html">Day 2 slides</a></li>
</ul>
</li>
</ul>
</div>
</section>
</body>
</html>

0 comments on commit 9acda86

Please sign in to comment.