-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (54 loc) · 2.81 KB
/
index.html
File metadata and controls
56 lines (54 loc) · 2.81 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
<!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">
<title>This is My protfolio</title>
<link rel="stylesheet" href="css/main.css">
<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=Otomanopee+One&display=swap" rel="stylesheet">
</head>
<body>
<section class="top-banner flex-container">
<div class="world">
<h1>Wlcome to</h1>
<h2><span class="name-color">Omar Faruk</span> World!</h2>
<h3>Build Climber and Train Stopper</h3>
<p>You might saw me jumping, climbing buildings, and stopping trains. But nobody pays me a dime for that work. That's why I am learning and mastering web development. I will not stop until I become the Web Development Hero.</p>
<a class="link-btn" href="https://www.linkedin.com/in/omar-faruk-425327202/" target="blank_"><button>Hire me</button></a>
</div>
<div class="my-img">
<img src="./img/akib1.png" alt="">
</div>
</section>
<section class="big-dream flex-container">
<div class="my-img">
<img src="./img/akib2.png" alt="akib">
</div>
<div class="world">
<h1>Dream Big</h1>
<h2>Become a web developer</h2>
<p>I already learned the basic HTML and CSS. I can build any simple website. I can even teach my grandma how to make simple website. My goal is to build 3 websites and learn advanced topics.</p>
<a class="link-btn" href=https://media-exp1.licdn.com/dms/document/C4D1FAQEoXqZJIOB_YQ/feedshare-document-pdf-analyzed/0/1619384115700?e=1625425200&v=beta&t=9yXpRFrJPOuc_OkRhINd2qU_PcdXLH0xoz0bH3RwEZQ target="blank_"><button>Downlod resume</button></a>
</div>
</section>
<section class="Experiences-area">
<h2>Experiences</h2>
<div class="flex-container">
<div class="Full-Stack">
<h2>Full Stack Web Developer</h2>
<h3 class="name-color">2021-Present | Pro Level Developer</h3>
<p>I am the master of HTML, CSS and Javascript. I know everything needed to make a website function, efficient. I didn't stop with the web. I went beyond with most popular Javascript framework called Vue JS. I even know the deployment, server and security. I will give you 100% web solution.</p>
</div>
<div class="baby-web">
<h2>Baby Web Developer</h2>
<h3 class="name-color">2020-2021 | Programming Hero Learner</h3>
<p>They didn't offer me a job. But I made myself as a remove web developer. I made their website and showed it to them. They liked it. And uploaded the content. It was fun working at Programming Hero.</p>
</div>
</div>
</section>
<footer>© development by omar faruk Akib</footer>
</body>
</html>