-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
202 lines (178 loc) · 9.02 KB
/
blog.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
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" crossorigin href="style.css">
<link rel="stylesheet" href="blog.css">
</head>
<body style="overflow-x: hidden;">
<div class="container scroll-smooth snap-start">
<header class="w-screen md:pl-24 md:pr-16">
<nav
class="h-[50px] px-5 pt-2 flex fixed left-0 right-0 top-0 bg-white md:pt-0 z-50"
>
<div class="flex relative">
<button id="menutoggler" class="text-xl md:hidden">
<i class="fas fa-bars"></i>
</button>
<ul
id="menubar"
class="absolute shadow-sm bg-white border px-5 py-3 rounded top-12 opacity-0 transition-all duration-200 ease-in-out md:relative md:top-0 md:opacity-100 md:w-screen md:flex md:font-bold md:border-none md:px-24"
>
<li
class="px-3 py-1 cursor-pointer hover:bg-slate-200 rounded md:hover:bg-white md:hover:text-[#FF6464] transition-all duration-300"
>
<a href="index.html">Home</a>
</li>
<li
class="px-3 py-1 cursor-pointer hover:bg-slate-200 rounded md:hover:bg-white md:hover:text-[#FF6464] transition-all duration-300"
>
<a href="work.html">Works</a>
</li>
<li
class="px-3 py-1 cursor-pointer hover:bg-slate-200 rounded md:hover:bg-white md:hover:text-[#FF6464] transition-all duration-300 active"
>
<a href="blog.html">Blog</a>
</li>
<li
class="px-3 py-1 cursor-pointer hover:bg-slate-200 rounded md:hover:bg-white md:hover:text-[#FF6464] transition-all duration-300"
>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- end the header section -->
<section
class="h-full bg-white px-6 shadow-sm w-screen md:px-32 py-12 snap-start scroll-mt-12 blog"
>
<div data-aos="flip-down"
class="flex justify-center mb-10 md:justify-between md:px-2 blog_h"
>
<h2 class="font-semibold text-lg blog_h">Blog</h2>
</div>
<div data-aos="zoom-in-up"
data-aos-duration="1500">
<div class="bg-white p-5 rounded border-b-2 blog_m">
<div>
<h2 class="text-xl font-bold">
Making a design system from scratch
</h2>
</div>
<div class="flex my-3">
<p class="border-e-2 border-black me-10 pe-10">
17 Feb 2024
</p>
<p>Design, Pattern</p>
</div>
<div>
<p>
Amet minim mollit non deserunt ullamco est sit
aliqua dolor do amet sint. Velit officia
consequat duis enim velit mollit. Exercitation
veniam consequat sunt nostrud amet.
</p>
</div>
</div>
<div data-aos="zoom-in-up"
data-aos-duration="1500"
class="bg-white p-4 rounded mt-4 shadow-sm border-b-2 blog_m">
<div>
<h2 class="text-xl font-bold">
Creating pixel perfect icons in Figma
</h2>
</div>
<div class="flex my-3">
<p class="border-e-2 border-black me-10 pe-10">
17 Feb 2024
</p>
<p>Design, Pattern</p>
</div>
<div>
<p>
Amet minim mollit non deserunt ullamco est sit
aliqua dolor do amet sint. Velit officia
consequat duis enim velit mollit. Exercitation
veniam consequat sunt nostrud amet.
</p>
</div>
</div>
<div data-aos="zoom-in-up"
data-aos-duration="1500">
<div class="bg-white p-5 rounded border-b-2 blog_m">
<div>
<h2 class="text-xl font-bold">
Making a design system from scratch
</h2>
</div>
<div class="flex my-3">
<p class="border-e-2 border-black me-10 pe-10">
17 Feb 2024
</p>
<p>Design, Pattern</p>
</div>
<div>
<p>
Amet minim mollit non deserunt ullamco est sit
aliqua dolor do amet sint. Velit officia
consequat duis enim velit mollit. Exercitation
veniam consequat sunt nostrud amet.
</p>
</div>
</div>
<div data-aos="zoom-in-up"
data-aos-duration="1500"
class="bg-white p-4 rounded mt-4 shadow-sm border-b-2 blog_m">
<div>
<h2 class="text-xl font-bold">
Creating pixel perfect icons in Figma
</h2>
</div>
<div class="flex my-3">
<p class="border-e-2 border-black me-10 pe-10">
17 Feb 2024
</p>
<p>Design, Pattern</p>
</div>
<div>
<p>
Amet minim mollit non deserunt ullamco est sit
aliqua dolor do amet sint. Velit officia
consequat duis enim velit mollit. Exercitation
veniam consequat sunt nostrud amet.
</p>
</div>
</div>
</div>
</section>
</div>
<footer id="contact"
data-aos="flip-up"
class="h-full w-screen bg-white px-7 py-16 text-center snap-end">
<div class="flex justify-center gap-8 text-2xl mb-5">
<a href="https://www.facebook.com/profile.php?id=100026489917048&mibextid=ZbWKwL"><i class="fa-brands fa-square-facebook"></i></a>
<a href="https://www.instagram.com/rahulroynipon"><i class="fa-brands fa-instagram"></i></a>
<a href="https://github.com/rahulroynipon"><i class="fa-brands fa-github"></i></a>
<a href="mailto:rahulroynipon@gmail.com"><i class="fa-solid fa-envelope"></i></a>
</div>
<div class="mb-5 text-gray-500"><p>Copyright ©2024 All rights reserved </p></div>
</footer>
<!-- javaScript -->
<script src="javascript.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>