-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendars.html
More file actions
240 lines (226 loc) · 13.5 KB
/
calendars.html
File metadata and controls
240 lines (226 loc) · 13.5 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Link to Tailwind CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>1 On 1</title>
<style>
*.font-staatliches {
font-family: 'Staatliches', cursive;
/* color: #F44336; */
}
a.font-staatliches:hover{
color: #F44336;
}
.nav.font-staatliches:hover{
color: #F44336;
}
.custom-blue{
color: #000000;
}
.custom-hover:hover{
color: #F44336;
}
</style>
<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
</head>
<body class="bg-black">
<header class="bg-black text-white py-4">
<!-- Normal Nav -->
<div class="hidden md:flex">
<div>
<h1 class="text-5xl ml-8 font-staatliches">1()N1</h1>
</div>
<div class="flex space-x-5 mr-[20px] justify-end w-full">
<!-- Left-centered links -->
<a href="index.html" class="text-3xl font-staatliches text-center">Home</a>
<a href="calendars.html" class="text-3xl font-staatliches text-center ">Calendars</a>
<a href="contact.html" class="text-3xl font-staatliches text-center ">Contact</a>
<a href="login.html" class="text-3xl font-staatliches text-center">Login</a>
<a href="register.html" class="text-3xl font-staatliches text-center pr-5">Register</a>
</div>
</div>
<!-- Mobile Nav -->
<div class=" flex md:hidden">
<div>
<h1 class="text-3xl ml-8 font-staatliches">1()N1</h1>
</div>
<div class="overflow-hidden text-xl text-white relative color-white ml-auto mr-3">
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
</header>
<!-- Links For mobile navbar -->
<ul id="myLinks" class='hidden text-center'>
<li class='text-black py-3 text-2xl bg-white no-underline'>
<a href="index.html" class="text-2xl font-staatliches text-center">Home</a>
</li>
<li class='text-black py-3 text-2xl bg-white'>
<a href="calendars.html" class="text-2xl font-staatliches text-center ">Calendars</a>
</li>
<li class='text-black py-3 text-2xl bg-white'>
<a href="contact.html" class="text-2xl font-staatliches text-center ">Contact</a>
</li>
<li class='text-black py-3 text-2xl bg-white'>
<a href="login.html" class="text-2xl font-staatliches text-center">Login</a>
</li>
<li class='text-black py-3 text-2xl bg-white'>
<a href="register.html" class="text-2xl font-staatliches text-center">Register</a>
</li>
</ul>
<h1 class="text-white text-7xl font-staatliches text-center my-5">Calendars</h1>
<!-- component -->
<div class='flex items-center justify-center my-10'>
<div class="flex w-full pl-5 pr-2 md:px-0 md:w-1/3 md:mx-10 rounded-3xl">
<input class=" w-full h-12 rounded-3xl px-4 py-1 text-gray-400 outline-none focus:outline-none" type="search" name="search" placeholder="Search..." />
</div>
<a href="newCalendar.html">
<div class=" md:hidden bg-red-500 text-black font-bold w-14 h-12 rounded-xl flex items-center justify-center mr-2" >
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6m0 0v6m0-6h6m-6 0H6"></path>
</svg>
</div>
</a>
</div>
<!-- Calendar Cards -->
<div class="relative flex flex-col justify-center md:py-6 mb-4">
<div class=" flex flex-col items-center mx-auto max-w-screen-lg">
<div class="grid w-full gap-10 grid-cols-1 md:grid-cols-3 px-5 md:px-0">
<!-- New Calendar Card Component -->
<a href="newCalendar.html" class="hidden hover:bg-gray-500 cursor-pointer w-full rounded-lg shadow-md md:flex flex-col transition-all overflow-hidden hover:shadow-2xl border-dotted border-2 border-gray-300">
<div class=" my-auto p-6 flex flex-col items-center justify-center">
<div class="my-auto mx-auto p-6 flex items-center justify-center">
<!-- Plus icon -->
<div class="bg-white text-black w-12 h-12 rounded-full flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6m0 0v6m0-6h6m-6 0H6"></path>
</svg>
</div>
<span class="ml-2 text-white font-staatliches text-lg">New Calendar</span>
</div>
</div>
</a>
<!-- Mobile View Button -->
<!-- Card Component -->
<div class="bg-white w-full rounded-lg shadow-md flex flex-col transition-all overflow-hidden hover:shadow-2xl">
<div class="p-6">
<div class="pb-2 mb-4 border-b border-stone-200 text-sm font-medium flex justify-between font-staatliches">
<span class="flex items-center gap-1 custom-blue">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
7 March, 2022
</span>
</div>
<h3 class="mb-4 font-semibold text-2xl"><a href="calendar_view.html" class=" custom-hover custom-blue font-staatliches hover:text-[#F44336]">laboriosam doloribus quas. Voluptatum</a></h3>
<p class="text-sm mb-0 font-staatliches">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tempore laborum iste laboriosam doloribus quas. Voluptatum
</p>
</div>
<div class="mt-auto">
<img src="./media/thumbnail.jpg" alt="" class="w-full h-48 object-cover">
</div>
</div>
<!-- Card Component -->
<div class="bg-white w-full rounded-lg shadow-md flex flex-col transition-all overflow-hidden hover:shadow-2xl">
<div class="p-6">
<div class="pb-2 mb-4 border-b border-stone-200 text-sm font-medium flex justify-between font-staatliches">
<span class="flex items-center gap-1 custom-blue">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
7 March, 2022
</span>
</div>
<h3 class="mb-4 font-semibold text-2xl"><a href="calendar_view.html" class="transition-all custom-hover custom-blue font-staatliches hover:text-[#F44336]">laboriosam doloribus quas. Voluptatum</a></h3>
<p class="text-sm mb-0 font-staatliches">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tempore laborum iste laboriosam doloribus quas. Voluptatum
</p>
</div>
<div class="mt-auto">
<img src="./media/thumbnail.jpg" alt="" class="w-full h-48 object-cover">
</div>
</div>
<!-- Card Component -->
<div class="bg-white w-full rounded-lg shadow-md flex flex-col transition-all overflow-hidden hover:shadow-2xl">
<div class="p-6">
<div class="pb-2 mb-4 border-b border-stone-200 text-sm font-medium flex justify-between font-staatliches">
<span class="flex items-center gap-1 custom-blue">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
7 March, 2022
</span>
</div>
<h3 class="mb-4 font-semibold text-2xl"><a href="calendar_view.html" class="transition-all custom-hover custom-blue font-staatliches hover:text-[#F44336]">laboriosam doloribus quas. Voluptatum</a></h3>
<p class="text-sm mb-0 font-staatliches">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tempore laborum iste laboriosam doloribus quas. Voluptatum
</p>
</div>
<div class="mt-auto">
<img src="./media/thumbnail.jpg" alt="" class="w-full h-48 object-cover">
</div>
</div>
<!-- Card Component -->
<div class="bg-white w-full rounded-lg shadow-md flex flex-col transition-all overflow-hidden hover:shadow-2xl">
<div class="p-6">
<div class="pb-2 mb-4 border-b border-stone-200 text-sm font-medium flex justify-between font-staatliches">
<span class="flex items-center gap-1 custom-blue">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
7 March, 2022
</span>
</div>
<h3 class="mb-4 font-semibold text-2xl"><a href="calendar_view.html" class="transition-all custom-hover custom-blue font-staatliches hover:text-[#F44336]">laboriosam doloribus quas. Voluptatum</a></h3>
<p class="text-sm mb-0 font-staatliches">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tempore laborum iste laboriosam doloribus quas. Voluptatum
</p>
</div>
<div class="mt-auto">
<img src="./media/thumbnail.jpg" alt="" class="w-full h-48 object-cover">
</div>
</div>
<!-- Card Component -->
<div class="bg-white w-full rounded-lg shadow-md flex flex-col transition-all overflow-hidden hover:shadow-2xl">
<div class="p-6">
<div class="pb-2 mb-4 border-b border-stone-200 text-sm font-medium flex justify-between font-staatliches">
<span class="flex items-center gap-1 custom-blue">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
7 March, 2022
</span>
</div>
<h3 class="mb-4 font-semibold text-2xl"><a href="calendar_view.html" class="transition-all custom-hover custom-blue font-staatliches hover:text-[#F44336]">laboriosam doloribus quas. Voluptatum</a></h3>
<p class="text-sm mb-0 font-staatliches">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tempore laborum iste laboriosam doloribus quas. Voluptatum
</p>
</div>
<div class="mt-auto">
<img src="./media/thumbnail.jpg" alt="" class="w-full h-48 object-cover">
</div>
</div>
</div>
</div>
</div>
</body>
</html>