-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalternate.html
66 lines (44 loc) · 2.28 KB
/
alternate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> homepage | neec nonso | visual artist</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/png"
href="https://res.cloudinary.com/da93q413z/image/upload/v1669879856/icons/favicon_j4hvqa.png">
<meta name="robots" content="index, follow">
<meta name="description"
content="neec nonso is a young, vibrant and self-taught visual artist who is making waves in the contemporary african art scene.">
<meta name="keywords"
content="photographer, documentaryphotographer, visualartist, lagos, nigeria, northisnotnot, streetphotography, ekoforsale, neec, neecnonso, photography, abuja, documentary">
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="homepage | neec nonso | visual artist">
<meta property="og:description" content="neec nonso is a nigerian visual artist">
<meta property="og:url" content="http://neecnonso.com" />
<meta property="og:image"
content="https://res.cloudinary.com/da93q413z/image/upload/v1669879856/icons/ogimage_r9q3lw.png" />
<!-- Facebook, whatsapp, instagram, twitter and other popular social media -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@neecnonso" />
<meta name="twitter:title" content="neec nonso | visual artist">
<meta property="og:description" content="neec nonso is a nigerian visual artist based in lagos,nigeria">
<meta name="twitter:image"
content="https://res.cloudinary.com/da93q413z/image/upload/v1669879856/icons/ogimage_r9q3lw.png" />
<!-- Style Links
<link rel="stylesheet" href="minify.css"> -->
<link rel="stylesheet" href="./css/index.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKWYR7YG7F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-WKWYR7YG7F');
</script>
</head>
<body>
<script src="index.js" async defer></script>
</body>
</html>