-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (82 loc) · 4.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!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">
<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=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="icon" href="imeges/fab-icon.png" sizes="16x16">
<link rel="stylesheet" href="style.css">
<title>Developer-profile-Main</title>
</head>
<body>
<section id="banner_part">
<div class="half_width">
<h1>Welcome To </h1><h1><span class="hedding_part">Developer Main</span> World.</h1>
<h3>Build Website & Mobile App</h3>
<p>This is Mayanuddin Bhuiyan,
As a web designer.
If,I will to try make a beautiful website for you, you can contact me.
I can even teach my grandma how to make simple.Thank you so much for reading my article.
</p>
<a href="https://github.com/uxmain" target="_blank" class="button">Hire Me</a>
</div>
<div class="half_width">
<img src="imeges/Banner2.png" alt="Banner2.png">
</div>
</section>
<section id="about_part">
<div class="half_width">
<img src="imeges/About.png" alt="About.png">
</div>
<div class="half_width">
<h1>About Me</h1>
<h3> I'm Mayanuddin Bhuiyan,</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="button" href="https://github.com/uxmain/developer-profile-main" target="_blank" rel="noopener noreferrer">DOWNLOAD CV</a>
</div>
</section>
<section id="exprance">
<h1>Experiences</h1>
<div class="experiences_lebal">
<div class="half_width" id="stack_web">
<h2>Full Stack Web Developer</h2>
<h4 class="hedding_part">2021-Present | Pro Level Developer</h4>
<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="half_width" id="baby_web">
<h2>Baby Web Developer</h2>
<h4 class="hedding_part">2020-2021 | Programming Hero Learner</h4>
<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>
<section id="pakeg_part">
<h2> Let's See My Package</h2>
<div class="packages">
<div id="half_package">
<h1>Ui & Ux Designer</h1>
<h2>Learn By <span class="hedding_part">Bill Gates</span> </h2>
<p>They didn't offer me a job. But I made myself as a remove web developer.it to them. They liked it. And uploaded the content. It was fun working It was fun working It is my at Programming Hero. I can my grandma how to make simple.Thank you so much for reading my article.</p>
<a href="" target="_blank" class="button">7 Day Package 2000 Taka Only. </a>
</div>
<div id="half_package">
<h1> Web Designer </h1>
<h2>Learn By <span class="hedding_part">Jonkar Mahbub</span> </h2>
<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. the content. It was fun working at Programming Hero. It was fun working I It was fun working can even teach my grandma .Thank you so much for reading my article.</p>
<a href="" target="_blank" class="button">7 Day Package 3500 Taka Only. </a>
</div>
<div id="half_package">
<h1> Web Developer </h1>
<h2> Learn By <span class="hedding_part"> Programming Hero </span></h2>
<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 It was fun working liked it. Web site It was fun working at Programming Hero.Thank you so much for reading my article.</p>
<a href="" target="_blank" class="button">7 Day Package 5500 Taka Only. </a>
</div></div>
</section>
<footer>
<p>© Profile-Main 2021, a Programming Hero initiative.</p>
</footer>
</body>
</html>