-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (116 loc) · 4.53 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>About Me</title>
<link rel="icon" href="pic3.jpg" type="image/icon type">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="Stylesheet" href="index.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<ul>
<li><a href="#info">Info</a></li>
<li><a href="#hobbies">Hobbies</a></li>
<li><a href="#ambitions">Ambitions</a></li>
<li><a href="#sasha">Project</a></li>
</ul>
</nav>
<section id='all'>
<header>
<H1>
<marquee behavior="scroll" direction="left" scrollamount="12">WELCOME</marquee>
<center><b><i>OMKAR GHUGARKAR</i></center></b>
</H1>
</header>
<div id='info'>
<center>
<img src='pic1.jpg' alt="My Photo" width="400px" height="400px">
<p id='education'>
<i>
<h2>
Education:
</h2>
I am a Second Year Chemical Engineering Undergraduate student at IIT Bombay.
</i>
</p>
<p id='hobbies'>
<h2>
Hobbies:
</h2>
In my leisure, I prefer playing or Watch cricket. I also games like Clash of Clans, etc.<br> Sometimes I also watch WebSeries.
</p>
<p id='ambitions'>
<h2>
Ambition:
</h2>
Machine Learning has always facinated me.<br>
Stock Market is my another intrest.<br>
Making India <b>"Aatma Nirbhar".</b>
</p>
<p id="sasha">
<h3>
I am currently working on my ITSP project under the name SASHA. Have a look at it. Hope you enjoy it.
</h3>
<a href='https://divyanshnatani.github.io/sasha/'>Link to my Current Project</a><br>
</p>
</div>
</center>
</section>
<section id='video'>
<iframe width="420" height="315"
src='https://youtube.com/embed/FZR_FcvPP1w?controls=0'>
</iframe>
</section>
<section id='own'>
<h1>
<center>
<a href='https://omkarghugarkar007.github.io/self/'><i> Link to My Own WebPage</i></a>
</center>
</h1>
</section>
<center>
<h1> I would like to hear from you </h1>
<h2>
<form action="https://formspree.io/mrgyoozp" method="POST">
<label> Name:
<input type="text" name="name" required>
</label>
<br>
<label> E-Mail:
<input type="email" name="_replyto" required>
</label>
<br>
<label> Comments:
<input type"text" name="message" required>
</label>
<br>
<input type="submit" value="GO">
</h2>
</form>
</center>
<footer>
“What we know is a drop, what we don't know is an ocean.”<br>
― Isaac Newton
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js">
</script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>