-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
57 lines (57 loc) · 3.5 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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" />
<meta
name="description"
content="0x45 is a team of college students building projects combining various technologies like AI, ML, Web, Blockchain."
/>
<title>0x45</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/imgs/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/imgs/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/imgs/favicon-16x16.png"
/>
<link rel="manifest" href="./site.webmanifest" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main>
<div>
<a href="https://github.com/0x-45">
<svg
width="100%"
height="100%"
viewBox="0 0 1000 1000"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="1000" height="1000" fill="#1E1F23" />
<path
d="M159.845 379.342H196.199L68.213 613.9H32.108L159.845 379.342ZM251.566 379.342H287.92L159.934 613.9H123.829L251.566 379.342Z"
fill="#F55238"
/>
<path
d="M335.131 591.988C315.709 591.988 300.354 586.178 289.066 574.558C277.778 562.772 272.134 546.587 272.134 526.003C272.134 505.087 275.952 485.914 283.588 468.484C291.39 451.054 302.18 437.276 315.958 427.15C329.736 416.858 345.423 411.712 363.019 411.712C382.441 411.712 397.796 417.605 409.084 429.391C420.372 441.011 426.016 457.113 426.016 477.697C426.016 498.613 422.115 517.786 414.313 535.216C406.677 552.646 395.97 566.507 382.192 576.799C368.414 586.925 352.727 591.988 335.131 591.988ZM338.866 557.875C348.494 557.875 356.794 553.725 363.766 545.425C370.904 537.125 376.299 526.833 379.951 514.549C383.603 502.099 385.429 490.147 385.429 478.693C385.429 467.571 383.105 459.354 378.457 454.042C373.975 448.564 367.584 445.825 359.284 445.825C349.656 445.825 341.273 449.975 334.135 458.275C327.163 466.575 321.851 476.95 318.199 489.4C314.547 501.684 312.721 513.553 312.721 525.007C312.721 536.129 314.962 544.429 319.444 549.907C324.092 555.219 330.566 557.875 338.866 557.875ZM548.176 501.103L595.984 589H552.409L521.533 529.738L468.745 589H420.439L503.854 498.613L458.785 414.7H501.862L530.995 470.725L581.791 414.7H627.607L548.176 501.103ZM772.576 552.397H743.941L736.72 589H697.378L704.848 552.397H610.975L616.204 525.256L718.792 414.7H762.865L667.249 519.529H713.065L719.539 486.91H757.138L750.664 519.529H779.299L772.576 552.397ZM866.075 447.07L856.613 480.187H867.071C888.485 480.187 904.67 484.337 915.626 492.637C926.748 500.937 932.309 512.723 932.309 527.995C932.309 540.777 928.906 552.065 922.1 561.859C915.294 571.487 905.749 578.957 893.465 584.269C881.347 589.415 867.403 591.988 851.633 591.988C838.685 591.988 826.65 590.245 815.528 586.759C804.572 583.273 795.276 578.293 787.64 571.819L807.062 542.188C812.872 547.168 819.844 551.069 827.978 553.891C836.278 556.713 844.993 558.124 854.123 558.124C866.075 558.124 875.288 555.966 881.762 551.65C888.236 547.168 891.473 540.86 891.473 532.726C891.473 519.446 880.185 512.806 857.609 512.806H810.299L838.685 414.7H945.257L938.534 447.07H866.075Z"
fill="#E9EBD5"
/>
</svg>
</a>
</div>
</main>
</body>
</html>