Rustar111 commited on
Commit
7df7c49
·
verified ·
1 Parent(s): f33ad15

undefined - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +143 -18
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Edler Pro
3
- emoji: 📈
4
- colorFrom: green
5
  colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: edler-pro
3
+ emoji: 🐳
4
+ colorFrom: blue
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,144 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="ru">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Авторизация | Edler.pro</title>
7
+ <link rel="icon" type="image/x-icon" href="https://amorfati.edler.pro/img/auth/logo.svg">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://unpkg.com/feather-icons"></script>
13
+ <style>
14
+ .auth-bg {
15
+ background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
16
+ }
17
+ .btn-primary {
18
+ background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
19
+ }
20
+ .btn-primary:hover {
21
+ background: linear-gradient(90deg, #5a6fd1 0%, #6a4495 100%);
22
+ }
23
+ </style>
24
+ </head>
25
+ <body class="auth-bg min-h-screen flex items-center justify-center p-4">
26
+ <div class="max-w-md w-full bg-white rounded-xl shadow-2xl overflow-hidden" data-aos="fade-up">
27
+ <!-- Header Section -->
28
+ <div class="bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 p-6 text-white text-center">
29
+ <img src="https://amorfati.edler.pro/img/auth/logo.svg" alt="Edler.pro Logo" class="h-12 mx-auto mb-4">
30
+ <h1 class="text-2xl font-bold">EXP.business</h1>
31
+ <p class="text-sm opacity-90">Настроенный домен платформы</p>
32
+ </div>
33
+
34
+ <!-- Main Content -->
35
+ <div class="p-8">
36
+ <div class="text-center mb-6">
37
+ <h2 class="text-2xl font-semibold text-gray-800">Вход в платформу</h2>
38
+ <p class="text-gray-600 mt-2">Добро пожаловать в платформу Edler.pro!</p>
39
+ </div>
40
+
41
+ <!-- WhiteLabel Warning (hidden by default) -->
42
+ <div id="whiteLabelWarning" class="hidden bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-6 rounded-r">
43
+ <div class="flex">
44
+ <div class="flex-shrink-0">
45
+ <i data-feather="alert-triangle" class="h-5 w-5 text-yellow-400"></i>
46
+ </div>
47
+ <div class="ml-3">
48
+ <p class="text-sm text-yellow-700">
49
+ Вы уверены, что хотите отключить WhiteLabel? Платформа будет перенесена на предыдущий субдомен, все активные сессии завершены, а все ссылки, связанные с Вашим личным доменом, к сожалению, будут отключены.
50
+ </p>
51
+ <button class="mt-2 text-sm font-medium text-yellow-700 hover:text-yellow-600">
52
+ Отключить whitelabel
53
+ </button>
54
+ </div>
55
+ </div>
56
+ </div>
57
+
58
+ <!-- Login Form -->
59
+ <form class="space-y-6">
60
+ <div>
61
+ <label for="email" class="block text-sm font-medium text-gray-700">Email</label>
62
+ <div class="mt-1 relative rounded-md shadow-sm">
63
+ <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
64
+ <i data-feather="mail" class="h-4 w-4 text-gray-400"></i>
65
+ </div>
66
+ <input type="email" id="email" name="email" class="focus:ring-indigo-500 focus:border-indigo-500 block w-full pl-10 sm:text-sm border-gray-300 rounded-md py-3" placeholder="your@email.com">
67
+ </div>
68
+ </div>
69
+
70
+ <div>
71
+ <label for="password" class="block text-sm font-medium text-gray-700">Пароль</label>
72
+ <div class="mt-1 relative rounded-md shadow-sm">
73
+ <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
74
+ <i data-feather="lock" class="h-4 w-4 text-gray-400"></i>
75
+ </div>
76
+ <input type="password" id="password" name="password" class="focus:ring-indigo-500 focus:border-indigo-500 block w-full pl-10 sm:text-sm border-gray-300 rounded-md py-3" placeholder="••••••••">
77
+ </div>
78
+ <div class="mt-2 flex justify-end">
79
+ <a href="https://amorfati.edler.pro/recover" class="text-sm font-medium text-indigo-600 hover:text-indigo-500">Забыли пароль?</a>
80
+ </div>
81
+ </div>
82
+
83
+ <div class="flex items-center">
84
+ <input id="terms" name="terms" type="checkbox" class="h-4 w-4 text-indigo-600 focus:ring-indigo-500 border-gray-300 rounded">
85
+ <label for="terms" class="ml-2 block text-sm text-gray-700">
86
+ Я согласен с <a href="https://docs.google.com/document/d/1hhPx_L4uYkvFkRicBVtGA3H0KSo-EbE4UoLcgqaIANo/edit#heading=h.8pj6zm6b2icv" class="text-indigo-600 hover:text-indigo-500">Лицензионным соглашением</a> и <a href="https://edler.pro/privacy" class="text-indigo-600 hover:text-indigo-500">Политикой конфиденциальности</a>
87
+ </label>
88
+ </div>
89
+
90
+ <div>
91
+ <button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white btn-primary hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
92
+ Войти в личный кабинет
93
+ </button>
94
+ </div>
95
+ </form>
96
+
97
+ <div class="mt-6 text-center">
98
+ <a href="#" class="text-sm font-medium text-gray-600 hover:text-gray-500 flex items-center justify-center">
99
+ <i data-feather="arrow-left" class="mr-1"></i>
100
+ Вернуться назад
101
+ </a>
102
+ </div>
103
+
104
+ <div class="mt-8 border-t border-gray-200 pt-6">
105
+ <p class="text-sm text-gray-500 text-center">
106
+ У Вас еще нет аккаунта?
107
+ <a href="https://amorfati.edler.pro/registration" class="font-medium text-indigo-600 hover:text-indigo-500">
108
+ Давайте скорее создадим его!
109
+ </a>
110
+ </p>
111
+ </div>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Account Status Examples (hidden by default) -->
116
+ <div class="hidden">
117
+ <div class="flex items-center p-4 border rounded-lg mb-2">
118
+ <img src="https://amorfati.edler.pro/img/auth/logo.svg" class="h-8 w-8 mr-3">
119
+ <div>
120
+ <p class="font-medium">Название компании</p>
121
+ <p class="text-sm text-gray-500">home.edler.edler.pro</p>
122
+ </div>
123
+ </div>
124
+
125
+ <div class="flex items-center p-4 border rounded-lg mb-2 bg-red-50">
126
+ <img src="https://amorfati.edler.pro/img/auth/logo.svg" class="h-8 w-8 mr-3">
127
+ <div>
128
+ <p class="font-medium">Аккаунт заблокирован</p>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <script>
134
+ AOS.init();
135
+ feather.replace();
136
+
137
+ // Toggle WhiteLabel warning
138
+ document.addEventListener('DOMContentLoaded', function() {
139
+ // This would be triggered by some condition in a real app
140
+ // document.getElementById('whiteLabelWarning').classList.remove('hidden');
141
+ });
142
+ </script>
143
+ </body>
144
  </html>
prompts.txt ADDED
File without changes