-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemporaryindex.html
209 lines (182 loc) · 7.2 KB
/
temporaryindex.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- MAIN CSS FILES -->
<link rel="stylesheet" href="web/css/main.css">
<link rel="stylesheet" href="web/css/bodyScreen.css">
<!-- FONT AWSOME LINKS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
</head>
<body>
<nav>
<div class="wrapper">
<div class="logo">
<h2>Master Cluster</h2>
<h4>Complete Cluster Solutions</h4>
</div>
<ul class="menubar">
<li><a href="#">Home</a></li>
<li>
<a href="#" class="desktop-item">Services</a>
<div class="mega-box">
<div class="content">
<div class="row">
<header>Configuration</header>
<ul class="mega-links">
<li><a href="#">Configure with Same</a></li>
<li><a href="#">Configure with Multi</a></li>
</ul>
</div>
<div class="row">
<header>Pod</header>
<ul class="mega-links">
<li><a href="web/html/Get.html">Get All</a></li>
<li><a href="web/html/PODDelete.html">Delete</a></li>
<li><a href="web/html/Launch.html">Launch</a></li>
<li><a href="web/html/PODDescribe.html">Describe</a></li>
<li><a href="web/html/PODLabel.html">Label</a></li>
</ul>
</div>
<div class="row">
<header>Deployment</header>
<ul class="mega-links">
<li><a href="#">Create</a></li>
<li><a href="#">Delete</a></li>
<li><a href="#">Describe</a></li>
<li><a href="#">Scale In</a></li>
<li><a href="#">Scale Out</a></li>
<li><a href="#">Update Image</a></li>
</ul>
</div>
<div class="row">
<header>Service</header>
<ul class="mega-links">
<li><a href="#">Get All</a></li>
<li><a href="#">Exp Dep</a></li>
<li><a href="#">Expose Pod</a></li>
<li><a href="#">Expose Rc</a></li>
<li><a href="#">Describe Service</a></li>
</ul>
</div>
</div>
</div>
</li>
<li><a href="web/html/howitworks.html" target="_blank">How it works</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Username</a></li>
</ul>
</div>
</nav>
<div class="body-screen">
<img src="./web/images/logo.png" alt="Master Cluster logo">
<div class="screen-content">
<h2>Complete Cluster Solutions</h2>
<h3>Making it more Easier, Faster and Affordable for You, we manage your App in a Simpler way.</h3>
</div>
</div>
<!-- ADDING FEATURE CONTENT -->
<section id="features">
<div class="row">
<div class="feature-box col-lg-4">
<i class="icon fas fa-check-circle fa-4x"></i>
<h3>Easy to use.</h3>
<p>Easy management of cluster.Kubernetes is able to manage more cluster at the same time</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-dot-circle fa-4x"></i>
<h3>Automation</h3>
<p>Capability of automating deployment.Kubernetes will control for you which server will host the container</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-tasks fa-4x"></i>
<h3>Secret Management</h3>
<p>Update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration.</p>
</div>
</section>
<!-- ADDING BODY CONTENT -->
<div class="main2">
<div class="">
<h1><strong>Kubernetes</strong></h1>
</div>
<div class="">
<a class="b" href="web/html/Status.html">
<button class="one"><b>POD</b></button>
</a>
<a class="c" href="web/html/Delete.html">
<button class="one"><b>Deployment</b></button>
</a>
<a class="c" href="web/html/Delete.html">
<button class="one"><b>NameSpace</b></button>
</a>
<a class="c" href="web/html/Delete.html">
<button class="one"><b>Storage</b></button>
</a>
<a class="c" href="web/html/Delete.html">
<button class="one"><b>MulltiContainerPod</b></button>
</a>
</div>
</div>
<div class="main4" style="padding-bottom: 50px;">
<a class="e" href="web/html/Get.html">
<button class="one"><b>Secret</button>
</a>
<a class="f" href="web/html/Launch.html">
<button class="one"><b>Service</button>
</a>
<a class="c" href="web/html/Delete.html">
<button class="one"><b>ClusterRole(IAM)</b></button>
</a>
<a class="c" href="web/html/Delete.html">
<button class="one"><b>DemonSet</b></button>
</a>
<a class="c" href="web/html/Delete.html">
<button class="one"><b>PackageManager</b></button>
</a>
</div>
<div class="main1">
<div class="" style="padding-right: 40px;">
<h1><strong>Automation</strong></h1>
<a class="a" href="Configuration.html" >
<button class="one"><b>Configuration</b></button>
</a>
</div>
<div style="padding-right: 40px; padding-top: 30px;">
<h1><strong>Get Shell</strong></h1>
<a class="g" href="web/html/Wants.html">
<button class="one"><b>Master</b></button>
</a>
<a class="g" href="web/html/Wants.html">
<button class="one"><b>Container</b></button>
</a>
</div>
<div class="" style="padding-top: 30px;">
<h1><strong>Image Creater Docker</strong></h1>
<a class="g" href="web/html/Wants.html">
<button class="one"><b>Create Image</b></button>
</a>
</div>
</div>
</div>
</div>
<!-- ADDING FOOTTER FOR THE LINKS AND ABOUTUS -->
<div class="footer">
<div class="social">
<a href="https://github.com/NeerajSaini12560" target="_blank" class="fa fa-github"></a>
<a href="https://twitter.com/_neerajsaini_" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/neeraj-saini/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/_.neerajsaini._/" target="_blank" class="fa fa-instagram"></a>
<h4>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime, perspiciatis placeat? Ratione quod odio quaerat nulla fugit ad labore architecto minus quidem ullam animi dolorum earum ipsam, sunt aperiam atque.
</h4>
</div>
<div class="copyright">
© Master Cluster | All Cpoyright Issue
</div>
</div>
</body>
</html>