-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindext.html
More file actions
56 lines (54 loc) · 2.89 KB
/
indext.html
File metadata and controls
56 lines (54 loc) · 2.89 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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abdullah Web Developer</title>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--First Part-->
<section class="top-banner">
<div class="half-width">
<h1>Welcome TO</h1>
<h1> <span class="orange-highlight">Abdullah </span> Website</h1>
<h3>World Class Professional Web Dev</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-button" target="_blank" href="https://www.fb.com/gohin.niloy">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/niloy.png" alt="">
</div>
</section>
<!-- 2nd part -->
<section class="dream-area">
<div class="half-width">
<img src="images/profile2.png" alt="">
</div>
<div class="half-width">
<h2>Dream Big</h2>
<h3>Become a web developer</h3>
<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-button" target="_blank" href="https://www.fb.com/gohin.niloy">DOWNLOAD RESUME</a>
</div>
</section>
<!-- 3rd part -->
<section class="experince-area">
<h2>Experiences</h2>
<div id="Full-Stack" class="half-width single-experince">
<h2>Full Stack Web Developer</h2>
<h3><span class="orange-highlight">2021-Present|Pro Level Developer</span></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 id="baby-web" class="half-width single-experince">
<h2>Baby Web Developer</h2>
<h3><span class="orange-highlight">2020-2021|Programming Hero Learner</span></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>
</section>
<footer>
<p>© Niloy 2021, all rights reserved.</p>
</footer>
</body>
</html>