-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (68 loc) · 4.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Google Font-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=The+Nautigal&display=swap" rel="stylesheet">
<!---google font--->
<link rel="shortcut icon" href="./img/person-4.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Ekram Portfolio</title>
</head>
<body>
<section class="page-one">
<div class="left">
<h1>Stay Focaused on</h1>
<h1 class="cyan">Mission 2022</h1>
<p>A full stack web developer based in Dhaka, Bangladesh. I enjoy creating things that live on the internet, whether that be websites, applications, or anything in between. Shortly after graduating from National University of Bangaldesh with a BSc. in Computer Science & Engineering, I started freelancing where I work on a wide variety of interesting and meaningful projects on a daily basis.</p>
<a target="blank" class="button" href="https://www.linkedin.com/in/ekram-elahie-589116227/"><button class="btn">Explore NOW</button></a>
<h5>Scroll Down To Explore More About Me</h5>
</div>
<div>
<img class="photo" src="./img/me.png" alt="">
</div>
</section>
<!-- page 2 (card) -->
<h2 id="header2"> My Mission <span class="cyan">in 2022</span></h2>
<section>
<div id="card">
<div class="card-one" >
<img id="pic1" src="./img/illustrator-1.png" alt="">
<h3>Mission</h3>
<p>I enjoy creating things that live on the internet, whether that be websites, applications, or anything in between. Shortly after graduating from National University of Bangaldesh with a BSc. in Computer Science & Engineering, I started freelancing where I work on a wide variety of interesting and meaningful projects on a daily basic.</p>
</div>
<div class="card-two" >
<img src="./img/illustrator-2.png" alt="">
<h3>Vission</h3>
<p>I enjoy creating things that live on the internet, whether that be websites, applications, or anything in between. Shortly after graduating from National University of Bangaldesh with a BSc. in Computer Science & Engineering, I started freelancing where I work on a wide variety of interesting and meaningful projects on a daily basic.</p>
</div>
<div class="card-three" >
<img src="./img/illustrator-3.png" alt="">
<h3>Goals</h3>
<p>I enjoy creating things that live on the internet, whether that be websites, applications, or anything in between. Shortly after graduating from National University of Bangaldesh with a BSc. in Computer Science & Engineering, I started freelancing where I work on a wide variety of interesting and meaningful projects on a daily basic.</p>
</div>
</div>
</section>>
<!-- ....page 3... -->
<section class="limit">
<div class="half">
<img class="coding" src="./img/coding.png" alt="">
</div>
<div class="half" >
<h2>Develop without limits</h2>
<p>A full stack web developer based in Dhaka, Bangladesh. I enjoy creating things that live on the internet, whether that be websites, applications, or anything in between. Shortly after graduating from National University of Bangaldesh with a BSc. in Computer Science & Engineering, I started freelancing where I work on a wide variety of interesting and meaningful projects on a daily basis.
</p>
<a target="blank" href="https://www.facebook.com/profile.php?id=100015856696787"> <button class="btn2">Read the Document</button></a>
</div>
</section>
<!-- footer -->
<div class="footer" >
<h2>Mission <span class="cyan" >2022</span> </h2>
<footer>© Commited for Hard work 2022</footer>
</div>
</body>
</html>