-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.html
155 lines (116 loc) · 5.4 KB
/
account.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
<!DOCTYPE html>
<html lang="es">
<head>
<title>APP CLONE </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/account.css">
</head>
<body>
<div class="header">
<span class="material-icons md-24 md-light" id="back">
arrow_back
</span>
<h2>Perfil</h2>
<span class="material-icons md-24 md-light" id="settings">
settings
</span>
</div>
<br>
<br>
<div id="cuerpo">
<div id="encabezado">
<div id="profile-container">
<image id="profileImage" src="https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" style="width: 100%;" />
</div>
<div class="container" id="caja">
<p id="hola">130</p>
<p id="hola2">Publicaciones</p>
</div>
<div class="container" id="caja">
<p id="hola">500</p>
<p id="hola2">Seguidores</p>
</div>
<div class="container" id="caja">
<p id="hola">250</p>
<p id="hola2">Seguidos</p>
</div>
<div class="container" id="info">
<p id="name">Mark Zukaritas</p>
<p id="description">Diseñador web</p>
<p id="resume">Diseñador web freelancer, Entusiasta Tech.</p>
<button id="boton">Editar Perfil</button>
<button id="boton">Promociones</button>
<button id="boton">Estadisticas</button>
</div>
<div id="historias">
<div id="profile-container">
<image id="profileImage" src="https://images.pexels.com/photos/3235566/pexels-photo-3235566.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" style="width: 100%;" />
</div>
<div id="profile-container">
<image id="profileImage" src="https://images.pexels.com/photos/4545333/pexels-photo-4545333.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" style="width: 100%;" />
</div>
<div id="profile-container">
<image id="profileImage" src="https://images.pexels.com/photos/4328231/pexels-photo-4328231.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" style="width: 100%;" />
</div>
<div id="profile-container">
<image id="profileImage" src="https://images.pexels.com/photos/1051072/pexels-photo-1051072.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" style="width: 100%;" />
</div>
</div>
<br>
<br>
<p id="detalles">Fotografias Musica Bebidas Viajes</p>
</div>
<br>
<div class="container">
<div class="imgWrapper3">
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/1080213/pexels-photo-1080213.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/3772771/pexels-photo-3772771.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/4045762/pexels-photo-4045762.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/3215010/pexels-photo-3215010.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/878846/pexels-photo-878846.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/4321509/pexels-photo-4321509.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/1043474/pexels-photo-1043474.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
<div class="imgResponsiva">
<img src="https://images.pexels.com/photos/532220/pexels-photo-532220.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"/>
</div>
</div>
</div>
<footer>
<span onclick="window.location.href='index.html';" class="material-icons md-36 ">
home
</span>
<span onclick="window.location.href='search.html';" class="material-icons md-36 ">
search
</span>
<span class="material-icons md-36 ">
add_box
</span>
<span onclick="window.location.href='notifications.html';" class="material-icons md-36 ">
favorite_border
</span>
<span onclick="window.location.href='account.html';" class="material-icons md-36 ">
account_circle
</span>
</div>
</footer>
</body>
</html>