a4to commited on
Commit
cef2026
1 Parent(s): 78bec25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -23,7 +23,7 @@ language:
23
 
24
  <div><h1 style="font-size:23px;">LLaMa_V2-13B-Instruct-Uncensored-GGML</h1></div>
25
  <div>
26
- <a href="https://gitlab.com/a4to" style="display: flex; align-items:flex-end; flex-direction:row">
27
  <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 256 256" style="margin-top:-30px"><path fill="#e60" d="M230.15 117.1L210.25 41a11.94 11.94 0 0 0-22.79-1.11L169.78 88H86.22L68.54 39.87A11.94 11.94 0 0 0 45.75 41l-19.9 76.1a57.19 57.19 0 0 0 22 61l73.27 51.76a11.91 11.91 0 0 0 13.74 0l73.27-51.76a57.19 57.19 0 0 0 22.02-61ZM58 57.5l15.13 41.26a8 8 0 0 0 7.51 5.24h94.72a8 8 0 0 0 7.51-5.24L198 57.5l13.07 50L128 166.21L44.9 107.5Zm-17.32 66.61L114.13 176l-20.72 14.65L57.09 165a41.06 41.06 0 0 1-16.41-40.89Zm87.32 91l-20.73-14.65L128 185.8l20.73 14.64ZM198.91 165l-36.32 25.66L141.87 176l73.45-51.9a41.06 41.06 0 0 1-16.41 40.9Z"></path></svg>
28
  </a>
29
  </div>
@@ -88,4 +88,34 @@ language:
88
 
89
  <br> <br>
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  </div>
 
23
 
24
  <div><h1 style="font-size:23px;">LLaMa_V2-13B-Instruct-Uncensored-GGML</h1></div>
25
  <div>
26
+ <a href="https://gitlab.com/a4to" style="display: flex; align-items:flex-end; flex-direction:row" class="gitlab">
27
  <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 256 256" style="margin-top:-30px"><path fill="#e60" d="M230.15 117.1L210.25 41a11.94 11.94 0 0 0-22.79-1.11L169.78 88H86.22L68.54 39.87A11.94 11.94 0 0 0 45.75 41l-19.9 76.1a57.19 57.19 0 0 0 22 61l73.27 51.76a11.91 11.91 0 0 0 13.74 0l73.27-51.76a57.19 57.19 0 0 0 22.02-61ZM58 57.5l15.13 41.26a8 8 0 0 0 7.51 5.24h94.72a8 8 0 0 0 7.51-5.24L198 57.5l13.07 50L128 166.21L44.9 107.5Zm-17.32 66.61L114.13 176l-20.72 14.65L57.09 165a41.06 41.06 0 0 1-16.41-40.89Zm87.32 91l-20.73-14.65L128 185.8l20.73 14.64ZM198.91 165l-36.32 25.66L141.87 176l73.45-51.9a41.06 41.06 0 0 1-16.41 40.9Z"></path></svg>
28
  </a>
29
  </div>
 
88
 
89
  <br> <br>
90
 
91
+ <style>
92
+ .gitlab svg path {
93
+ fill: #f60; /* Set initial fill color */
94
+ transition: fill 0.9s ease-in-out; /* Transition the fill color smoothly */
95
+ }
96
+
97
+ .gitlab:hover svg path {
98
+ fill: #662299; /* Set the fill color when hovering */
99
+ }
100
+ }
101
+
102
+ @keyframes smoothness {
103
+ 0% {
104
+ fill: #f60;
105
+ }
106
+ 60% {
107
+ fill: #9c27b0;
108
+ }
109
+ 100% {
110
+ fill: #662299;
111
+ }
112
+ }
113
+
114
+ .gitlab:hover svg path {
115
+ animation: smoothness 0.9s ease-in-out;
116
+ }
117
+
118
+ </style>
119
+
120
+
121
  </div>