-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (55 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyPersonalSite</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Myphoto.png" width="200" height="200" alt="The image is not available"></td>
<td>
<h1><b>Mihir Bhalala</b></h1>
<p>Student at Maharaja Sayajirav University of baroda,Looking for startup ideas and business
oppertunities.</p>
</td>
</tr>
</table>
<hr>
<h2>Experience</h2>
<ol type="1">
<li>organizer at <a href="https://www.msufp.in/2016/index.html"> MSU(Tech Fest)</a></li>
<li>Summer intern at <a href="https://www.teebeeh.com/">Tee Bee H(in Marketing and Graphic Design)</a></li>
<li>1 Year Experience In Marketing</li>
</ol>
<hr>
<h2>Skills</h2>
<ol type="1">
<li>Digital Marketing</li>
<li>Graphic Design</li>
<li>App Devlopment</li>
<li>Web Devlopment</li>
<li>Programming Language: c++,java,Python</li>
</ol>
<hr>
<h3>Education</h3>
<table border="">
<tr>
<th>Education</th>
<th>CGPA</th>
</tr>
<tr>
<td>12th science</td>
<td>9.1</td>
</tr>
<tr>
<td>MSU baroda(college)</td>
<td>8.00</td>
</tr>
</table>
<hr>
<h3>Contect me</h3>
<h3><a href="contect.html">contect</a></h3>
</body>
</html>