forked from cavdy-dev/instagram-clone-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
136 lines (133 loc) · 6.37 KB
/
profile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Instagram UI</title>
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/general.css" />
<link rel="stylesheet" href="./css/sprite.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<link rel="stylesheet" href="./css/userscontent.css" />
<link rel="stylesheet" href="./css/comments.css" />
<link rel="stylesheet" href="./css/profile.css" />
</head>
<body>
<!--Navbar-->
<nav id="nav" class="nav">
<div class="container d-flex align-items-center justify-content-between">
<a href="./index.html" class="logo-link">
<svg
aria-label="Instagram"
class="nav_logo"
fill="#262626"
height="24"
viewBox="0 0 48 48"
width="24"
>
<path
d="M13.86.13A17 17 0 008 1.26 11 11 0 003.8 4 12.22 12.22 0 001 8.28 18 18 0 00-.11 14.1c-.13 2.55-.13 3.38-.13 9.9s0 7.32.13 9.9A18 18 0 001 39.72 11.43 11.43 0 003.8 44 12.17 12.17 0 008 46.74a17.75 17.75 0 005.82 1.13c2.55.13 3.38.13 9.9.13s7.32 0 9.9-.13a17.82 17.82 0 005.83-1.13A11.4 11.4 0 0043.72 44a11.94 11.94 0 002.78-4.24 17.7 17.7 0 001.13-5.82c.13-2.55.13-3.38.13-9.9s0-7.32-.13-9.9a17 17 0 00-1.13-5.86A11.31 11.31 0 0043.72 4a12.13 12.13 0 00-4.23-2.78A17.82 17.82 0 0033.66.13C31.11 0 30.28 0 23.76 0s-7.31 0-9.9.13m.2 43.37a13.17 13.17 0 01-4.47-.83 7.25 7.25 0 01-2.74-1.79 7.25 7.25 0 01-1.79-2.74 13.23 13.23 0 01-.83-4.47c-.1-2.52-.13-3.28-.13-9.7s0-7.15.13-9.7a12.78 12.78 0 01.83-4.44 7.37 7.37 0 011.79-2.75A7.35 7.35 0 019.59 5.3a13.17 13.17 0 014.47-.83c2.52-.1 3.28-.13 9.7-.13s7.15 0 9.7.13a12.78 12.78 0 014.44.83 7.82 7.82 0 014.53 4.53 13.12 13.12 0 01.83 4.44c.13 2.51.13 3.27.13 9.7s0 7.15-.13 9.7a13.23 13.23 0 01-.83 4.47 7.9 7.9 0 01-4.53 4.53 13 13 0 01-4.44.83c-2.51.1-3.28.13-9.7.13s-7.15 0-9.7-.13m19.63-32.34a2.88 2.88 0 102.88-2.88 2.89 2.89 0 00-2.88 2.88M11.45 24a12.32 12.32 0 1012.31-12.35A12.33 12.33 0 0011.45 24m4.33 0a8 8 0 118 8 8 8 0 01-8-8"
></path>
</svg>
<div class="divider"></div>
<img
alt="Instagram"
class="nav_image"
src="./assets/img/instagram.png"
srcset="./assets/img/instagram2x.png 2x"
/>
</a>
<input
class="search"
autocapitalize="none"
type="text"
placeholder="Search"
/>
<div>
<svg
aria-label="Find People"
class="navbar-icon"
fill="#262626"
height="24"
viewBox="0 0 48 48"
width="24"
>
<path
clip-rule="evenodd"
d="M24 .5C37 .5 47.5 11 47.5 24S37 47.5 24 47.5.5 37 .5 24 11 .5 24 .5zm0 44c11.3 0 20.5-9.2 20.5-20.5S35.3 3.5 24 3.5 3.5 12.7 3.5 24 12.7 44.5 24 44.5zm-4.4-23.7c.3-.5.7-.9 1.2-1.2l14.8-8.1c.3-.1.6-.1.8.1.2.2.3.5.1.8l-8.1 14.8c-.3.5-.7.9-1.2 1.2l-14.8 8.1c-.3.1-.6.1-.8-.1-.2-.2-.3-.5-.1-.8l8.1-14.8zm6.2 5l4.3-7.8-7.8 4.3 3.5 3.5z"
fill-rule="evenodd"
></path>
</svg>
<svg
aria-label="Activity Feed"
class="navbar-icon"
fill="#262626"
height="24"
viewBox="0 0 48 48"
width="24"
>
<path
clip-rule="evenodd"
d="M34.3 3.5C27.2 3.5 24 8.8 24 8.8s-3.2-5.3-10.3-5.3C6.4 3.5.5 9.9.5 17.8s6.1 12.4 12.2 17.8c9.2 8.2 9.8 8.9 11.3 8.9s2.1-.7 11.3-8.9c6.2-5.5 12.2-10 12.2-17.8 0-7.9-5.9-14.3-13.2-14.3zm-1 29.8c-5.4 4.8-8.3 7.5-9.3 8.1-1-.7-4.6-3.9-9.3-8.1-5.5-4.9-11.2-9-11.2-15.6 0-6.2 4.6-11.3 10.2-11.3 4.1 0 6.3 2 7.9 4.2 3.6 5.1 1.2 5.1 4.8 0 1.6-2.2 3.8-4.2 7.9-4.2 5.6 0 10.2 5.1 10.2 11.3 0 6.7-5.7 10.8-11.2 15.6z"
fill-rule="evenodd"
></path>
</svg>
<a href="./profile.html">
<svg
aria-label="Profile"
class=""
fill="#262626"
height="24"
viewBox="0 0 48 48"
width="24"
>
<path
d="M24 27c-7.1 0-12.9-5.8-12.9-12.9s5.8-13 12.9-13c7.1 0 12.9 5.8 12.9 12.9S31.1 27 24 27zm0-22.9c-5.5 0-9.9 4.5-9.9 9.9s4.4 10 9.9 10 9.9-4.5 9.9-9.9-4.4-10-9.9-10zm20 42.8c-.8 0-1.5-.7-1.5-1.5V42c0-5-4-9-9-9h-19c-5 0-9 4-9 9v3.4c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5V42c0-6.6 5.4-12 12-12h19c6.6 0 12 5.4 12 12v3.4c0 .8-.7 1.5-1.5 1.5z"
></path>
</svg>
</a>
</div>
</div>
</nav>
<!--Section Content-->
<section class="container container-top">
<header class="profile-wrapper">
<div class="profile__profile-image-wrapper">
<img class="profile__profile-image" src="./assets/img/pretty.jpeg" />
</div>
<div class="profile__profile-details-wrapper">
<div class="profile__profile-details">
<h1 class="profile__profile-username">darklordcodes</h1>
<a href="./edit.html" class="profile__profile-edit">Edit Profile</a>
<span class="instaIcons spriteSettings"></span>
</div>
<div class="profile__profile-follower-wrapper">
<span class="profile__profile-follow"
><span class="profile-count">3</span> posts</span
>
<a class="profile__profile-follow" href="#"
><span class="profile-count">67</span> followers</a
>
<a class="profile__profile-follow" href="#"
><span class="profile-count">67</span> following</a
>
</div>
<div class="profile__profile-desc-wrapper">
<h1 class="profile__profile-name">Cavdy</h1>
<span class="profile__profile-desc"
>Lorem ipsum dolor sit, amet consectetur</span
>
<a class="profile__profile-url" href="#">github.com/cavdy</a>
</div>
</div>
</header>
</section>
<!--Javascript-->
<script src="./js/jquery.min.js"></script>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/autosize.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>