-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (104 loc) · 5.56 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
114
115
116
117
118
119
120
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Portfolio</title>
<link rel="shortcut icon" href="icons8-portfolio-40.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<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=Satisfy&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CV.css">
<script src="https://kit.fontawesome.com/80a095a1a0.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container-fluid">
<nav class="navbar navbar-expand-lg bg">
<div class="container-fluid">
<a class="navbar-brand " href="#"><img src="icons8-portfolio-40.png"alt="icons8-leafpot"> </a><strong class="h2 color">Kartik Thakur</strong>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav align-text-center">
<li class="nav-item">
<a class="nav-link" href="resume.html" target="_blank"><span class="h4 color">Resume</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank"><span class="h4 color">Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank"><span class="h4 color">Contact</span></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container-fluid">
<div class="container one">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="three"><img src="my-picture.jpg" alt="my-picture" class="img-fluid rounded-circle mx-auto d-block"></div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="two"><div class="jumbotron jumbotron-fluid ">
<div class="container">
<h1 class="display-2">Hello,</h1>
<p class=" display-6">A Bit About Me</p>
<hr class="my-2">
<p class="lead">I am a highly motivated and skilled .NET Developer with a deep passion for software developement. My
journey began with mastering the foundations of web technologies, and I've developed a strong
proficiency in C# & SQL to build user-friendly , Interactive & robust websites.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 four">
<div class="text-center">
<a class="btn round" href="ReSuMeCS1.pdf" target="_blank" role="button">Resume</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 four">
<div class="text-center">
<a class="btn round " target="_blank" role="button">Projects</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 four">
<div class="text-center">
<a class="btn round " target="_blank" role="button">Contact</a>
</div>
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<p class="h3"><b>Phone</b></p>
<p><a href="tel:+917018079877" target="_blank">+91 7018079877</a></p>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<p class="h3 "><b>Email</b></p>
<p><a href="mailto:[email protected]" target="_blank"> [email protected]</a></p>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4 justify-content-end">
<p class="h3 ">Follow Me</b></p>
<p class="margin">
<a href="https://www.facebook.com" target="_blank" rel="noopener noreferrer"><i class="fa fa-facebook" aria-hidden="true"> </i></a>
<a href="https://www.instagram.com" target="_blank" rel="noopener noreferrer"><i class="fab fa-instagram "></i></a>
<a href="https://www.linkedin.com/in/kartik-thakur-8274a2251" target="_blank" rel="noopener noreferrer"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://www.twitter.com" target="_blank" rel="noopener noreferrer"><img src="icons8-twitterx-20.png" alt="" class="img-fluid align-text-center"></a>
</p>
</div>
</div>
<div>
<p class="h5 text-warning float-end">By Kartik Thakur</p>
</div>
</div>
</footer>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>