-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (52 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ashik</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&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="orange-highlight">Ashik</span> website</h1>
<h3>World class professional web dev</h3>
<p>I am just a web learner now . I am learning it from programming hero website .My teacher is Jhankar Mahbub . He is very funny and well known teacher. </p>
<a class="link-button" target="_blank" href="https://www.linkedin.com/in/abubakar-siddik-ashik-98b90011a/">Linedin profile</a>
</div>
<div class="half-width"><img src="image/Ashik3..png" alt=""></div>
</section>
<section class="dream">
<div class="half-width">
<img src="image/Ashik3..png" alt="">
</div>
<div class="half-width">
<h1>Dream big</h1>
<h3>Become a world no.1 web developer </h3>
<p> I am just learning from beginning . So hopefully i will be a effective developer very soon inshallah . I will be ready for the industry with two months. After two months i will look for a internship . Then i will apply for job in a big company . In the meantime i would improve my skill</p>
<a class="link-button" target="_black" href="https://www.linkedin.com/in/abubakar-siddik-ashik-98b90011a/">Download resume</a>
</div>
</section>
<section class="experience-area">
<h2>Experiences</h2>
<div id="fullstack" class="half-width single-experience">
<h2>Full stack web developer </h2>
<h3 class="orange-highlight">2021 - present | pro web developer</h3>
<p>
I am just learning from beginning . So hopefully i will be a effective developer very soon inshallah . I will be ready for the industry with two months. After two months i will look for a internship . Then i will apply for job in a big company . In the meantime i would improve my skill
</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>They didn't offer me a job .But i made myself as a remote 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 class="align">
<p>@Ashik 2021, all rights reserved.</p>
</footer>
</body>
</html>