-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (76 loc) · 3.8 KB
/
Copy pathindex.html
File metadata and controls
117 lines (76 loc) · 3.8 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<title>About me -Arnob Sarker</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<section class="Top">
<div class="half-width">
<h2 id="h2-top">Hello! It's me</h2>
<h1><span class="Name">Arnob Sarker</span></h1>
<h3 class="Font">World Class Professional Web Developer </h3>
<p class="Font">I am a passionate web developer skilled in HTML, CSS, JavaScript, WordPress, WooCommerce, and PHP. I build dynamic websites and robust web applications using React.js, Node.js, MongoDB, and Laravel. Proficient in Git, I ensure efficient project workflows. Continuously learning, I adopt the latest technologies to deliver exceptional digital experiences.
<br>Explore my projects to see my innovative work.</p>
<a class="link-button" target="_blank" href="https://www.linkedin.com/in/dev-arnob/">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/Profile.png" alt="Image Not Found">
</div>
</section>
<section class="Dream">
<div class="half-width">
<img src="images/Profile2.png" alt="Image Not Found">
</div>
<div class="half-width">
<h2 id="h2-top">Wanna Talk to me?</h2>
<h1><span class="Name">My Social Accounts</span></h1>
<h3 class="Font">Let me know about you</h3>
<a class="Social" target="_blank" href="https://www.facebook.com/ONLY2.ARNOB/">FACEBOOK</a>
<a class="Social" target="_blank" href="https://www.linkedin.com/in/dev-arnob/">LINKEDIN</a>
<a class="Social" target="_blank" href="https://wa.me/+8801304666383/">WHATSAPP</a>
<a class="Social" target="_blank" href="tel:+8801304666383">CALL ME</a>
</div>
</section>
<section class="works">
<h2>My Recent Works</h2>
<div>
<img class="workimg" src="images/latest-work/work-1.png" alt="">
<img class="workimg" src="images/latest-work/work-2.jpg" alt="">
<img class="workimg" src="images/latest-work/work-3.jpg" alt="">
</div>
</section>
<section class="exp-area">
<h2 style="font-size: 30px; margin-left: 25px;">Experiences</h2>
<div id="ex1" class="half-width single-ex-box">
<h2>Full Stack Web Developer</h2>
<h3 class="Name">2022-Present | Professional Web Developer</h3>
<p class="Font" >Full Stack Web Developer Passionate about crafting seamless digital experiences. Expertise in HTML, CSS, JavaScript, and backend technologies.</p>
</div>
<div id="ex2" class="half-width single-ex-box">
<h2>Junior Web Developer</h2>
<h3 class="Name">2020-2022 | Learning Web Development</h3>
<p class="Font" >Since 2020, I’ve been on an exhilarating journey through the digital cosmos. Armed with my keyboard and fueled by curiosity, I weave intricate webs of code—one line at a time.
</p>
</div>
</section>
<section class="review">
<h1>What Clients Are say</h1>
<div>
<h2>Bruce Moccy</h3>
<p>Founder And CEO Alies</p>
<h3>Lorem ipsum dolor sit amet,<br> consectetur adipisicing elit. </h4>
</div>
<a style="text-decoration: none; color: white;" href="mailto:devarnob@gmail.com">
<div id="reviewdiv">
<p>Leave me a massage</p>
<h2 style="font-size: 30px;">devarnob@gmail.com</h2>
</div>
</a>
</section>
</body>
<footer>
<p>© 2024. Developed by Arnob Sarker | All rihgts reserved</p>
</footer>
</html>