-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
101 lines (84 loc) · 3.5 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Amirul Hamiezan</title>
<link rel="icon" href="asset/me.jpg" type="image/x-icon" />
</head>
<body>
<div class="navbar">
<h2>Amirul <br>Hamiezan</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="skill.html">Skills</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html"class="active-page">About</a></li>
</ul>
<a href="asset/resume.pdf" download="resume.pdf"><button class="hire-btn">Resume</button></a>
</div>
<div class="main">
<h4><span class="big-span">About</span><span class="shadow-name"> Me</span></h4>
<h5 class="seprator-about">Who I Am?</h5>
<p class="subtitle">I'm Design And Code Beautifully Simple Things And I Love What I Doing!</p>
</div>
<div class="about">
<!-- <img src="asset/me.jpg"> -->
<div class="info">
<h3>About Me</h3>
<p>
<span>Name: </span>Amirul Hamiezan
</p>
<p>
<span>Birthdate: </span>12/10/2002
</p>
<p>
<span>Study: </span>Diploma In Information Technology at Cosmopoint College Kuala Terengganu
</p>
<p>
<span>Skills: </span>Web Developing, Programming, Database
</p>
<p>
<span>Experience: </span>3 months Internship At Majlis Daerah Marang
<p>Developing Website For Booking </p>
</p>
<button class="hire-btn">Hire Me</button>
</div>
</div>
<footer>
<div class="start">
<h3>Start a project</h3>
<p>Interested in working together? We should queue up a chat. I’ll buy the coffee.</p>
<form action="contact.html"><button >Let's do this</button></form>
</div>
<div class="cols">
<div class="about-col">
<h3>Amirul Hamiezan</h3>
<p>Creative FullStack Developer</p>
</div>
<div class="links-col">
<h4>Useful Links</h4>
<a href="index.html">Home</a>
<a href="skill.html">Skills</a>
<a href="project.html">Project</a>
<a href="contact.html">Contact</a>
<a href="about.html"class="active-page-footer">About</a>
</div>
<div class="links-col">
<h4>Social Media</h4>
<a href="https://github.com/mirul-Work"><i class="bx bxl-github"></i> Github</a>
<a href="https://www.linkedin.com/in/amirul-hamiezan-b7673119a"><i class="bx bxl-linkedin-square"></i> Linkedin</a>
<a href="https://wa.me/601137527311"><i class='bx bxl-whatsapp'></i>Whatsapp</a>
</div>
<div class="news-col">
<h4>E-mail</h4>
<p>amirulhamiezanmokhtar@gmail.com</p>
</div>
</div>
</footer>
</body>
</html>