-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (58 loc) · 2.2 KB
/
index.html
File metadata and controls
67 lines (58 loc) · 2.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal site</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table cellspacing="30">
<tr>
<center><h3 class="page">PORTFOLIO WEBPAGE</h3></center>
</tr>
<tr>
<td> <img src="https://scontent.fccu10-1.fna.fbcdn.net/v/t1.0-9/125885742_189627675980766_4737565805281966033_o.jpg?_nc_cat=108&ccb=2&_nc_sid=09cbfe&_nc_ohc=b06ph3MU76AAX_LNyvK&_nc_ht=scontent.fccu10-1.fna&oh=6e0c87ace5a66f603a1139ce880a9bcc&oe=601251D9"alt="profile pic"></td>
<td><h1>SAYANTANI SARKAR</h1>
<p><em>A web developer</em> & <strong>Computer Science Engineering</strong></p></td>
<h4>Being honest and taking responsibility for your actions are admirable qualities. ... Patience is a virtue and also a good personality trait. Courage will help you do what's right in tough situations. Loyalty is a good quality to possess, making others trust you.</h4>
</tr>
</table>
<hr noshade>
<center><h3 class="pro">EDUCATIONAL DETAILS</h3></center>
<br>
<table>
<th>School & College</th>
<th>Dates</th>
<tr>
<td>HOLY CHILD SCHOOL</td>
<td>2007-2020</td>
</tr>
<tr>
<td>SILIGURI INSTITUTE OF TECHNOLOGY</td>
<td>2020-2024</td>
</tr>
</table>
<center><h3>HOBBIES</h3></center>
<br>
<ol>
<li><a href="https://youtu.be/e_QVSsMDmc8?t=10">GUITAR</a></li>
<li><a href="https://youtu.be/ZT9fNM0njaE?t=278">TRAVELLING</a></li>
<li>BADMINTON</li>
<li>LISTEN TO MUSIC</li>
</ol>
<center><h3>LINKEDLN ACCOUNT</h3></center>
<br>
<ol>
<li><a href="https://www.linkedin.com/in/sayantani-sarkar-026199200/">Sayantani SARKAR linkedln</a></li>
</ol>
<center><h3>SKILLS</h3></center>
<br>
<ol>
<li>JAVA</li>
<li>C++</li>
<li>Web Development</li>
</ol>
<hr>
</body>
</html>