-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.jsp
More file actions
127 lines (100 loc) · 5.34 KB
/
index.jsp
File metadata and controls
127 lines (100 loc) · 5.34 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.88.1">
<title>SEMASY</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/carousel/">
<!-- Bootstrap core CSS -->
<link href="asset/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="asset/carousel.css" rel="stylesheet">
</head>
<body>
<jsp:include page="nav.jsp"></jsp:include>
<main>
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://media.istockphoto.com/photos/shot-of-modern-data-center-with-multiple-rows-of-operational-server-picture-id1148196201?b=1&k=20&m=1148196201&s=170667a&w=0&h=2l0pPKfgbEqKgQU9NUVDhGehXIr2TlO95TpQIyvyVQo=" class="bd-placeholder-img" height="100%" width="100%">
<div class="container">
<div class="carousel-caption text-start">
<h1>SE MA SY</h1>
<p>Lauch Os In Seconds</p>
<p><a class="btn btn-lg btn-primary" href="signup.jsp">Sign up today</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<!-- <svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#777"/></svg> -->
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQTNa7CoOGr2f4zGPYZ2rldEqmjCEqVvZ_xiQ&usqp=CAU" height="100%" width="100%">
<div class="container">
<div class="carousel-caption">
<h1>Be Command Line Expert</h1>
<p>You can anything here with higly secure cmd line</p>
<p><a class="btn btn-lg btn-primary" href="https://www.google.com?q=command line">Learn more</a></p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img src="https://imgk.timesnownews.com/story/SSP_0.jpg?tr=w-1200,h-900" class="bd-placeholder-img rounded-circle" width="140" height="140" role="img" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"/>
<h2>Fast</h2>
<p>In just seconds you cant get your OS</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="https://www.upsite.com/wp-content/uploads/2017/07/server-reliability-vs-inlet-temperature.png" class="bd-placeholder-img rounded-circle" width="140" height="140" role="img" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"/>
<h2>Reliable</h2>
<p>Your Trust is our Success</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSOkeIEfpS3MqbSVIE9EhZ1VPs5q4Ew7WYaI986pznIW0e5gPKEDOk56kpaAtk9d-FGn2w&usqp=CAU" class="bd-placeholder-img rounded-circle" width="140" height="140" role="img" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"/>
<h2>Secure</h2>
<p>You connection is highly secure by using top security encryption</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<footer class="container">
<p class="float-end"><a href="#">Back to top</a></p>
<p>© 2022 SEMASY, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</main>
<script src="asset/min.js"></script>
</body>
</html>