-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
231 lines (216 loc) · 8.43 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!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>Responsive Portfolio Website</title>
<!-- Link To CSS -->
<link rel="stylesheet" href="./css/style.css">
<!-- Box Icons -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<!-- Navbar -->
<header class="header">
<div class="logo">
<!-- <a href="index.html" class="logo" > portfolio </a> -->
<img src="img/portfolio-removebg-preview.png" alt="" height="55vh">
</div>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<div class="bx bx-moon" id="darkmode"></div>
</ul>
</header>
<!-- Home -->
<section class="home" id="home">
<div class="social">
<a href="https://www.linkedin.com/in/vickyaryan33/"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/Vickyaryan33"><i class='bx bxl-github' ></i></a>
<a href="https://www.youtube.com/c/Vickyaryan33"><i class='bx bxl-youtube' ></i></a>
</div>
<div class="home-img">
<img src="img/vicky.jpg" alt="" >
</div>
<div class="home-text">
<span>Hello, I'm</span>
<h3> Vicky Kumar</h3>
<h2>Frontend Developer</h2>
<p>Enthusiastic frontend developer and also a video streamer <br> with a demonstrated History of working in C, C++, Python, <br> D jango, Html, CSS, Javascript. Skilled in using git & GitHub <br> and Linux Operating system. Strong Sales Professional with a Bachelor of Technology. Focused in Computer Science & <br> Electronics Engineering from Shri Mata Vaishno Devi University.
</p>
<a href="#contact" class="btn">Contact Me</a>
</div>
</section>
<!-- About -->
<section class="about" id="about">
<div class="heading">
<h2>About Me</h2>
<span>Introduction</span>
</div>
<!-- About Content -->
<div class="about-container">
<div class="about-img">
<img src="img/vicky.jpg" alt="" >
</div>
<div class="about-text">
<p>Seeking an entry-level opportunity with an esteemed organization where I can utilize my skills and enhance
domain learning in the field of work. Highly motivated and capable of learning new technologies. Has been
continuously developing my knowledge and problem solving skills.</p>
<div class="information">
<!-- Box 1 -->
<div class="info-box">
<i class='bx bxs-user' ></i>
<span>Vicky Kumar</span>
</div>
<!-- Box 2 -->
<div class="info-box">
<i class='bx bxs-phone' ></i>
<span>+91-8002997495</span>
</div>
<!-- Box 3 -->
<div class="info-box">
<i class='bx bxs-envelope' ></i>
<span>vicky8102000@gmail.com</span>
</div>
</div>
<a href="resume20bec091.pdf" class="btn">Download Cv</a>
</div>
</div>
</section>
<!-- Skills -->
<section class="skills" id="skills">
<div class="heading">
<h2>Skills</h2>
<span>My Skills</span>
</div>
<!-- Skills Content -->
<div class="skills-container">
<div class="bars">
<!-- Box 1 -->
<div class="bars-box">
<h3>HTML</h3>
<span>84%</span>
<div class="light-bar"></div>
<div class="percent-bar html-bar"></div>
</div>
<!-- Box 2 -->
<div class="bars-box">
<h3>CSS</h3>
<span>74%</span>
<div class="light-bar"></div>
<div class="percent-bar css-bar"></div>
</div>
<!-- Box 3 -->
<div class="bars-box">
<h3>JavaScript</h3>
<span>64%</span>
<div class="light-bar"></div>
<div class="percent-bar js-bar"></div>
</div>
<!-- Box 4 -->
<div class="bars-box">
<h3>React</h3>
<span>70%</span>
<div class="light-bar"></div>
<div class="percent-bar react-bar"></div>
</div>
</div>
<div class="skills-img">
<img src="123.png" alt="">
</div>
</div>
</section>
<!-- Services -->
<section class="services" id="services">
<div class="heading">
<h2>Services</h2>
<span>Our Services</span>
</div>
<div class="services-content">
<!-- Box 1 -->
<div class="services-box">
<i class='bx bx-code-alt' ></i>
<h3>frontend Development</h3>
<a href="#">Learn More</a>
</div>
<!-- Box 2 -->
<div class="services-box">
<i class='bx bxl-wordpress' ></i>
<h3>Wordpress Developer</h3>
<a href="#">Learn More</a>
</div>
<!-- Box 3 -->
<div class="services-box">
<i class='bx bx-brush' ></i>
<h3>UI/UX Design</h3>
<a href="#">Learn More</a>
</div>
<!-- box 4 -->
<div class="services-box">
<i class='bx bx-server' ></i>
<h3>Video Editor</h3>
<a href="#">Learn More</a>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="portfolio" id="portfolio">
<div class="heading">
<h2>Portfolio</h2>
<span>Our Recent Work</span>
</div>
<div class="portfolio-content">
<div class="portfolio-img">
<img src="blog-2.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-3.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-4.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-5.jpg" alt="">
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="heading">
<h2>Contact</h2>
<span>Connect With Us</span>
</div>
<div class="contact-form">
<form action="">
<input type="text" placeholder="Your Name">
<input type="email" name="" id="" placeholder="Your Email">
<textarea name="" id="" cols="30" rows="10" placeholder="Write Message Here..."></textarea>
<input type="button" value="Send" class="contact-button">
</form>
</div>
</section>
<!-- Footer -->
<div class="footer">
<h2>You can also Contact</h2>
<div class="footer-social">
<a href="https://www.linkedin.com/in/vickyaryan33/"><i class='bx bxl-linkedin' ></i></a>
<a href="https://github.com/Vickyaryan33"><i class='bx bxl-github' ></i></a>
<a href="https://www.instagram.com/c/Vickyaryan33"><i class='bx bxl-instagram' ></i></a>
<a href="https://www.youtube.com/c/Vickyaryan33"><i class='bx bxl-youtube' ></i></a>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<p>Create By <a href="">Vicky Aryan Devloper</a> | All Right Reserved.</p>
</div>
<!-- Link To JS -->
<script src="./js/script.js"></script>
</body>
</html>