-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (72 loc) · 3.59 KB
/
index.html
File metadata and controls
78 lines (72 loc) · 3.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Recent Projects | Maruf Islam</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="my_img.png" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class = "about-wrapper">
<div class = "about-left">
<div class = "about-left-content">
<div>
<div class = "shadow">
<div class = "about-img">
<img src = "my_img.png" alt = "about image">
</div>
</div>
<h2>MD Maruf Islam</h2>
<h3>Web Developer</h3>
</div>
<ul class = "icons">
<a href="http://primeit.elementfx.com/" target="_blank">
<li><i class="fa-solid fa-globe"></i></li>
</a>
<a href="https://www.linkedin.com/in/marufjisan/" target="_blank">
<li><i class = "fab fa-linkedin"></i></li>
</a>
<a href="https://www.facebook.com/marufzisan" target="_blank">
<li><i class = "fab fa-facebook-f"></i></li>
</a>
<a href="#" target="_blank">
<li><i class = "fab fa-instagram"></i></li>
</a>
</ul>
</div>
</div>
<div class = "about-right">
<h1>Hello<span>!</span></h1>
<h2>Explore some of my best projects</h2>
<div class = "about-para">
<p>** Some of projects are powered by my agency- <a href="https://prozukty.com/" target="_blank">Prozukty</a> ** </p>
</div>
<div class = "about-btns">
<a href="https://maruf001-mt.github.io/digital-agency-landing/tm2/" target="_blank">
<button type = "button" class = "btn btn-pink">Agency Landing Page</button>
</a>
<a href="https://maruf001-mt.github.io/Homobond-WebPages/" target="_blank">
<button type = "button" class = "btn btn-pink">App Landing Page</button>
</a>
<a href="https://maruf001-mt.github.io/5-Creative-Landing-pages/crypto/index.html" target="_blank">
<button type = "button" class = "btn btn-pink">Crypto Currency</button>
</a>
<a href="https://maruf001-mt.github.io/5-Creative-Landing-pages/single-product/index.html" target="_blank">
<button type = "button" class = "btn btn-pink">One Product E-commerce</button>
</a>
<a href="https://webhealth.meetmonk.com" target="_blank">
<button type = "button" class = "btn btn-pink">MeetMonk Webhealth</button>
</a>
<a href="https://github.com/Maruf001-MT" target="_blank">
<button type = "button" class = "btn btn-white">Github</button>
</a>
</div>
<div class="credit">Made with <span style="color:tomato">❤</span> by <a href="https://www.fiverr.com/marufjisan" target="_blank">Maruf Islam</a></div>
</div>
</div>
</body>
</html>