-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
158 lines (148 loc) · 7.16 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio - Karan</title>
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
<link rel="stylesheet" href="style.css" />
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.4/gsap.min.js"></script> -->
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about_us">About</a></li>
<li><a href="#projects">Works</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<p class="icon"><i class="fa fa-solid fa-bars"></i></p>
<main>
<div class="container" id="home">
<div class="home-container1">
<h1 class="name">KARAN</h1>
</div>
<div class="home-container2">
<h3 class="job_role">
<span class="code">
< </span>
Web Developer
<span class="code"> /> </span>
</h3>
</div>
<img src="./assets/avatar-removebg-preview.png" alt="avatar" class="avatar" />
</div>
<div class="about_us" id="about_us">
<section class="about">
<h1 class="about_head">About Me !</h1>
<p class="about_me">
Hello there! I'm
<b><span class="highlight">Karan</span></b> , a
passionate and detail-oriented web developer with a
specialization in the MERN (MongoDB, Express.js, React,
Node.js) stack. As a recent graduate of a comprehensive
training program, I am eager to bring my skills and
creativity to a dynamic front-end developer role.
</p>
<p class="about_me">
While I may not have prior working experience, I am a
quick learner & I am confident in my ability to adapt to
new technologies and methodologies.
</p>
</section>
<section class="about">
<h1 class="about_head">Technical Skills</h1>
<div class="skills">
<p>Html</p>
<p>Css</p>
<p>Bootstrap</p>
<p>Javascript</p>
<p>React</p>
<p>Redux</p>
<p>MongoBD</p>
<p>NodeJs</p>
<p>Express Js</p>
<p>Operating System - Windows & Linux</p>
<p>Git</p>
<p>Git Hub</p>
</div>
</section>
<span class="horizontal-line"></span>
</div>
<div class="projects" id="projects">
<h1 class="project__head">Projects</h1>
<section class="project__detail">
<a href="https://blogifyz.netlify.app/" target="_blank">
<div class="project">
<img src="./assets/blogApp.png" alt="project-previe-image" class="project__img" />
<a class="project__link" href="https://blogifyz.netlify.app/" target="_blank">
<h1 class="project__title">
<span class="code_project">
< </span> Blog App
<span class="code_project"> /> </span>
</h1>
</a>
</div>
</a>
<a href="https://spiffy-pavlova-ddaaf4.netlify.app/" target="_blank">
<div class="project">
<img src="./assets/job.png" alt="project-previe-image" class="project__img" />
<a class="project__link" href="https://spiffy-pavlova-ddaaf4.netlify.app/" target="_blank">
<h1 class="project__title">
<span class="code_project">
< </span> Job Site
<span class="code_project"> /> </span>
</h1>
</a>
</div>
</a>
<a href="https://delightful-puppy-eee26e.netlify.app/" target="_blank">
<div class="project">
<img src="./assets/netflix-clone.png" alt="project-previe-image" class="project__img" />
<a class="project__link" href="https://delightful-puppy-eee26e.netlify.app/" target="_blank">
<h1 class="project__title">
<span class="code_project">
< </span> Netflix Clone
<span class="code_project"> /> </span>
</h1>
</a>
</div>
</a>
</section>
<a href="https://github.com/0xkrnn?tab=repositories" target="_blank">
<button type="button" class="button">See all</button></a>
</div>
<div class="contact" id="contact">
<h1 class="contact__head">Let's Connect</h1>
<section class="contact__section">
<div class="contact__detail">
<div class="contact__div">
<p>
I'm eager to connect with developers, potential
employers, and collaborators. I'm open to new
opportunities and always excited to connect with
like-minded individuals in the tech community.
</p>
<br><br>
<a href="https://drive.google.com/file/d/11Mrt_9Z9QjzpE_6Nx7BFxgmAVl0myI9J/view?usp=sharing"
target="_blank"><button type="button" class="button"> Resume </button></a>
<br><br>
<section>
<a href="https://github.com/0xkrnn" target="_blank"><img src="./assets/github.svg"
class="fa fa-brands fa-github social-handle"></a>
<a href="mailto:[email protected]" target="_blank"><img
src="./assets/envelope-solid.svg" class="fa fa-solid fa-envelope social-handle"></a>
<a href="https://www.linkedin.com/in/karannataraj" target="_blank"><img
src="./assets/linkedin-in.svg" class="fa fa-brands fa-linkedin social-handle"></a>
</section>
</div>
</div>
<img src="./assets/bell.png" alt="" />
</section>
</div>
</main>
</body>
<script src="script.js" def></script>
</html>