-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (108 loc) · 3.68 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
<!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">
<meta name="description" content="Portfolio of Mr. Sagar Biswas, His Education, Skills and Working Experience.">
<meta name="keywords" content="Sagar Biswas, Web Developer">
<title>Sagar Biswas Profile</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div>
<table cellspacing="20">
<tr>
<td>
<img src="images/profile.png" alt="Sagar Biswas Profile Picture" height="150">
</td>
<td>
<h1>Sagar Biswas</h1>
<p><em>I'm a Student of B.Tech in Computer Science and Engineering at <strong><a
href="https://www.allduniv.ac.in/" target="_blank">University of
Allahabad</a></strong>.</em></p>
<p>I'm a Programmer and a Web Developer.</p>
</td>
</tr>
</table>
</div>
</header>
<body>
<hr>
<div>
<h3>Field of Interest: </h3>
<ul type="circle">
<li>Android Development</li>
<li>Machine Learning</li>
<li>Web Development</li>
<li>Ethical Hacking</li>
<li>Data Science</li>
<li>Stock Market</li>
</ul>
</div>
<hr>
<div>
<h3>Knowladge & Skills: </h3>
<table cellspacing="20">
<tr>
<td>C++ Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Data Structure and Algorithm</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft Excel</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Adobe Premier Pro</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</div>
<div>
<h3>Education: </h3>
<table border="1" style="text-align: center;">
<thead>
<th>Year</th>
<th>Degree</th>
<th>School/Collage</th>
<th>Grade</th>
</thead>
<tbody>
<tr>
<td>Pursuing</td>
<td>B.Tech</td>
<td>University of Allahabad</td>
<td></td>
</tr>
<tr>
<td>2019</td>
<td>Intermediate</td>
<td>Palla K.P.C HS School</td>
<td>83.8%</td>
<tr>
<td>2016</td>
<td>High School</td>
<td>Palla K.P.C HS School</td>
<td>80.9%</td>
</tr>
</tbody>
</table>
</div>
<hr>
</body>
<footer>
<div style="text-align: center;">
<b><a href="contact.html">Contact Me</a></b>
</div>
</footer>
</body>
</html>