-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.18 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine" >
</head>
<body>
<div class="container">
<h3>Garima Gupta</h3>
<p>I am best</p>
<div class="imagediv">
<a><img class="myimage" height="100px" width="100px" src="images/garima.jpg" alt="image"></a>
<figcaption>Full Stack developer</figcaption>
<a href="https://www.linkedin.com/in/garima-gupta-85a11b94/">LinkedIn</a>
<a href="https://github.com/milrim">github</a>
<a href="ibm2013022@iiita.ac.in">Email-Address</a>
</div>
<div id="Projects">
<h2>Project</h2>
</div>
<div class="projectlist">
<ul>
<li>P1</li>
<li>P2</li>
</ul>
<hr>
<ol>
<li>Language : C++,C ,SQL ,java. </li>
<li>Web development : HTML,CSS,javascript,Nodejs.</li>
<li>Platforms : Linux ,Windows,mac.</li>
<li> Software Used:MySQL,Netbeans,Biopac, OpenGL,Eclipse,Matlab,Schrodinger,Code Blocks,AutoCad,Scikit Learn.</li>
</ol>
</div>
<div class="forms">
<forms>
<input type="text">
<input type="submit">
</forms>
</div>
</div>
</body>
</html>