-
Notifications
You must be signed in to change notification settings - Fork 0
/
estrutura.php
119 lines (85 loc) · 3.96 KB
/
estrutura.php
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
<!doctype html>
<!-- HAKS CSS PARA IE -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="robots" content="index,follow ">
<meta name="description" content="Estrutura da Casa de repouso Asilo São Vicente em Guarulhos"/>
<meta name="keywords" content="Estrutura, Asilo, Casa de repouso, Idosas, Associação filantrópica"/>
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> -->
<title>Asilo São Vicente | Quem somos - Estrutura</title>
<meta name="author" content="Thiago Ramos e Danila Ramos | Danthy Software">
<!-- VSUALIZAÇÃO PARA MOBILES-->
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<!-- BIBLIOTECA PARA APERFEIÇOAMENTO DE EXIBIÇÃO DE CSS2 e 3 E HTML5 PARA VERSÕES ABAIXO DE 8 DO IE -->
<script src="js/libs/modernizr-2.0.6.min.js"></script>
<script src="js/libs/jquery-1.6.2.min.js"></script>
<script src="js/libs/jquery-ui-1.8.16.custom.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/animacaoPages.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<div id="preloading" class="loader"></div>
<div id="container">
<section id="content" role="main" >
<header role="banner">
<hgroup>
<h1>CASA DE REPOUSO</h1>
<h2>SÃO VICENTE DE PAULO</h2>
</hgroup>
</header>
<div id="main" role="application">
<div id="navegacao_principal">
<nav id="menu" class="borderSh behavior" role="navigation">
<?php include "includes/menu.php";?>
</nav>
</div>
<article id="content_pages" class="galeria" role="article">
<nav id="submenu" role="navigation" >
<?php include "includes/submenu_quemsomos.php";?>
</nav>
<div class="overlay opacity69"></div>
<div class="info border margMore opacity89 behavior" role="application" >
<div id="scroller"><a href="#">---</a></div>
<header role="banner"><h1>Nossa Estrutura</h1></header>
<article id="scrollText" role="article">
<p>
<strong>Em nosso asilo podemos abrigar até 30 idosas e temos profissionais das áreas de:</strong>
</p>
<ol>
<li>Nutrição</li>
<li>Fisioterapia</li>
<li>Enfermagem</li>
<li>Auxiliar de enfermagem</li>
<li>Terapeuta ocupacional</li>
<li>Psicologia</li>
<li>Administração</li>
</ol>
</article>
</div>
<img src="img/shadow.png" style="" class="shadow_Footer" alt="Detalhes de Sombra" />
</article>
</div>
<footer role="contentinfo">
<p class="navStyles">Rua Agudos, 96 | Guarulhos, São Paulo | Tel [11] 2412.7113</p>
</footer>
</section>
</div> <!--! fim do container-->
<!-- Para a leitura mais rápida da página colocamos a url das bibliotecas javascript depois de todo o conteúdo-->
<!-- Técnica para leitura da biblioteca javascript direto do google, caso a biblioteca por lá não tiver disponível a leitura é feita localmente -->
<!-- Scripts do site -->
<!-- end scripts-->
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>