-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (55 loc) · 2.98 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
<!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>Welcome to Muntajim's 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 flexible-container">
<div class="half-width">
<h1>Welcome To</h1>
<h1><span class="special">Muntajim Rahman's</span> World</h1>
<h3>Tech Enthusiasist | Code Geek | Front End Web Developer</h3>
<p>Hello there. I'm Md. Muntajim Rahman Saimon, a 10th grade student at Rajuk Uttara Model College. I am learning web development now. I want to become a web developer in my near future.</p>
<a class="link-button" target ="_blank" href="https://linkedin.com/in/muntajim-rahman-saimon-1148421b2" >HIRE ME</a>
</div>
<div class="half-width">
<img src="Saimon1.png" alt="">
</div>
</section>
<br>
<section class="dream-big flexible-container">
<div class="half-width">
<img src="Saimon2.png">
</div>
<div class="half-width">
<h2>Dream Big</h3>
<h3>Become a Web Developer</h3>
<p>I have learnt HTML5, CSS, Git page hosting, deploying. I am going to learn bottstrap, react UI, Javascript, angular framework in next few months as a part of becoming a MERN Stack web developer. My goal is to develop 12 websites after 6 months that includes an e-commerce website, institutional website etc.</p>
<a class="dream-big2" target ="_blank" href="https://github.com/Muntajim04">DOWNLOAD RESUME</a>
</div>
</section>
<section class="experience">
<h2>Experiences</h2>
<div class="flexible-container">
<div class="experience-item">
<h2>Senior Web Developer</h2>
<h3>2021-Present | Level : Intermediate</h3>
<p>I have already mastered HTML5, CSS3, Javascript, React UI, Angular Framework, Bootstrap, Native. I can clone several web pages with my web developing skills. At present, I am working as a Junior Web developr at Brainstorm inc. which is a USA Based comapny. It's basically a remote job </p>
</div>
<div id="web-developer" class="experience-item">
<h2>Junior Web Developer</h2>
<h3>2018-2020 | Level: Beginner</h3>
<p>At this primitive stage, I have learned those basic web building languages through a online course. Jhankar Mahabub was my mentor right back then. I have faced errors & solved them with the help of google & stack overflow. I have practiced day & night. Now, I'm confident enoghh that I can work for any company.</p>
</div>
</div>
</section>
<footer><p>© Md. Muntajim Rahman Saimon, a Programming Hero Initiative</p></footer>
</body>
</html>