-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio2.html
59 lines (56 loc) · 2.44 KB
/
portfolio2.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
<!DOCTYPE html>
<html>
<head>
<title>practise</title>
<link rel="stylesheet" type="text/css" href="portfolio2.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav>
<header>
<label class="l1">Md Kamran/</label>
<label class="l2">Web Developer</label>
<ul id="l5">
<li><a href="#">Home</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="l3">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="https://instagram.com/mdkamran12310?igshid=181bcl8s9ugzt" class="fa fa-instagram"></a>
<a href="https://www.linkedin.com/in/md-kamran-96a0b31a6/" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-youtube"></a>
</div>
</header>
</nav>
<label id="l4"> Create Beautiful Things <br><label style="text-align: center;"> One At A Time</label></label>
<div class="l7">
<div class="l6">
<img class="img1" src="laptop.png" style="mix-blend-mode: multiply;"></div>
<div class="l5">
<h>Business Strategy</h>
<div class="p1">
<p>“Strategy is simply resource allocation. When you strip away all the noise, that’s what it comes down to. Strategy means making clear cut choices about how to compete.”</p><p id="l1">Learn More</p></div> </div>
</div>
<div class="l72">
<div class="l6">
<img class="img1" src="mark1.jpg" style="mix-blend-mode: multiply;"></div>
<div class="l5">
<h>Business Marketing</h>
<div class="p1">
<p>“Strategy is simply resource allocation. When you strip away all the noise, that’s what it comes down to. Strategy means making clear cut choices about how to compete.”</p><p id="l2">Learn More</p></div> </div>
</div>
<div class="l73">
<div class="l6">
<img class="img1" src="wallet.jpg" style="mix-blend-mode: multiply;"></div>
<div class="l5">
<h>Business Profit</h>
<div class="p1">
<p>“Strategy is simply resource allocation. When you strip away all the noise, that’s what it comes down to. Strategy means making clear cut choices about how to compete.”</p><p id="l3">Learn More</p></div> </div>
</div>
</body>
</html>