Skip to content

Commit

Permalink
Add/update files from bolt.new
Browse files Browse the repository at this point in the history
Uploaded 43 files
  • Loading branch information
midnitemarauder committed Nov 23, 2024
1 parent 0e5da35 commit 74d552e
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 476 deletions.
181 changes: 181 additions & 0 deletions dist/assets/index-BSOv4xxj.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Link Light Solutions - Network Infrastructure Experts</title>
<script type="module" crossorigin src="/assets/index-epAIlTl9.js"></script>
<script type="module" crossorigin src="/assets/index-BSOv4xxj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BxHp7nhu.css">
</head>
<body>
Expand Down
99 changes: 1 addition & 98 deletions dist/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/squaredlogowname.webp
Binary file not shown.
90 changes: 1 addition & 89 deletions public/squaredlogowname.webp

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ export default function Logo() {

return (
<div className="flex items-center group">
<div className="h-16 w-48 relative overflow-hidden rounded-lg">
<div className="h-16 w-48 relative overflow-hidden">
{/* Main Logo */}
<img
src="/squaredlogowname.webp"
src="/public/squaredlogowname.webp"
alt="Link Light Solutions"
className={`h-full w-full object-contain transition-all duration-500 ${
imageLoaded ? 'opacity-100 scale-100' : 'opacity-0 scale-95'
}`}
onLoad={() => setImageLoaded(true)}
style={{ filter: 'brightness(1.2) contrast(1.1)' }}
/>

{/* Glowing effect */}
Expand Down
Loading

0 comments on commit 74d552e

Please sign in to comment.