-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 2.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<svg id="logo" width="411" height="109" viewBox="0 0 411 109" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path d="M56.936 101L33.032 59.96H17.192V101H4.08801V0.632004H36.488C44.072 0.632004 50.456 1.928 55.64 4.52C60.92 7.11201 64.856 10.616 67.448 15.032C70.04 19.448 71.336 24.488 71.336 30.152C71.336 37.064 69.32 43.16 65.288 48.44C61.352 53.72 55.4 57.224 47.432 58.952L72.632 101H56.936ZM17.192 49.448H36.488C43.592 49.448 48.92 47.72 52.472 44.264C56.024 40.712 57.8 36.008 57.8 30.152C57.8 24.2 56.024 19.592 52.472 16.328C49.016 13.064 43.688 11.432 36.488 11.432H17.192V49.448Z" stroke="white" stroke-width="5"/>
<path d="M151.025 78.68H107.249L99.1854 101H85.3614L121.649 1.208H136.769L172.913 101H159.089L151.025 78.68ZM147.281 68.024L129.137 17.336L110.993 68.024H147.281Z" stroke="white" stroke-width="5"/>
<path d="M267.641 101H254.537L201.833 21.08V101H188.729V0.488007H201.833L254.537 80.264V0.488007H267.641V101Z" stroke="white" stroke-width="5"/>
<path d="M303.083 0.632004V101H289.979V0.632004H303.083Z" stroke="white" stroke-width="5"/>
<path d="M384.744 78.68H340.968L332.904 101H319.08L355.368 1.208H370.488L406.632 101H392.808L384.744 78.68ZM381 68.024L362.856 17.336L344.712 68.024H381Z" stroke="white" stroke-width="5"/>
</g>
<defs>
<filter id="filter0_d" x="0.0880127" y="0.488007" width="410.544" height="108.512" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
</svg>
<script src="script.js"></script>
</body>
</html>