t
This commit is contained in:
@@ -89,7 +89,7 @@ const pageImage = "https://images.unsplash.com/photo-1551731409-43eb3e517a1a?q=8
|
||||
class="inline-flex items-center justify-center gap-2 rounded-md bg-neutral-800 border border-neutral-700 px-6 py-3 text-base font-medium text-neutral-300 hover:bg-neutral-700 hover:border-neutral-600 transition-colors hover:text-white group relative overflow-hidden"
|
||||
rel="prefetch">
|
||||
<span class="absolute inset-0 w-3 bg-gradient-to-r from-[#6d9e37] to-[#92e736] transition-all duration-700 ease-in-out group-hover:w-full opacity-30"></span>
|
||||
<span class="relative">More All Services </span>
|
||||
<span class="relative">More Services </span>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="relative">
|
||||
<path d="M5 12h14"></path>
|
||||
<path d="m12 5 7 7-7 7"></path>
|
||||
@@ -297,7 +297,7 @@ const pageImage = "https://images.unsplash.com/photo-1551731409-43eb3e517a1a?q=8
|
||||
window.addEventListener('resize', resizeCanvas);
|
||||
|
||||
// Characters to display
|
||||
const chars = "SILICONPIN HOSTINNG";
|
||||
const chars = "S I L I C O N P I N ";
|
||||
const charSize = 14;
|
||||
const columns = (canvas as HTMLCanvasElement).width / charSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user