-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
190 lines (162 loc) · 6.4 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home Page</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<style>
/* Ensure the main element takes up the remaining space */
.main-content {
min-height: calc(
100vh - 60px
); /* Adjust 60px to match the height of your header */
}
.custom-text {
color: #d3d3d3; /* Light gray color */
font-size: 1.25rem; /* Larger text size */
text-decoration: none; /* Remove underline */
}
</style>
</head>
<body class="bg-black">
<div class="d-flex flex-column h-100 ">
<header class="navbar navbar-expand-lg navbar-light bg-light" >
<!-- *** -->
<div class="d-flex col-sm-1 col-md-1 col-lg-1"></div>
<!-- Title -->
<div class="ms-4 ms-md-0 w-100 w-md-20 mb-4 mb-md-0">
<a class="navbar-brand">VIP CLUB SCENE MAGAZINE</a>
</div>
<!-- User Menu -->
<div class="w-100 w-md-80">
<div class="dropdown">
<div
class="d-flex flex-column flex-md-row align-items-center justify-content-end pe-4 mt-4 mt-md-0"
>
<span class="text-center">
Welcome <br />
<span
class="dropdown-toggle"
id="dropdownMenuButton"
data-bs-toggle="dropdown"
aria-expanded="false"
>
User_Name
<!-- <i class="fas fa-user"></i> -->
</span>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<li>
<a class="dropdown-item " href="/profile"
><i class="fas fa-user me-2"></i> My Profile</a
>
</li>
<li>
<a class="dropdown-item" href="#"
><i class="fas fa-sign-out-alt me-2"></i> Logout</a
>
</li>
</ul>
</span>
</div>
</div>
</div>
</header>
<main class="main-content d-flex flex-row flex-grow-1 mt-3">
<!-- **** -->
<div class="d-flex col-sm-1 col-md-1 col-lg-1"></div>
<aside class="col-md-2">
<ul class="nav flex-column">
<li class="nav-item mb-2">
<a class="nav-link active" href="#">
<i class="fas fa-home"></i> Home
</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link text-white" href="/profile">
<i class="fas fa-user"></i> My Profile
</a>
</li>
</ul>
</aside>
<section class="col p-4 ">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 g-4 mt-4">
<div class="col">
<a href="/detail">
<div class="card bg-black text-white border border-gray-300 rounded-lg shadow-lg overflow-hidden ">
<div class="text-center mb-1">
<span class="custom-text">April 2019</span>
</div>
<div class="bg-white rounded-lg overflow-hidden mx-auto p-4 mb-3">
<img class="h-24 w-40 object-cover"
src="https://magazine.vipclubscene.com/images/Sophie%20Francis%202018" alt="Card image" />
</div>
</div>
</a>
</div>
<div class="col">
<a href="/detail">
<div class="card bg-black text-white border border-gray-300 rounded-lg shadow-lg overflow-hidden ">
<div class="text-center mb-1">
<span class="custom-text">April 2019</span>
</div>
<div class="bg-white rounded-lg overflow-hidden mx-auto p-4 mb-3">
<img class="h-24 w-40 object-cover"
src="https://magazine.vipclubscene.com/images/Sophie%20Francis%202018" alt="Card image" />
</div>
</div>
</a>
</div>
<div class="col">
<a href="/detail">
<div class="card bg-black text-white border border-gray-300 rounded-lg shadow-lg overflow-hidden ">
<div class="text-center mb-1">
<span class="custom-text">April 2019</span>
</div>
<div class="bg-white rounded-lg overflow-hidden mx-auto p-4 mb-3">
<img class="h-24 w-40 object-cover"
src="https://magazine.vipclubscene.com/images/Sophie%20Francis%202018" alt="Card image" />
</div>
</div>
</a>
</div>
<div class="col">
<a href="/detail">
<div class="card bg-black text-white border border-gray-300 rounded-lg shadow-lg overflow-hidden ">
<div class="text-center mb-1">
<span class="custom-text">April 2019</span>
</div>
<div class="bg-white rounded-lg overflow-hidden mx-auto p-4 mb-3">
<img class="h-24 w-40 object-cover"
src="https://magazine.vipclubscene.com/images/Sophie%20Francis%202018" alt="Card image" />
</div>
</div>
</a>
</div>
<div class="col">
<a href="/detail">
<div class="card bg-black text-white border border-gray-300 rounded-lg shadow-lg overflow-hidden ">
<div class="text-center mb-1">
<span class="custom-text">April 2019</span>
</div>
<div class="bg-white rounded-lg overflow-hidden mx-auto p-4 mb-3">
<img class="h-24 w-40 object-cover"
src="https://magazine.vipclubscene.com/images/Sophie%20Francis%202018" alt="Card image" />
</div>
</div>
</a>
</div>
</div>
</section>
</main>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>