-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (200 loc) · 8.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio</title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#" class="logo">Portfolio.</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#portfolio">portfolio</a>
<a href="#project">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- Home Section -->
<section class="home" id="home">
<div class="home-content">
<h3>Hi, It's Abhishek</h3>
<h1>I'm a <span class="multiple-text"></span></h1>
<p>I am a passionate web developer with a love for exploring the ever-evolving tech landscape. With a keen
eye for design, I specialize in front-end development, creating visually appealing and user-friendly
interfaces.</p>
<div class="social-media">
<a href="#"><i class='bx bxl-instagram-alt'></i></a>
<a href="#"><i class='bx bxl-linkedin'></i></a>
<a href="#"><i class='bx bxl-github'></i></a>
</div>
<a href="#" class="btn">Read More</a>
</div>
<div class="home-img">
<img src="myImage.jpg" alt="">
</div>
</section>
<!-- About section -->
<section class="about" id="about">
<div class="about-heding">
<h2 class="heading">About <span>Me</span></h2>
</div>
<div class="about-content">
<div class="about-img">
<img src="myImage.jpg" alt="">
</div>
<p>Myself Abhishek Kumar. I am a first year Undergraduate Student at IIT Kharagpur in the department of
Civil Engineering. I come from Kanpur, Uttar Pradesh. I am a border at LBS Hall Of Residence. <br>
My Eduacation includes: <br>
</p>
</div>
<div class="button">
<a href="#" class="btn">Read More</a>
</div>
</section>
<!-- Portfolio Section -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Tech <span>Portfolio</span></h2>
<div class="card-list">
<div class="image">
<img width="188" height="180" src="assets/python.png" alt="">
</div>
<div class="content">
<h2>Python</h2>
<p>I started learning python during the COVID period. <br>My Skill percentage is: <span>60%</span></p>
</div>
<div class="button">
<button class="btn">Read More</button>
</div>
</div>
<div class="card-list">
<div class="image">
<img width="188" height="180" src="assets/html.png" alt="">
</div>
<div class="content">
<h2>HTML</h2>
<p>I have been learning HTML since my school days. <br> My Skill percentage is: <span>80%</span></p>
</div>
<div class="button">
<button class="btn">Read More</button>
</div>
</div>
<div class="card-list">
<div class="image">
<img width="188" height="180" src="assets/css.png" alt="">
</div>
<div class="content">
<h2>CSS</h2>
<p>I started learning CSS to go into Web Development<br>My Skill Percentage is: <span>40%</span></p>
</div>
<div class="button">
<button class="btn">Read More</button>
</div>
</div>
<div class="card-list">
<div class="image">
<img width="188" height="180" src="assets/js.png" alt="">
</div>
<div class="content">
<h2>JavaScript</h2>
<p>I started learining JavaScript to go into Web Development<br> My Skill Percentage is: <span>30%</span></p>
</div>
<div class="button">
<button class="btn">Read More</button>
</div>
</div>
<div class="card-list">
<div class="image">
<img width="188" height="180" src="assets/cpp.jpg" alt="">
</div>
<div class="content">
<h2>C++</h2>
<p>I started learning C++ to do Competetive Programming.<br>My Skill percentage is: <span>20%</span></p>
</div>
<div class="button">
<button class="btn">Read More</button>
</div>
</div>
</section>
<!-- Project Section -->
<section class="project" id="project">
<h2 class="heading">My <span>Projects</span></h2>
<div class="project-container">
<div class="project-box">
<img src="assets/project-1.png" alt="">
<div class="project-layer">
<h4>Personal Portfoilio</h4>
<p>This is a Frontend Personal Portfolio webpage project.</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="project-box">
<img src="assets/project-2.jpg" alt="">
<div class="project-layer">
<h4>Coming Soon</h4>
<p>A new great project is on it's way.</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me</span></h2>
<form action="#">
<div class="input-group">
<div class="input-box">
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email Address">
</div>
<div class="input-box">
<input type="number" placeholder="Phone Number">
<input type="text" placeholder="Subject">
</div>
</div>
<div class="input-group-2">
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn">
</div>
</form>
</section>
<!-- Footer Section -->
<footer class="footer">
<div class="social">
<a href="#"><i class='bx bxl-linkedin'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
<a href="#"><i class='bx bxl-github'></i></a>
</div>
<ul class="list">
<li>
<a href="#about">About Me</a>
</li>
<li>
<a href="#portfolio">Portfolio</a>
</li>
<li>
<a href="#project">Project</a>
</li>
<li>
<a href="#contact">Contact Me</a>
</li>
</ul>
<div class="contact-info">
<h1>Contact Info:</h1>
<h3>Email : <span>[email protected]</span></h3>
<h3>Phone Number : <span>+91 8840868076</span></h3>
<h3>Address : <span>D-321, LBS Hall, IIT Kharagpur</span></h3>
</div>
</footer>
<!-- Scroll Reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Typed js -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="script.js"></script>
</body>
</html>