urfu-ui-kit-vanilla 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +92 -0
- package/package.json +23 -0
- package/playground/index.html +257 -0
- package/playground/main.ts +1 -0
- package/src/fonts/urfu-ui-icons-fonts.eot +0 -0
- package/src/fonts/urfu-ui-icons-fonts.svg +91 -0
- package/src/fonts/urfu-ui-icons-fonts.ttf +0 -0
- package/src/fonts/urfu-ui-icons-fonts.woff +0 -0
- package/src/main.less +97 -0
- package/src/styles/components/button.less +166 -0
- package/src/styles/components/checkbox.less +33 -0
- package/src/styles/components/icon.less +63 -0
- package/src/styles/components/input.less +217 -0
- package/src/styles/components/message.less +32 -0
- package/src/styles/components/preloader.less +124 -0
- package/src/styles/components/radio.less +33 -0
- package/src/styles/components/status.less +45 -0
- package/src/styles/components/switch.less +63 -0
- package/src/styles/components/tab.less +79 -0
- package/src/styles/const/base.less +9 -0
- package/src/styles/const/colors.less +22 -0
- package/src/styles/const/fonts.less +52 -0
- package/src/styles/const/icons.less +8 -0
- package/src/styles/fonts.less +5 -0
- package/src/styles/reset.less +63 -0
- package/src/styles/special-classes/colors.less +58 -0
- package/src/styles/special-classes/font-weight.less +11 -0
- package/src/styles/special-classes/selectors.less +44 -0
- package/src/ui-icons.css +356 -0
- package/tsconfig.json +18 -0
- package/vite.config.ts +12 -0
package/README.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# vanilla
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Getting started
|
|
6
|
+
|
|
7
|
+
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
8
|
+
|
|
9
|
+
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
10
|
+
|
|
11
|
+
## Add your files
|
|
12
|
+
|
|
13
|
+
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
14
|
+
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
cd existing_repo
|
|
18
|
+
git remote add origin https://gitlab.urfu.ru/ui/base.git
|
|
19
|
+
git branch -M main
|
|
20
|
+
git push -uf origin main
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Integrate with your tools
|
|
24
|
+
|
|
25
|
+
- [ ] [Set up project integrations](https://gitlab.urfu.ru/ui/base/-/settings/integrations)
|
|
26
|
+
|
|
27
|
+
## Collaborate with your team
|
|
28
|
+
|
|
29
|
+
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
|
30
|
+
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
|
31
|
+
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
|
32
|
+
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
|
33
|
+
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
|
34
|
+
|
|
35
|
+
## Test and Deploy
|
|
36
|
+
|
|
37
|
+
Use the built-in continuous integration in GitLab.
|
|
38
|
+
|
|
39
|
+
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
|
40
|
+
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
|
41
|
+
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
|
42
|
+
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
|
43
|
+
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
|
44
|
+
|
|
45
|
+
***
|
|
46
|
+
|
|
47
|
+
# Editing this README
|
|
48
|
+
|
|
49
|
+
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
|
50
|
+
|
|
51
|
+
## Suggestions for a good README
|
|
52
|
+
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
|
53
|
+
|
|
54
|
+
## Name
|
|
55
|
+
Choose a self-explaining name for your project.
|
|
56
|
+
|
|
57
|
+
## Description
|
|
58
|
+
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
|
59
|
+
|
|
60
|
+
## Badges
|
|
61
|
+
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
|
62
|
+
|
|
63
|
+
## Visuals
|
|
64
|
+
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
|
65
|
+
|
|
66
|
+
## Installation
|
|
67
|
+
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
|
68
|
+
|
|
69
|
+
## Usage
|
|
70
|
+
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
|
71
|
+
|
|
72
|
+
## Support
|
|
73
|
+
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
|
74
|
+
|
|
75
|
+
## Roadmap
|
|
76
|
+
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
|
77
|
+
|
|
78
|
+
## Contributing
|
|
79
|
+
State if you are open to contributions and what your requirements are for accepting them.
|
|
80
|
+
|
|
81
|
+
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
|
82
|
+
|
|
83
|
+
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
|
84
|
+
|
|
85
|
+
## Authors and acknowledgment
|
|
86
|
+
Show your appreciation to those who have contributed to the project.
|
|
87
|
+
|
|
88
|
+
## License
|
|
89
|
+
For open source projects, say how it is licensed.
|
|
90
|
+
|
|
91
|
+
## Project status
|
|
92
|
+
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "urfu-ui-kit-vanilla",
|
|
3
|
+
"description": "UrFU UI-Kit for Vanilla Web",
|
|
4
|
+
"license": "UNLICENSED",
|
|
5
|
+
"private": false,
|
|
6
|
+
"version": "0.0.0",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://gitlab.urfu.ru/ui/vanilla"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"start": "vite serve playground",
|
|
14
|
+
"build": "vite build",
|
|
15
|
+
"preview": "vite preview"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@types/node": "^18.15.11",
|
|
19
|
+
"typescript": "^4.9.3",
|
|
20
|
+
"vite": "^4.2.0",
|
|
21
|
+
"less": "^4.1.3"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
7
|
+
<title>UI Playground</title>
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<div id="app">
|
|
11
|
+
<h2>Button</h2>
|
|
12
|
+
<section class="container">
|
|
13
|
+
<button class="u-button">Click me</button>
|
|
14
|
+
<button disabled class="u-button">Click me</button>
|
|
15
|
+
<button class="u-button u-button-danger">Click me</button>
|
|
16
|
+
<button disabled class="u-button u-button-danger">Click me</button>
|
|
17
|
+
<button class="u-button u-button-outline">Click me</button>
|
|
18
|
+
<button disabled class="u-button u-button-outline">Click me</button>
|
|
19
|
+
<button class="u-button u-button-danger-outline">Click me</button>
|
|
20
|
+
<button disabled class="u-button u-button-danger-outline">Click me</button>
|
|
21
|
+
<button class="u-button">Click me<i class="u-icon icon-calendar"></i></button>
|
|
22
|
+
<button disabled class="u-button">Click me<i class="u-icon icon-calendar"></i></button>
|
|
23
|
+
<button class="u-button u-button-danger">Click me<i class="u-icon icon-calendar"></i></button>
|
|
24
|
+
<button disabled class="u-button u-button-danger">Click me<i class="u-icon icon-calendar"></i></button>
|
|
25
|
+
<button class="u-button u-button-outline">Click me<i class="u-icon icon-calendar"></i></button>
|
|
26
|
+
<button disabled class="u-button u-button-outline">Click me<i class="u-icon icon-calendar"></i></button>
|
|
27
|
+
<button class="u-button u-button-danger-outline">Click me<i class="u-icon icon-calendar"></i></button>
|
|
28
|
+
<button disabled class="u-button u-button-danger-outline">Click me<i class="u-icon icon-calendar"></i></button>
|
|
29
|
+
<button class="u-button u-button-simple">Click me</button>
|
|
30
|
+
<button disabled class="u-button u-button-simple">Click me</button>
|
|
31
|
+
<button class="u-button-cross"></button>
|
|
32
|
+
</section>
|
|
33
|
+
<section class="container">
|
|
34
|
+
<button class="u-button u-button-small">Click me</button>
|
|
35
|
+
<button disabled class="u-button u-button-small">Click me</button>
|
|
36
|
+
<button class="u-button u-button-danger u-button-small">Click me</button>
|
|
37
|
+
<button disabled class="u-button u-button-danger u-button-small">Click me</button>
|
|
38
|
+
</section>
|
|
39
|
+
<h2>Text button</h2>
|
|
40
|
+
<section class="flex">
|
|
41
|
+
<button class="u-button-text">Button<i class="u-icon icon-entrance"></i></button>
|
|
42
|
+
<button class="u-button-text">Button<i class="u-icon icon-folder"></i></button>
|
|
43
|
+
<button disabled class="u-button-text">Button<i class="u-icon icon-plus"></i></button>
|
|
44
|
+
<button class="u-button-text"><i class="u-icon icon-only icon-cross"></i></button>
|
|
45
|
+
<button disabled class="u-button-text"><i class="u-icon icon-only icon-plus"></i></button>
|
|
46
|
+
<button class="u-button-text u-button-text-danger">Button<i class="u-icon icon-entrance"></i></button>
|
|
47
|
+
<button class="u-button-text u-button-text-danger">Button<i class="u-icon icon-folder"></i></button>
|
|
48
|
+
<button disabled class="u-button-text u-button-text-danger">Button<i class="u-icon icon-plus"></i></button>
|
|
49
|
+
<button class="u-button-text u-button-text-danger"><i class="u-icon icon-only icon-cross"></i></button>
|
|
50
|
+
<button disabled class="u-button-text u-button-text-danger"><i class="u-icon icon-only icon-plus"></i></button>
|
|
51
|
+
</section>
|
|
52
|
+
<section class="flex">
|
|
53
|
+
<button class="u-button-text u-button-text-icon-left">Button<i class="u-icon icon-entrance"></i></button>
|
|
54
|
+
<button class="u-button-text u-button-text-icon-left">Button<i class="u-icon icon-folder"></i></button>
|
|
55
|
+
<button disabled class="u-button-text u-button-text-icon-left">Button<i class="u-icon icon-plus"></i></button>
|
|
56
|
+
<button class="u-button-text u-button-text-icon-left"><i class="u-icon icon-only icon-cross"></i></button>
|
|
57
|
+
<button disabled class="u-button-text u-button-text-icon-left"><i class="u-icon icon-only icon-plus"></i></button>
|
|
58
|
+
<button class="u-button-text u-button-text-danger u-button-text-icon-left">Button<i class="u-icon icon-entrance"></i></button>
|
|
59
|
+
<button class="u-button-text u-button-text-danger u-button-text-icon-left">Button<i class="u-icon icon-folder"></i></button>
|
|
60
|
+
<button disabled class="u-button-text u-button-text-danger u-button-text-icon-left">Button<i class="u-icon icon-plus"></i></button>
|
|
61
|
+
<button class="u-button-text u-button-text-danger u-button-text-icon-left"><i class="u-icon icon-only icon-cross"></i></button>
|
|
62
|
+
<button disabled class="u-button-text u-button-text-danger u-button-text-icon-left"><i class="u-icon icon-only icon-plus"></i></button>
|
|
63
|
+
</section>
|
|
64
|
+
<h2>Tabs, Breadcrumbs</h2>
|
|
65
|
+
<section class="container">
|
|
66
|
+
<button class="u-tab all-danger">Tab</button>
|
|
67
|
+
<button class="u-tab u-tab-active">Tab</button>
|
|
68
|
+
<button class="u-tab">Tab</button>
|
|
69
|
+
<button class="u-tab">Tab</button>
|
|
70
|
+
</section>
|
|
71
|
+
<section class="container">
|
|
72
|
+
<button class="u-tab-line">Tab</button>
|
|
73
|
+
<button class="u-tab-line">Tab</button>
|
|
74
|
+
<button class="u-tab-line u-tab-active">Tab</button>
|
|
75
|
+
</section>
|
|
76
|
+
<section class="container">
|
|
77
|
+
<button class="u-tab-line-secondary">Tab</button>
|
|
78
|
+
<button class="u-tab-line-secondary u-tab-active">Tab</button>
|
|
79
|
+
<button class="u-tab-line-secondary">Tab</button>
|
|
80
|
+
</section>
|
|
81
|
+
<h2>Statuses</h2>
|
|
82
|
+
<section class="flex">
|
|
83
|
+
<span class="u-status-warning">status</span>
|
|
84
|
+
<span class="u-status-info">status</span>
|
|
85
|
+
<span class="u-status-neutral">status</span>
|
|
86
|
+
<span class="u-status-success">status</span>
|
|
87
|
+
<span class="u-status-danger">status</span>
|
|
88
|
+
</section>
|
|
89
|
+
<h2>Inputs</h2>
|
|
90
|
+
<section>
|
|
91
|
+
<input type="text" class="u-input-required" placeholder="введите">
|
|
92
|
+
<input type="password" class="u-input" placeholder="введите">
|
|
93
|
+
<input type="text" disabled class="u-input" placeholder="введите">
|
|
94
|
+
<input type="text" class="u-input">
|
|
95
|
+
</section>
|
|
96
|
+
<section>
|
|
97
|
+
<div class="u-number">
|
|
98
|
+
<button class="u-number-up" type="button" onclick="this.nextElementSibling.stepDown(); this.nextElementSibling.onchange();"></button>
|
|
99
|
+
<button class="u-number-down" type="button" onclick="this.previousElementSibling.stepUp(); this.previousElementSibling.onchange();"></button>
|
|
100
|
+
<input type="number" class="u-input">
|
|
101
|
+
</div>
|
|
102
|
+
<div class="u-selectbox">
|
|
103
|
+
<div class="u-selectbox-select">
|
|
104
|
+
<span>Выбрать</span>
|
|
105
|
+
<i class="u-selectbox-select-icon"></i>
|
|
106
|
+
</div>
|
|
107
|
+
<div class="u-selectbox-options">
|
|
108
|
+
<div class="u-selectbox-option">раз</div>
|
|
109
|
+
<div class="u-selectbox-option">два</div>
|
|
110
|
+
<div class="u-selectbox-option">три</div>
|
|
111
|
+
</div>
|
|
112
|
+
</div>
|
|
113
|
+
<div class="u-search">
|
|
114
|
+
<input placeholder="Введите название" class="u-input" type="search" name="" id="">
|
|
115
|
+
<button class="u-search-loupe" type="button"></button>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="u-calendar">
|
|
118
|
+
<input type="date" class="u-input">
|
|
119
|
+
</div>
|
|
120
|
+
</section>
|
|
121
|
+
<section>
|
|
122
|
+
<div class="u-message">Инфо</div>
|
|
123
|
+
<div class="u-message-fail">Инфо</div>
|
|
124
|
+
<div class="u-message-success">Инфо</div>
|
|
125
|
+
<div class="u-message-warning">Инфо</div>
|
|
126
|
+
</section>
|
|
127
|
+
<section class="flex">
|
|
128
|
+
<label class="u-switch">
|
|
129
|
+
<input type="checkbox">
|
|
130
|
+
<div></div>
|
|
131
|
+
</label>
|
|
132
|
+
<label class="u-switch-gradient">
|
|
133
|
+
<input type="checkbox">
|
|
134
|
+
<div></div>
|
|
135
|
+
</label>
|
|
136
|
+
<label class="u-switch">
|
|
137
|
+
<input disabled type="checkbox">
|
|
138
|
+
<div></div>
|
|
139
|
+
</label>
|
|
140
|
+
<label class="u-switch-gradient">
|
|
141
|
+
<input disabled type="checkbox">
|
|
142
|
+
<div></div>
|
|
143
|
+
</label>
|
|
144
|
+
</section>
|
|
145
|
+
<section class="flex">
|
|
146
|
+
<label class="u-radio">
|
|
147
|
+
<input type="radio">
|
|
148
|
+
<div></div>
|
|
149
|
+
</label>
|
|
150
|
+
<label class="u-radio">
|
|
151
|
+
<input checked type="radio">
|
|
152
|
+
<div></div>
|
|
153
|
+
</label>
|
|
154
|
+
<label class="u-radio">
|
|
155
|
+
<input disabled type="radio">
|
|
156
|
+
<div></div>
|
|
157
|
+
</label>
|
|
158
|
+
<label class="u-radio">
|
|
159
|
+
<input disabled checked type="radio">
|
|
160
|
+
<div></div>
|
|
161
|
+
</label>
|
|
162
|
+
</section>
|
|
163
|
+
<section class="flex">
|
|
164
|
+
<label class="u-checkbox">
|
|
165
|
+
<input type="checkbox">
|
|
166
|
+
<div></div>
|
|
167
|
+
</label>
|
|
168
|
+
<label class="u-checkbox">
|
|
169
|
+
<input checked type="checkbox">
|
|
170
|
+
<div></div>
|
|
171
|
+
</label>
|
|
172
|
+
<label class="u-checkbox">
|
|
173
|
+
<input disabled type="checkbox">
|
|
174
|
+
<div></div>
|
|
175
|
+
</label>
|
|
176
|
+
<label class="u-checkbox">
|
|
177
|
+
<input disabled checked type="checkbox">
|
|
178
|
+
<div></div>
|
|
179
|
+
</label>
|
|
180
|
+
</section>
|
|
181
|
+
<section>
|
|
182
|
+
<h1>Заголовок</h1>
|
|
183
|
+
<h2>Заголовок</h2>
|
|
184
|
+
<h3>Заголовок</h3>
|
|
185
|
+
<h4>Заголовок</h4>
|
|
186
|
+
<h5>Заголовок</h5>
|
|
187
|
+
<h6>Заголовок</h6>
|
|
188
|
+
<div class="st">Заголовок</div>
|
|
189
|
+
<div class="ds">Заголовок</div>
|
|
190
|
+
<div class="th">Заголовок</div>
|
|
191
|
+
<div class="tt">Заголовок</div>
|
|
192
|
+
<div class="bt">Заголовок</div>
|
|
193
|
+
<div class="required">Заголовок</div>
|
|
194
|
+
<div class="benefit">Заголовок</div>
|
|
195
|
+
</section>
|
|
196
|
+
<section>
|
|
197
|
+
<div class="u-preloader">
|
|
198
|
+
<svg class="u-preloader-container" width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
199
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z" fill="#1E4391"/>
|
|
200
|
+
<path class="u-preloader-dot" d="M12.2573 17.5283C12.2573 20.0136 10.2426 22.0283 7.75732 22.0283C5.27204 22.0283 3.25732 20.0136 3.25732 17.5283C3.25732 15.043 5.27204 13.0283 7.75732 13.0283C10.2426 13.0283 12.2573 15.043 12.2573 17.5283Z" fill="#1E4391"/>
|
|
201
|
+
<path class="u-preloader-logo" d="M52.5974 25.4219C52.9649 24.721 53.5215 24.137 54.2039 23.7362C54.8864 23.3354 55.6675 23.1338 56.4587 23.1542L56.8417 21.7254H45.4303L45.0472 23.1542C46.9626 23.1542 49.575 23.9203 49.7512 25.4219H52.5897H52.5974ZM19.543 23.1542C22.4274 23.1542 23.6456 25.1653 24.9441 27.3219L35.5588 45.525C36.0606 46.4329 36.5509 47.5322 36.5356 48.5589C36.4973 51.2403 33.0229 52.2171 30.9429 52.3167C29.4339 52.3686 27.9339 52.0642 26.5645 51.428L25.7179 52.5159C26.2121 54.6151 28.1542 57.1663 30.8242 57.1471C35.463 57.1126 37.8993 52.8721 39.7648 49.4169L43.2124 43.016L33.1838 25.8203C32.2568 24.288 33.7776 23.1618 35.3941 23.1389L35.7771 21.7139H19.9145L19.543 23.1542Z" fill="#1E4391"/>
|
|
202
|
+
</svg>
|
|
203
|
+
</div>
|
|
204
|
+
<div class="u-preloader-gradient">
|
|
205
|
+
<svg class="u-preloader-gradient-container" width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
206
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z" fill="url(#paint0_linear_1804_4939)"/>
|
|
207
|
+
<path class="u-preloader-gradient-dot" d="M12.2573 17.5283C12.2573 20.0136 10.2426 22.0283 7.75732 22.0283C5.27204 22.0283 3.25732 20.0136 3.25732 17.5283C3.25732 15.043 5.27204 13.0283 7.75732 13.0283C10.2426 13.0283 12.2573 15.043 12.2573 17.5283Z" fill="url(#paint1_linear_1804_4939)"/>
|
|
208
|
+
<path class="u-preloader-gradient-logo" d="M52.5974 25.4219C52.9649 24.721 53.5215 24.137 54.2039 23.7362C54.8864 23.3354 55.6675 23.1338 56.4587 23.1542L56.8417 21.7254H45.4303L45.0472 23.1542C46.9626 23.1542 49.575 23.9203 49.7512 25.4219H52.5897H52.5974ZM19.543 23.1542C22.4274 23.1542 23.6456 25.1653 24.9441 27.3219L35.5588 45.525C36.0606 46.4329 36.5509 47.5322 36.5356 48.5589C36.4973 51.2403 33.0229 52.2171 30.9429 52.3167C29.4339 52.3686 27.9339 52.0642 26.5645 51.428L25.7179 52.5159C26.2121 54.6151 28.1542 57.1663 30.8242 57.1471C35.463 57.1126 37.8993 52.8721 39.7648 49.4169L43.2124 43.016L33.1838 25.8203C32.2568 24.288 33.7776 23.1618 35.3941 23.1389L35.7771 21.7139H19.9145L19.543 23.1542Z" fill="url(#paint2_linear_1804_4939)"/>
|
|
209
|
+
<defs>
|
|
210
|
+
<linearGradient id="paint0_linear_1804_4939" x1="76.5363" y1="37.9977" x2="1.9146e-07" y2="37.9977" gradientUnits="userSpaceOnUse">
|
|
211
|
+
<stop stop-color="#FF2D7F"/>
|
|
212
|
+
<stop offset="0.48" stop-color="#FB3727"/>
|
|
213
|
+
<stop offset="1" stop-color="#FEEA0F"/>
|
|
214
|
+
</linearGradient>
|
|
215
|
+
<linearGradient id="paint1_linear_1804_4939" x1="5.06202" y1="20.769" x2="11.2799" y2="12.9983" gradientUnits="userSpaceOnUse">
|
|
216
|
+
<stop stop-color="#FF2D7F"/>
|
|
217
|
+
<stop offset="0.48" stop-color="#FB3727"/>
|
|
218
|
+
<stop offset="1" stop-color="#FEEA0F"/>
|
|
219
|
+
</linearGradient>
|
|
220
|
+
<linearGradient id="paint2_linear_1804_4939" x1="35.9984" y1="21.9995" x2="36.4978" y2="56.9995" gradientUnits="userSpaceOnUse">
|
|
221
|
+
<stop stop-color="#FF2D7F"/>
|
|
222
|
+
<stop offset="0.48" stop-color="#FB3727"/>
|
|
223
|
+
<stop offset="1" stop-color="#FEEA0F"/>
|
|
224
|
+
</linearGradient>
|
|
225
|
+
</defs>
|
|
226
|
+
</svg>
|
|
227
|
+
</div>
|
|
228
|
+
<div class="u-preloader-mini">
|
|
229
|
+
<svg class="u-preloader-mini-container" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
230
|
+
<circle cx="24" cy="24" r="23" stroke="#1E4391" stroke-width="2"/>
|
|
231
|
+
<circle class="u-preloader-mini-dot" cx="6.5" cy="6.5" r="6.5" fill="#1E4391"/>
|
|
232
|
+
</svg>
|
|
233
|
+
</div>
|
|
234
|
+
<div class="u-preloader-mini-gradient">
|
|
235
|
+
<svg class="u-preloader-mini-gradient-container" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
236
|
+
<circle cx="24" cy="24" r="23" stroke="url(#paint0_linear_8025_35626)" stroke-width="2"/>
|
|
237
|
+
<circle class="u-preloader-mini-dot" cx="6.5" cy="6.5" r="6.5" fill="url(#paint0_linear_8025_35627)"/>
|
|
238
|
+
<defs>
|
|
239
|
+
<linearGradient id="paint0_linear_8025_35626" x1="54.3387" y1="23.9985" x2="6" y2="23.9985" gradientUnits="userSpaceOnUse">
|
|
240
|
+
<stop stop-color="#FF2D7F"/>
|
|
241
|
+
<stop offset="0.48" stop-color="#FB3727"/>
|
|
242
|
+
<stop offset="1" stop-color="#FEEA0F"/>
|
|
243
|
+
</linearGradient>
|
|
244
|
+
<linearGradient id="paint0_linear_8025_35627" x1="0.50109" y1="13" x2="8.00065" y2="0.000589107" gradientUnits="userSpaceOnUse">
|
|
245
|
+
<stop stop-color="#FF2D7F"/>
|
|
246
|
+
<stop offset="0.192259" stop-color="#FB3727"/>
|
|
247
|
+
<stop offset="1" stop-color="#FEEA0F"/>
|
|
248
|
+
</linearGradient>
|
|
249
|
+
</defs>
|
|
250
|
+
</svg>
|
|
251
|
+
</div>
|
|
252
|
+
</section>
|
|
253
|
+
</div>
|
|
254
|
+
</div>
|
|
255
|
+
<script type="module" src="main.ts"></script>
|
|
256
|
+
</body>
|
|
257
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "../src/main.less";
|
|
Binary file
|