-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 2.12 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>Shazzad Web Developer</title>
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top-banner">
<div class="half-width">
<h1>Welcome To</h1>
<h1> <span class="name">Peter Parker</span> Website</h1>
<h3>World-Class Web</h3>
<p>Hello this is Peter Parker website. I can make web but i do not have my personal website before. So i am working on it. Let me know how it is.</p>
<a class="link-button" target="_blank" href="https://shzzd.github.io/webdesignprac/demo.html">HERE ME</a>
</div>
<div class="half-width">
<img src="images/p.png">
</div>
</section>
<section class="mid-banner">
<div class="half-width">
<img src="images/s.png" alt="">
</div>
<div class="half-width">
<h2>Dream Big</h2>
<h3>Become a web developer</h3>
<p>I already learned basic html, css. I can build now a simple website. I can even teach you. And trust me this is supper exciting.
</p>
<a class="link-button" target="_blank" href="https://www.linkedin.com/in/sajjadur-rahman-3ba229120/">DOWNLOAD RESUME</a>
</div>
</section>
<section class="bottom-banner">
<h2>Experiences</h2>
<div id="full" class="half-width exp">
<h2>Full stack web developer</h2>
<h3 class="name">2021-present|Pro level developer</h3>
<p>I am the master of html, css and javascript.</p>
</div>
<div id="baby" class="half-width exp">
<h2>Baby web developer</h2>
<h3 class="name">2020-2021|Programming hero learner</h3>
<p>They didn't offer me a job. But i made myself as a remove developer.</p>
</div>
</section>
<footer>
<p>© Shazzad 2020, all right reserved.</p>
</footer>
</body>
</html>