-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
125 lines (104 loc) · 2.82 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title><b>THIS IS LAANITH CHOUHAN</b></title>
</head>
<body>
<hr size="10" color="silver" />
<center>
<h1><em>THIS IS <strong> LAANITH CHOUHAN </strong> </em></h1>
<h1>An IIT Guwahati Graduate</h1>
</center>
<ul>
<li><h3>A Future Freelancer</h3></li>
<li><h3>A learning Enthusuiast</h3></h3>
<li><h3>A design Newbie</h3></li>
<li><h3>I don't know what I am and what I a going to be !!</h3></li>
<li><h3> Bloody Hell</h3></li>
</ul>
<hr size="10" color="silver" />
<p1>So , I am here to tell you about myself.
This is Laanith. A Freelance learner. I am just an ordinary brainless student,
who is overcurious to learn everything he sees.
I donno why I am like this but, mastering knowledge is
the ultimate goal of my life.</p1>
<hr size = "2" color = "silver" />
<h3>EDUCATION :</h3>
<ol>
<p><table>
<tr>
<td> Matriculation :</td>
<td> Sri Vyshnavi High School </td>
<td> Kodad</td>
<td> 2014 - 2019</td>
</tr>
<tr>
<td> Intermediate Education :</td>
<td> Krishnaveni Junior College</td>
<td> Khammam</td>
<td> 2019 - 2021</td>
</tr>
<tr>
<td> Graduation :</td>
<td> Bachelors Degree in Data Science and Artificial Intelligence in IIT Guwahati
<td> Guwahati</td>
<td> 2021 - Present</td>
</tr>
</table></p>
</ol>
<h3>My Skillset</h3>
<table>
<tr>
<td>
<strong>Skill</strong>
</td>
<td>
<strong>Rating</strong>
</td>
</tr>
<tr>
<td>Driving</td>
<td>⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Travelling</td>
<td>⭐</td>
</tr>
<tr>
<td>Communication</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Understanding concepts</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Collborative problem solving</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Problem solving and Cogitative skills</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<form class="" action="index.html" method="post">
<label for="">Your name :</label>
<input type="text" name="" value="">
<input type="submit" name="">
<input type="button" name="submit" value="">
<input type="color" name="" value="">
<input type="checkbox" name="" value="">
<input type="radio" name="" value="">
<input type="image" name="" value="">
<input type="file" name="" value="">
<input type="reset" name="" value="">
<label for=""></label>
</form>
<h3><strong><a href="contacts.html">Contact Me</a></strong></h3>
</body>
</html>