-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexplore.html
185 lines (164 loc) · 5.46 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!-- <form action="" method="post"> -->
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
background-color: #f2f2f2;
font-family: Arial, Helvetica, sans-serif;
}
.header {
background-color: #fff;
padding: 10px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header .container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header .search {
display: flex;
align-items: center;
background-color: #f2f2f2;
border-radius: 20px;
padding: 5px 10px;
}
.header .search input {
border: none;
outline: none;
padding: 5px;
font-size: 16px;
}
.header .search button {
background-color: transparent;
border: none;
cursor: pointer;
margin-left: 5px;
}
.header .settings {
cursor: pointer;
font-size: 18px;
}
.tabs {
background-color: #fff;
padding: 10px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.tabs .container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.tabs .tab {
padding: 10px 20px;
border-radius: 20px;
cursor: pointer;
transition: background-color 0.3s ease;
margin: 0 5px;
}
.tabs .tab.active {
background-color: #eee;
}
.content {
padding: 20px;
}
.content img {
width: 100%;
height: auto;
}
.content .text {
margin-top: 20px;
}
.content .text h1 {
font-size: 24px;
margin-bottom: 10px;
}
.content .text p {
line-height: 1.5;
}
.trends {
margin-top: 20px;
}
.trends h2 {
font-size: 18px;
margin-bottom: 10px;
}
.trends .trend {
background-color: #fff;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 10px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.trends .trend h3 {
font-size: 16px;
margin-bottom: 5px;
}
.trends .trend p {
margin-bottom: 0;
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<div class="search">
<input type="text" placeholder="Search">
<button>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
</svg>
</button>
</div>
<div class="settings">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-gear-fill" viewBox="0 0 16 16">
<path d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.988 1.868l.16.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l.17.31c.698 1.283-.705 2.686 1.868 1.988l.31-.16a1.464 1.464 0 0 1 2.105.872l.1-.34c.413-1.4 2.397-1.4 2.81 0l.1.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.988-1.868l-.16-.31a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l-.17-.31c-.698-1.283.705-2.686 1.988-1.868l.31.16a1.464 1.464 0 0 1 2.105-.872l.1-.34c.413-1.4 2.397-1.4 2.81 0l-.1.34a1.464 1.464 0 0 1 2.105.872l.31-.17c1.283-.698 2.686.705 1.988 1.868l-.16.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l.17.31c.698 1.283-.705 2.686 1.868 1.988l.31-.16a1.464 1.464 0 0 1 2.105.872l.1-.34c.413-1.4 2.397-1.4 2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.988 1.868l.16.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l.17.31c.698 1.283-.705 2.686 1.988 1.868l.31-.16a1.464 1.464 0 0 1 2.105.872l.1-.34c.413-1.4 2.397-1.4 2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.988 1.868l.16.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l.17.31c.698 1.283-.705 2.686 1.988 1.868l.31-.16a1.464 1.464 0 0 1 2.105.872l.1-.34c.413-1.4 2.397-1.4 2.81 0l-.1.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.988-1.868l-.16-.31a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l-.17-.31c-.698-1.283.705-2.686 1.988-1.868l.31.16a1.464 1.464 0 0 1 2.105-.872l.1-.34c.413-1.4 2.397-1.4 2.81 0z"/>
</svg>
</div>
</div>
</header>
<nav class="tabs">
<div class="container">
<a href="#" class="tab active">For you</a>
<a href="#" class="tab">Trending</a>
<a href="#" class="tab">News</a>
<a href="#" class="tab">Sports</a>
<a href="#" class="tab">Entertainment</a>
</div>
</nav>
<main class="content">
<img src="https://i.imgur.com/T0uK7g6.jpg" alt="London Fashion Week 2024 Womenswear SS25">
<div class="text">
<h1>Helperdotcom</h1>
<p>Explore your work area</p>
</div>
<div class="trends">
<h2>Trending</h2>
<div class="trend">
<h3>Indian Premier League - Trending</h3>
<p>#SuryakumarYadav</p>
<p>2,487 posts</p>
</div>
<div class="trend">
<h3>Trending in India</h3>
<p>#ElvishYadav</p>
<p>Trending with #HBD_Elvish_Yadav</p>
</div>
<div class="trend">
<h3>Entertainment - Trending</h3>
<p>#Thalapathy69</p>
<p>Trending with One Last Time</p>
</div>
</div>
</main>
</body>
</html>
<!-- </form> -->