-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
89 lines (87 loc) · 2.86 KB
/
portfolio.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
<!DOCTYPE html>
<!-- saved from url=(0057)file:///C:/Users/vinit/OneDrive/Desktop/day1.html#Hobbies -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>My Portfolio</title>
</head>
<body style="background-color:lightgray;">
<style>
h1{
color: black;
text-align: center;
font-size: 400%;
}
h2{
color: black;
font-family:serif;
text-align: left;
font-size: 200%;
}
pre{
color: black;
font-family:serif;
text-align: left;
font-size: 100%;
</style>
<h1>Welcome to my Portfolio</h1>
<h2>Home</h2>
<img src="./portfolio_files/img_prt.jpeg" alt="me" width="400" height="400">
<pre> Hello!
I am Vinit Golani from Gondia,Maharashtra
Student at VIT-AP University
Determined and Hardworking student
Team member of CSI club , Digital Partners Department
</pre>
<br>
<hr>
<br>
<h2>Skills</h2>
<ul style="list-style-type:circle;">
<li>I know Python</li><img src="./portfolio_files/python.jpeg" alt="python" width="20" height="20"><br>
<li>I know HTML</li><img src="./portfolio_files/html.jpeg" alt="html" width="20" height="20"><br>
<li>I know Busy</li><img src="./portfolio_files/busy.jpeg" alt="busy" width="40" height="20" <="" ul="">
<br>
<hr>
<br>
<h2>Contact</h2>
<ul style="list-style-type:circle;">
<li>Contact no. 7447286048</li>
<li><a href="file:///C:/Users/vinit/OneDrive/Desktop/[email protected]">Gmail</a></li>
<li><a href="https://www.instagram.com/golanivinit/?utm_medium=copy_link">Instagram</a></li>
</ul>
<br>
<hr>
<br>
<h2>Hobbies</h2>
<pre>Coding<img src="./portfolio_files/Web capture_16-11-2021_202451_www.bing.com.jpeg" width="30" height="30">
Playing Football<img src="./portfolio_files/Web capture_16-11-2021_194742_www.bing.com.jpeg" alt="football" width="30" height="30">
Listening Music<img src="./portfolio_files/Web capture_16-11-2021_195126_www.bing.com.jpeg" alt="music" width="30" height="30">
Dancing<img src="./portfolio_files/Web capture_16-11-2021_19530_www.bing.com.jpeg" alt="dancing" width="30" height="30">
Watching Big Bang Theory<img src="./portfolio_files/Web capture_16-11-2021_20179_www.bing.com.jpeg" width="40" height="35">
</pre>
<br>
<hr>
<br>
<h2>About Me</h2>
<br>
<h3>Education</h3>
<pre>Completed High School Education from Vivel Mandir School[2016-2019]
Completed Higher Secondary School Education from Yugantar Public School[2019-2021]
</pre>
<h3>Launguages I speak</h3>
<ul style="list-style-type:circle;">
<li>Hindi</li><br>
<li>English</li><br>
<li>Marathi</li><br>
</ul>
<h3>Family</h3>
<pre> Father :- Bharat Golani
Mother :- Lata Golani
Sister :- Smita Golani
Brother :- Harsh Golani
</pre>
<h3>Achievements</h3>
<pre> Won gold in Rajnandhgaon Football Cup
Played Football at State level for 2 times
Worked with a NGO to clean the city and to feed stray dogs
</pre>
</ul></body></html>