-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
47 lines (42 loc) · 1.24 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
<html>
<!-- THIS FILE WAS GENERATED BY A SCRIPT: DO NOT EDIT IT! -->
<head>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
Docker for Education
</title>
</head>
<body>
<div style="text-align:center">
<figure class="logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4e/Docker_%28container_engine%29_logo.svg/1920px-Docker_%28container_engine%29_logo.svg.png" width="20%">
</figure>
</div>
<ul class="menu">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="flask.html">APPLICATIONS</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
</ul>
<h1>
Docker for Education
</h1>
<p>
This is a web site documenting our efforts to use
Docker in educational settings.
</p>
<p>
<a href="https://github.com/gcallah/docker-for-ed/blob/master/documentation/README.md">
Here is our guide to docker
conventions for our projects.</a>
</p>
<p>Source:</p>
<p><a href="http://www.thedevopscourse.com/devops/infra">Infrastructure as Code</a></p>
</body>
</html>