-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbar.html
50 lines (49 loc) · 2.57 KB
/
bar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Support Ukraine Bar</title>
<link rel="stylesheet" href="bar.css">
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Support Ukraine Bar Start -->
<div class="diib-support-ukraine">
<div class="diib-slogan">
<svg class="diib-slogan__image" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="url(#paint0_radial_3218_22237)"/>
<path d="M0 8C0 3.58175 3.58175 0 8 0C12.4183 0 16 3.58175 16 8" fill="url(#paint1_radial_3218_22237)"/>
<defs>
<radialGradient id="paint0_radial_3218_22237" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(8 8) rotate(90) scale(8)">
<stop stop-color="#FFDA44"/>
<stop offset="0.859375" stop-color="#ECAA00"/>
<stop offset="1" stop-color="#D59900"/>
</radialGradient>
<radialGradient id="paint1_radial_3218_22237" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(8 2.90909) rotate(90) scale(5.63636 11.2727)">
<stop offset="0.307292" stop-color="#3E92FF"/>
<stop offset="0.680556" stop-color="#0472FF"/>
<stop offset="1" stop-color="#0042ED"/>
</radialGradient>
</defs>
</svg>
<strong class="diib-slogan__text diib-slogan__text--mobile">Supporting Ukraine together!</strong>
<strong class="diib-slogan__text diib-slogan__text--tablet">Save Ukraine. Defend Democracy.</strong>
</div>
<div class="diib-how-to-help">
<a class="diib-how-to-help__link diib-how-to-help__link--mobile" href="https://how-you-can-support-ukraine.super.site" target="_blank">Learn
more</a>
<a class="diib-how-to-help__link diib-how-to-help__link--tablet" href="https://how-you-can-support-ukraine.super.site" target="_blank">How you
can
support Ukraine</a>
</div>
</div>
<!-- Support Ukraine Bar End -->
</body>
</html>