-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
351 lines (343 loc) · 11.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-height, initial-scale=1.0" />
<title>Ali Raza | Web Developer and Designer</title>
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
<!-- Bootstrap cdn -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<!-- iconify cdn -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<!-- custom css -->
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<!-- header -->
<header>
<nav class="navbar my-navbar navbar-expand-lg navbar-white bg-white">
<div class="container">
<a class="navbar-brand" href="#main"
><h1 style="font-family: 'Staatliches', cursive;">Ali Raza</h1></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span
class="iconify bar-icon"
data-icon="fa-solid:bars"
data-inline="false"
></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#main">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- header end -->
<!-- main -->
<main id="main">
<div
class="container text-left"
data-aos="fade-up"
data-aos-duration="3000"
>
<h3>Hi,</h3>
<h1>
My name is
<span class="blue" style="text-transform: uppercase;">Ali Raza,</span>
</h1>
<h1>
I'm a fullstack
<span class="blue">Web Developer</span>
</h1>
<br />
<a href="#portfolio" class="btn btn-primary p-3"
>Portfolio
<span
class="iconify bar-icon"
data-icon="fa-solid:arrow-right"
data-inline="false"
></span
></a>
</div>
</main>
<!-- main end -->
<!-- POrtfolio section -->
<section class="portfolio" id="portfolio">
<div class="container" data-aos-duration="3000" data-aos="fade-right">
<h2 class="text-center">Portfolio</h2>
<hr />
<!-- portfolio cards grid -->
<div class="container mt-4 pt-4">
<div class="row text-center">
<div class="col-xs mx-auto my-3">
<div id="card" class="card mx-auto" style="width: 18rem;">
<img
src="./assets/llogo.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Smart Brain MERN stack Front End</h5>
<p class="card-text">
React-js based application Which I have build during Zero to mastery web development course.
</p>
<!-- <a href="#" class="btn btn-primary">Visit site</a>
--> <a href="https://github.com/RazaMunir824/frontend-of-smartbrain" class="btn btn-warning">Source code</a>
</div>
</div>
</div>
<div class="col-xs mx-auto my-3">
<div id="card" class="card mx-auto" style="width: 18rem;">
<img
src="./assets/llogo.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Smart Brain MERN stack Back End</h5>
<p class="card-text">
Nodejs and Mysql based Backend API for my smart brain app from zero to mastery course.
</p>
<!-- <a href="#" class="btn btn-primary">Visit site</a>
--> <a href="https://github.com/RazaMunir824/backend-of-smartbrain" class="btn btn-warning">Source code</a>
</div>
</div>
</div>
<div class="col-xs mx-auto my-3">
<div id="card" class="card mx-auto" style="width: 18rem;">
<img
src="./assets/logo.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">RobertFriend App by using React</h5>
<p class="card-text">
I can make RobertFriend App by using react.
In which we can filter out robot by type there name respectively.
</p>
<a href="http://robotfriendsapp.surge.sh/" class="btn btn-primary">Visit site</a>
<a href="https://github.com/RazaMunir824/RobotFriend_by_using_react" class="btn btn-warning">Source code</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- POrtfolio section -->
<!-- About Section -->
<section class="about" id="about">
<div class="container" data-aos-duration="3000" data-aos="fade-left">
<h2 class="text-center pt-5">About</h2>
<hr />
<!-- grid container -->
<div class="container">
<div class="row">
<div class="col-xs mx-auto">
<img
src="./assets/profile1.png"
alt="profile image"
class="rounded-circle img-fluid img-thumbnail mx-auto"
width="170"
height="60px"
/>
</div>
<div class="col-xs mx-auto">
<p>
Hi! I am Ali Raza, a web designer/developer focused on crafting great web experiences.<br>
Designing and Coding have been my passion since the days I started working with computer<br>
but I found myself into web design/development since 2017.<br>
I enjoy creating attractive designed,
intuitive and functional websites.<br>
I done many small project that boost my passion in this field. I work day/night for one project I remember <br>
that change my life & develop more interset in this field.
</p>
</div>
</div>
</div>
<h2 class="text-center mt-5">Skills</h2>
<hr />
<div class="container my-skills text-center">
<span
class="iconify mr-3"
data-icon="logos:react"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:nodejs"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:html-5"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:css-3"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:javascript"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:es6"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:redux"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:wordpress"
data-inline="false"
></span>
<!-- <span
class="iconify mr-3"
data-icon="logos:sass"
data-inline="false"
></span> -->
<span
class="iconify mr-3"
data-icon="logos:mongodb"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:mysql"
data-inline="false"
></span>
<span
class="iconify mr-3"
data-icon="logos:php"
data-inline="false"
></span>
<!-- <span
class="iconify mr-3"
data-icon="logos:webflow"
data-inline="false"
></span> -->
</div>
<h2 class="text-center mt-5">Contact</h2>
<hr />
<div class="container pt-3">
<br />
<div class="icons text-center ">
<a
target="_blank"
href="https://www.facebook.com/profile.php?id=100016082326378"
class="mr-3"
>
<span
class="iconify"
data-icon="logos:facebook"
data-inline="false"
></span
></a>
<a
target="_blank"
href="https://github.com/RazaMunir824"
class="mr-3"
>
<span
class="iconify"
data-icon="logos:github"
data-inline="false"
></span
></a>
<!-- <a
target="_blank"
href="https://www.upwork.com/o/profiles/users/~0134c54cea5602c4fc/"
class="mr-3"
>
<span
class="iconify"
data-icon="logos:upwork"
data-inline="false"
></span
></a> -->
<a
target="_blank"
href="https://www.linkedin.com/in/ali-raza-1b26171b0/"
class="mr-3"
>
<span
class="iconify"
data-icon="logos:linkedin"
data-inline="false"
></span
></a>
<hr style="margin-top: 2rem;" />
<p class="text-center">
© Made with Love by
<a href="https://github.com/RazaMunir824">Ali Raza</a>
</p>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- footer end -->
<!-- bootstrap cdn -->
<!-- JS, Popper.js, and jQuery -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"
></script>
<!-- custom javascript -->
<script src="./js/main.js"></script>
</body>
</html>