-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (130 loc) · 3.48 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<!--tells the browser that its html5-->
<html lang="en" dir="ltr">
<!--tells the browser that everything after this is going to be html <code-->
</code-->
<head>
<!--head tells the browser how it shoulld handle the page and holds info about the page-->
<meta charset="utf-8">
<!--meta elements give meta/associated data to html doc, here it is that all the text in this web page is encoded using utf-8(charset) -->
<title>Anish's Personal Site</title>
</head>
<header>
<center>
<body >
<table cellspacing="20">
<tr>
<td><img src="Chanda Wedding Circle Pic.png" alt="anish profile picture"></td>
<td>
<marquee behavior="" direction=""><h1 style="color:#5B4B8A">Anish Masand </h1></marquee>
<br>
<nav>
<a href="#edu">Education</a> |
<a href="#hobbies">Hobbies</a> |
<a href="#contact">Contact</a> |
<a href="#internships">Interships</a> |
<a href="#skills">Skills</a> |
<a href="#footer">Footer</a>
</nav>
<p><em>Student at <strong ><abbr title="Vivekanand Education Society's Institute of Technology"></abbr><a href="https://vesit.ves.ac.in/">VESIT</strong></a>.</em></p>
<p>I am a student at VESIT,Chembur. I am interested in exploring the latest technologies.
<br>
Later, Learn them and use them for our betterment. I am also into business. I like cyber-security too.
</p>
<p>The pronunciation of my name is: </p>
<audio controls src="anish_masand.mp3"></audio>
</td>
</tr>
</table>
<header>
<hr>
<section id="edu">
<h2>Education:</h2>
<ul>
<li>
<p><strong>Primary School:</strong> Fr. Agnel Multipurpose School</p>
</li>
<li>
<p><strong>High School:</strong> CHM college</p>
</li>
<li>
<p><strong>Graduation:</strong> VESIT</p>
</li>
</ul>
</section>
<hr>
<section id="hobbies">
<h2>Hobbies:</h2>
<div >
<ol>
<li>
<p>Travelling</p>
<img src="anish-travels.jpeg" alt="" width="340" height="420">
</li>
<li>
<p>Reading</p>
<video src="man-reading.mp4 " width="420" height="340" controls></video>
</li>
<li>
<p>Coding</p>
<iframe src="coding.gif" width="480" height="429" frameBorder="0" allowFullScreen></iframe><p></p>
</li>
</ol>
</div>
</section>
<hr>
<section id="contact">
<h2>Contact:</h2>
<p>If you feel I may be of any help to you, you can contact me by <strong>clicking <a href="ContactMe.html">here</a></a>.</strong></p>
<p>
<hr>
<section id="internships">
<h2>Interships Done:</h2>
</p>
<table cellspacing="10">
<thead>
<th>Sr. No</th>
<th>Industry</th>
<th>Durarion</th>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Real Estate</td>
<td>2 Months</td>
</tr>
<tr>
<td>2</td>
<td>E-Commerce</td>
<td>6 Months</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
</section>
<hr>
<section id="skills">
<h2>Skills:</h2>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>★★★★☆</td>
</tr>
<tr>
<td>CSS</td>
<td>★★★☆☆</td>
</tr>
<tr>
<td>Photoshop</td>
<td>★★★★☆</td>
</tr>
</table>
</section>
<hr>
</body>
<footer id="footer">
<strong> <p>Thank you.</p></strong>
</footer>
</center>
</html>