-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
175 lines (168 loc) · 7.56 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
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
<!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>Pets Hub</title>
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body>
<!-- Header -->
<div class="header">
<h1 class="logo">Pets Hub</h1>
</div>
<!-- The flexible grid (content) -->
<div class="container">
<div class="row">
<!-- profile -->
<div class="side-left">
<div class="card">
<div class="item-container">
<div class="avatar"></div>
<div class="profile-name">
Celine Dion
<p id="profile-email">@celine</p>
</div>
</div>
<div class="sidenav active">
<a href="#">
<svg width="32" height="32" viewBox="0 0 24 24">
<g
fill="none"
stroke="#fff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
>
<path
d="M5 12H3l9-9l9 9h-2M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7"
/>
<path d="M9 21v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6" />
</g>
</svg>
Home
</a>
<a href="#">
<svg width="32" height="32" viewBox="0 0 512 512">
<path
d="M256 464c22.779 0 41.411-18.719 41.411-41.6h-82.823c0 22.881 18.633 41.6 41.412 41.6zm134.589-124.8V224.8c0-63.44-44.516-117.518-103.53-131.041V79.2c0-17.682-13.457-31.2-31.059-31.2s-31.059 13.518-31.059 31.2v14.559c-59.015 13.523-103.53 67.601-103.53 131.041v114.4L80 380.8v20.8h352v-20.8l-41.411-41.6z"
fill="#fff"
/>
</svg>
Notification
</a>
<a href="#">
<svg width="32" height="32" viewBox="0 0 24 24">
<path
fill="none"
stroke="#fff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 21V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8l-4 4M8 9h8m-8 4h6"
/>
</svg>
Messages
</a>
<a href="#">
<svg width="32" height="32" viewBox="0 0 24 24">
<g
fill="none"
stroke="#fff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
>
<circle cx="12" cy="12" r="9" />
<circle cx="12" cy="10" r="3" />
<path
d="M6.168 18.849A4 4 0 0 1 10 16h4a4 4 0 0 1 3.834 2.855"
/>
</g>
</svg>
Profile
</a>
<a href="src/pets.html">
<svg width="32" height="32" viewBox="0 0 24 24"><path fill="#fff" d="M4.5 12.125q-1.05 0-1.775-.725Q2 10.675 2 9.625q0-1.05.725-1.775q.725-.725 1.775-.725q1.05 0 1.775.725Q7 8.575 7 9.625q0 1.05-.725 1.775q-.725.725-1.775.725Zm4.5-4q-1.05 0-1.775-.725Q6.5 6.675 6.5 5.625q0-1.05.725-1.775Q7.95 3.125 9 3.125q1.05 0 1.775.725q.725.725.725 1.775q0 1.05-.725 1.775q-.725.725-1.775.725Zm6 0q-1.05 0-1.775-.725q-.725-.725-.725-1.775q0-1.05.725-1.775q.725-.725 1.775-.725q1.05 0 1.775.725q.725.725.725 1.775q0 1.05-.725 1.775q-.725.725-1.775.725Zm4.5 4q-1.05 0-1.775-.725Q17 10.675 17 9.625q0-1.05.725-1.775q.725-.725 1.775-.725q1.05 0 1.775.725q.725.725.725 1.775q0 1.05-.725 1.775q-.725.725-1.775.725Zm-12.85 10q-1.125 0-1.887-.863Q4 20.4 4 19.225q0-1.3.888-2.275q.887-.975 1.762-1.925q.725-.775 1.25-1.688q.525-.912 1.25-1.712q.55-.65 1.275-1.075q.725-.425 1.575-.425t1.575.4q.725.4 1.275 1.05q.7.8 1.237 1.725q.538.925 1.263 1.725q.875.95 1.763 1.925q.887.975.887 2.275q0 1.175-.762 2.037q-.763.863-1.888.863q-1.35 0-2.675-.225q-1.325-.225-2.675-.225q-1.35 0-2.675.225q-1.325.225-2.675.225Z"/></svg>
Pets
</a>
</div>
</div>
</div>
<!-- end profile -->
<!-- main content -->
<div class="main">
<form id="post-field">
<div class="card">
<div class="item-container">
<div class="col-2">
<div class="avatar"></div>
</div>
<div class="col-max">
<textarea
type="text"
class="form-input-posting"
name="post"
placeholder="What's hapeening ?"
autocomplete="off"
></textarea>
</div>
</div>
<div class="item-container">
<div class="action-button">
<div class="button-upload">
<svg width="32" height="32" viewBox="0 0 24 24">
<path
fill="#00E0FF"
d="M5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Zm1-4h12l-3.75-5l-3 4L9 13Z"
/>
</svg>
<svg width="32" height="32" viewBox="0 0 24 24">
<path
fill="#00E0FF"
d="M22 12v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h3.17A3 3 0 0 1 6 5a3 3 0 0 1 3-3c1 0 1.88.5 2.43 1.24v-.01L12 4l.57-.77v.01C13.12 2.5 14 2 15 2a3 3 0 0 1 3 3a3 3 0 0 1-.17 1H21a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1M4 20h7v-8H4v8m16 0v-8h-7v8h7M9 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m6 0a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1M3 8v2h8V8H3m10 0v2h8V8h-8Z"
/>
</svg>
<svg width="32" height="32" viewBox="0 0 24 24">
<path
fill="#00E0FF"
d="M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-1 11h-5v5h5v-5Z"
/>
</svg>
<svg width="32" height="32" viewBox="0 0 24 24">
<path
fill="#00E0FF"
d="M12 11.5A2.5 2.5 0 0 1 9.5 9A2.5 2.5 0 0 1 12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Z"
/>
</svg>
</div>
</div>
<div class="action-button">
<button class="button">POST</button>
</div>
</div>
</div>
</form>
<!-- begin content posts -->
<section id="post-section" >
</section>
<!-- end card -->
</div>
<!-- end content -->
<div class="side-right">
<div class="card">
<h3>TREND FOR YOU</h3>
<h5>#Tags-One</h5>
<h5>#Tags-Two</h5>
<h5>#Tags-Three</h5>
</div>
</div>
</div>
</div>
<div class="footer"></div>
</div>
</div>
<script type="module" src="app.js"></script>
</body>
</html>