Initial commit

This commit is contained in:
Rohan Verma 2024-07-30 16:00:11 -07:00 committed by GitHub
commit 55332d1ddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
168 changed files with 18456 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

BIN
apps/web/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

20
apps/web/public/logo.svg Normal file
View file

@ -0,0 +1,20 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<style>
.cls-1 {
fill: #020000;
}
.cls-2 {
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 8px;
}
</style>
</defs>
<circle class="cls-1" cx="50" cy="50" r="49.9" />
<path class="cls-2" d="M61.77,69.61,81.38,50,61.77,30.39" />
<path class="cls-2" d="M38.23,69.61,18.62,50,38.23,30.39" />
</svg>

After

Width:  |  Height:  |  Size: 616 B