-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (225 loc) · 11 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!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>Personal protfolio website for akib</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital@0;1&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div class="containar">
<nav>
<img src="images/logo.png" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#protfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Web Developer</p>
<h1>Hi, I'm <span> Akibul Hasan</span><br> From Bangladesh</h1>
</div>
</div>
</div>
<!-- ------------About------------ -->
<div id="about">
<div class="containar">
<div class="row">
<div class="about-col-1">
<img src="images/user.png">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>Hi, I am Akibul Hasan. I have been working as a front-end web developer,
having strong command on PSD to HTML, HTML5, CSS3, Bootstrap, Javascript,
and JQUERY. I do clean and error-free code with a proper commendation
for each step's clarification. Feel free to share your projects it will
be an honor to work with you.We have built ✅50+ websites & web
applications for a broad range of industries from small and mid-level
<br>businesses to high-end companies & still counting .<br>🎯My aim has always
been to build a website that looks professional, responsive with fast loading
speed & SEO Friendly.
</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li> <span>Web design</span> <br>PSD To HTML <br> (HTML5, CSS3, Bootstrap 3/4)</li>
<li> <span>Web Development</span> <br>FRONT END - Web Design <br> - HTML5 / CSS3 /
Bootstrap / <br> JavaScript / jQuery Bootstrap studio</li>
<li> <span>App Development</span> <br>Building Android/ios apps</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li> <span>2022-Current</span> <br>Web design training at Shikbe Sobai Institute</li>
<li> <span>2019-2022</span> <br>Team lend at Star App led.</li>
</div>
<div class="tab-contents" id="education">
<ul>
<li> <span>2016-2020</span> <br>Dept. of CSE at Munshigunj Polytechnic Institute</li>
<li> <span>Contunuing from 2021</span> <br>Bsc in CSE at IUBAT</li>
<li> <span>Web Design</span> <br>Shikbe Sobai</li>
<li> <span>Web Development</span> <br>Creative It</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- --------------Services--------------- -->
<div id="services">
<div class="containar">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Web Design</h2>
<p>Goal-oriented Full Stack Web Developer with a Bachelor's degree in
Software Engineering and looking to enhance my professional experience with freelancing.</p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-solid fa-crop-simple"></i>
<h2>Web Development</h2>
<p>Goal-oriented Full Stack Web Developer with a Bachelor's degree in
Software Engineering and looking to enhance my professional experience with freelancing.</p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-brands fa-app-store"></i>
<h2>App Design</h2>
<p>Goal-oriented Full Stack Web Developer with a Bachelor's degree in
Software Engineering and looking to enhance my professional experience with freelancing.</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
<!-- ----------protfolio------------- -->
<div id="protfolio">
<div class="containar">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="images/work-1.png">
<div class="layer">
<h3>Social Midia App</h3>
<p>The app connects you yo the talented people around the world.
Downlod it from play stor.</p>
<a href="#"><i class="fa-sharp fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-2.png">
<div class="layer">
<h3>Music App</h3>
<p>The app connects you yo the talented people around the world.
Downlod it from play stor.</p>
<a href="#"><i class="fa-sharp fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-3.png">
<div class="layer">
<h3>Online Shopping App</h3>
<p>The app connects you yo the talented people around the world.
Downlod it from play stor.</p>
<a href="#"><i class="fa-sharp fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<a href="#" class="btn">See more</a>
</div>
</div>
<!-- -----------contact---------------------- -->
<div id="contact">
<div class="containar">
<div class="row">
<div class="contect-left">
<h1 class="sub-title">Contect Me</h1>
<p><i class="fa-regular fa-paper-plane"></i> [email protected]</p>
<p><i class="fa-sharp fa-solid fa-square-phone"></i> +88 01717086560</p>
<div class="social-icons">
<a href="https://www.facebook.com/akibul.hasan.13"><i class="fa-brands fa-facebook"></i></a>
<a href=""><i class="fa-brands fa-square-twitter"></i></a>
<a href=""><i class="fa-brands fa-square-instagram"></i></a>
<a href=""><i class="fa-brands fa-linkedin"></i></a>
</div>
<a href="images/my-cv.pdf" downlod class="btn btn2">Downlod Cv</a>
</div>
<div class="contect-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Massage"></textarea>
<button type="submit" class="btn btn2">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
</div>
<!-- ------------footer------------- -->
<div class="copyright">
<p>Developed By <i class="fa-solid fa-heart"></i><a href="https://www.facebook.com/akibul.hasan.13">Akibul
Hasan</a> </p>
</div>
<!-- ------------js for about----------- -->
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname) {
for (tablink of tablinks) {
tablink.classList.remove("active-link");
}
for (tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<!-- ------------js for small screen------------ -->
<script>
var sidemenu = document.getElementById("sidemenu");
function openmenu(){
sidemenu.style.right = "0";
}
function closemenu(){
sidemenu.style.right = "-185px";
}
</script>
<!-- ----------------js for contact form google sheets--------- -->
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbywfnfiUE2v0SHyppxvKIY-GQbgmsq5H__s9gfYu5QIho5FkDiZePskqpktIrGSBkKhiA/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response =>{
msg.innerHTML="Massage send successfully"
setTimeout(function(){
msg.innerHTML=""
},5000)
form.reset()
} )
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>