-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (84 loc) · 4.08 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 lang="en">
<head>
<title>Home | darkRaspberry</title>
<!--Basic Meta tag-->
<meta charset="UTF-8">
<meta name="google" content="notranslate">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="GitHub, darkRaspberry, Blog" />
<meta name="description" content="Something Useful to you" />
<meta name="author" content="Abhay Kumar Verma">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="darkRaspberry">
<meta itemprop="description" content="Something Useful to you">
<meta itemprop="image" content="/static/img/favicon.webp">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://darkrasp.ga">
<meta property="og:type" content="website, blog">
<meta property="og:title" content="darkRaspberry">
<meta property="og:description" content="Something Useful to you">
<meta property="og:image" content="/static/img/favicon.webp">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="darkRaspberry">
<meta name="twitter:description" content="Something Useful to you">
<meta name="twitter:image" content="/static/img/favicon.webp">
<!--Icons are here-->
<link rel="apple-touch-icon" href="/static/ico/apple-icon-180x180.webp">
<link rel="icon" type="image/webp" sizes="192x192" href="/static/ico/android-icon-192x192.webp">
<link rel="icon" type="image/webp" sizes="32x32" href="/static/ico/favicon-32x32.webp">
<link rel="icon" type="image/webp" sizes="96x96" href="/static/ico/favicon-96x96.webp">
<link rel="icon" type="image/webp" sizes="16x16" href="/static/ico/favicon-16x16.webp">
<link rel="manifest" href="/static/ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/static/ico/ms-icon-144x144.webp">
<meta name="theme-color" content="#ffffff">
<!--All CSS here-->
<link rel="stylesheet" type="text/css" href="/static/css/index.css">
<script src="https://kit.fontawesome.com/5b29d16acd.js" crossorigin="anonymous"></script>
</head>
<body>
<!--Header starts here-->
<header>
<a class="home" href="/">
<h1>darkRaspberry</h1>
</a>
</header>
<!--Header ends here-->
<main class="center-align">
<p>Hey, I'm <b>Abhay Kumar Verma</b>. A Developer, Data-analyst, Pen-tester and Linux nerd and much more.</p>
<section>
<p>After several catastrophic damage and few domain renewals/shifts and several days of
procrastination.<br>Finally, This this is up! ✅</p>
<p>To know more about me, You can jump to my blog!</p>
<a href="https://blog.darkrasp.ga" class="btn">Blogs 🚀</a>
</section>
</main>
<!--Footer starts here-->
<footer class="footer">
<div class="flexContainer">
<ul>
<li><b><span class="footer-header">Subdomains</span></b></li>
<li><a href="https://blog.darkrasp.ga">Blogs</a></li>
<li><a href="https://projects.darkrasp.ga">Projects</a></li>
</ul>
<div class="center-align">
<ul><li><b><span class="footer-header">Digital Footprints</span></b></li></ul>
<ul class="flexContainer social-box">
<li><a href="https://github.com/darkRaspberry"><i class="fa-brands fa-github fa-2xl"></i></a></li>
<li><a href="https://www.linkedin.com/in/darkraspberry"><i class="fa-brands fa-linkedin fa-2xl"></i></a></li>
<li><a href="mailto:insidedarkpit@gmail.com?subject=I'm%20from%20portfolio%20website%20and%20I%20wanna%20...&body=HI%2C%0D%0AI%20wanna%20...."><i class="fa-solid fa-envelope-open fa-2xl"></i></a></li>
<li><a href="https://twitter.com/devRaspberry"><i class="fa-brands fa-twitter fa-2xl"></i></a></li>
</ul>
</div>
</div>
<div class="clear"></div>
<div>
<p class="center-align">Made with ❤️ in INDIA | by <a href="https://github.com/darkRaspberry"> darkRaspberry</a> | <a href="privacyPolicy.html">Privacy Policy</a></p>
</div>
</footer>
<!--Footer ends here-->
</body>
</html>