Skip to content

Commit 63d53b4

Browse files
committed
feat: favicon, banner image
1 parent 9b2a5a1 commit 63d53b4

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

index.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<meta name="description" content="" />
99
<meta name="robots" content="index,follow" />
1010
<link rel="canonical" href="https://starktech.dev/">
11+
<link rel="icon" href="/public/assets/favicon.ico" />
1112
<meta property="og:locale" content="en_US" />
1213
<meta property="og:type" content="website" />
1314
<meta property="og:title" content="Stark Tech" />
14-
<!-- <meta property="og:image" content="https://starktech.dev/public/assets/header.png" /> -->
15+
<meta property="og:image" content="https://starktech.dev/public/assets/banner.png" />
1516
<meta property="og:description" content="" />
1617
<meta property="og:url" content="https://starktech.dev" />
1718
<meta property="og:site_name" content="Stark Tech" />
@@ -23,7 +24,7 @@
2324
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WB50PXXNWR"></script>
2425
<script>
2526
window.dataLayer = window.dataLayer || [];
26-
function gtag () { dataLayer.push(arguments); }
27+
function gtag() { dataLayer.push(arguments); }
2728
gtag('js', new Date());
2829

2930
gtag('config', 'G-WB50PXXNWR');
@@ -70,21 +71,23 @@
7071
<div class="about-content">
7172
<div class="about-text">
7273
<h2>Transforming Ideas into Digital Reality</h2>
73-
<p>Stark Tech is a forward-thinking product and development agency that's revolutionizing the software development landscape. With our unique blend of human expertise and cutting-edge AI technology, we're setting new standards in digital innovation.</p>
74-
74+
<p>Stark Tech is a forward-thinking product and development agency that's revolutionizing the software
75+
development landscape. With our unique blend of human expertise and cutting-edge AI technology, we're
76+
setting new standards in digital innovation.</p>
77+
7578
<div class="about-highlights">
7679
<div class="highlight">
7780
<span class="highlight-icon">🚀</span>
7881
<h3>Speed to Market</h3>
7982
<p>We accelerate your journey from concept to launch, ensuring you stay ahead of the competition.</p>
8083
</div>
81-
84+
8285
<div class="highlight">
8386
<span class="highlight-icon">💡</span>
8487
<h3>Innovation First</h3>
8588
<p>Leveraging AI and advanced technologies to solve complex challenges with elegant solutions.</p>
8689
</div>
87-
90+
8891
<div class="highlight">
8992
<span class="highlight-icon">👥</span>
9093
<h3>Expert Team</h3>
@@ -120,8 +123,10 @@ <h3>Expert Team</h3>
120123
<div class="contact-options">
121124
<a href="mailto:michael@starktech.dev" class="contact-button" title="Email">
122125
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
123-
<path d="M0 0h24v24H0z" fill="none"/>
124-
<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" fill="#003049"/>
126+
<path d="M0 0h24v24H0z" fill="none" />
127+
<path
128+
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"
129+
fill="#003049" />
125130
</svg>
126131
michael@starktech.dev
127132
</a>

public/assets/banner.png

1.33 MB
Loading

public/assets/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)