a4to commited on
Commit
f7701ff
·
1 Parent(s): 4be4c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -15,13 +15,42 @@ pinned: true
15
 
16
  <div><h1 style="font-size:32px; color: #0B0F19; text-shadow: -.32px -.32px 0 #0f0, .32px -.32px 0 #0f0, -.32px .32px 0 #0f0, .32px .32px 0 #0f0; ">CONCISE COMPUTING</h1></div>
17
  <div>
18
- <a href="https://gitlab.com/a4to" style="display: flex; align-items:flex-end; flex-direction:row;margin-top:-30px">
19
  <svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 256 256" ><path fill="#f60" 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>
20
  </a>
21
  </div>
22
  </div>
23
 
24
- <h1 style="font-size:18px;">Concise Computing offers tailored web and application development services with expertise in developing fine tuned solutions able to meet the unique needs of each of our clients.<br><br> Our strong focus on quality assurance and process automation ensures the efficient and reliable delivery of our services.
25
- </h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  <div style="height: 6px;"></div>
 
15
 
16
  <div><h1 style="font-size:32px; color: #0B0F19; text-shadow: -.32px -.32px 0 #0f0, .32px -.32px 0 #0f0, -.32px .32px 0 #0f0, .32px .32px 0 #0f0; ">CONCISE COMPUTING</h1></div>
17
  <div>
18
+ <a href="https://gitlab.com/a4to" class="gitlab" style="display: flex; align-items:flex-end; flex-direction:row;margin-top:-30px">
19
  <svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 256 256" ><path fill="#f60" 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>
20
  </a>
21
  </div>
22
  </div>
23
 
24
+ <style>
25
+ .gitlab svg path {
26
+ fill: #f60; /* Set initial fill color */
27
+ transition: fill 0.9s ease-in-out; /* Transition the fill color smoothly */
28
+ }
29
+
30
+ .gitlab:hover svg path {
31
+ fill: #662299; /* Set the fill color when hovering */
32
+ }
33
+ }
34
+
35
+ @keyframes smoothness {
36
+ 0% {
37
+ fill: #f60;
38
+ }
39
+ 60% {
40
+ fill: #9c27b0;
41
+ }
42
+ 100% {
43
+ fill: #662299;
44
+ }
45
+ }
46
+
47
+ .gitlab:hover svg path {
48
+ animation: smoothness 0.9s ease-in-out;
49
+ }
50
+
51
+ </style>
52
+
53
+ <h1 style="font-size:19px;">Navigating the Intricacies of AI, with a passion for merging creativity and intelligence, developing precise and efficient digital solutions.</h1>
54
+ <h1 style="font-size:19px;margin-top:-5px">We're here for those who share our enthusiasm for exploration and innovation in the realm of AI and machine learning.</h1>
55
 
56
  <div style="height: 6px;"></div>