File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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"
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
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"
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"
You can’t perform that action at this time.
0 commit comments