-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
30 lines (30 loc) · 929 Bytes
/
Copy pathprofile.html
File metadata and controls
30 lines (30 loc) · 929 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Arish Virani</title>
<link rel="stylesheet" type="text/css" href="profilestyles.css" />
</head>
<body>
<div id="back-text">
<a class="back" href="index.html">Back</a>
</div>
<div id="name">
<a class="profile-name" href="https://www.linkedin.com/in/arish-virani-83107525b">Arish Virani</a>
</div>
<div class="images-work">
<a class="images" href="https://www.facebook.com/arish.virani">
<img src="images/1.jpeg" alt="Image1" id="image1"/>
</a>
</div>
<div class="images-work">
<a class="images" href="https://wittywiral.wordpress.com">
<img src="images/WittyWiral.png" alt="Image2" id="image2"/>
</a>
</div>
<div class="images-work">
<a class="images" href="https://g.co/kgs/SbR2qw">
<img src="images/pc.jpeg" alt="Image3" id="image3"/>
</a>
</div>
</body>
</html>