Skip to content

Commit 4295111

Browse files
author
Gaurav Nelson
committed
Fixed preview page alignment and formatting
1 parent c78637e commit 4295111

File tree

1 file changed

+96
-64
lines changed

1 file changed

+96
-64
lines changed

scripts/ocpdocs/_previewpage

Lines changed: 96 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,107 @@
11
<!DOCTYPE html>
22
<html class="js flexbox flexboxlegacy canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths">
3-
4-
<head>
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta charset="utf-8">
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta charset="utf-8" />
87
<title>OpenShift Docs PR Review</title>
9-
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" media="screen, print">
10-
<link href="/openshift-enterprise/latest/_stylesheets/commercial-home.css" rel="stylesheet">
8+
<link
9+
href="https://assets.openshift.net/content/subdomain.css"
10+
rel="stylesheet"
11+
media="screen, print"
12+
/>
13+
<link
14+
href="/openshift-enterprise/latest/_stylesheets/commercial-home.css"
15+
rel="stylesheet"
16+
/>
17+
</head>
18+
<body>
1119
<header class="masthead masthead-docs text-center">
12-
<div class="container">
13-
<div class="title-inner">
14-
<h1>OpenShift Docs PR Preview</h1>
15-
</div>
20+
<div class="container">
21+
<div class="title-inner">
22+
<h1>OpenShift Docs PR Preview</h1>
1623
</div>
24+
</div>
1725
</header>
1826
<div class="landing">
19-
<div class="container">
20-
<div class="row">
21-
<div class="col-md-10 col-centered">
22-
<div class="row">
23-
<div class="col-sm-5 text-center">
24-
<h2>OpenShift Container Platform</h2>
25-
<div class="list-group">
26-
<p>
27-
<a role="button" class="btn btn-primary" href="/openshift-enterprise/latest/welcome/index.html">
28-
<i class="fa fa-arrow-circle-o-right"></i> Enterprise</a>
29-
</p>
30-
<p class="list-group-item-text">Red Hat's private, on-premise cloud application deployment and hosting platform.</p>
31-
32-
</div>
33-
</div>
34-
<div class="col-sm-5 text-center">
35-
<h2>OpenShift Dedicated</h2>
36-
<div class="list-group">
37-
<p>
38-
<a role="button" class="btn btn-primary" href="/openshift-dedicated/latest/welcome/index.html">
39-
<i class="fa fa-arrow-circle-o-right"></i> Dedicated</a>
40-
</p>
41-
<p class="list-group-item-text">Red Hat's managed public cloud application deployment and hosting service.</p>
42-
43-
</div>
44-
</div>
45-
</div>
46-
<div class="row">
47-
<div class="col-sm-5 text-center">
48-
<h2>OpenShift ROSA</h2>
49-
<div class="list-group">
50-
<p>
51-
<a role="button" class="btn btn-primary" href="/openshift-rosa/latest/welcome/index.html">
52-
<i class="fa fa-arrow-circle-o-right"></i> ROSA</a>
53-
</p>
54-
<p class="list-group-item-text">Managed OpenShift in the AWS cloud.</p>
55-
56-
</div>
57-
</div>
58-
<div class="col-sm-5 text-center">
59-
<h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
60-
<div class="list-group">
61-
<p>
62-
<a role="button" class="btn btn-primary" href="/openshift-acs/latest/welcome/index.html">
63-
<i class="fa fa-arrow-circle-o-right"></i> RHACS</a>
64-
</p>
65-
<p class="list-group-item-text">An enterprise-ready, Kubernetes-native container security solution that enables you to securely build, deploy, and run cloud-native applications anywhere.</p>
66-
</div>
67-
</div>
68-
</div>
69-
</div>
27+
<div class="container">
28+
<div class="row">
29+
<div class="col-sm-6 text-center">
30+
<h2>OpenShift Container Platform</h2>
31+
<div class="list-group">
32+
<p>
33+
<a
34+
role="button"
35+
class="btn btn-primary"
36+
href="/openshift-enterprise/latest/welcome/index.html"
37+
>
38+
<i class="fa fa-arrow-circle-o-right"></i> Enterprise</a
39+
>
40+
</p>
41+
<p class="list-group-item-text">
42+
Red Hat's private, on-premise cloud application deployment and
43+
hosting platform.
44+
</p>
45+
</div>
46+
</div>
47+
<div class="col-sm-6 text-center">
48+
<h2>OpenShift Dedicated</h2>
49+
<div class="list-group">
50+
<p>
51+
<a
52+
role="button"
53+
class="btn btn-primary"
54+
href="/openshift-dedicated/latest/welcome/index.html"
55+
>
56+
<i class="fa fa-arrow-circle-o-right"></i> Dedicated</a
57+
>
58+
</p>
59+
<p class="list-group-item-text">
60+
Red Hat's managed public cloud application deployment and
61+
hosting service.
62+
</p>
63+
</div>
64+
</div>
65+
</div>
66+
<div class="row">
67+
<div class="col-sm-6 text-center">
68+
<h2>OpenShift ROSA</h2>
69+
<div class="list-group">
70+
<p>
71+
<a
72+
role="button"
73+
class="btn btn-primary"
74+
href="/openshift-rosa/latest/welcome/index.html"
75+
>
76+
<i class="fa fa-arrow-circle-o-right"></i> ROSA</a
77+
>
78+
</p>
79+
<p class="list-group-item-text">
80+
Managed OpenShift in the AWS cloud.
81+
</p>
82+
</div>
83+
</div>
84+
<div class="col-sm-6 text-center">
85+
<h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
86+
<div class="list-group">
87+
<p>
88+
<a
89+
role="button"
90+
class="btn btn-primary"
91+
href="/openshift-acs/latest/welcome/index.html"
92+
>
93+
<i class="fa fa-arrow-circle-o-right"></i> RHACS</a
94+
>
95+
</p>
96+
<p class="list-group-item-text">
97+
An enterprise-ready, Kubernetes-native container security
98+
solution that enables you to securely build, deploy, and run
99+
cloud-native applications anywhere.
100+
</p>
70101
</div>
102+
</div>
71103
</div>
104+
</div>
72105
</div>
73-
</body>
74-
106+
</body>
75107
</html>

0 commit comments

Comments
 (0)