-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 3.51 KB
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 3.51 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./resources/css/index.css">
<script defer src="./resources/js/index.js"></script>
<title>JavaScript Logo</title>
</head>
<body>
<div class="content">
<div class="logo">
<svg class="full" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512">
<g id="full-logo">
<rect id="full-background" x="0" y="0" width="512" height="512" fill="#F7DF1E" />
<g id="full-letters">
<path id="full-j" d="M 134.625 427.863281 L 173.804688 404.152344 C 181.363281 417.554688 188.242188 428.894531 204.734375 428.894531 C 220.546875 428.894531 230.511719 422.710938 230.511719 398.652344 L 230.511719 235.058594 L 278.628906 235.058594 L 278.628906 399.332031 C 278.628906 449.167969 249.417969 471.851562 206.796875 471.851562 C 168.308594 471.851562 145.964844 451.917969 134.625 427.859375" />
<path id="full-s" d="M 304.761719 422.707031 L 343.9375 400.027344 C 354.253906 416.867188 367.65625 429.238281 391.371094 429.238281 C 411.304688 429.238281 424.019531 419.273438 424.019531 405.523438 C 424.019531 389.027344 410.960938 383.183594 388.960938 373.5625 L 376.9375 368.40625 C 342.222656 353.628906 319.195312 335.070312 319.195312 295.890625 C 319.195312 259.804688 346.6875 232.308594 389.652344 232.308594 C 420.238281 232.308594 442.234375 242.960938 458.042969 270.800781 L 420.582031 294.859375 C 412.332031 280.082031 403.398438 274.238281 389.652344 274.238281 C 375.558594 274.238281 366.625 283.175781 366.625 294.859375 C 366.625 309.292969 375.558594 315.136719 396.179688 324.074219 L 408.207031 329.226562 C 449.105469 346.757812 472.132812 364.628906 472.132812 404.835938 C 472.132812 448.144531 438.109375 471.855469 392.398438 471.855469 C 347.722656 471.855469 318.851562 450.546875 304.761719 422.707031" />
</g>
</g>
</svg>
<svg class="lettered" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512">
<g id="lettered-logo">
<path id="lettered-j" d="M 87.246,331.78169 L 126.42569,308.07075 C 133.98428,321.4731 140.86319,332.81294 157.35537,332.81294 C 173.16787,332.81294 183.13272,326.62935 183.13272,302.57075 V 138.977 H 231.24991 V 303.25044 C 231.24991,353.08638 202.03897,375.76997 159.41787,375.76997 C 120.92959,375.76997 98.585844,355.83638 87.246,331.77778" />
<path id="lettered-s" d="M 257.383,326.62544 L 296.55878,303.94575 C 306.87519,320.7856 320.27753,333.15669 343.99237,333.15669 C 363.92597,333.15669 376.64081,323.19185 376.64081,309.44185 C 376.64081,292.94575 363.58222,287.102 341.58222,277.48091 L 329.55878,272.32466 C 294.84394,257.54732 271.81659,238.98872 271.81659,199.80903 C 271.81659,163.7231 299.30878,136.227 342.27362,136.227 C 372.85956,136.227 394.85566,146.87935 410.66425,174.71919 L 373.20331,198.77778 C 364.95331,184.00044 356.01972,178.15669 342.27362,178.15669 C 328.17987,178.15669 319.24628,187.09419 319.24628,198.77778 C 319.24628,213.21138 328.17987,219.05513 348.80097,227.99263 L 360.82831,233.14497 C 401.72675,250.67622 424.75409,268.54732 424.75409,308.75435 C 424.75409,352.06294 390.73066,375.77388 345.01972,375.77388 C 300.34394,375.77388 271.47284,354.46528 257.383,326.62544" />
</g>
</svg>
</div>
</div>
</body>
</html>