-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
142 lines (118 loc) · 5.99 KB
/
blog.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
<!DOCTYPE html>
<html lang="pt-br">
<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>Din Din</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/blog.css">
<link rel="stylesheet" href="css/global.css">
</head>
<body>
<header>
<div class="container">
<h4 class="logo"><a class="logo-1" href="inicio.html">Din din</a></h4>
<nav class="naveg-1">
<ul>
<li><a href="cursos.html">cursos</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="contato novo.html">contato</a></li>
</ul>
</nav>
</div>
</header>
<main class="conteudo-1">
<section class="sec-1">
<div class="divi-1">
<h5 class="tex-1">MAIS CONTEÚDO PARA VOCÊ</h5>
<p class="spa-1">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut
odit aut fugit, sed quia consequuntur magni dolores eos qui ratione
voluptatem sequi nesciunt.
</p>
</div>
<img class="imag-ilustra" src="dindin-imagens/ilustra-blog.png" alt="">
</section>
<section class="sec-2">
<div class="divi-2">
<a href="post.html"><img class="imag-cinza" src="dindin-imagens/imagecinza.png" alt="">
</a>
<span class="tex-2">On the other hand, we denounce</span>
<p class="tex-3">On the other hand, we denounce with righteous indignation and dislike men who are
so beguiled and demoralized by the charms of pleasure of the moment, so blinded by
desire, that they cannot foresee the pain and trouble that are bound.
</p>
</div>
<div class="divi-2">
<a href="post.html"><img class="imag-cinza" src="dindin-imagens/imagecinza.png" alt="">
</a>
<span class="tex-2">On the other hand, we denounce</span>
<p class="tex-3">On the other hand, we denounce with righteous indignation and dislike men who are
so beguiled and demoralized by the charms of pleasure of the moment, so blinded by
desire, that they cannot foresee the pain and trouble that are bound.
</p>
</div>
<div class="divi-2">
<a href="post.html"><img class="imag-cinza" src="dindin-imagens/imagecinza.png" alt="">
</a>
<span class="tex-2">On the other hand, we denounce</span>
<p class="tex-3">On the other hand, we denounce with righteous indignation and dislike men who are
so beguiled and demoralized by the charms of pleasure of the moment, so blinded by
desire, that they cannot foresee the pain and trouble that are bound.
</p>
</div>
<div class="divi-2">
<a href="post.html"><img class="imag-cinza" src="dindin-imagens/imagecinza.png" alt="">
</a>
<span class="tex-2">On the other hand, we denounce</span>
<p class="tex-3">On the other hand, we denounce with righteous indignation and dislike men who are
so beguiled and demoralized by the charms of pleasure of the moment, so blinded by
desire, that they cannot foresee the pain and trouble that are bound.
</p>
</div>
<div class="divi-2">
<a href="post.html"><img class="imag-cinza" src="dindin-imagens/imagecinza.png" alt="">
</a>
<span class="tex-2">On the other hand, we denounce</span>
<p class="tex-3">On the other hand, we denounce with righteous indignation and dislike men who are
so beguiled and demoralized by the charms of pleasure of the moment, so blinded by
desire, that they cannot foresee the pain and trouble that are bound.
</p>
</div>
<div class="divi-2">
<a href="post.html"><img class="imag-cinza" src="dindin-imagens/imagecinza.png" alt="">
</a>
<span class="tex-2">On the other hand, we denounce</span>
<p class="tex-3">On the other hand, we denounce with righteous indignation and dislike men who are
so beguiled and demoralized by the charms of pleasure of the moment, so blinded by
desire, that they cannot foresee the pain and trouble that are bound.
</p>
</div>
</section>
</main>
<footer>
<div class="container">
<h4 class="logo"><a href="inicio.html">Din din</a></h4>
<nav class="navegação">
<ul>
<li><a href="cursos.html">cursos</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="contato novo.html">contato</a></li>
</ul>
</nav>
<div>
<ul class="quero-ser">
<li><a href="contato novo.html">quero ser prof</a></li>
<li><a href="contato novo.html">aqui tem outro link</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>