-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
356 lines (341 loc) · 16.4 KB
/
index.html
File metadata and controls
356 lines (341 loc) · 16.4 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
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!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</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" />
<script src="https://kit.fontawesome.com/a4a986af43.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Section One Starts From Here -->
<section class="firstSec" id="home">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#535da1" fill-opacity="1"
d="M0,160L24,160C48,160,96,160,144,138.7C192,117,240,75,288,64C336,53,384,75,432,106.7C480,139,528,181,576,208C624,235,672,245,720,240C768,235,816,213,864,186.7C912,160,960,128,1008,133.3C1056,139,1104,181,1152,202.7C1200,224,1248,224,1296,197.3C1344,171,1392,117,1416,90.7L1440,64L1440,0L1416,0C1392,0,1344,0,1296,0C1248,0,1200,0,1152,0C1104,0,1056,0,1008,0C960,0,912,0,864,0C816,0,768,0,720,0C672,0,624,0,576,0C528,0,480,0,432,0C384,0,336,0,288,0C240,0,192,0,144,0C96,0,48,0,24,0L0,0Z">
</path>
</svg>
<div class="container">
<nav class="navbar navbar-expand-lg py-3" id="navbar">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand fs-2 fw-bold" href="https://www.upwork.com/freelancers/~01100507452e0cd861">Azhar</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 font-monospace">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#contact">Contact</a>
</li>
</ul>
<form class="d-flex" role="search">
<i class="fas fa-phone p-3 mx-3 text-bg-dark rounded-circle"></i>
<button class="btn btn-outline-dark fs-5 rounded-pill px-4 navButton" type="submit">
<a href="https://www.upwork.com/freelancers/~01100507452e0cd861">UPWORK</a>
</button>
</form>
</div>
</div>
</nav>
<div class="row">
<div class="col-lg-7 col-12 colOne">
<div class="secOnecolOne">
<img src="images/imgOne.jpg" alt="" />
<h1 class="friend">Hello Friend</h1>
</div>
<h2>I'm Available for freelance work</h1>
<button><a href="https://www.upwork.com/freelancers/~01100507452e0cd861" style ="text-decoration: none; color: white;">Let's begin</a></button>
</div>
<div class="col-lg-5 colTwo" id="sittingGuy">
<div class="secOnecolTwo">
<img src="images/imgTwo.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Section One End Here -->
<!-- Section Two Starts from Here -->
<section class="secTwo" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 twoColOne">
<img src="images/imgThree.jpg" alt="">
</div>
<div class="col-lg-6 col-12 twoColtwo">
<div>
<h1>My Story</h1>
<img src="images/imgOne.jpg" alt="">
</div>
<h2>a little bit about Azhar</h2>
<p>As a web developer I started my career back in 2019, at first I completed 6 months training of basics including HTML, CSS, Bootstrap, and JavaScript. Then I started making it my profession. <br><br> I have built 20+ websites till now,
and have work for 2 big companies and have work experience of 3 years. I am always willilng to learn new things and building great websites that stand out!</p>
</div>
</div>
</div>
</section>
<!--Section Two Ends Here-->
<!-- Section THREE Starts from HERE -->
<section class="secThree" id="services">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<div class="allTable">
<table class="table caption-top">
<h2 class="fs-2 pb-4 border-bottom">Information</h2>
<tbody>
<tr>
<th class="w-25 border-end">Name</th>
<td>Azhar Ali</td>
</tr>
<tr>
<th class="w-25 border-end">Birthday</th>
<td>22-08-2002</td>
</tr>
<tr>
<th class="w-25 border-end">Phone</th>
<td>03557472602</td>
</tr>
<tr>
<th class="w-25 border-end">Email
</th>
<td>
<a href="azharborithic11@gmail.com" style="text-decoration: none; "></a> azharborithic11@gmail.com</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="row">
<div class="col border-end">
<strong>3+</strong>
<p>Years of Experience</p>
</div>
<div class="col border-bottom">
<strong>8</strong>
<p class="m-0">Happy Customer</p>
</div>
</div>
<div class="row">
<div class="col border-top">
<strong>20+</strong>
<p>Projects Finished</p>
</div>
<div class="col border-start">
<strong>11</strong>
<p>Digital Award</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section Three Ends Here -->
<!-- Section Four Starts From Here -->
<section class="secFour" id="services">
<div class="container">
<div class="row compRone">
<h1>Companies I've worked</h1>
</div>
<div class="row compRtwo">
<div class="col-lg-2 col-4">
<img src="images/company1.png" alt="">
</div>
<div class="col-lg-2 col-4">
<img src="images/company2.png" alt="">
</div>
<div class="col-lg-2 col-4">
<img src="images/company3.png" alt="">
</div>
<div class="col-lg-2 col-4">
<img src="images/company4.png" alt="">
</div>
<div class="col-lg-2 col-4">
<img src="images/company5.png" alt="">
</div>
</div>
</div>
</section>
<!-- Section Four Ends Here -->
<!-- Section Five Starts From Here -->
<section class="secFive" id="projects">
<div class="container">
<div class="row my-5">
<div class="col-lg-4 col-md-4"></div>
<div class="col-lg-8 col-md-8 col-12">
<div class="project">
<img src="images/secFive.jpg" alt="">
<h1>Projects</h1>
</div>
</div>
</div>
<div class="row projectRowTwo">
<div class="col-lg-4 col-md-6 col-12 my-2">
<div class="p-5 bg-light rounded-4">
<div class="mb-5">
<h6>Branding</h6>
<h1>Zoik Agency</h1>
</div>
<a href="images/project1.jpg">
<img src="images/project1.jpg" alt="" class="prjctImage">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 my-2">
<div class="p-5 bg-light rounded-4">
<div class="mb-5">
<h6>Photography</h6>
<h1>The Watch</h1>
</div>
<a href="images/project2.jpg">
<img src="images/project2.jpg" alt="" class="prjctImage">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 my-2">
<div class="p-5 bg-light rounded-4">
<div class="mb-5">
<h6>website</h6>
<h1>Polo</h1>
</div>
<a href="images/project3.jpg">
<img src="images/project3.jpg" alt="" class="prjctImage">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Section Five Ends Here -->
<!-- Section Six Starts From Here -->
<section class="secSix" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-8 col-12">
<div class="sayHi">
<img src="images/contact1.jpg" alt="">
<h1>Say Hi</h1>
</div>
</div>
<div class="col-lg-6 col-md-4"></div>
<div class="col-lg-3 col-md-6 col-12 my-md-3 my-sm-2" style="padding: 0px 5px;">
<div class="allContact w-100 h-100 px-4 py-5">
<div class="services">
<h6>services</h6>
<div class="serbtns">
<button>Websites</button>
<button>Landing Pages</button>
<button>Ecommerce</button>
<button>NFT</button>
</div>
</div>
<div class="stayCncted">
<h6 class="mb-4">stay connected</h6>
<div class="allIcons">
<a href="https://www.facebook.com/azherali.ghuli/">
<i class="fab fa-facebook"></i>
</a>
<a href="https://www.instagram.com/azhar_hunzai/">
<i class="fab fa-instagram"></i>
</a>
<a href="https://github.com/AzharAli-github">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/azhar-ali-2185581b5/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
<div class="startPrjct">
<h6>start project</h6>
<p>I'm available for freelance project</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 my-md-3 my-sm-2" style="padding: 0px 5px;">
<div class="allAbout w-100 h-100 px-4 py-5">
<div class="about">
<h6>about</h6>
<p>Azhar is a professional web developer. Feel free to get in touch with me.</p>
</div>
<div class="email">
<h6>email</h6>
<p>azhar@gmail.com</p>
</div>
<div class="call">
<h6>call</h6>
<p>03554742602</p>
</div>
</div>
</div>
<div class="col-lg-6 col-12 mt-5">
<div class="allInputs">
<input type="text" placeholder="Name">
<input type="email" name="" id="" placeholder="Email">
</div>
<div class="allMiniCards">
<div>
<a href="https://www.upwork.com/freelancers/~01100507452e0cd861">
<i class="fas fa-globe"></i>
</a>
<h6>Websites</h6>
</div>
<div>
<a href="https://www.upwork.com/freelancers/~01100507452e0cd861">
<i class="fas fa-lightbulb"></i>
</a>
<h6>Branding</h6>
</div>
<div>
<a href="https://www.upwork.com/freelancers/~01100507452e0cd861">
<i class="fas fa-mobile-alt"></i>
</a>
<h6>Ecommerce</h6>
</div>
<div>
<a href="https://www.upwork.com/freelancers/~01100507452e0cd861">
<i class="fab fa-neos"></i>
</a>
<h6>NFT</h6>
</div>
</div>
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea2" style="height: 200px"></textarea>
<label for="floatingTextarea2">Tell me about the Project</label>
</div>
<div class="contBtn">
<a href="https://www.upwork.com/freelancers/~01100507452e0cd861"><button>Send</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- Section Six Ends Here -->
<!-- Footer Section Starts From Here -->
<footer>
<div class="footer">
<p>Copyright © 2022 <b>First Portfolio</b> Company. All rights reserved.</p>
<p><b>Design:</b> Azhar Ali</p>
</div>
</footer>
<!-- Footer Section Ends Here -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</body>
</html>