Skip to content

Commit 3904cc6

Browse files
committed
more feature
1 parent 4b4e2d4 commit 3904cc6

File tree

9 files changed

+394
-25
lines changed

9 files changed

+394
-25
lines changed

public/PHP-logo.png

73.1 KB
Loading

public/index.html

Lines changed: 63 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,56 @@
1616

1717
<main class="container mx-auto mt-10">
1818
<div class="bg-white rounded-lg shadow-md p-8">
19-
<div class="flex items-center">
20-
<img src="rahul.jpeg" alt="Profile Picture" class="w-20 h-20 rounded-full">
21-
<div class="ml-4">
22-
<h2 class="text-2xl font-bold">Rahul Chavan</h2>
23-
<p class="text-gray-600">Web Developer</p>
19+
<div class="grid grid-cols-2 gap-4">
20+
<div class="bg-white-200 p-4">
21+
<div class="flex items-center">
22+
23+
<div class="ml-4">
24+
<div class="mb-16 group">
25+
<h1 class="mb-1 font-mono text-4xl text-gray-600 md:text-6xl">
26+
Hi, I'm <br class="block md:hidden"/>
27+
<span class="inline-flex h-20 pt-2 overflow-x-hidden animate-type group-hover:animate-type-reverse whitespace-nowrap text-brand-accent will-change-transform">
28+
Rahul Chavan
29+
</span>
30+
<span class="box-border inline-block w-1 h-10 ml-2 -mb-2 bg-white md:-mb-4 md:h-16 animate-cursor will-change-transform"></span>
31+
</h1>
32+
</div>
33+
34+
</div>
35+
</div>
36+
37+
</div>
38+
<div class="bg-white-200 p-4">
39+
<div class="grid grid-cols-5 gap-4">
40+
<div class="bg-white-200 p-2">
41+
<div class="relative">
42+
<img src="PHP-logo.png" alt="Image 1" class="w-20 h-20 absolute animate-drop delay-200">
43+
</div>
44+
</div>
45+
<div class="bg-white-200 p-2">
46+
<div class="relative">
47+
<img src="symfony.svg" alt="Image 2" class="w-20 h-20 absolute animate-drop delay-300">
48+
</div>
49+
</div>
50+
<div class="bg-white-200 p-2">
51+
<div class="bg-white-200 p-2">
52+
<div class="relative">
53+
<img src="redis.png" alt="Image 2" class="w-20 h-20 absolute animate-drop delay-400">
54+
</div>
55+
</div>
56+
</div>
57+
<div class="bg-white-200 p-2">
58+
<div class="relative">
59+
<img src="rabbitmq.jpg" alt="Image 2" class="w-20 h-20 absolute animate-drop delay-500">
60+
</div>
61+
62+
</div>
63+
<div class="bg-white-200 p-2">
64+
<div class="relative">
65+
<img src="mysql.png" alt="Image 2" class="w-20 h-20 absolute animate-drop delay-600">
66+
</div>
67+
</div>
68+
</div>
2469
</div>
2570
</div>
2671
<div class="mt-8">
@@ -80,9 +125,13 @@ <h3 class="text-xl font-bold mb-2">Articles</h3>
80125
<div class="max-w-sm rounded overflow-hidden shadow-lg hover:rotate-3">
81126
<img src="symfony.jpeg" alt="Card Image" class="h-40 w-100 object-cover">
82127
<div class="px-6 py-4">
83-
<div class="font-bold text-xl mb-2">The Benefits of Avoiding Abstract Controller in Symfony</div>
128+
<div class="font-bold text-xl mb-2">The Benefits of Avoiding Abstract Controller in Symfony
129+
</div>
84130
<p class="text-gray-700 text-base">
85-
Avoiding the Abstract Controller allows for more customization and extensibility in your controllers. You are not bound by the constraints or limitations imposed by the abstract class, giving you the freedom to tailor your controllers to fit your specific application requirements
131+
Avoiding the Abstract Controller allows for more customization and extensibility in your
132+
controllers. You are not bound by the constraints or limitations imposed by the abstract
133+
class, giving you the freedom to tailor your controllers to fit your specific application
134+
requirements
86135
</p>
87136
</div>
88137
<div class="px-6 py-4">
@@ -97,9 +146,12 @@ <h3 class="text-xl font-bold mb-2">Articles</h3>
97146
<div class="px-6 py-4">
98147
<div class="font-bold text-xl mb-2">Boosting symfony services using decorators</div>
99148
<p class="text-gray-700 text-base">
100-
Symfony Decorator is a design pattern and a feature provided by the Symfony framework that allows developers to modify the behavior of services without modifying their original code. It follows the principles of the Decorator pattern, which enables dynamic composition of behaviors at runtime.
149+
Symfony Decorator is a design pattern and a feature provided by the Symfony framework that
150+
allows developers to modify the behavior of services without modifying their original code.
151+
It follows the principles of the Decorator pattern, which enables dynamic composition of
152+
behaviors at runtime.
101153

102-
</p>
154+
</p>
103155
</div>
104156
<div class="px-6 py-4">
105157
<a href="https://www.linkedin.com/pulse/boosting-symfony-services-decorators-rahul-chavan"
@@ -119,7 +171,7 @@ <h3 class="text-xl font-bold mb-2">Articles</h3>
119171
fill="currentColor"
120172
viewBox="0 0 24 24">
121173
<path
122-
d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" />
174+
d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/>
123175
</svg>
124176
</a>
125177
<a href="https://twitter.com/rcsofttech85" class="text-gray-100 hover:text-gray-800">
@@ -129,7 +181,7 @@ <h3 class="text-xl font-bold mb-2">Articles</h3>
129181
fill="currentColor"
130182
viewBox="0 0 24 24">
131183
<path
132-
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
184+
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/>
133185
</svg>
134186
</a>
135187
</footer>

public/mysql.png

4.24 KB
Loading

public/rabbitmq.jpg

7.16 KB
Loading

public/redis.png

4.64 KB
Loading

0 commit comments

Comments
 (0)