-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (141 loc) · 7.97 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Bootstrap Example</title>
<!-- Add Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.slim.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="test_bootstrap.css">
<!-- Add custom CSS (optional) -->
<style>
.bg-primary-custom {
background-color: #739cc5 !important;
}
.text-white-custom {
color: #fff !important;
}
/* Video background styles */
.video-background {
position: fixed; /* Change to fixed to ensure it's always behind content */
top: 0;
left: 0;
width: 100vw; /* Full viewport width */
height: 100vh; /* Full viewport height */
object-fit: cover; /* Ensure the video covers the entire element */
z-index: -1; /* Place behind all other content */
overflow: hidden; /* Hide overflow */
}
.content {
position: relative;
z-index: 1; /* Ensure content is above video */
}
</style>
</head>
<body>
<!-- Video Background -->
<video class="video-background" preload="auto" autoplay loop muted>
<source src="bg1-2k.mp4" type="video/mp4">
<!-- Fallback for unsupported formats -->
Your browser does not support the video tag.
</video>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg bg-primary-custom navbar-dark">
<div class="container-fluid">
<div><img src="4.jpeg" alt="" style="height: 100px; border-radius: 50px;"></div>
<a class="navbar-brand" href=""></a>
<a class="nav-link" href="https://www.tiktok.com/@.rainbow.dance" ><h4 style="color: aliceblue;">🌈 Rainbow Dance</h4></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
</div>
</div>
</nav>
<!-- Grid System -->
<div class="container mt-5 content">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12 mt-2 " >
<div class="card text-white-custom bg-primary-custom" style="border-radius: 20px;">
<div class="card-body">
<p class="card-title" style="font-size: larger;">𝐐𝐔𝐄𝐄𝐍❄️</p>
<img style="border-radius: 20px;" class="card-img-bottom w-80" src="1.jpeg" alt="">
<p class="card-text" style="font-size: medium">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-2">
<div class="card text-white-custom bg-secondary" style="border-radius: 20px;">
<div class="card-body">
<h4 class="card-title "style="font-size: larger;">Aurora✨</h4>
<img style="border-radius: 20px;" class="card-img-bottom w-80" src="2.jpeg" alt="">
<p class="card-text" style="font-size: medium">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-2">
<div class="card text-white-custom bg-success" style="border-radius: 20px;">
<div class="card-body">
<h4 class="card-title"style="font-size: larger;">ʙᴜ́ɴɢ ʙᴏᴀ̀ 💋</h4>
<img style="border-radius: 20px;" class="card-img-bottom w-80" src="3.jpeg" alt="">
<p class="card-text" style="font-size: medium">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel -->
<div class="container mt-5 content mb-4">
<div class="container " style="width:70%;" >
<h2></h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active" >
<img src="https://npay-214706.as.r.appspot.com/npay/660_0/top-phim-hoat-hinh-3d-trung-quoc-2022-1672130007.jpg" alt="" style="width:100%;">
</div>
<div class="item">
<img src="https://gamek.mediacdn.vn/133514250583805952/2020/3/11/photo-1-1583915154194963686402.jpg" alt="" style="width:100%;">
</div>
<div class="item">
<img src="https://cdn.9pay.vn/tin-tuc/blobid1691048380301-1691048393.jpg" alt="" style="width:100%;">
</div>
<div class="item">
<img src="https://cdn.9pay.vn/tin-tuc/blobid1691048380301-1691048393.jpg" alt="" style="width:100%;">
</div>
<div class="item">
<img src="https://cdn.9pay.vn/tin-tuc/blobid1691048380301-1691048393.jpg" alt="" style="width:100%;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- Add Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz4fnFO9gybBud7TlRbs/ic4AwGcFZOxg5DpPt8EgeUIgIwzjWfXQKWA3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
</body>
</html>