-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (95 loc) · 3.32 KB
/
index.html
File metadata and controls
98 lines (95 loc) · 3.32 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
<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" />
<link rel="stylesheet" href="style.css" />
<title>Resume</title>
</head>
<body>
<div class="container">
<div class="content">
<div class="left">
<div class="profile-main">
<img
src="./img/profile.jpg"
alt="profile-image"
class="profileImg"
/>
<h1>HAFIZ M.RAYYAN</h1>
<h3>FRONT-END DEVELOPER</h3>
</div>
<div class="contact-info">
<h2 class="mar">Contact info</h2>
<ul>
<!-- <li></li> -->
</ul>
</div>
</div>
<div class="right">
<div class="proState rightBox">
<h2>PROFESSIONAL STATEMENT</h2>
<p>
I'm a Front-end developer, I specialize in Html. CSS. framework
bootstrap, Tailwind CSS and I am building professional-looking
websites I have experience working with Javascript and I'm
constantly studying React, Node JS, MongoDB, and app development.
</p>
</div>
<div class="edu rightBox">
<h2>EDUCATION</h2>
<div class="edu-child">
<h5>Matric</h5>
<p>AHM Chattari School / Karachi / 2019 to 2021</p>
</div>
<div class="edu-child">
<h5>Dars-e-Nizami</h5>
<p>
completed 5 year in dars e nizami (Aalim course), from Jamia
Anwar ul quran Gulshan e iqbal
</p>
</div>
<div class="edu-child">
<h5>Web and Mobile App Development</h5>
<p>Saylani Mass IT Training (SMIT) continue.....</p>
</div>
</div>
<div class="project rightBox">
<h2>PROJECT</h2>
<div class="pro-child">
<h4>Weather Web</h4>
<p>Html / Css / Javascript / Api</p>
<p>
Real time Weather app with reponsive design using Weather api
and axios for HTTP requests <a href="#">Link Here</a>
</p>
</div>
<div class="pro-child">
<h4>Sirat-e-Mustaqeem</h4>
<p>Html / Css / Javascript / Api</p>
<p>
Prayer Time website using Aladhan Api <a href="#">Link Here</a>
</p>
</div>
<div class="pro-child">
<h4>Birthday-Age-Calculator</h4>
<p>Html / Css / Javascript / Api</p>
<p>
Days are left in your next birthday and your age calculation
<a href="#">Link Here</a>
</p>
</div>
<div class="pro-child">
<h4>Signup-Login-Form</h4>
<p>Html / Css / Javascript (vanilla)</p>
<p>
Login and signup form using javascript local storage
<a href="#">Link Here</a>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>