-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
49 lines (42 loc) · 1.65 KB
/
about.html
File metadata and controls
49 lines (42 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="container">
<div class="nav-content">
<h1 id="head">Portfolio.</h1>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Portfolio</a>
<a href="#">Contact</a>
</div>
<div class="box">
<div class="profile-box">
<div class="Myimage">
<img src="myimage.jpg" alt="">
</div>
</div>
<div class="about-box">
<div class="head-box">
<h1 id="Me">About </h1>
<h2>Frentend Developer</h2>
</div>
<div class="para-box">
<p>I am Muhammad Imaran, a dedicated and ambitious student of Software Engineering at the Islamia University of Bahawalpur. With a strong passion for coding and a specialization in Full Stack Frontend Web Development, I strive to create innovative and user-friendly web and Android applications.</p>
</div>
<div class="button-box">
<button>
Read More
</button>
</div>
</div>
</div>
</div>
</body>
</html>