-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (71 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<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>Md Ahsan Kabir - Computer Science Student </title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<header>
<div class="headerDiv">
<img class="clogo" src="img/ak.png" alt="AK logo" />
<div class="htitle"><h1>Ahsan's Personal Web</h1></div>
</div>
<hr>
<div class="menu">
<a href="#"><button class="button"><b>Home</b></button></a></b>
<a href="#"><button class="button"><b>My Resume</b></button></a></b>
<a href="https://www.facebook.com/ak.ahsan.kobir/"><button class="button"><b>Contact Me</b></button></a></b>
<a href="#about"><button class="button"><b>About</b></button></a></b>
</div>
</header>
<hr>
<div class="pdiv">
<div class="left">
<div style="padding-left: 10px;">
<center><h5>Educational Info</h5></center>
<p>Name: Md Ahsan Kabir<br><br>
Roll: 542766<br><br>
Tech: Computer<br><br>
Sem: 3rd<br><br>
Shift: 2nd<br><br>
Inst: Barguna Polytechnic Institute<br><br>
SSC From: Ullasonatola High School<br><br>
PSC From: Ullasonatola Kinder Garten<br><br>
Student Type: Average<br><br>
Skill: Intermediate at Java</p>
</div>
</div>
<div class="center">
<div id="about" style="padding-left: 10px; font-family: Arial, sans-serif">
<h3>Hi !</h3>
<p>It's me <b>Md Ahsan Kabir.</b> <br>
I am currently studying in Computer Technology at Barguna Polytechnic Institute. I love to play with Technology.
<br><br>
I am trying to improve my skills in programming related things. In this IT era, It is very important to have knowledge about IT and technological things.
I am very interested in Java programming language. That's why I have learnt Java and practicing by creating Android apps in Android Studio.
I know that many people will suggest me to go with Kotlin for Android development purpose. But as a beginner I prefer Java.
If I can be a expert programmer in Java, then I can switch to Kotlin very easily.
<br><br>
Keep me in your Prayers :)
</p>
</div>
</div>
<div class="right">
<div style="padding-left: 10px;">
<center><h5>Personal Info</h5></center>
<p>Name: Md Ahsan Kabir<br><br>
DOB: 16th October<br><br>
Hometown: Gaibandha<br><br>
Favorite Sport: Cricket<br><br>
Nationality: Bangladeshi<br><br>
Email: [email protected]<br><br>
Facebook: <a style="color: white;" href="https://www.facebook.com/ak.ahsan.kobir/">Click Me</a></p>
</div>
</div>
</div>
</body>
</html>