all repos — website @ 8c826bc33ad5d3f30a83ebf47be39b5f04da681b

personal website hosted at prithu.xyz, built using hugo

new logo!
Prithu Goswami prithugoswami524@gmail.com
Wed, 23 Dec 2020 02:00:35 +0530
commit

8c826bc33ad5d3f30a83ebf47be39b5f04da681b

parent

0d2a2e69e82d7f4aebbfc0944dae6c6d58580e58

2 files changed, 7 insertions(+), 5 deletions(-)

jump to
M layouts/partials/nav.htmllayouts/partials/nav.html

@@ -2,7 +2,10 @@ <nav>

<div class="nav-group"> <div> <a href="/"> - <svg id="pg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.463 17.586"><g><path d="M5.915.25c2.062-.024 4.438.459 5.649 2.302 1.107 1.74 1.05 4.03.311 5.9-.796 1.937-2.845 3.073-4.878 3.174-.79.071-1.583.04-2.375.047v5.676H0V.249h5.915zM5.82 3.986H4.622v3.927c1.025.011 2.285.077 2.9-.912.547-1.02.288-2.698-1.022-2.945a3.012 3.012 0 00-.68-.07z"/><path d="M15.087 7.338h7.376v9.22c-2.685.856-5.568 1.255-8.375.895-2.228-.306-4.346-1.6-5.4-3.623-1.165-2.216-1.29-4.855-.9-7.288.405-2.417 1.96-4.657 4.236-5.647 2.85-1.253 6.155-1.071 9.085-.19.638.14 1.24.363.739 1.018l-1.205 2.981c-1.712-.808-3.729-1.18-5.582-.69-1.697.53-2.56 2.344-2.664 4.012-.14 1.82.053 4.021 1.679 5.166 1.194.79 2.714.642 4.053.397v-2.682h-3.042V7.338z"/></g></svg> + <svg id=pg viewBox="0 0 21.2 25.4" xmlns="http://www.w3.org/2000/svg"> + <path d="M1.9 0l-.7 4h2l-.8 5-.2 1.6c0 1.6.5 3 1.4 4 1 1 2.3 1.7 4 1.4 2.3-.3 2.4-1.8 3.5-2.4 1-.7 2.3-1.4 5.4-1l1.6-8.5h2.4l.7-4.1zm6.3 4h5l-.9 5.2c-.1.8-.4 1.5-1 2-.4.5-1 .7-1.8.7s-1.4-.2-1.7-.6c-.4-.3-.6-.9-.6-1.6V9z" fill="#1a1a1a"/> + <path d="M10.7 17.8c-.3 2-1.4 3-3.2 3-.7 0-1.2-.1-1.6-.4-.4-.3-.6-.7-.6-1.2H0v.6a5 5 0 001.8 4A8 8 0 007 25.5c1.7 0 3.2-.3 4.5-1a8 8 0 003-2.8c.8-1.7 1-2.6 1.2-4l.4-2.4c-2.8-.3-4.8 0-5.4 2.6z" fill="#4d4d4d"/> + </svg> </a> </div> <!-- <div><a href="/projects">Projects</a></div> -->
M static/css/main.cssstatic/css/main.css

@@ -46,12 +46,11 @@ }

#pg { - height: 20px ; - opacity:0.7; - margin-bottom: -3px; + height: 30px ; + margin-bottom: -6px; } -#pg:hover { +#pg:hover path { fill: #B554E3; }