-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (67 loc) · 3.23 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
<!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>Yasir'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-Color">Yasir Monon</span>'s World</h1>
<h3>Web Developer - Learner - Biker - Dreamer</h3>
<p>This is Yasir Monon , Literally I'm learning web development and besides that I am an Author (Creative
Writer) . I can help you with writting creative notes and also with giving suggestions .</p>
<a class="link-button" target="_blank" href="#">Hire Me</a>
</div>
<div class="half-width">
<img src="images/my-bg.png" alt="Yair Image 1">
</div>
</section>
<section class="dream-big flexible-container">
<div class="sixty-forty">
<img src="images/my-bg2.png" alt="Yasir Image 2">
</div>
<div class="half-width">
<h1>Dream Big</h1>
<h3>Become a Web Developer</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Explicabo consequuntur eos vitae ipsum
doloremque nesciunt deleniti velit, ducimus, est quasi in! Impedit beatae laboriosam molestias totam
blanditiis, maxime distinctio dolorem.</p>
<a class="link-button" target="_blank" href="https://www.yasirmonon.com/">My Website</a>
</div>
</section>
<section class="experience">
<h1>Experiences</h1>
<div class="flexible-container">
<div class="shadow blue">
<h2>Full STack Web Developer</h2>
<h3 class="Special-Color">2021-Present | Pro Level Developer</h3>
<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="shadow blue">
<h2>Baby Web Developer</h2>
<h3 class="Special-Color">2020-2021 | Programming Learner</h3>
<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>
</section>
<footer>
<p>© Yasir 2021, a Web Developer Demo Portfolio.</p>
</footer>
</body>
</html>