Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmke committed Mar 31, 2024
1 parent 1e404c6 commit 2cef7b6
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/ui/v1/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,41 @@ export default function Home() {
<canvas ref={canvasRef} className="w-full" />
</div>
<div className="col-span-2 bg-gradient-to-br from-red to-yellow">
<a href="https://www.linkedin.com/in/trentonbowser/"
rel="noreferrer"
target="_blank"
>
<div className="bottom-3 right-3 absolute fill-blue hover:cursor-pointer hover:fill-white">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="50.000000pt" height="50.000000pt" viewBox="0 0 440.000000 448.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,448.000000) scale(0.100000,-0.100000)"
stroke="none">
<path d="M870 3755 l0 -115 228 -2 227 -3 3 -652 2 -653 140 0 140 0 2 653 3
652 233 3 232 2 0 115 0 115 -605 0 -605 0 0 -115z"/>
<path d="M2360 3089 l0 -760 418 3 c406 3 419 4 482 26 195 69 284 201 285
422 0 97 -3 110 -31 170 -46 97 -126 167 -227 200 -21 6 -37 16 -35 21 2 5 26
26 53 47 124 93 164 244 109 404 -21 63 -89 137 -157 171 -92 47 -191 57 -564
57 l-333 0 0 -761z m700 509 c66 -34 84 -66 88 -153 5 -95 -19 -144 -87 -177
-41 -21 -64 -23 -223 -26 l-178 -4 0 191 0 191 178 0 c165 0 181 -2 222 -22z
m37 -590 c30 -7 60 -25 88 -52 35 -34 45 -52 55 -100 23 -114 -16 -212 -103
-259 -39 -20 -57 -22 -259 -25 l-218 -4 0 226 0 226 196 0 c114 0 214 -5 241
-12z"/>
<path d="M2821 2125 c-196 -44 -320 -127 -415 -275 -78 -121 -114 -242 -123
-420 -21 -405 138 -686 446 -793 75 -26 104 -30 226 -34 239 -8 377 38 499
168 67 70 127 178 130 231 1 27 -6 32 -103 83 -58 30 -110 55 -117 55 -6 0
-21 -28 -34 -62 -28 -78 -100 -157 -173 -189 -45 -20 -68 -24 -167 -24 -106 0
-120 2 -177 29 -150 69 -223 226 -223 477 0 190 45 330 131 411 74 70 139 92
269 92 86 0 116 -4 162 -23 63 -24 124 -80 162 -146 12 -23 29 -39 38 -39 9 1
64 30 122 64 l106 62 -36 69 c-41 78 -128 166 -202 203 -97 49 -179 67 -322
72 -96 3 -154 0 -199 -11z"/>
<path d="M1060 1370 l0 -760 150 0 150 0 0 305 0 305 288 0 c158 0 293 4 300
8 9 6 12 38 10 123 l-3 114 -297 3 -298 2 0 210 0 210 325 0 325 0 0 120 0
120 -475 0 -475 0 0 -760z"/>
</g>
</svg>
</div>
</a>
<div className="flex flex-col items-center justify-center h-full">
<div className="grid grid-cols-3 w-1/3">
<div className="aspect-square"/>
Expand Down

0 comments on commit 2cef7b6

Please sign in to comment.