-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
307 lines (286 loc) · 12.8 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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!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>Portfolio Personal Website </title>
<link rel="stylesheet" href="style.css">
<!--Fontawesome CDN link-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
</head>
<body>
<!--Move to up Button-->
<div class="scroll-button">
<a href="#"><i class="fas fa-arrow-up"></i></a>
</div>
<!--navigation menu-->
<nav>
<div class="navbar">
<div class="logo"><a href="#home">Portfolio</a></div>
<ul class="menu">
<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="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<div class="cancel-btn">
<i class="fas fa-times"></i>
</div>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!--Home section-->
<section class="home" id="home">
<div class="home-content">
<div class="text">
<div class="text-one">Hello</div>
<div class="text-two">I'm John Smith</div>
<div class="text-three">UI/UX Designer</div>
<div class="text-four">From United States</div>
</div>
<div class="button">
<button>Contact Me</button>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
</section>
<!--About Section Start-->
<section class="about" id="about">
<div class="content">
<div class="title"><span>About Me</span></div>
<div class="about-details">
<div class="left">
<img src="Images/about.jpg" alt="">
</div>
<div class="right">
<div class="topic">Design is my life</div>
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
</br>
<div class="information">
<div class="list-1">
<h6>* Name :<span class="text-secondary">John Smith</span></h6>
</div>
<div class="list-1">
<h6>* Birthday :<span class="text-secondary">23 April 1990</span></h6>
</div>
<div class="list-1">
<h6>* Degree :<span class="text-secondary">Software Engineering</span></h6>
</div>
<div class="list-1">
<h6>* Experience :<span class="text-secondary"><ul class="list-2">
<li>Experience 1</li>
<li>Experience 2</li>
<li>Experience 3</li>
</ul></span></h6>
</div>
<div class="list-1">
<h6>* Telephone :<span class="text-secondary">+1(646)555-38990</span></h6>
</div>
<div class="list-1">
<h6>* Email :<span class="text-secondary">johnsmith@gmail.com</span></h6>
</div>
<div class="list-1">
<h6>* Address :<span class="text-secondary">22 Street Rd , City ,State </span></h6>
</div>
</div>
</br>
<div class="button">
<button>Download My CV</button>
</div>
</div>
</div>
</div>
</section>
<!--My Skill Section Start-->
<section class="skills" id="skills">
<div class="content">
<div class="title"><span>My Skills</span></div>
<div class="skills-details">
<div class="text">
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
<div class="experience">
<div class="num">10</div>
<div class="exp">Years Of<br>Experience</div>
</div>
</div>
<div class="boxes">
<div class="box">
<div class="topic">HTML</div>
<div class="per">95%</div>
</div>
<div class="box">
<div class="topic">CSS</div>
<div class="per">80%</div>
</div>
<div class="box">
<div class="topic">JavaScript</div>
<div class="per">90%</div>
</div>
<div class="box">
<div class="topic">PHP</div>
<div class="per">60%</div>
</div>
</div>
</div>
</div>
</section>
<!--My Services Section Start-->
<section class="Services" id="Services">
<div class="content">
<div class="title"><span>My Services</span></div>
<div class="boxes">
<div class="box">
<div class="icon">
<i class="fas fa-desktop"></i>
</div>
<div class="topic">Web Development</div>
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
<a href="#" class="more">see more</a>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-paint-brush"></i>
</div>
<div class="topic">Graphic Design</div>
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
<a href="#" class="more">see more</a>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-chart-line"></i>
</div>
<div class="topic">Digital Marketing</div>
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
<a href="#" class="more">see more</a>
</div>
<div class="box">
<div class="icon">
<i class="fab fa-android"></i>
</div>
<div class="topic">Icon Design</div>
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
<a href="#" class="more">see more</a>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-camera-retro"></i>
</div>
<div class="topic">Photography</div>
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
<a href="#" class="more">see more</a>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-tablet-alt"></i>
</div>
<div class="topic">Apps Development</div>
<p>It is very important that the customer is focused on the adipiscing process. They give it up, let the truth be born, which repels us from pleasure itself,The ease of accusers seeks to be appeased by the labor of pain, Let them be happy.</p>
<a href="#" class="more">see more</a>
</div>
</div>
</div>
</section>
<!--Projects Section Start-->
<section class="projects" id="projects">
<div class="content">
<div class="title"><span>My Projects</span></div>
<div class="projects-container">
<div class="items">
<a href="#">
<img class="#" src="Images/web development.jpg" alt="">
<h4><center>Web Development Project 01</center></h4>
</a>
</div>
<div class="items">
<a href="#">
<img class="#" src="Images/graphic design.jpg" alt="">
<h4><center>Graphic Design Project 01</center></h4>
</a>
</div>
<div class="items">
<a href="#">
<img class="#" src="Images/digital marketing.jpg" alt="">
<h4><center>Digital Marketing Project 01</center></h4>
</a>
</div>
<div class="items">
<a href="#">
<img class="#" src="Images/icon design.jpg" alt="">
<h4><center>Icon Design Project 01</center></h4>
</a>
</div>
<div class="items">
<a href="#">
<img class="#" src="Images/photography.jpg" alt="">
<h4><center>Photography Project 01</center></h4>
</a>
</div>
<div class="items">
<a href="#">
<img class="#" src="Images/app development.png" alt="">
<h4><center>App Development Project 01</center></h4>
</a>
</div>
</div>
</div>
</section>
<!--Contact Me Section Start-->
<section class="contact" id="contact">
<div class="content">
<div class="title"><span>Contact Me</span></div>
<div class="text">
<div class="text">
<div class="topic">Have Any Project?</div>
<div class="contact-form text-center">
<div id="success"></div>
<form name="sentMessage" id="contactForm">
<div class="form-row">
<div class="control-group">
<input type="text" class="form-control" id="name" placeholder="Your Name" data-validation-required-message="Please enter your name" required>
</div>
<div class="control-group">
<input type="email" class="form-control" id="email" placeholder="Your Email" data-validation-required-message="Please enter your email" required>
</div>
<div class="control-group">
<input type="text" class="form-control" id="subject" placeholder="Subject" data-validation-required-message="Please enter a subject" required>
</div>
<div class="control-group">
<textarea class="form-control" rows="5" id="message" placeholder="Message" data-validation-required-message="Please enter your message" required></textarea>
</div>
<div href="#" class="button">
<button>Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--Footer Section Start-->
<footer>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
<div class="text">
<span>Created By <a href="#">CODE CAVE</a> | © 2023 All Rights Reserved </span>
</div>
</footer>
<script src="logic.js"></script>
</body>
</html>