-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.87 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3037626412152891" crossorigin="anonymous"></script>
<title>Rahul Yadav (@Mattt_Murdock)</title>
<link rel="icon" href="assets/icon.png" type="image/x-icon">
<style>
#inspect-element-top-layer * { all: unset; }
</style>
</head>
<body>
<div class="container">
<div class="trail"></div>
</div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<div class="circle1"></div>
<div class="circle2"></div>
<div class="card">
<div class="video">
<video width="120px" height="120px" loop="" autoplay="" muted="" __idm_id__="1540097">
<source src="assets/video.mp4" type="video/mp4">
</video>
</div>
<div class="content">
<h3>Rahul Yadav<br>AKA<br>Matt Murdock</h3>
<p>• Student (19 y/o)<br>• UG (Comp Eng)<br><br>Just following my passion :)<br><br></p>
</div>
<div class="contact">
<h4>Contact Me</h4>
<a href="https://github.com/xr-coder"><img src="assets/git.png" alt="github-logo"></a>
<a href="https://telegram.me/Mattt_Murdock"><img src="assets/tg.png" alt="telegram-logo"></a>
</div>
</div>
<div id="inspect-element-top-layer" popover="auto" data-inspect-element="inspectElement" style="pointer-events: none; border: unset; padding: 0px;"></div><div style="position: fixed; background: white; padding: 5px; width: 500px; left: 0px; max-width: 600px; max-height: 600px; overflow: auto; color: rgb(0, 0, 0); border: 1px solid black; z-index: 9999; display: none;"></div>
<script src="assets/app.js"></script>
</body>
</html>