-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 3.1 KB
/
Copy pathindex.html
File metadata and controls
62 lines (62 loc) · 3.1 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
<!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>Fuad Ragib - Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="banner-top flexible-container">
<div class="half-width">
<h1>Welcome To</h1>
<h1><span class="orange-color">Fuad Ragib's</span> World</h1>
<h3>Passionate for Building Optimized Software</h3>
<p>
I have been very passionate about computers and programming since my university life. I dream to be an expert software engineer so that I can build professional and useful software that has business value. I will be very happy if you consider me for your next projects.
</p>
<a href="https://www.linkedin.com/in/fuadragib/" target="_blank" class="btn-link">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/fuad-ragib-bg.png" alt="">
</div>
</section>
<section class="dream-area flexible-container">
<div class="half-width">
<img src="images/my-bg2.png" alt="">
</div>
<div class="half-width">
<h1>Dream Big</h1>
<h3>Dream Big, Start Small</h3>
<p>
A journey of thousand miles begins with a single step. That's why I am learning and mastering web development from very beginning. I will not stop until I become the Web Development Pro.
</p>
<a href="https://www.linkedin.com/in/fuadragib/" target="_blank" class="btn-link">DOWNLOAD RESUME</a>
</div>
</section>
<section class="experience-area">
<h1>Experiences</h1>
<div class="flexible-container">
<div id="full-stack" class="experience-item">
<h2>Full Stack Web Developer</h2>
<h3 class="orange-color">2023 - Present | Pro Level Developer</h3>
<p>
I am the master of HTML, CSS, Javascript and PHP. 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 React JS. I even know the deployment, server and security. I will give you 100% web solution.
</p>
</div>
<div class="experience-item">
<h2>Junior Web Developer</h2>
<h3 class="orange-color">2022 - 2023 | Web Development Learner</h3>
<p>
They didn't offer me a job. But I made myself as a Junior web developer. I made their website and showed it to them. They liked it. And uploaded the content. It was fun working with my personal project's clients.
</p>
</div>
</div>
</section>
<footer>
<p>© Fuad Ragib - 2022, a <a href="http://www.estemlab.com/" target="_blank">ESTEM LAB</a> initiative.</p>
</footer>
</body>
</html>