-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile__user.html
168 lines (167 loc) · 6.78 KB
/
profile__user.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
<!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>Alina</title>
<link rel="stylesheet" href="profile__user.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<div id="scroll-progress"></div>
<!--========================================= HEADER ====================================================================-->
<!-- <div class="box1"></div> -->
<div id="navbar">
<img src="Image/logo1.png" alt="" class="logo" />
<!-- <div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Area</button>
<div id="myDropdown" class="dropdown-content">
<a class="dropt" href="#">Country</a>
<a class="dropt" href="#">City</a>
<a class="dropt" href="#">Province</a>
</div>
</div>
<a class="cube" href="#trending">Trending</a>
<a class="cube" href="#review">Review</a>
<a class="cube" href="#reference">Reference</a> -->
<a href="portfolio.html">
<img src="Image/profile__user1.jpg" alt="" class="avatar2" />
</a>
<div class="search-box">
<input
class="search-txt"
id="searchbar"
type="text"
name=""
placeholder="Type to Search"
/>
<a href="" class="search-btn">
<i class="fa-solid fa-magnifying-glass"></i>
</a>
</div>
</div>
<!--=========================================== BODY ======================================================================-->
<div class="box2">
<!----------------------------------------- COLUMN1 ------------------------------------------------------------------------>
<div class="column1">
<img
class="avatar"
src="https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8ZmVtYWxlJTIwYXZhdGFyfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60"
alt=""
/>
<div class="number"></div>
<div class="fame">
<div class="line1 line-white">
<span class="achieve">Achievements</span>
</div>
<br />
<strong><span>traveler</span></strong>
<br />
<strong><span>Reviewer</span></strong>
<br />
<strong><span>Admin</span></strong>
</div>
</div>
<!----------------------------------------- COLUMN2 ------------------------------------------------------------------------>
<div class="column2">
<h1 class="name">Alina</h1>
<div class="line1"></div>
<h4 class="bio">
your smile can change your life <br />
<a href="#">#traveling</a>
</h4>
<div class="starrating">
<span>8.6</span>
<span class="fa-solid fa-star"></span>
<span class="fa-solid fa-star"></span>
<span class="fa-solid fa-star"></span>
<span class="fa-solid fa-star"></span>
<span class="fa-solid fa-star black"></span>
</div>
<div class="group1">
<button type="button" class="btn btn-primary addfriend">
<span class="fa-solid fa-user-plus"></span> Add friend
</button>
<button type="button" class="follow">Follow</button>
<button type="button" class="message">
<span class="fa-solid fa-message"></span> Send message
</button>
</div>
<div class="album">
<div class="group2">
<a class="review">Review</a>
<a class="blog">Blog</a>
</div>
<div class="line1"></div>
<div class="videos">
<figure class="photo">
<img
src="https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=383&q=80"
alt=""
/>
<figcaption>
<i class="fa-solid fa-play"></i> <span>13.4k</span>
</figcaption>
</figure>
<figure class="photo">
<img
src="https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=383&q=80"
alt=""
/>
<figcaption>
<i class="fa-solid fa-play"></i> <span>13.4k</span>
</figcaption>
</figure>
<figure class="photo">
<img
src="https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=383&q=80"
alt=""
/>
<figcaption>
<i class="fa-solid fa-play"></i> <span>13.4k</span>
</figcaption>
</figure>
<figure class="photo">
<img
src="https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=383&q=80"
alt=""
/>
<figcaption>
<i class="fa-solid fa-play"></i> <span>13.4k</span>
</figcaption>
</figure>
<figure class="photo">
<img
src="https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=383&q=80"
alt=""
/>
<figcaption>
<i class="fa-solid fa-play"></i> <span>13.4k</span>
</figcaption>
</figure>
<figure class="photo">
<img
src="https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=383&q=80"
alt=""
/>
<figcaption>
<i class="fa-solid fa-play"></i> <span>13.4k</span>
</figcaption>
</figure>
</div>
<button type="button" class="more">More</button>
</div>
</div>
</div>
<!--=========================================== FOOTER ======================================================================-->
<!-- <div class="box3"></div> -->
<script src="app.js"></script>
</body>
</html>