-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
94 lines (87 loc) · 3.41 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
<!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>Blogs</title>
<link rel="stylesheet" href="css/servico.css">
<link rel="stylesheet" href="css/blog.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="fontawesome-free-6.5.2-web/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css">
<script src="js/script.js" defer></script>
</head>
<body>
<header class="header">
<div class="icons">
<div class="fas fa-bars" id="menu-bar"></div>
</div>
<a href="index.html" id="logo">Galeria <span>Mabiala</span></a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="galeria.html">Galeria</a>
<a href="blog.html">Blog</a>
<a href="servico.html">Serviços</a>
</nav>
<div class="icons">
<div class="fas fa-search" id="search-bar"></div>
</div>
<div class="search-box">
<input type="search" placeholder="pesquisar">
</div>
</header>
<section>
<div class="our-blog">
<h1>nossos blogs</h1>
<figure class="bbc">
<img src="img/blog1.jpg" alt="">
<figcaption> <a href="https://servicos.fotop.com.br/" target="_blank">Veja melhores foto do Ano 2024</a> </figcaption>
</figure>
<figure class="bbc">
<img src="img/ensaios.jpg" alt="">
<figcaption> <a href="https://servicos.fotop.com.br/" target="_blank">Pessoas que Amam foto</a> </figcaption>
</figure>
</div>
</section>
<section class="inner-sobre" id="blogspot">
<h2>Sobre Profissionais de foto</h2>
<div class="sobre">
<div class="fa-sobre">
<p>Eu vejo a foto como uma ótima oportunidade
de aprendizado e de trabalho, como
de entrar e se manter no mercado da
fotografia.</p>
<p> <span>Fernando Fabião</span> </p>
</div>
<div class="fa-sobre">
<p>A Galeria Mabiala sem dúvida alguma foi a empresa
que proporcionou a oportunudade de me
inserir no mercado da fotografia
transformando uma paixão na minha actividade
profissional!.</p>
<p><span>Marilia Jose Correia</span></p>
</div>
</div>
</section>
<footer>
<div class="container Flex5">
<div class="atores">
<p>Desenvolvedor</p>
<p>João Cumbo Mabiala</p>
</div>
<div id="social">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-pinterest"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
<div class="copyright">
<p>© All Right Reserve</p>
</div>
</footer>
</body>
</html>