-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile_page2.html
49 lines (48 loc) · 2.29 KB
/
profile_page2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Location</title>
<link rel="stylesheet" href="profile_page2.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
</head>
<body>
<main>
<div class="profile_page2">
<div class="dashboard">
<div class="user">
<img src="images/avtar.png" alt="avatar">
<h4><a href="profile_page1.html">Jzz</a></h4>
</div>
<div class="links">
<div class="link">
<img src="images/location.png" alt="">
<h2><a href="profile_page2.html">Location</a></h2>
</div>
<div class="link">
<img src="images/interests.png" alt="">
<h2><a href="profile_page3.html">Interests</a></h2>
</div>
<div class="link">
<img src="images/connect.png" alt="">
<h2><a href="profile_page4.html">Connect</a></h2>
</div>
<div class="link">
<img src="images/friends.png" alt="">
<h2><a href="profile_page5.html">Friends</a></h2>
</div>
</div>
</div>
<div class="activity">
<div class="location">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3405.6622727596937!2d75.53365521496362!3d31.395874581410908!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391a51d30c180edf%3A0x5b7633718d17ef33!2sDr%20B%20R%20Ambedkar%20National%20Institute%20of%20Technology%20Jalandhar!5e0!3m2!1sen!2sin!4v1645953243650!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</div>
</main>
</body>
</html>