-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (50 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bonosree web developer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-baneer">
<div class="half-width">
<h1>Welcome To</h1>
<h1><span class= "orange-highlight">Bonosree</span> Website</h1>
<h3>World Class Web Developer</h3>
<p>I am Bonosree Roy. I start learning web developing course. I know HTML and CSS only. I will learn other language very soon.Sometimes i suffer a lot to learn coding. finally slowly i am learning also many things about programming.Today i am very excited to make this beautiful web portfolio. Thank you.</p>
<a class="link-button" target="_blank" href="https://www.linkedin.com/company/programminghero/">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/pic.png" alt="">
</div>
</section>
<section class="dream-area">
<div class="half-width">
<img src="images/pic2.png" alt="">
</div>
<div class="half-width">
<h2>Big Dream</h2>
<h3>World's Number 1. Web Developer.</h3>
<p>I want to finish this course very concentrately. then want to work in many projects and then i will apply for job.sincerly doing my work and oneday want to become a suceesful web developer. Thank you. </p>
<a class="link-button" target="_balnk" href="https://www.linkedin.com/company/programminghero/">DOWNLOAD RESUME</a>
</div>
</section>
<section class="experience-area">
<h2>Experiences</h2>
<div id="full-stack" class="half-width single-experience">
<h1>full stack web developer</h1>
<h3 class= "orange-highlight">2021 -present | pro level web developer</h3>
<p>hello. i am ela. i know HTML,CSS, JAVASCRIPT. i am expereined two years work as a senior web developer in a renowned software company Google.I also know Bootstrap, mongo db, API, HTML5,CSS3, SQL.</p>
</div>
<div id="baby-dev" class="half-width single-experience">
<h2>Baby web developer</h2>
<h3 class= "orange-highlight">2020-2021 | programming hero learner</h3>
<p>In this programming hero course i learn about HTML,CSS,JAVASCRIPT, MONGO DB, SQL, JQUERY, CSS3, API.I complete here almost 10 projects and that my really an amazing experience, thank you progrmming hero and also thanks to jhanker mahabub vai for helping us in this course.i am greatful to u. </p>
</div>
</section>
<footer>
<p>copyright@ bonosree ela.all right reserved.</p>
</footer>
</body>
</html>