-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (85 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>My Resume</title>
</head>
<body>
<div class="container">
<div class="header">
<a href="https://internship.zuri.team"><img src="zuri.png" alt="ZuriXI4G logo" width="100"></div>
</a>
<h2>Abdulmajid Mahadi</h2>
</div>
<div class="leftcol">
<section class="personal">
<div class="about">
<h3>About me</h3>
<p>I am a Abdulmajid Mahadi, a full stack
web developer who is passionate about programming
and eager to learn new tools and technology.
Thanks to projets i have done, both personal and
freelancing, i have aquired experience working with people
and different tools and technology. </p>
</div>
<div class="bar"></div>
<p> Residence: Ilorin</p>
<p>Phone: 0900000000</p>
<!-- socials -->
<ul>
<li><a href="">LinkedIn</a></li>
<li><a href="">Twitter</a></li>
<li>Gmail: [email protected]</li>
</ul>
</section>
<section class="education">
<h3>Education</h3>
<p>University of Ilorin</p>
<p>B.Sc Microbiology</p>
<p>CS50 Introduction To Computer Science</p>
</section>
</div>
<div class="righttcol">
<section class="projects">
<h3>Projects</h3>
<ul>
<li>
Django Chatapp
</li>
<li>
E-commerce Website
</li>
<li>
Mail
</li>
<li>
Social Media app
</li>
</ul>
</section>
<div class="vertical"></div>
<section class="skills_tools">
<h3>Languages and Tools</h3>
<p> Language: Python, Javascript, HTML, CSS</p>
<p>Tools: Git/Github,Bootstrap,
Postgresql, ReactJs</p>
</section>
<section class="experience">
<h3>Experience</h3>
<p> Zuri x I4G internship
<span>August 2021 - Present</span></p>
<p>Experience working directly with clients through freelancing</p>
</section>
<section class="hobbies">
<h3>Hobbies</h3>
<ul>
<li>Writing</li>
<li>Programming</li>
</ul>
</section>
</div>
</div>
</body>
</html>