-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (117 loc) · 3.56 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My site</title>
</head>
<body>
<!--My pic and bio-->
<table cellspacing="30">
<tr>
<td>
<img src="image/WhatsApp Image 2023-01-21 at 12.12.37 AM-modified.png" alt="No image was found "width = "350" height="350">
</td>
<td>
<h1> Tejas🎃</h1>
<strong> "ॐ नमः शिवाय" </strong>
<br>
<p><em>I am a student at BENNETT University </em>
<br>
I am a Wanderer
<br>
Error 404 not found!</p>
</td>
</tr>
</table>
<hr color="black">
<!--Intresets-->
<h2>My Intrests</h2>
<table>
<tr>
<td>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2CBNBC_d5gkaK7MNMGXS3E73JUe9GFNglBA&usqp=CAU" alt="No Image was found in web">
</td>
<td>
<p><ul><li>I have a keen intrest in Geo - politics </li>
<li>I also preffer mac over window but I do love android phones </li>
<li>I like talking and intreacting with people and get to know there prospective about world and get there knowlidge and add to mine</li>
<li>Anime lover</li>
<li>Spiritual</li>
</ul></p>
</td>
</tr>
</table>
<hr>
<!--Social Media-->
<h3>My social media handels</h3>
<table>
<tr>
<td>Github</td>
<td><a href="https://github.com/TejasKashyap7">TejasKashyap7</a></td>
</tr>
<tr>
<td>Linkedin</td>
<td><a href="https://www.linkedin.com/in/tejas-kashyap-1450a2252/">Tejas kashyap</a></td>
</tr>
<tr>
<td>Outlook id </td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
</table>
<hr>
<!--Routien-->
<h3>My routine </h3>
<ol>
<li>Wake up</li>
<li>attend calsses (optional)</li>
<li>Eat</li>
<li>Have fun as much as I can in that day</li>
<li>Code</li>
<li>Exersise / play any game</li>
<li>Sleep</li>
</ol>
<hr>
<!--Skills-->
<h3>Skills</h3>
<!--Proff.-->
<!--Hobby-->
<table>
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Python</td>
<td> ⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Java</td>
<td>⭐️</td>
</tr>
<tr>
<td>Html</td>
<td>⭐️</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Traveling</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Communication</td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>Foodie</td>
<td>⭐️⭐️⭐️</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="contact_me.html" >Contact Me</a>
</body>
</html>