-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (53 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kerropi</title>
<meta name="description" content="I'm Kerropi a developer from Canada.">
<meta name="keywords" content="developer,canada,python,javascript,web,hack">
<meta property="og:title" content="kerropi">
<meta property="og:url" content="">
<meta property="og:description" content="I am kerropi, i'm based.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/950856060732858458/950864336233046056/cringy.jpg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/inter.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css">
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet">
</head>
<body>
<header>
<h1>kerropi</h1>
<nav>
<a href="index.html">Home</a> /
<a href="https://twitter.com/kerropioz/">Twitter</a> /
<a href="https://github.com/kerropioz">GitHub</a> /
<a href="https://og.zone/f">OGzone</a> /
</nav>
</header>
<h1>Sup! I am kerropi!</h1>
<p>I know languages like:</p>
<ul>
<strong>
<li>Python</li>
<li>React, HTML, CSS etc (frameworks too)</li>
<li>JavaScript</li>
</strong>
</ul>
<p>I currently reside in Britain.</p>
<br>
<h2>Contact me</h2>
<hr>
<p><strong>kerropi#2175</strong> - Discord (PRIMARY CONTACT METHOD)</p>
<p><a href="https://og.zone/@f">@F</a> - OGzone</p>
<p><a href="https://twitter.com/kerropioz">@kerropioz</a> - Twitter</p>
<p><a href="https://t.me/diglot">@diglot</a> - Telegram</p>
<p><del><a href="https://keybase.io/kerropi">@kerropi</a> - Keybase (INACTIVE)</p></del>
<h2>Privacy</h2>
<p>I do not collect any information from this website.</p>
<hr>
<p><a href="https://vercel.com" target="_blank"><img src="https://vercel-badges.now.sh/powered-by-vercel.svg" alt="Powered by Vercel"></a></p>
<script async defer src="https://api.newcss.net/latest.js"></script>
<noscript><img src="https://api.newcss.net/noscript.gif" alt=""></noscript>
</body>
</html>