-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 3 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
<!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>Rokunuzzaman Portfolio</title>
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-banner">
<div class="half-width">
<h1>Welcome To<br><span>Rokunuzzaman</span> World!</h1>
<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="anchor-button" href="https://www.fiverr.com/shariaremamun" target="_blank">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/bg1.png" alt="Rokunuzzaman">
</div>
</section>
<section class="dream-area">
<div class="half-width">
<img src="images/bg2.png" alt="Rokunuzzaman">
</div>
<div class="half-width">
<h1><span>Dream Big</span><br> Working Hard!</h1>
<h3>Become a web developer</h3>
<p>I already learned the 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="anchor-button" href="https://drive.google.com/file/d/1CAy8JuLL_4c5TEPry9ETDqmfqlgSnK-J/view?usp=sharing" target="_blank">DOWNLOAD RESUME</a>
</div>
</section>
<section class="experience-area">
<h1 class="title">Experiences</h1>
<div class="d-flex">
<div class="experince-item" id="full-stack">
<h2>Full Stack Web Developer</h2>
<h3>2020-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="experince-item" id="graphic-designer">
<h2>Professional Graphic Designer</h2>
<h3>2019-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>
<p>© Rokunuzzaman Bhuiya 2021, a Programming Hero initiative.</p>
</footer>
</body>
</html>