-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
66 lines (62 loc) · 2.47 KB
/
profile.html
File metadata and controls
66 lines (62 loc) · 2.47 KB
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
<!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">
<link rel="stylesheet" href="styles/global.css">
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/Profile/profile.css">
<link rel="stylesheet" href="styles/Profile/profile-responsive.css">
<script src="https://kit.fontawesome.com/a0afc5f7c5.js" crossorigin="anonymous"></script>
<title>Orkut</title>
</head>
<body>
<header class="menu orkut-buttom-bg">
<nav>
<div id="title">
<h1>ORKUT</h1>
</div>
<div id="hamburguer">
<label for="">☰</label>
</div>
</nav>
</header>
<main class="container">
<aside class="photo">
<div class="photo__avatar">
<img src="imgs/IMG_20220514_135813_636.jpg"
height="250px"
width="250px"
alt="">
</div>
<div class="photo__name">
<h1 class="orkut-font-color">Karoline Lima</h1>
</div>
<div class="photo__tools">
<div class="photo__tools__messages">
<i class=" fa-solid fa-message orkut-font-color-default"></i>
<a href="#" class="orkut-link orkut-font-color-default" >SCRAPS</a>
</div>
<div class="photo__tools__editar">
<i class=" fa-solid fa-pencil orkut-font-color-default" ></i>
<a href="#" class="orkut-link orkut-font-color-default" >PERFIL</a>
</div>
<div class="photo__tools_gallery " >
<i class="fa-solid fa-camera orkut-font-color-default"></i>
<a href="#" class="orkut-link orkut-font-color-default">ALBUNS</a>
</div>
<div class="photo__tools__depositions">
<i class="fa-solid fa-sun orkut-font-color-default" ></i>
<a href="#" class="orkut-link orkut-font-color-default">DEPOIMENTOS</a>
</div>
</div>
</aside>
<section class="description"></section>
<aside class="counter">
<div class="counter__friend"></div>
<div class="counter__community"></div>
</aside>
</main>
</body>
</html>