-
Notifications
You must be signed in to change notification settings - Fork 10
/
hybrid.html
65 lines (60 loc) · 1.79 KB
/
hybrid.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Red Hat Tech Exchange 2017 - Dallas</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style type="text/css">
a:link {
text-decoration: underline;
color: #000000;
}
a:visited {
text-decoration: none;
color: #ABC;
}
a:active {
text-decoration: none;
color: #BBC;
}
a:hover {
text-decoration: none;
color: #FFE;
}
body {
background-color: #cc0000
}
.content {
margin: 10px 25px 25px 25px;
color: #ffffff;
font: 18px Verdana, san-serif;
padding 10px;
width: 900 px;
}
footer {
color: #ffffff;
margin: 75px
}
}
</style>
</head>
<body>
<div class="content">
<img src="shadowman.png" alt="Red Hat" />
<h1>Red Hat Global Partner and Technical Enablement</h1>
<h2>Red Hat Tech Exchange 2017 - Dallas</h2>
<hr>
<h3 id=hybrid>Track: Hybrid Cloud Management and Automation</h3>
<h4>Labs</h4>
<ul>
<li><a href="hybrid_cloud_management/labs/lab1/lab_documentation.html">Lab 1: CloudForms Customization</a></li>
</ul>
<ul>
<li><a href="hybrid_cloud_management/labs/lab2/lab_documentation.html">Lab 2: Ansible Tower Cool Features</a></li>
</ul>
<ul>
<li><a href="hybrid_cloud_management/labs/lab3/cf_automation_with_tower.html">Lab 3: Tower and CloudForms Integration</a></li>
</ul>
</div>
</body>
<footer>Copyright ©2017 Red Hat, Inc.</footer>
</html>