-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (139 loc) · 7.42 KB
/
index.html
File metadata and controls
193 lines (139 loc) · 7.42 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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!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">
<!--Boxicons-->
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<!--Favicon-->
<link rel="icon" type="image/x-icon" href="/assets/img/Faivcon.png">
<!--==========CSS=========-->
<link rel="stylesheet" href="./assets/css/style.css">
<title>Neeraj Chauhan</title>
</head>
<body>
<!--===========Header===========-->
<header class="header" id="header">
<nav class="nav container">
<a href="https://www.codewithneeraj.com/" class="nav__logo">
CodeWithNeeraj
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">My Skills</a>
</li>
<li class="nav__item">
<a href="#project" class="nav__link ">Projects</a>
</li>
<li class="nav__item">
<a href="#gallary" class="nav__link">Css Art</a>
</li>
</ul>
<div class="nav__close" id="nav-close">
<i class='bx bx-x'></i>
</div>
</div>
<div class="nav__btns">
<i class='bx bx-moon change-theme' id="theme-button" ></i>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-grid-alt' ></i>
</div>
</div>
</nav>
</header>
<!--========Main=======-->
<main class="main">
<!--==========home========-->
<div class="home container" id="home">
<div class="home__container grid">
<div class="home__img">
<div class="home__overlay"></div>
<img src="/assets/img/typing.svg" alt="">
</div>
<div class="home__data grid">
<h1 class="home__title">Hy! I Am <span class="home__name">Neeraj</span></h1>
<p class="home__description">Frontend Developer</p>
<div class="home__social">
<a href="https://github.com/codewithneeraj" target="_blank" class="home__social-data"><i class='bx bxl-github home__social-img icon'></i><br>Github</a>
<a href="https://www.linkedin.com/in/codewithneeraj/" target="_blank" class="home__social-data"><i class='bx bxl-linkedin home__social-img icon'></i><br>Linkedin</a>
</div>
<a href="https://www.linkedin.com/in/codewithneeraj/" target="_blank" class="home__button button">Hire Me</a>
</div>
</div>
</div>
<!--============Skills============-->
<section class="skills container section" id="skills">
<h2 class="section__title"><span class="section__title-border">M</span>y Skills</h2>
<div class="skills__container grid">
<div class="skills__card">
<img src="/assets/img/coding-icon.svg" class="skills__img">
<h3 class="skills__card-title">Tech Stack</h3>
<p class="skills__description">HTML, CSS, BOOTSTRAP, SQL, JAVASCRIPT</p>
</div>
<div class="skills__card">
<img src="/assets/img/design.svg" class="skills__img">
<h3 class="skills__card-title">Design Tools</h3>
<p class="skills__description">Figma, Adobe Photoshop, Blender</p>
</div>
</div>
</section>
<!--============Projects============-->
<section class="project section container" id="project">
<h2 class="section__title"><span class="section__title-border">M</span>y Projects</h2>
<div class="project__container grid">
<div class="project__data">
<a href="http://christmas.codewithneeraj.com/" target="_blank" class="project__link">
<img src="/assets/img/Christmas.png" alt="" class="project__img">
<p class="project__description">App Landing Page using HTML, CSS And Javascript</p>
</a>
</div>
<div class="project__data">
<a href="http://clipboard.codewithneeraj.com/" target="_blank" class="project__link">
<img src="/assets/img/Clipboard.png" alt="" class="project__img">
<p class="project__description">Food Landing Page using HTML, CSS And Javascript</p>
</a>
</div>
<div class="project__data">
<a href="http://fitness.codewithneeraj.com/" target="_blank" class="project__link">
<img src="/assets/img/Fitness Website.jpeg" alt="" class="project__img">
<p class="project__description">Fitness Landing Page using HTML, CSS And Javascript</p>
</a>
</div>
</div>
</section>
<!--===========Gallary of my Css illustrations=============-->
<section class="gallary container section" id="gallary">
<h2 class="section__title"><span class="section__title-border">G</span>allary of my Css illustrations</h2>
<div class="gallary__container grid">
<a href="https://codepen.io/codewithneeraj/pen/ZEKaOee" target="_blank"><img src="/assets/img/android-logo.png" class="gallary__img"></a>
<a href="https://codepen.io/codewithneeraj/pen/BaRxvbB" target="_blank"><img src="/assets/img/sunset.png" class="gallary__img"></a>
<a href="https://codepen.io/codewithneeraj/pen/zYwpYKZ" target="_blank"><img src="/assets/img/microsoft-logo.png" class="gallary__img"></a>
<a href="https://codepen.io/codewithneeraj/pen/JjNvzLG" target="_blank"><img src="/assets/img/cube.png" class="gallary__img"></a>
<a href="https://codepen.io/codewithneeraj/pen/ExmLJay" target="_blank"><img src="/assets/img/masked-emoji.png" class="gallary__img"></a>
<a href="https://codepen.io/codewithneeraj/pen/vYmrZax" target="_blank"><img src="/assets/img/house.png" class="gallary__img"></a>
</div>
</section>
</main>
<!--========Footer=======-->
<footer class="footer section ">
<div class="footer__container grid container ">
<a href="https://github.com/codewithneeraj" target="_blank" class="footer__logo"><i class='bx bxl-github icon footer__img'></i><br>Github</a>
<a href="https://codepen.io/codewithneeraj" target="_blank" class="footer__logo"><i class='bx bxl-codepen icon footer__img'></i><br>Codepen</a>
<a href="https://www.linkedin.com/in/codewithneeraj/" target="_blank" class="footer__logo"><i class='bx bxl-linkedin icon footer__img'></i><br>Linkedin</a>
<a href="https://twitter.com/codewithneeraj" target="_blank" class="footer__logo"><i class='bx bxl-twitter icon footer__img'></i><br>Twitter</a>
</div>
<div class="footer__links">
<a href="#skills" class="footer__link">Skills</a>
<a href="#project" class="footer__link">Projects</a>
<a href="https://drive.google.com/file/d/1ofFsXWQmu0bXH3y3zKfMlRcClIDMb_GR/view" target="_blank" class="footer__link">My Resume</a>
</div>
<span class="footer__copy">©CodeWithNeeraj All Rights Reserved</span>
</footer>
<script src="/assets/js/main.js"></script>
</body>
</html>