-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (45 loc) · 3.11 KB
/
index.html
File metadata and controls
56 lines (45 loc) · 3.11 KB
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
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="./PK_files/index.js.download"></script>
<title>Pavan Kumar</title>
<link rel="stylesheet" type="text/css" href="./PK_files/index.css">
<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=Bebas+Neue&display=swap" rel="stylesheet">
<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=Abel&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="./PK_files/logo_large.png">
<style>#slider:before {background-color: #f00;}</style></head>
<body data-new-gr-c-s-check-loaded="14.1076.0" data-gr-ext-installed="" cz-shortcut-listen="true">
<!--This portion of the code is for the menu-->
<div class="menu-container" style="background-color: white;">
<div class="menu-links">
<a href="https://machaax.github.io/index.html"><img id="img-wht" src="./PK_files/logo_white_large.png" style="display: none;"></a>
<a href="https://machaax.github.io/index.html"><img id="img-blk" src="./PK_files/logo_large.png" style="display: block;"></a>
<a href="https://machaax.github.io/index.html"><p id="index" class="menu-item" style="color: #f00;">Home</p></a>
<a href="https://machaax.github.io/AboutMe/about.html"><p id="about" class="menu-item" style="color: black;">About</p></a>
<a href="https://machaax.github.io/Portfolio/portfolio.html"><p id="port" class="menu-item" style="color: black;">Portfolio</p></a>
<a href="https://machaax.github.io/Skills/skills.html"><p id="qual" class="menu-item" style="color: black;">Skills</p> </a>
<a href="https://machaax.github.io/More/more.html"><p id="service" class="menu-item" style="color: black;">More</p></a>
</div>
<div class="menu-slider">
<label class="switch">
<input type="checkbox" onclick="switchMode()" id="mode">
<span id="slider" class="slider round"><img id="moon" src="./PK_files/moon.png" style="display: none;"><img id="sun" src="./PK_files/sun.png" style="display: block;"></span>
</label>
</div>
</div>
<div id="main-flex" style="background-color: white;">
<div id="title-flex">
<div class="top-flex">
<p id="name" style="color: black;">Pavan Kumar</p>
</div>
<div class="bottom-flex">
<span class="rotate" id="text" style="animation: 2s ease 0s 1 normal none running fadeInAndDisappear;">Full-Stack Developer</span>
</div>
</div>
</div>
</body><grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration></html>