-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (131 loc) · 5.86 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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>Instagram</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.css">
<script src="js/main.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> -->
<!--Icon Pack-->
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
rel="stylesheet" />
<script src="js/main.js"></script>
</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 class="logo">
</div>
</div>
<div class="main-content-container">
<div class="stories">
<div class="mystory">
<div class="mystory-img">
<img src="https://source.unsplash.com/random/100x100/?&8" alt="">
</div>
<span class="mystory-text">
My Story sfgbsgb rgdthgdfh
</span>
</div>
<div class="other-stories-box">
</div>
</div>
<div class="main-content-middle">
<div class="post-container"></div>
<div>
<button id="load-more" onclick="loadMorePosts()">Load More</button>
</div>
</div>
<div class="main-content-nav">
</div>
</div>
<div class="suggestion-box">
<div class="myprofile">
<div class="myprofile-img">
<img src="https://source.unsplash.com/random/100x100/?&18" alt="">
</div>
<span class="myprofile-text">
John Doe
<p>abcdxyz</p>
</span>
<span class="switch">
Switch
</span>
</div>
<div class="suggested-for-you">
<div class="suggestion-header">
<p>Suggestions for You</p>
<p>See all</p>
</div>
</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>