-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/image/logo.png" type="image/png" sizes="32x32">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/js/style.js"></script>
<title>CYCNO</title>
</head>
<body>
<div id="main">
<video autoplay muted loop id="video-bg">
<source src="image/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div id="header">
<a href="https://github.com/CYCNO">Home</a>
<a href="/blog">My Blog</a>
<a href="#" class="but no-blur" id="aboutLink">About Me</a>
</div>
<div id="hero">
<img draggable="false" id="photo" src="/image/im.jpg" alt="">
<a> I'm Passionate in </a>
<img draggable="false" id="autowrite"
src="https://readme-typing-svg.demolab.com?font=Poppins&weight=900&size=30&duration=3000&pause=500&color=3498DB¢er=true&vCenter=true&width=435&lines=Website+Development;Machine+Learning;Automation"
alt="Typing SVG" />
<ul>
<a href="mailto:itest7416@gmail.com">
<li><i class="fa fa-envelope"></i></li>
</a>
<a href="https://github.com/CYCNO">
<li><i class="fa fa-github"></i></li>
</a>
</ul>
</div>
</div>
<div class="modal-parent">
<div class="overlay"></div>
<div class="modal">
<p> I am a Random person who is Passionate in coding.<br><br>
OR I am Agent X from Mars and Spying on Humans</p>
<span class="x" draggable="true">×</span>
</div>
</div>
</body>
</html>