feat: set up new homepage using new branding

This commit is contained in:
Jean-Philippe Sirois
2019-08-23 17:00:15 -04:00
parent 59f83e3dd0
commit 0af9faf322
14 changed files with 302 additions and 60 deletions
+12
View File
@@ -0,0 +1,12 @@
<svg fill="none" viewBox="0 0 95 115">
<path fill="url(#logo_gradient)" d="M.64 9.55c12.16.05 24.3.36 36.46.25a29.31 29.31 0 0 1 23.23 11.32c4.55 5.72 6.63 13.18 6.2 20.44.4 12.78-8.6 25.15-20.96 28.56-3.68 1.14-7.53 1.17-11.34 1.3-2.48.02-4.68 2-4.87 4.47-.38 5.77 0 11.57-.19 17.34a23.62 23.62 0 0 1-19.24 21.09c-5.17.87-9.42-3.8-9.4-9.04 0-4.96 4.49-7.16 8.4-10.21.24-.19.47-.4.68-.64 1.94-2.07 1.12-5.07 1.37-7.61.51-5.8-.68-11.82 1.44-17.4 1.65-4.57 1.7-9.8.12-14.4a22.3 22.3 0 0 1-1.2-6.27c-.14-5.25-.16-10.5-.5-15.75a5.17 5.17 0 0 0-4.52-4.85c-3.2-.4-5.78-2.84-5.8-6.08-.03-4.18-.08-8.35.12-12.52zm28.6 19.79c.25 5.74.54 11.5.15 17.23a7.1 7.1 0 0 0 5.4 7.4c6.42 1.76 13.28-3.18 14.55-9.52 1.58-6.47-3.2-13.52-9.68-14.75-3.13-.54-6.32-.32-9.7-.35l-.71-.01z"/>
<path fill="#EEF2F5" d="M74.9.2a20.1 20.1 0 1 1 0 40.2H62.56a7.76 7.76 0 0 1-7.76-7.76V20.3A20.1 20.1 0 0 1 74.9.2z"/>
<path fill="#141414" d="M71.57 22.6h-9.92a1.84 1.84 0 0 0 0 3.68h9.92c1.02 0 1.84-.83 1.84-1.85 0-1.01-.82-1.84-1.84-1.84zM76.96 29.25H61.65a1.84 1.84 0 1 0 0 3.68h15.31a1.84 1.84 0 1 0 0-3.68z"/>
<defs>
<linearGradient id="logo_gradient" x1="50.52" x2="-31.83" y1="16.07" y2="75.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#9423FC"/>
<stop offset=".51" stop-color="#FF70A5"/>
<stop offset="1" stop-color="#FEAF6D"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB