mirror of
https://github.com/apricote/presentations.git
synced 2026-01-13 13:01:03 +00:00
[tf] add terraform presentation
This commit is contained in:
parent
e194238133
commit
c37e4c4095
8 changed files with 648 additions and 82 deletions
71
index.html
71
index.html
|
|
@ -1,38 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Apricotes Presentations</title>
|
||||
</head>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Apricotes Presentations</title>
|
||||
</head>
|
||||
<body id="home">
|
||||
<h1>Apricotes Presentations</h1>
|
||||
<h3>
|
||||
<a href="https://www.meetup.com/JavaScript-Meetup-Bielefeld/"
|
||||
>JavaScript Meetup Bielefeld</a
|
||||
>
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./asyncJs/index.html">#1 Dec 17 - Asynchronous Javascript</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./fpJs/index.html">#2 Feb 18 - Functional Programming</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<body id="home">
|
||||
<h3>
|
||||
<a href="https://www.meetup.com/Cloud-Lab-Bielefeld"
|
||||
>CloudLab Bielefeld</a
|
||||
>
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./cicd/index.html"
|
||||
>#1 July 18 - CI/CD at TrackCode using Jenkins, Helm and Kubernetes</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<h1>Apricotes Presentations</h1>
|
||||
<h3>
|
||||
<a href="https://www.meetup.com/JavaScript-Meetup-Bielefeld/">JavaScript Meetup Bielefeld</a>
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./asyncJs/index.html">#1 Dec 17 - Asynchronous Javascript</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./fpJs/index.html">#2 Feb 18 - Functional Programming</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>
|
||||
<a href="https://www.meetup.com/Cloud-Lab-Bielefeld">CloudLab Bielefeld</a>
|
||||
</h3>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="./cicd/index.html">#1 July 18 - CI/CD at TrackCode using Jenkins, Helm and Kubernetes</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<li>
|
||||
<a href="./terraform/index.html"
|
||||
>#2 March 19 - Terraform - Theory and Practice</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue