-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (56 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
56
57
58
59
60
<!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>Rashedul Islam</title>
<link rel="stylesheet" href="style.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=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<section class="Top-banner">
<div class="half-width">
<h1>Welcome To The</h1>
<h1><span class="text-highlight">SpyCoder World</span></h1>
<h3>I am a creative font-end Developer and Designer</h3>
<p>Hey! I am Rashedul.
<br/>I build interactive website that run across platforms & devices.That's why I am learning and mastering web development. I will not stop until I become the Web Development Hero.</p>
<a target="_blank " class="link-button" href="https://github.com/RashedulIslam29">Hire ME</a>
</div>
<div class="half-width">
<img src="image/jhankar.png" alt="MY PICTURE">
</div>
</section>
<section class="dream-area">
<div class="half-width">
<img src="image/jhankar2.png" alt="MY PICTURE">
</div>
<div class="half-width">
<h1>Dream Big</h1>
<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.<br/> My goal is to build 3 websites and learn advanced topics.</p>
<a target="_blank " class="link-button" href="https://github.com/RashedulIslam29">DOWNLOAD RESUME</a>
</div>
</section>
<section class="experience-area">
<div> <h2><span class="exp-area">Experience</span></h2></div>
<div id="full-stack-one" class="half-width single-experience">
<h1>Full Stack Web Developer</h1>
<h3><span class="text-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="full-stack-two" class="half-width single-experience">
<h1>Baby Web <br/>Developer</h1>
<h3><span class="text-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 hero.</p>
<br/>
</div>
</section>
<footer>
<p>© SpyCoder 2021, all rights are reserved.</p>
</footer>
</body>
</html>