Regalamiunsorriso/www/associazione.jsp

122 lines
No EOL
6.5 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session">
</jsp:useBean>
<%@page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
<%@ taglib uri="/WEB-INF/art.tld" prefix="art" %>
<%@ taglib uri="/WEB-INF/pg.tld" prefix="pg" %>
<%@ page language="java" import="it.acxent.jsp.Ab" %>
<%@ taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
<html lang="<%=lang%>"><!-- InstanceBegin template="/Templates/rus.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<jsp:include page="_inc_lang.jsp" flush="true" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- [favicon] begin -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<!-- [favicon] end -->
<!-- JSP -->
<jsp:useBean id="_listaLangAtt" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator" scope="session">
</jsp:useBean>
<jsp:useBean id="utenteLogon" class="it.acxent.anag.Users" type="it.acxent.anag.Users" scope="session">
</jsp:useBean>
<jsp:useBean id="msg" class="java.lang.String" type="java.lang.String" scope="request">
</jsp:useBean>
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat">
</jsp:useBean>
<jsp:useBean id="cart" scope="session" type="it.acxent.cart.Cart" class="it.acxent.cart.Cart">
</jsp:useBean>
<jsp:useBean id="cartStatus" scope="request" type="it.acxent.cart.CartStatus" class="it.acxent.cart.CartStatus">
</jsp:useBean>
<jsp:useBean id="CR" scope="request" type="it.acxent.pg.FotoCR" class="it.acxent.pg.FotoCR">
</jsp:useBean>
<cc:attivita />
<jsp:useBean id="attivita" class="it.acxent.cc.Attivita" type="it.acxent.cc.Attivita" scope="session">
</jsp:useBean>
<!-- InstanceBeginEditable name="Bean" -->
<%@ taglib uri="/WEB-INF/news.tld" prefix="news" %>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="doctitle" -->
<title>Regalami Un Sorriso ETS - Correndo, sognando e... lottando</title>
<!-- InstanceEndEditable -->
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- FontAwesome Icons -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Roboto Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom-style.css" rel="stylesheet">
<!-- Css Datepicker -->
<link href="addons/datepicker/css/bootstrap-datepicker.standalone.min.css" rel="stylesheet">
<link rel="stylesheet" href='admin/_V4/_css/ajaxLoading.css'>
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<jsp:include page="_inc_cookie.jsp" flush="true" />
<jsp:include page="_inc_head.jsp" flush="true" />
</head>
<body>
<!-- Page Content -->
<!-- InstanceBeginEditable name="main" -->
<jsp:include page="_inc_header.jsp" flush="true">
<jsp:param name="menuAttivo" value="associazione" />
</jsp:include>
<div class="container my-3">
<div class="row">
<div class="col-lg-12 my-4">
<h1 class="my-3">Associazione</h1>
<div class="row">
<div class="col-lg-6 col-xs-12">
<div class="pt-3 px-3 pb-0 bg-light border">
<p><strong>ETS REGALAMI UN SORRISO</strong><br>
Via Torquato Tasso 23/C<br>
59100 PRATO PO<br>
Codice fiscale 92076170486</p>
</div>
<div class="p-3">
<p><strong>REGALAMI UN SORRISO ETS <br>
Banca IFIGEST Prato </strong><br>
<strong>IBAN IT 41Z 03185 21500 0000 1001 4876 </strong><br>
</p>
</div>
<div class="p-3">
<p><strong>STATUTO</strong></p>
<p>La ETS Regalami un Sorriso, attraverso la propria organizzazione di volontariato e senza finalità lucrative, svolge attività di progettazione, istruzione, organizzazione, direzione e coordinamento di manifestazioni culturali, sportive, tecniche e artistiche, con lobiettivo di arrecare benefici a persone svantaggiate sotto il profilo fisico, psichico ed economico.</p>
<p>Lassociazione è stata iscritta nel registro delle ONLUS con decorrenza 20/03/2008, al protocollo n. 15238 del 02/04/2008.</p>
<p>Iscrizione al RUNTS: numero 3502, con data di adozione 24/02/2026.</p>
</div>
</div>
<div class="col-lg-6 col-xs-12"><img class="img-fluid" src="images/defibrillatori.png" alt="Regalami Un Sorriso Ets" /></div>
</div>
</div>
</div>
</div>
<!-- /.container --> <!-- InstanceEndEditable -->
<!-- Footer -->
<jsp:include page="_inc_footer.jsp" flush="true" />
<script>
$('#datepicker-sport').datepicker({
language: "it"
});
$('#datepicker-eventi').datepicker({
language: "it"
});
</script>
<!-- InstanceBeginEditable name="lastStuff" -->
<!-- InstanceEndEditable -->
<div class="modal-loading"></div>
</body>
<!-- InstanceEnd -->
</html>