This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
central-noticias.asp
81 lines (71 loc) · 3.17 KB
/
central-noticias.asp
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>GBPD - Grupo Brasileiro de Professores de Dentística</title>
<link href="logo.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" media="screen" href="css/gbpd-theme.css">
<!-- Bootstrap 4 -->
<link rel="stylesheet" media="screen" href="css/bootstrap.min.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/af40653a1b.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<!--#include file="menu.asp"-->
</header>
<!-- NOTICIAS -->
<section id="news-page">
<div class="container">
<div class="row justify-content-center">
<div class="col col-sm-8">
<div class="card">
<div class="card-header">
<h4>Notícias</h4>
</div>
<div class="card-body">
<div class="feed-news-group">
<ul>
<li>
<img src="img/notas/n-gbpd-rio-anais-2019.jpg" alt="Anais do Congresso GBPD RIO 2019">
<h6>Os Anais do Congresso GBPD RIO 2019 já estão publicados!</h6>
<p>Os Anais podem ser acessados através do site...</p>
<a href="noticia.asp">Veja mais...</a>
</li>
<li>
<img src="img/notas/n-cro-rj.jpeg" alt="Projeto Unindo Forças">
<h6>Os Anais do Congresso GBPD RIO 2019 já estão publicados!</h6>
<p>Os Anais podem ser acessados através do site...</p>
<a href="noticia.asp">Veja mais...</a>
</li>
<li>
<img src="img/notas/n-encontro-gbpd-rio-2019.png" alt="">
<h6>Os Anais do Congresso GBPD RIO 2019 já estão publicados!</h6>
<p>Os Anais podem ser acessados através do site...</p>
<a href="noticia.asp">Veja mais...</a>
</li>
<li>
<img src="img/notas/n-estetica.jpeg" alt="">
<h6>Os Anais do Congresso GBPD RIO 2019 já estão publicados!</h6>
<p>Os Anais podem ser acessados através do site...</p>
<a href="noticia.asp">Veja mais...</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<!--#include file="footer.asp"-->
</footer>
<script src="js/gbpd.js"></script>
<!-- jQuery and Bootstrap 4 -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>