|
3 | 3 | class="min-h-screen bg-white dark:bg-gray-900 text-gray-800 dark:text-gray-200 transition-colors duration-300 ease-in-out" |
4 | 4 | > |
5 | 5 | <!-- Header Section --> |
6 | | - <UniversityHero /> |
| 6 | + <!-- <UniversityHero /> --> |
7 | 7 |
|
8 | 8 | <!-- Welcome Section --> |
9 | 9 | <section |
10 | | - 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" |
| 10 | + class="text-center py-16 px-4 sm:px-6 md:px-20 bg-none bg-gray-50 dark:bg-[#0F172A] duration-300 ease-in-out" |
11 | 11 | > |
| 12 | + <!-- Background Video --> |
| 13 | + <video |
| 14 | + autoplay |
| 15 | + muted |
| 16 | + loop |
| 17 | + playsinline |
| 18 | + class="absolute top-0 left-0 w-full h-full object-cover z-0 opacity-70 dark:opacity-20" |
| 19 | + > |
| 20 | + <source |
| 21 | + src="https://media.istockphoto.com/id/1027718724/video/handwritten-formulas-spinning-in-3d-space-on-a-bright-background.mp4?s=mp4-640x640-is&k=20&c=OZhq1lBjCn5IOD_h79W3NqOtVFgpP54Ia6_fT3y3mN0=" |
| 22 | + type="video/mp4" |
| 23 | + /> |
| 24 | + Your browser does not support the video tag. |
| 25 | + </video> |
| 26 | + |
| 27 | + <!-- Content Layer --> |
12 | 28 | <div |
13 | 29 | data-aos="fade-zoom-in" |
14 | 30 | data-aos-easing="ease-in-back" |
|
22 | 38 | Welcome to Number Theory & Cryptography |
23 | 39 | </h1> |
24 | 40 | <p |
25 | | - class="text-lg sm:text-xl max-w-4xl mx-auto text-gray-600 dark:text-gray-300 leading-relaxed mb-8" |
| 41 | + class="text-lg sm:text-xl max-w-4xl mx-auto text-gray-100 dark:text-gray-300 leading-relaxed mb-8" |
26 | 42 | > |
27 | 43 | Explore the fascinating intersection where mathematical elegance meets |
28 | 44 | digital security. Number theory, the mother of modern cryptography, |
|
96 | 112 |
|
97 | 113 | <!-- Real-World Applications --> |
98 | 114 | <section |
99 | | - class="py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-800 duration-300 ease-in-out" |
| 115 | + class="py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-900 duration-300 ease-in-out" |
100 | 116 | > |
101 | 117 | <div class="max-w-7xl mx-auto"> |
102 | 118 | <h2 |
|
111 | 127 | data-aos="zoom-in-right" |
112 | 128 | data-aos-delay="300" |
113 | 129 | data-aos-duration="500" |
114 | | - class="bg-white dark:bg-gray-700 p-6 rounded-lg shadow-md hover:shadow-2xl hover:scale-105 transition-transform duration-300 border border-transparent hover:border-gray-300 dark:hover:border-gray-500 " |
| 130 | + class="bg-white dark:bg-gray-700 p-6 rounded-lg shadow-md hover:shadow-2xl hover:scale-105 transition-transform duration-300 border border-transparent hover:border-gray-300 dark:hover:border-gray-500" |
115 | 131 | > |
116 | 132 | <div |
117 | 133 | class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mb-4" |
|
315 | 331 |
|
316 | 332 | <!-- Key Algorithms Section --> |
317 | 333 | <section |
318 | | - class="py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-800 duration-300 ease-in-out" |
| 334 | + class="py-16 px-4 sm:px-6 md:px-20 bg-gray-50 dark:bg-gray-900 duration-300 ease-in-out" |
319 | 335 | > |
320 | 336 | <div class="max-w-7xl mx-auto"> |
321 | 337 | <h2 |
|
442 | 458 | </section> |
443 | 459 |
|
444 | 460 | <!-- Future of Number Theory in Cryptography --> |
445 | | - <section class="py-20 px-4 sm:px-6 md:px-20 relative overflow-hidden"> |
| 461 | + <section class="py-20 px-4 sm:px-6 md:px-20 relative overflow-hidden rounded-tl-[10%] rounded-br-[10%]"> |
446 | 462 | <div |
447 | 463 | class="absolute inset-0 bg-gradient-to-r from-blue-600/10 to-purple-600/10 dark:from-blue-500/20 dark:to-purple-500/20" |
448 | 464 | ></div> |
|
0 commit comments