-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
62 lines (61 loc) · 3.02 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.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=Comfortaa&family=Teko&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/icon.ico"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/jquery.js" type="text/javascript"></script>
<title>Notícias - Anemo System</title>
</head>
<body>
<div class="load-wrapper active">
<div class="load">
<span class="load">
<span class="load"> </span>
</span>
</div>
</div>
<header-blog>
<nav class="navbar">
<a href="index.html" style="animation-name: none;">
<img src="img/logo.png" alt="AnemoSystem Logo" loading="lazy">
</a>
<ul>
<li><a class="nav-link" href="index.html">Página Inicial</a></li>
<li><a class="nav-link" href="blog.html">Notícias</a></li>
<li><a class="nav-link" href="team.html">Time</a></li>
</ul>
<a style="font-size: 30px; animation-name: none;" id="myIcon" class="icon" onclick="openNav()">
<i class="fa fa-bars"></i>
</a>
<div id="mySidenav" class="sidenav">
<a class="nav-link" href="index.html">Página Inicial</a>
<a class="nav-link" href="blog.html">Notícias</a>
<a class="nav-link" href="team.html">Time</a>
</div>
</nav>
</header-blog>
<div class="main" style="margin-top: 75.3px;">
<div style="width:100%; padding-bottom:56.25%; position:relative;">
<iframe src="https://anemo2022.blogspot.com/" style="position:absolute; top:0px; left:0px;
width:100%; height:100%; border: none; overflow: hidden;"></iframe>
</div>
</div>
<footer>
<div id="footer" class="social-media">
<a href="https://facebook.com/"><i class="fab fa-facebook"></i></a>
<a href="https://youtube.com/"><i class="fab fa-youtube"></i></a>
<a href="https://twitter.com/"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/GGGCD-TCC"><i class="fab fa-github"></i></a>
</div>
<p>2022 © Anemo System<br><!-- texto que vai embaixo do copyright --></p>
</footer>
</body>
</html>