Skip to content

Commit 5c7a59e

Browse files
committed
Update commite
1 parent 0d734d0 commit 5c7a59e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/views/About.vue

Whitespace-only changes.

src/views/Concept.vue

Whitespace-only changes.

src/views/Demo.vue

Whitespace-only changes.

src/views/Home.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="min-h-screen bg-white dark:bg-gray-900 text-gray-800 dark:text-gray-200 transition-colors duration-300 ease-in-out"
44
>
55
<!-- Header Section -->
6-
<section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 text-center">
6+
<section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 text-center duration-300 ease-in-out">
77
<div
88
class="relative w-full border-2 border-gray-300 dark:border-gray-700 rounded-2xl overflow-hidden py-8 sm:py-12 md:py-16 lg:py-20 shadow-lg"
99
>
@@ -57,7 +57,7 @@
5757

5858
<!-- Welcome Section -->
5959
<section
60-
class="text-center py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-800"
60+
class="text-center py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-800 duration-300 ease-in-out"
6161
>
6262
<h1
6363
class="text-4xl sm:text-5xl md:text-6xl font-bold text-blue-700 dark:text-blue-400 mb-6"
@@ -78,7 +78,7 @@
7878
</section>
7979

8080
<!-- About Number Theory -->
81-
<section class="py-16 px-4 sm:px-6 md:px-20 bg-white dark:bg-gray-900">
81+
<section class="py-16 px-4 sm:px-6 md:px-20 bg-white dark:bg-gray-900 duration-300 ease-in-out">
8282
<div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-12 items-center">
8383
<div>
8484
<h2
@@ -111,7 +111,7 @@
111111
</section>
112112

113113
<!-- About Cryptography -->
114-
<section class="py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-800">
114+
<section class="py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-800 duration-300 ease-in-out">
115115
<div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-12 items-center">
116116
<img
117117
src="/src/assets/cryptography.png"
@@ -143,7 +143,7 @@
143143

144144
<!-- Call to Action -->
145145
<section
146-
class="text-center py-16 px-4 sm:px-6 md:px-20 bg-white dark:bg-gray-900"
146+
class="text-center py-16 px-4 sm:px-6 md:px-20 bg-white dark:bg-gray-900 duration-300 ease-in-out"
147147
>
148148
<h2
149149
class="text-3xl sm:text-4xl font-bold text-blue-700 dark:text-blue-400 mb-6"

0 commit comments

Comments
 (0)