-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (64 loc) · 3.4 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
<!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>Developer 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&family=Roboto+Slab&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<section class="top-banner fexible-container">
<div class="half-width">
<h1>Welcome To</h1>
<h1><span class="orange-color">Developer Programming </span>World</h1>
<h3>The building and maintenance of websites</h3>
<p>How would you describe a web developer?
A Web Developer is a professional who is responsible for the design and construction of websites. They
ensure that sites meet user expectations by ensuring they look good, run smoothly and offer easy access
points with no loading issues between pages or error messages.</p>
<a class="link-button" target="_blank" href="https://en.wikipedia.org/wiki/Web_developer">HIRE ME</a>
</div>
<div class="half-width">
<img src="/img/developer.jpg" alt="">
</div>
</section>
<section class="dream-big fexible-container">
<div class="half-width">
<img src="/img/developer-meeting.jpg" alt="">
</div>
<div class="half-width">
<h1>Dream Big</h1>
<h2>Become a Web developer</h2>
<p>Have you ever found yourself in a tech meeting, looking off into space, wondering why you are there,
wondering what’s going on, hoping that the meeting will end soon and never happen again? I have, many
times. In fact, early on, way early on, I ran meeting like that: a room full of high-priced developers,
rambling on, wasting the time of all and the money of the company.</p>
<a class="link-button" target="_blank" href="https://www.youtube.com/">DOWNLOAD RESUME</a>
</div>
</section>
<section class="experience-area">
<h1>Experiences</h1>
<div class="fexible-container">
<div id="web-dev-experience" class="experience-item">
<h1>Full Stack Developer</h1>
<h2 class="orange-color">2020-2022 || pro level Developer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas repellat excepturi explicabo minus
maiores commodi. Quis dolorem, id at nemo eum tenetur officia porro neque omnis nisi nam, odio
corporis.</p>
</div>
<div id="baby-dev-experience" class="experience-item">
<h1>Baby Web Developer</h1>
<h2 class="orange-color">2022-2024 | Hero Learner Developer</h2>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. In nesciunt itaque officia perspiciatis doloremque ducimus nisi molestias aut asperiores, hic, animi eos. Magni aliquid, minima nisi repellat tenetur distinctio temporibus.</p>
</div>
</div>
</section>
<footer>
<p> © Developer World 2021, a Programming Hero Initiative.</p>
</footer>
</body>
</html>