Skip to content

Commit 8487b03

Browse files
Merge pull request #2 from SourcingDenis/update
Update
2 parents 39a8c56 + 361ee49 commit 8487b03

File tree

5 files changed

+21
-27
lines changed

5 files changed

+21
-27
lines changed

index.html

+17-26
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,36 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M3NCWHHWFW"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-M3NCWHHWFW');
12+
</script>
413
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/github.svg" />
14+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
615
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
716

817
<!-- Primary Meta Tags -->
9-
<title>DevFinder - Discover talented developers worldwide</title>
10-
<meta name="title" content="DevFinder - Discover talented developers worldwide">
11-
<meta name="description" content="Search through millions of GitHub profiles with advanced filtering">
18+
<title>GitHub DevFinder | Find Top Developers Worldwide</title>
19+
<meta name="title" content="GitHub DevFinder | Find Top Developers Worldwide">
20+
<meta name="description" content="Discover and connect with talented developers on GitHub. Search by location, language, and skills to find your next team member or collaborator.">
1221

1322
<!-- Open Graph / Facebook -->
1423
<meta property="og:type" content="website">
1524
<meta property="og:url" content="https://githubber.sourcingdenis.live/">
16-
<meta property="og:title" content="DevFinder - Discover talented developers worldwide">
17-
<meta property="og:description" content="Search through millions of GitHub profiles with advanced filtering">
25+
<meta property="og:title" content="GitHub DevFinder | Find Top Developers Worldwide">
26+
<meta property="og:description" content="Discover and connect with talented developers on GitHub. Search by location, language, and skills to find your next team member or collaborator.">
1827
<meta property="og:image" content="https://githubber.sourcingdenis.live/devfinder-preview.png">
1928

2029
<!-- Twitter -->
2130
<meta property="twitter:card" content="summary_large_image">
2231
<meta property="twitter:url" content="https://githubber.sourcingdenis.live/">
23-
<meta property="twitter:title" content="DevFinder - Discover talented developers worldwide">
24-
<meta property="twitter:description" content="Search through millions of GitHub profiles with advanced filtering">
25-
<meta property="twitter:image" content="https://githubber.sourcingdenis.live/devfinder-social.jpg">
26-
27-
<!-- Primary Meta Tags -->
28-
<meta name="title" content="DevFinder - Discover talented Developers Worldwide">
29-
<meta name="description" content="Find and connect with talented developers from around the world using DevFinder's powerful GitHub user search">
30-
31-
<!-- Open Graph / Facebook -->
32-
<meta property="og:type" content="website">
33-
<meta property="og:url" content="https://githubber.sourcingdenis.live">
34-
<meta property="og:title" content="DevFinder - Discover talented Developers Worldwide">
35-
<meta property="og:description" content="Find and connect with talented developers from around the world using DevFinder's powerful GitHub user search">
36-
<meta property="og:image" content="https://githubber.sourcingdenis.live/devfinder-social.jpg">
37-
38-
<!-- Twitter -->
39-
<meta property="twitter:card" content="summary_large_image">
40-
<meta property="twitter:url" content="https://githubber.sourcingdenis.live">
41-
<meta property="twitter:title" content="DevFinder - Discover talented Developers Worldwide">
42-
<meta property="twitter:description" content="Find and connect with talented developers from around the world using DevFinder's powerful GitHub user search">
32+
<meta property="twitter:title" content="GitHub DevFinder | Find Top Developers Worldwide">
33+
<meta property="twitter:description" content="Discover and connect with talented developers on GitHub. Search by location, language, and skills to find your next team member or collaborator.">
4334
<meta property="twitter:image" content="https://githubber.sourcingdenis.live/devfinder-social.jpg">
4435
</head>
4536
<body>

public/devfinder-preview.png

361 KB
Loading

public/devfinder-social.jpg

235 KB
Loading

public/favicon.svg

+3
Loading

src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function AppContent() {
348348
<Heart className="w-4 h-4 text-red-500 inline-block animate-pulse fill-current" aria-label="love" />{' '}
349349
by{' '}
350350
<a
351-
href="https://linkedin.com/in/sourcingdenis"
351+
href="https://sourcingdenis.live"
352352
target="_blank"
353353
rel="noopener noreferrer"
354354
className={`hover:text-${theme === 'dark' ? 'white' : 'black'} transition-colors`}

0 commit comments

Comments
 (0)