-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (54 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Yeasir Arafat website</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<section class="top-banner">
<div class="half-width">
<h1>Welcome To</h1>
<h1><span class="orange-highlight">Ariyan Arif</span> Website</h1>
<h3>World Class Proffesional Website</h3>
<p> Professional web design is almost an art form now in keeping up with the tide of changes that people expect A professional website template, like Divi, unlocks a new horizon of opportunities. For as long as you need to build a striking website</p>
<a class="link-button" target="_blank" href="https://www.facebook.com/yeasirarafat53">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/pic1.png" alt="">
</div>
</section>
<br>
<br>
<section class="bottom-banner">
<div class="half-width2">
<img src="images/pic2.png" alt="">
</div>
<div class="half-width2">
<h1>Dream Big</h1>
<h3>Become a web developer</h3>
<p>I already learned the basic HTML and CSS.i can build any simple website.I can even teach my teacher how to make a website...my goal is to make 3 website and learner advance topics..</p>
<a class="style-button" target="_blank" href="https://www.facebook.com/yeasirarafat53">Download Resume</a>
</div>
</section>
</section>
<section class="experience-area">
<h2>Experiences</h2>
<div id="full-stack" class="half-width single-experience">
<h2>Full Stack Web Dev</h2>
<h3 class="orange-highlight">2021 - Present | Pro level Web Dev</h3 class="orange-highlight">
<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 id="baby-web" class="half-width single-experience">
<h2>Baby Web Developer</h2>
<h3 class="orange-highlight">2020-2021 | Programming Hero Learner</h3>
<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>
</section>
<footer>
<p>© Ariyan Arif 2021, all rights reserved.</p>
</footer>
</body>
</html>