diff --git a/drive/static/drive/GitHub_Invertocat_Light.png b/drive/static/drive/GitHub_Invertocat_Light.png new file mode 100644 index 0000000..d66bdeb Binary files /dev/null and b/drive/static/drive/GitHub_Invertocat_Light.png differ diff --git a/drive/static/drive/styles.css b/drive/static/drive/styles.css index 42ec0e5..937224b 100644 --- a/drive/static/drive/styles.css +++ b/drive/static/drive/styles.css @@ -5,11 +5,6 @@ font-family: 'Montserrat', sans-serif; } -.navbar, -.navbar:first-child { - background: rgba(0, 0, 0, 0.9); -} - #share-store { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; @@ -53,4 +48,24 @@ .sp-width { width: 100%; } +} + +.github-link { + width: 35px; + height: 35px; + border-radius: 50%; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); + top: -27px; + background-color: #343a40; + transition: background-color 0.3s, transform 0.3s; +} + +#gh-logo-footer { + width: 25px; + height: 25px; +} + +.github-link:hover { + background: linear-gradient(90deg, #7FE787, #58A7FE); + transform: scale(1.1); } \ No newline at end of file diff --git a/drive/templates/drive/layout.html b/drive/templates/drive/layout.html index be9cc1c..4d9bd23 100644 --- a/drive/templates/drive/layout.html +++ b/drive/templates/drive/layout.html @@ -6,6 +6,7 @@ {% url 'upload' as upload %} {% url 'shared' as shared %} {% url 'shared_with_me' as shared_with_me %} +{% url 'manage_account' as manage_account %} @@ -24,7 +25,7 @@ -