-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (64 loc) · 3.02 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
<!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">
<title>Kartikey Portfolio</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet"
href="Portfolio_CSS.css">
</head>
<body>
<nav>
<h1 class="KK line">Code Kartikey</h1>
<span class="breaker"></span>
</nav>
<div class="container">
<section class="intro " id="home">
<h1 class="section__title section__title--intro">
Hi, I'm <strong>Kartikey Seth</strong>
</h1>
<h2 class="sub">a web3 | MERN developer</h2>
<br>
<br>
<div class="swagger">
<a class="socials twit" href="https://twitter.com/CodeKartikey" target="_blank">
<ion-icon name="logo-twitter"></ion-icon>
</a>
<a class="socials lin spac" href="https://www.linkedin.com/in/codekartikey/" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
<a class ="socials" href="https://github.com/KartikeyCode" target="_blank">
<ion-icon class="socials got" name="logo-github"></ion-icon>
</a>
<a href="https://drive.google.com/file/d/1OYu25t8Xeq_wrfl2Gi3FuMhS9-a2Yx3t/view?usp=drive_link" target="_blank">
<ion-icon class="socials resume" name="id-card"></ion-icon>
</a>
</div>
</section>
<section class="Projects" id="projects">
<h1 class="ab "> My Projects</h1>
<div class="Project">
<a class="proj" href="https://unrealdelink.vercel.app/">De_link</a>
</div>
<div class="Project">
<a class="proj" href="https://books-per-second.vercel.app/">BooksPerSecond</a>
</div>
<div class="Project">
<a class="proj" href="https://github.com/KartikeyCode/Youtube-Video-Downloader">Youtube Video Downloader</a>
</div>
<div class="Project"></div>
<a class="proj" href="https://github.com/KartikeyCode/BOBCoin">$BOB</a>
</div>
</section>
<section class="Aboutme" id="aboutme">
<h1 class="ab"> About me</h1>
<h2 class="about">Hi! I am a web developer who dabbles in blockchain and web3. I am constantly learning and expanding my knowledge in the field of blockchain and web development. I am always willing to learn new things in the tech field and am keen on contributing to innovative ideas in the web3 space.</h2>
</section>
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>