-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
92 lines (89 loc) · 2.74 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="about.css">
<link rel="icon" href="icon_abo.png">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="about.html">About me</a></li>
<li><a href="contact.html">Contact me</a></li>
<!-- <li><button id="mode"> mode</button></li> -->
</ul>
</nav>
<div>
<div>
<p id="hi"> Hi I'm</p>
</div>
<div>
<h1 id="myname">MD IBRAN</h1>
</div>
<div>
<pre class="myself">
I'm a mechanical engineer based in Dhanbad, Jharkhand. I enjoy creating things that live on the internet
, whether that be websites, applications, or anything in between. Motivated B.Tech student at BIT Sindri
with a strong passion for coding, data structures, algorithms, machine learning and web develoment.
Actively engaged in DSA practice on platforms like Hackerrank and Codechef.
</pre>
</div>
</div>
<div class="container">
<div class="education">
<h3> EDUCATION </h3>
</div>
<div class="info">
<div class="bit">
<div>
<h5> Birsa Insitue of Technology </h5>
</div>
<div>
<p class="add"> Sindri , Dhanbad</p>
</div>
<div>
<p>Bachelor of Technology (B.Tech)</p>
</div>
</div>
<div class="sub">
<div>
<h5> Subhash Public School </h5>
</div>
<div>
<p class="add"> Giridih , Jharkhand</p>
</div>
<div>
<p>Intermediate (PCM)</p>
</div>
</div>
<div class="bns">
<div>
<h5> B.N.Saha Public School </h5>
</div>
<div>
<p class="add"> Bulaki Road , Giridih </p>
</div>
<div>
<p>Matriculation</p>
</div>
</div>
</div>
<div class="year">
<div>
<p class="btech"> 2023-2027</p>
</div>
<div>
<p class="twelve"> 2022</p>
</div>
<div>
<p class="ten"> 2020</p>
</div>
</div>
</div>
<div class="degine"> <h3> Design by Md Ibran</h3></div>
</body>
</html>