-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhome.html
More file actions
60 lines (56 loc) · 2.57 KB
/
Copy pathhome.html
File metadata and controls
60 lines (56 loc) · 2.57 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to My Page</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="bg-light">
<div class="container">
<main role="main" class="pb-3">
<h1 class="display-4">Welcome to Red Hat OpenShift</h1>
<p>The Developer Sandbox allows you get free access to an OpenShift cluster for 30 days. Learn Kubernetes,
experiment with microservics, or build a Proof of Concept for your organization.</p>
<p>Explore the following technologies and concepts using the Developer Sandbox Learning Paths we've created:</p>
<div class="card-group">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="/static/images/ST-serverless_large.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Activity</h5>
<p class="card-text">Create an OpenShift Serverless function</p>
<a href="https://developers.redhat.com/developer-sandbox/activities/create-openshift-serverless-function"
class="btn btn-primary">Take me there</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="/static/images/petclinic-card.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Activity</h5>
<p>Deploy a Java Application on Kubernetes in minutes</p>
<a href="https://developers.redhat.com/developer-sandbox/activities/how-to-deploy-java-application-in-kubernetes"
class="btn btn-primary">Take me there</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="/static/images/kube-activity-card.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Activity</h5>
<p>Learn Kubernetes</p>
<a href="https://developers.redhat.com/developer-sandbox/activities/learn-kubernetes-using-red-hat-developer-sandbox-openshift"
class="btn btn-primary">Take me there</a>
</div>
</div>
</div>
<div class="container">
<main role="main" class="pb-3">
</main>
</div>
<footer class="border-top footer text-muted">
<div class="container">
github.com/redhat-developer-demos/sandbox-go
</div>
</footer>
</main>
</div>
</body>
</html>