-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (67 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<!-- redid parts and removed usles code.-->
<head>
<meta charset="UTF-8">
<!--sync webpage size to device screen-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--keywords for search-->
<meta name="keywords" content="john220099, john2009, john2009_, Anti revoke + blacklist, JHACK">
<!--website description-->
<meta name="description" content="portfolio or an about me website made by john220099">
<!--the authors name-->
<meta name="author" content="john220099">
<!--search tags-->
<meta itemprop="name" content="john220099">
<meta itemprop="description" content="john220099's portfolio">
<!--displays websites title-->
<title>welcome to john220099s portfolio</title>
<!--website css style-->
<link rel="stylesheet" href="Styles.css">
<!--website icon-->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<header>
<nav>
<ul>
<h1>Welcome to John220099 stuff</h1>
<ul>
</nav>
<!--about-->
<h2>about me</h2>
<p>Hi, I’m @John220099 👋🏻</p>
<p>i make/code stuff🛠️</p>
<p>I’m currently learning python, c++ ,kotlin and html 📒</p>
<div class="code"><p><img align="center" src="https://github-readme-stats.vercel.app/api/top-langs?username=john220099&show_icons=true&locale=en&layout=compact" alt="john220099" /></p></div>
<!--active repo's and favorite-->
<h2>repositories💻</h2>
<p><a href="https://github.com/John220099/Anti-revoke-blacklist" target="_blank">antirevoke-dns</a></p>
<p><a href="https://github.com/John220099/john220099-stuff" target="_blank">john220099-stuff</a></p>
<p><a href="https://github.com/John220099/Bedrock-Clients" target="_blank">bedrock-clients</a></p>
<p><a href="https://github.com/John220099/Java-clients" target="_bank">java-clients</a></p>
<!--socials github / youtube-->
<h2>socials📱</h2>
<!--the link that will be opened if you click the image-->
<div class="github">
<a href="https://github.com/John220099" target="_blank" title="Will Redirect you to my github profile.">
<!--shows an image-->
<img src="assets/github.png"/>
</a>
</div>
<div class="youtube">
<!--the link that will be opened if you click the image-->
<a href="https://youtube.com/@john2009_?si=o_Ir5jyeSwx2duCN" target="_blank" title="Will Redirect you to my YT.">
<!--shows an image-->
<img src="assets/youtube.png"/>
</a>
</div>
<!--shows a line-->
<nav>
</nav>
<footer>
<!--footer-->
<h4>© 2025 My Website. All rights reserved under github.</h4>
</footer>
</body>
</html>