-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (90 loc) · 3.1 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
<!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>abhinab's website</title>
</head>
<body>
<header>
<table>
<tr>
<td><img width="300" src="https://firebasestorage.googleapis.com/v0/b/shortvideo-champion.appspot.com/o/IMG-20221108-WA0002.jpg?alt=media&token=84af68f2-8e19-4ed6-8b24-6c5c20749d48" alt="abhinab'photo"></td>
<td>
<h1>ABHINAB PALEI</h1>
<p><i>Student Of BCA</i></p>
<p>I ❤️ Web Development 😊</p>
<nav>
<ul>
<li><a href="#education">Education</a></li>
<li><a href="#address">Address</a></li>
<li><a href="#contact">Contact with me</a></li>
</ul>
</nav>
</td>
</tr>
</table>
<hr>
</header>
<!--header ends-->
<main>
<!--education starts-->
<section id="education">
<h2>Education</h2>
<table border="">
<tr>
<th>course</th>
<th>institute</th>
<th>year</th>
<th>result</th>
</tr>
<tr>
<th>10<sup>th</sup></th>
<th>ssvm baripada</th>
<th>2019</th>
<th>67%</th>
</tr>
<tr>
<th>12<sup>th</sup></th>
<th>bpd college</th>
<th>2021</th>
<th>76%</th>
</tr>
</table>
</section>
<!--education ends-->
<!--starts-->
<section id="address">
<br>
<h2> address</h2>
<p>at-pc pur <br>
w.no-21 p0- bhanjpur baripada<br>
dist- mayurbhanj <br>
state- odisha</p>
<!--ends-->
</section>
<!--quotes starts-->
<section>
<h3><i>some quotes that's i love:-</i></h3>
<ul>
<article>
<li>A programming language is for thinking about programs, not for expressing programs you've already thought of. It should be a pencil, not a pen.</li>
<li>. Any fool can write code that a computer can understand. Good programmers write code that humans can understand.</li>
<li>First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack.</li>
<li> Most good programmers do programming not because they expect to get paid or get adulation by the public, but it is fun to program.</li>
<li>Perfection [in design] is achieved, not when there is nothing more to add, but when there is noting left to take away.</li>
</ul>
</article>
</section>
</main>
<!--quotes ends-->
<footer>
<h2 id="contact">Contact with me </h2>
<p>Email-<a href="mailto:[email protected]"target="_blank">[email protected]</a></p>
<p>instagram- <a href="https://instagram.com/abhinab007"target="-blank">abhinab007</a></p>
<p>Contact<a href="tel:7735385516"target="_blank">7735385516</a></p>
<a href="">Back To Top</a>
</footer>
</body>
</html>