-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>uuuuuu</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1 id="title">uuuuuuuuu</h1>
<img src="https://cdn-istoedinheiro-ssl.akamaized.net/wp-content/uploads/sites/17/2019/10/imagemn-escolhida-artigo-e1571255765939-1280x720.jpg" alt="Ilustração" class="photo">
</header>
<section>
<header>
<h2 class="subtitle">Posts</h2>
</header>
<article class="post">
<header>
<h3 class="post_title">Post #1</h3>
<img src="https://img.elo7.com.br/product/zoom/1FFD02E/papel-de-parede-borboleta-butterfly-tom-pastel-3m-ppa015-natureza.jpg" alt="ilustração1" class="post_image">
</header>
<p class="post_content">Lorem Ipsum is simply dummy text of <a href="https://www.lipsum.com" target="_blank">Site Lorem Lipsum</a>. Lorem Ipsum <a href="mailto:[email protected]">E-mail</a> Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s
with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</article>
</section>
<footer>
<ul class="contacts_list">
<li>
<a href="mailto: [email protected]" target="_blank">E-mail</a>
</li>
<li>
<a href="www.instagram.com/fffffff" target="_blank">Instagram</a>
</li>
<li>
<a href="gihub.com/eeeee" target="_blank">GitHub</a>
</li>
</ul>
</footer>
</body>
</html>