-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (88 loc) · 4.75 KB
/
index.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<title>Apo Wulf</title>
<link href="./styles.css" rel="stylesheet">
<link rel="canonical" href="https://apocist.pet">
<link rel="icon" type="image/png" href="images/icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"-->
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/fontawesome.min.css"-->
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/brands.min.css"-->
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"-->
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/fontawesome.min.css"-->
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/brands.min.css"-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="title" content="Apo Wulf">
<meta name="description" content="Apocist Estel the messy gay trash wulf">
<meta name="keywords" content="apoWulf,apocist,vtuber,streamer,coder,wulf">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Apo Wulf">
<meta name="contact" content="apocist@inverseinnovations.com">
<meta property="og:title" content="Apo Wulf">
<meta property="og:site_name" content="Apo Wulf">
<meta property="og:url" content="https://apocist.pet">
<meta property="og:description" content="Apocist Estel the messy gay trash wulf">
<meta property="og:type" content="profile">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://apocist.pet/images/classic.jpg">
<meta property="og:image:secure_url" content="https://apocist.pet/images/classic.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="400">
<meta property="og:image:height" content="400">
<meta property="og:image:alt" content="Purple wolf with red hair and spiked collar">
<meta property="profile:first_name" content="Apocist">
<meta property="profile:last_name" content="Estel">
<meta property="profile:gender" content="wulf">
<meta property="profile:username" content="apoWulf">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@apoWulf">
<meta name="twitter:title" content="Apo Wulf">
<meta name="twitter:description" content="Apocist Estel the messy gay trash wulf">
<meta name="twitter:image" content="https://apocist.pet/images/classic.jpg">
<meta name="twitter:image:alt" content="Purple wolf with red hair and spiked collar">
<!-- Google only closely support 'Organization' -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://apocist.pet",
"name": "Apo Wulf",
"logo": "https://apocist.pet/images/classic.jpg",
"image": "https://apocist.pet/images/classic.jpg",
"description": "Messy Gay Trash Wulf",
"knowsAbout": [
"https://twitch.tv/apoWulf",
"https://twitter.com/apoWulf",
"https://github.com/apocist"
]
}
</script>
</head>
<body>
<div id="mainContent" class="animate-flip1">
<div class="flex-container">
<div class="card" vocab="https://schema.org/" typeof="ProfilePage">
<img src="images/classic.jpg" id="profile-image" alt="Purple wolf with red hair and spiked collar" property="image">
<div class="container">
<h1 id="username" property="name">Apo Wulf</h1>
<p class="subtitle main" property="description">Messy Gay Trash Wulf</p>
<p class="subtitle" property="genre">Tuber and Coder</p>
<div class="social-icons">
<a href="https://twitch.tv/apoWulf" class="fa fa-twitch fa-custom-style" aria-label="Twitch Link" property="significantLink"></a>
<a href="https://twitter.com/apoWulf" class="fa fa-twitter fa-custom-style" aria-label="Twitter Link" property="significantLink"></a>
<a href="https://github.com/apocist" class="fa fa-github fa-custom-style" aria-label="Github Link" property="significantLink"></a>
</div>
<div class="art">
<img src="images/apoWuff2.jpg" class="square artImg" property="thumbnailUrl" alt="Wolf on glitchy background">
<img src="images/wulfPat.jpg" class="square artImg" property="thumbnailUrl" alt="Wolf being pet on head">
<img src="images/ApoWithBunSmall.jpg" class="square artImg" property="thumbnailUrl" alt="Wolf selfie with bunny in background">
<img src="images/apoAndHazl.jpg" class="square artImg" property="thumbnailUrl" alt="Wolf head patting bunny">
</div>
</div>
</div>
</div>
</div>
</body>
</html>