relvix commited on
Commit
deefaa5
·
verified ·
1 Parent(s): dd432e3

сделай окно курпнее

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -18,20 +18,20 @@
18
  </style>
19
  </head>
20
  <body class="min-h-screen flex flex-col items-center justify-center p-4" style="background-image: url('https://huggingface.co/spaces/relvix/epi-learning-gateway/resolve/main/images/1669646661_1-pibig-info-p-svetlii-fon-dlya-prezentatsii-pinterest-1.jpg'); background-size: cover; background-position: center; background-attachment: fixed;">
21
- <div class="max-w-xs w-full bg-white/90 rounded-xl shadow-lg overflow-hidden backdrop-blur-sm">
22
  <div class="p-6 space-y-4 bg-white">
23
- <h1 class="text-2xl font-bold text-black text-center mb-4">Эпишкола</h1>
24
- <div class="flex flex-col space-y-6">
25
- <a href="https://epi-school.fvds.ru/" class="transition-all glow-hover flex items-center justify-between p-4 rounded-lg" style="background-color: rgb(119, 133, 237); color: white;">
26
  <div class="flex items-center space-x-3">
27
  <i data-feather="users" class="w-6 h-6"></i>
28
- <span class="text-lg font-semibold">Очное обучение</span>
29
  </div>
30
  <i data-feather="arrow-right" class="w-5 h-5"></i>
31
  </a>
32
  </div>
33
  </div>
34
- <div class="bg-white px-6 py-3 text-center text-gray-600 relative">
35
  </div>
36
  </div>
37
  <script>
 
18
  </style>
19
  </head>
20
  <body class="min-h-screen flex flex-col items-center justify-center p-4" style="background-image: url('https://huggingface.co/spaces/relvix/epi-learning-gateway/resolve/main/images/1669646661_1-pibig-info-p-svetlii-fon-dlya-prezentatsii-pinterest-1.jpg'); background-size: cover; background-position: center; background-attachment: fixed;">
21
+ <div class="max-w-md w-full bg-white/90 rounded-xl shadow-lg overflow-hidden backdrop-blur-sm">
22
  <div class="p-6 space-y-4 bg-white">
23
+ <h1 class="text-3xl font-bold text-black text-center mb-6">Эпишкола</h1>
24
+ <div class="flex flex-col space-y-8">
25
+ <a href="https://epi-school.fvds.ru/" class="transition-all glow-hover flex items-center justify-between p-4 rounded-lg" style="background-color: rgb(119, 133, 237); color: white;">
26
  <div class="flex items-center space-x-3">
27
  <i data-feather="users" class="w-6 h-6"></i>
28
+ <span class="text-xl font-semibold">Очное обучение</span>
29
  </div>
30
  <i data-feather="arrow-right" class="w-5 h-5"></i>
31
  </a>
32
  </div>
33
  </div>
34
+ <div class="bg-white px-8 py-4 text-center text-gray-600 relative">
35
  </div>
36
  </div>
37
  <script>