-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
113 lines (102 loc) · 4.04 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!-- Copyright 2022 krishna6688@github
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
/////////////////////////
Name: Krishna //
Github: @krishna6688 //
Telegram: @hacker11000 //
/////////////////////////
-->
<!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="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Favicon Image link -->
<link rel="icon" type="image/x-icon" href="img/pfp.jpg">
<title>Krishna</title> <!-- Page Title -->
</head>
<body>
<div class="wrapper">
<div class="toggle">
<input class="toggle-input" type="checkbox" />
<div class="toggle-bg"></div>
<div class="toggle-switch">
<div class="toggle-switch-figure"></div>
<div class="toggle-switch-figureAlt"></div>
</div>
</div>
</div>
<section class="main">
<div class="container">
<div class="top">
<div class="k-wrap">
<div class="menu">
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
</div>
<!-- Nav Bar Start -->
<div id="menu-list" class="menu-li">
<a href="https://github.com/krishna6688">Github</a>
<a href="https://t.me/hacker11000">Telegram</a>
<a href="https://www.youtube.com/ktechzone">You Tube</a>
<a href="">Twitter</a>
</div>
</div>
<div class="email">
<!-- Email ID here -->
<a href="mailto:krishna6688@outlook.com"><i class="far fa-envelope"></i></a>
</div>
<div class="logo">
<!-- LOGO Here -->
<img src="img/pfp.jpg">
</div>
<div class="name">
<h2>Krishna</h2> <!-- Enter your name here. -->
<p>@krishna6688</p> <!-- Enter your username here. -->
</div>
</div>
<div class="bottom">
<div class="details">
<h2>About</h2>
<hr>
<br>
<!-- Info here -->
<pre><p class="info" >Web Developer |•|JS-Ruby-Python|•|</p></pre>
</pre>
</div>
<div class="social">
<!-- Enter ur social media links here -->
<a href="https://github.com/krishna6688"><i class="fab fa-github"></i></a>
<a href="https://t.me/hacker11000"><i class="fab fa-telegram"></i></a>
<a href="https://www.youtube.com/ktechzone"><i class="fab fa-youtube"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<!-- Some other social media icons copy it from below and paste it above
<a href=""><i class="fab fa-linkedin"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fas fa-coffee"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
-->
</div>
<div class="btns">
<div class="btn1"><a class="follow" href="https://github.com/krishna6688" target="_blank">FOLLOW</a></div>
<div class="btn2"><a class="more" href="https://krishna6688.me/info.html" target="_blank">MORE</a></div>
</div>
</div>
</div>
</section>
<script src="main.js"></script>
</body>
</html>