-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
273 lines (235 loc) · 14.3 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
<!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>Hassan Muhammad - CV</title>
<link rel="stylesheet" href="media/style.css">
<link rel="icon" href="media/cv.png">
<script src="https://kit.fontawesome.com/e8c29dc3b1.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="main.css">
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
</head>
<body>
<main class="app text-light">
<div class="lines fs-1">
<div class="cont o">|</div>
</div>
<div class="lines fs-1">
<div class="cont t">|</div>
</div>
<div class="lines fs-1">
<div class="cont th">|</div>
</div>
<div class="lines fs-1">
<div class="cont f">|</div>
</div>
<div class="lines fs-1">
<div class="cont fv">|</div>
</div>
<div class="lines fs-1">
<div class="cont s">|</div>
</div>
<div class="lines fs-1">
<div class="cont sv">|</div>
</div>
<div class="row h-100 position-relative">
<div class="col-12 col-md-2 d-flex flex-md-column align-items-end justify-content-center px-0 ">
<div class="item p-4 my-2 d-flex justify-content-center align-items-center itemBtn flex-column active">
<i class="fa-solid fa-user-large pb-1 "></i> About
</div>
<div class="item p-4 my-2 d-flex justify-content-center align-items-center itemBtn flex-column">
<i class="fa-solid fa-newspaper pb-1 "></i>Projects</div>
<div class="item p-4 my-2 d-flex justify-content-center align-items-center flex-column itemBtn ">
<i class="fa-solid fa-laptop-code pb-1 "></i>Products</div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center align-items-center pe-0">
<div class="mainCard position-relative text-center">
<div class="bg">
<img src="media/bg1.jpg" alt="bg" class="img-fluid">
</div>
<div class="avatar ">
<img src="media/ss.png" alt="avatar" class="img-fluid "> </div>
<h4 class=" ">Hassan Muhammad</h4>
<h6 class="jobTitle mb-3" id="jobtitle">Front-end Developer</h6>
<div class="icons mb-4">
<a href="https://www.linkedin.com/in/hassan-muhammad-a30570249/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/HassanMuhammadd" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.instagram.com/hassanmuhammad_/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
</div>
<a href="https://www.facebook.com/hassan.muhammad15" target="_blank">
<button class="cardContact py-4"> CONTACT ME <i class="fa-solid fa-phone pb-1 mx-2"></i></button>
</a>
</div>
</div>
<div class="col-12 col-md-6 d-flex justify-content-start align-items-center ms-0 ps-0 flex-column flex-md-row leftHolder">
<div class="products px-4 py-3 mt-md-0 mt-3 hidden">
<h4 class="mt-2 mb-4">Products</h4>
<hr>
<div class="two d-flex flex-md-row flex-column justify-content-md-evenly align-content-md-center align-items-center">
<div class="web mt-4 mb-3 me-3 w-50">
<img src="media/web.jpg" alt="web" class="img-fluid w-100 ">
<div class="info mt-3 d-flex flex-row justify-content-between align-items-center">
<div class="text w-50">
<h6 class="opacity-75 ">Website development</h6>
<h6>$200.00</h6>
</div>
<i class="fa-solid fa-cart-shopping rounded p-3"></i>
</div>
</div>
<div class="web mt-4 mb-3 w-50">
<img src="media/software.jpg" alt="sw" class="img-fluid w-100">
<div class="info mt-3 d-flex flex-row justify-content-between align-items-center">
<div class="text w-50">
<h6 class="opacity-75 ">Software Engineering</h6>
<h6>$350.00</h6>
</div>
<i class="fa-solid fa-cart-shopping rounded p-3"></i>
</div>
</div>
</div>
<hr>
<div class="but w-100 d-flex flex-row justify-content-center mb-3 mt-4">
<a href="https://github.com/HassanMuhammadd" target="_blank">
<button class="productsBtn px-4 py-2 rounded">ALL PRODUCTS</button> </div>
</a>
</div>
<div class="projects px-4 py-3 mt-md-0 mt-3 hidden">
<h4 class="mt-2 mb-4">Projects</h4>
<hr>
<div class="two d-flex flex-md-row flex-column align-items-center">
<a href="https://hassanmuhammadd.github.io/First-Bootstrap-Template/" target="_blank">
<div class="web mt-4 mb-3 me-3 w-50">
<div class="image">
<img src="media/prop6.png" alt="bs" class="img-fluid w-100 ">
</div>
<div class="info mt-3 d-flex flex-row justify-content-center align-items-center">
<div class="text w-50 text-center">
<h6 class="opacity-75 ">Bootstrap template</h6>
</div>
</div>
</a>
<a href="https://hassanmuhammadd.github.io/Interactive-rating-component/" target="_blank">
<div class="image mt-4">
<img src="media/rating.png" alt="bs" class="img-fluid w-100 ">
</div>
<div class="info mt-3 d-flex flex-row justify-content-center align-items-center">
<div class="text w-50 text-center">
<h6 class="opacity-75 ">Rating component</h6>
</div>
</div>
</div>
</a>
<a href="https://hassanmuhammadd.github.io/Landing-page-dropdownMenu-FrontEndMentor/" target="_blank">
<div class="web mt-4 mb-3 w-50">
<div class="image mt-4">
<img src="media/landing.png" alt="bs" class="img-fluid w-100 ">
</div>
<div class="info mt-3 d-flex flex-row justify-content-center align-items-center">
<div class="text w-50 text-center">
<h6 class="opacity-75 ">Landing page</h6>
</div>
</div>
</a>
<a href="https://hassanmuhammadd.github.io/Launch-Countdown-Timer/" target="_blank">
<div class="image mt-4">
<img src="media/countdown.png" alt="bs" class="img-fluid w-100 ">
</div>
<div class="info mt-3 d-flex flex-row justify-content-center align-items-center">
<div class="text w-50 text-center">
<h6 class="opacity-75 ">Countdown Timer</h6>
</div>
</div>
</a>
<a href="https://hassanmuhammadd.github.io/Expenses-Chart/" target="_blank">
<div class="image mt-4">
<img src="media/chart.png" alt="bs" class="img-fluid w-100 ">
</div>
<div class="info mt-3 d-flex flex-row justify-content-center align-items-center">
<div class="text w-50 text-center">
<h6 class="opacity-75 ">Expenses chart</h6>
</div>
</div>
</a>
</div>
</div>
<hr>
<div class="but w-100 d-flex flex-row justify-content-center mb-3 mt-4">
<a href="https://github.com/HassanMuhammadd" target="_blank">
<button class="productsBtn px-4 py-2 rounded">BROWSE MORE</button> </div>
</a>
</div>
<div class="about px-4 py-3 mt-md-0 mt-3 ">
<h4 class="mt-2 mb-4">About me</h4>
<hr>
<div class="aboutMe">
<h5 class="opacity-75 mb-3">Hassan Muhammad</h5>
<p class="opacity-50 lh-lg">I'm a Software engineer and a front end developer from Egypt, Always eager to learn and improve.</p>
<div class="d-flex flex-row justify-content-around">
<div>
<p class="opacity-75">Age - 20</p>
<p class="opacity-75">Country - Egypt</p>
</div>
<div>
<p class="opacity-75">Freelancing - Available</p>
<p class="opacity-75">Languages - Arabic & English</p>
</div>
</div>
</div>
<h4 class="mt-4">Services</h4>
<hr>
<div class="two d-flex flex-md-row flex-column justify-content-md-evenly align-items-center">
<div class="web mt-4 mb-3 w-50 me-md-5">
<i class="fa-solid fa-earth-africa service mb-3"></i>
<div class="info mt-3 d-flex flex-row justify-content-between align-items-center">
<div class="text w-100">
<h6 class="mb-3">Web development</h6>
<P class="opacity-50 lh-md">Build dynamic web applications using React.</P>
</div>
</div>
</div>
<div class="web mt-4 mb-3 w-50">
<i class="fa-brands fa-bootstrap service mb-3"></i>
<div class="info mt-3 d-flex flex-row justify-content-between align-items-center">
<div class="text w-100">
<h6 class="mb-3">Bootstrap Development</h6>
<P class="opacity-50 lh-md">Build Responsive websites with many features using bootstrap 5.</P>
</div>
</div>
</div>
</div>
<h4 class="mt-4 mb-4">Testimonials</h4>
<hr>
<div id="carouselExampleControls" class="carousel slide mt-5 pb-4" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active text-center">
<p class="mx-5 mt-2 mb-3 opacity-50">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex quam expedita vitae maiores. Ullam, repellendus."</p>
<h5>John Doe - Technical lead</h5>
</div>
<div class="carousel-item text-center">
<p class="mx-5 mt-2 mb-3 opacity-50">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex quam expedita vitae maiores. Ullam, repellendus."</p>
<h5>Maria Felix - Technical lead</h5>
</div>
<div class="carousel-item text-center ">
<p class="mx-5 mt-2 mb-3 opacity-50">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex quam expedita vitae maiores. Ullam, repellendus."</p>
<h5>William Norman - Technical lead</h5>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</main>
<script src="main.js"></script>
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
</body>
</html>