-
Notifications
You must be signed in to change notification settings - Fork 0
/
explore.html
115 lines (109 loc) · 6.29 KB
/
explore.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
<!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>Document</title>
<link rel="stylesheet" href="css/nav-style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap
.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0
Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.
bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4Y
LEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style-explore.css">
<script src="./js/explore.js"></script>
<!-- Bootstrap 5 links -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- <script>
if (!localStorage.getItem('loggedIn')) {
window.location.href = 'login.html';
}
</script> -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body>
<div class="main">
<div class="navigation1">
<div class="logo">
</div>
<div class="nav-links1">
<ul>
<li><a href="./index.html"><span class="material-symbols-outlined">Home</span><span class="nav-text">Home</span></a></li>
<li><a href="#"><span class="material-symbols-outlined">Search</span><span class="nav-text">Search</span></a>
</li>
<li><a href="./explore.html"><span class="material-symbols-outlined">Explore</span><span
class="nav-text">Explore</span></a></li>
<li><a href="#"><span class="material-symbols-outlined">Play_Circle</span><span
class="nav-text">Reels</span></a></li>
<li><a href="#"><span class="material-symbols-outlined">Message</span><span
class="nav-text">Messages</span></a></li>
<li><a href="#"><span class="material-symbols-outlined">Favorite</span><span
class="nav-text">Notifications</span></a></li>
<li><a href="#"><span class="material-symbols-outlined">Create</span><span class="nav-text">Create</span></a>
</li>
<li><a href="./profile-page.html"><span class="material-symbols-outlined">Person</span><span class="nav-text">Profile</span></a>
</li>
</ul>
<div class="more-option dropup">
<li class="dropdown-toggle" data-bs-toggle="dropdown"><a href="#"><span
class="material-symbols-outlined">Menu</span><span class="nav-text">Menu</span></a></li>
<ul class="dropdown-menu">
<!-- Setting Activity Saved Appearance Report a Problem-->
<li class="more-options"><a href="#"><span class="nav-option-text">Settings</span><span
class="material-symbols-outlined">Settings</span></a></li>
<li class="more-options"><a href="#"><span class="nav-option-text">Activity</span><span
class="material-symbols-outlined">History</span></a></li>
<li class="more-options"><a href="#"><span class="nav-option-text">Saved</span><span
class="material-symbols-outlined">Bookmark</span></a></li>
<li class="more-options"><a href="#"><span class="nav-option-text">Appearance</span><span
class="material-symbols-outlined">dark_mode</span></a></li>
<li class="more-options"><a href="#"><span class="nav-option-text">Report</span><span
class="material-symbols-outlined">Report</span></a></li>
</ul>
</div>
</div>
</div>
<div class="main-content">
<div class="main-content-header">
</div>
<div class="main-content-container">
<table id="explore">
<tr>
<td><img src="https://source.unsplash.com/random/200x200/?&1" alt=""></td>
<td><img src="https://source.unsplash.com/random/200x200/?&2" alt=""></td>
<td rowspan="2"><img src="https://source.unsplash.com/random/200x400/?&1" alt=""></td>
</tr>
<tr>
<td><img src="https://source.unsplash.com/random/200x200/?&3" alt=""></td>
<td><img src="https://source.unsplash.com/random/200x200/?&4" alt=""></td>
</tr>
<tr>
<td rowspan="2"><img src="https://source.unsplash.com/random/200x400/?&2" alt=""></td>
<td><img src="https://source.unsplash.com/random/200x200/?&5" alt=""></td>
<td><img src="https://source.unsplash.com/random/200x200/?&6" alt=""></td>
</tr>
<tr>
<td><img src="https://source.unsplash.com/random/200x200/?&7" alt=""></td>
<td><img src="https://source.unsplash.com/random/200x200/?&8" alt=""></td>
</tr>
</table>
<div>
<button id="load-more" onclick="loadMore()">Load More</button>
</div>
</div>
<div class="tab-menu">
<a href="./index.html"><span class="material-symbols-outlined">Home</span></a>
<a href="./explore.html"><span class="material-symbols-outlined">Explore</span></a>
<a href="#"><span class="material-symbols-outlined">play_circle</span></a>
<a href="#"><span class="material-symbols-outlined">Create</span></a>
<a href="#"><span class="material-symbols-outlined">Message</span></a>
<a href="./profile-page.html"><span class="material-symbols-outlined">Person</span></a>
</div>
</div>
</div>
</body>
</html>