-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (74 loc) · 3.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ahmmad Website</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="header-background">
<div class="half-width">
<h2>Hello I'm</h2>
<h1>Ahmmad Hossain</h1>
<P>I’m a web penetration tester. I’ve worked internationally, in-house, and remotely on projects for leading brands.</P>
<a class="link-button" target="_blank" href="https://www.linkedin.com/in/ahmmadhossain/">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/header-img.png" alt="">
</div>
</section>
<section class="biography-background">
<div class="half-width">
<img src="images/biography-img.png" alt="">
</div>
<div class="half-width">
<h2>Biography</h2>
<P>I’m a web penetration tester. I’ve worked internationally, in-house, and remotely on projects for leading brands.</P>
<a class="link-button" target="_blank" href="https://www.linkedin.com/in/ahmmadhossain/">DOWNLOAD CV</a>
</div>
</section>
<section class="latest-work-background">
<h2 id="text-center">My Latest Work</h2>
<div class="main-gallary">
<div class="gallary">
<img src="images/latest-work/work-1.png" alt="">
</div>
<div class="gallary">
<img src="images/latest-work/work-2.jpg" alt="">
</div>
<div class="gallary">
<img src="images/latest-work/work-3.jpg" alt="">
</div>
</div>
</section>
<section>
<h2 id="text-center">Experiences</h2>
<div id="full-stack" class="half-width single-experience">
<h2>Full Stack Web Developer</h2>
<h3 class="orange-highlight">2020 - Present | web penetration tester</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 id="baby-web" class="half-width single-experience">
<h2>Baby Web Developer</h2>
<h3 class="orange-highlight">2019 - 2020 | Programming Hero (Remote)</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>
<section id="text-center">
<h2>Testimonials</h2>
<h3 >Foysal Hossain <span id="text-size"><br>CEO & Founder, Cyber Bangla</span></h3>
<div id="text-width">
<p>"Lorem ipsum dolor sit amet consectetur adipisicing elit. vero asperiores! Fugit obcaecati consequatur perferendis voluptates."</p>
</div>
<div id="text-width" class="link-button">
<h6>Leave me a message in the</h6>
<a id="mail-test" target="_blank" href="[email protected]">[email protected]</a>
</div>
</section>
<footer>
<p>© Ahmmad Hossain 2023, all rights reserved.</p>
</footer>
</body>
</html>