-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (141 loc) · 3.38 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
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>❤️ Nandit's Site ❤️</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img
src="circle-cropped.png"
alt="Nandit's Profile photo"
/>
</td>
<td>
<h1>Nandit Shah</h1>
<p>
<em><a href="http://www.gecgh.cteguj.in/campus">I.T</a> student</em>
</p>
<p>
Hey!! My name is
<strong
><a href="https://www.instagram.com/nandit_19_6/?hl=en"
>Nandit</a
></strong
>. And I am stdent at
<strong
><a href="http://www.gecgh.cteguj.in/"
>G.E.C Gandhinagar</a
></strong
>
And i love developing websites
</p>
</td>
</tr>
</table>
<hr size="3" noshade />
<h2>My SPI in last 3 sem</h2>
<ol>
<li><strong>8.35</strong></li>
<li><strong>8.18</strong></li>
<li><strong>8.35</strong></li>
</ol>
<hr size="3" noshade >
<h2>Hobbies</h2>
<ul>
<li>Coding</li>
<li>Playing Games</li>
<li>Playing and watching cricket</li>
<li>Chilling with friends and family</li>
</ul>
<h2>Schools and Colleges</h2>
<ul>
<li><strong>Schools</strong></li>
<br />
<ol type="I">
<li>Vasant Vidhyalaya</li>
<li>Saradar Vinay Mandir</li>
</ol>
<br />
<li><strong>Colleges</strong></li>
<br />
<ol type="I" start="3">
<li>G.E.C Gandhinagar</li>
</ol>
</ul>
<br>
<br>
<hr size="3" noshade >
<table border="1">
<thead>
<th>Standard</th>
<th>Year of pass-out</th>
<th>Result</th>
</thead>
<tbody>
<tr>
<td>10</td>
<td>2016</td>
<td>75.44 %</td>
</tr>
<tr>
<td>12</td>
<td>2018</td>
<td>84.33 %</td>
</tr>
<tr>
<td>B.E sem-1</td>
<td>2019</td>
<td>8.35</td>
</tr>
<tr>
<td>B.E sem-2</td>
<td>2019</td>
<td>8.18</td>
</tr>
<tr>
<td>B.E sem-3</td>
<td>2020</td>
<td>8.35</td>
</tr>
</tbody>
</table>
<hr size="3" noshade />
<h2>Skills</h2>
<table>
<thead>
<tr>
<th>
Language
</th>
<th>
out of 5 stars
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python(pygame)</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐</td>
</tr>
</tbody>
</table>
<hr size="3" noshade />
<a href="contact-me.html">Contact Me</a>
</body>
</html>