-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.26 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=400, initial-scale=1.0">
<title>Portfolio</title>
<style>
div{
background-color: white;
width: 325px;
border: 25px;
padding: 25px;
margin: auto;
align-self: auto;
style="align-items: center"
}
img{
max-width: 100%;
border-radius: 50%;
}
</style>
</head>
<body background="img/wallpaper1.jpeg">
<br><br><br>
<div style="text-align: center">
<br>
<img src="img/Photo.jpeg" alt="Profile Photo" width="200" height="200">
<H1>VIPUL GOYAL</H1>
<br>
STUDENT<br>
WEB DEVELOPER
<br><br><br>
<a href="https://www.linkedin.com/in/vipul-goyal-80966314b/">
<img src="img/linkedin.jpg" alt="LinkedIn" width="50" height="50">
</a>      
<a href="https://github.com/vips28">
<img src="img/github.jpg" alt="GitHub" width="50" height="50">
</a>      
<a href="https://www.instagram.com/vips2810/">
<img src="img/instagram.jpg" alt="Instagram" width="50" height="50">
</a>
<br><br><br>
<footer> DESIGNED BY VIPUL GOYAL | 2018 </footer>
</div>
</body>
</html>