You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145 lines
6.1 KiB
Plaintext
145 lines
6.1 KiB
Plaintext
<!doctype html>
|
|
<html lang="pt">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Denariu</title>
|
|
<meta name="title" content="Denariu - Administração de Condomínios e Serviços, Lda.">
|
|
<meta name="description" content="A Denariu oferece aos seus clientes todo o acompanhamento na administração do seu Condomínio.">
|
|
<meta name="author" content="Denariu">
|
|
|
|
<meta name="robots" content="INDEX, FOLLOW">
|
|
<meta name="keywords" content="administração, condomínios, serviços, porto, gaia">
|
|
|
|
<link href="~/Content/images/favicon.ico" rel="shortcut icon">
|
|
|
|
<!-- Facebook share information -->
|
|
<meta property="og:url" content="http://www.denariu.pt">
|
|
<meta property="og:title" content="Denariu - Administração de Condomínios e Serviços, Lda.">
|
|
<meta property="og:description" content="A Denariu oferece aos seus clientes todo o acompanhamento na administração do seu Condomínio.">
|
|
<meta property="og:image" content="">
|
|
<meta property="og:locale" content="pt_PT">
|
|
|
|
<!-- CSS STYLES AND FONTS -->
|
|
<link href="https://fonts.googleapis.com/css?family=Oswald:500|Source+Sans+Pro:300,400,700" rel="stylesheet">
|
|
<link href="~/Content/css/styles.min.css" rel="stylesheet" media="screen">
|
|
@Scripts.Render("~/bundles/modernizr")
|
|
@Styles.Render("~/Content/toastr")
|
|
|
|
<!-- FOR MOBILE DEVICES-->
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<script src="http://www.google.com/recaptcha/api.js?render=6Lca7-wUAAAAAPuB4RxJt7KXZXTvon4usCkwhlOx"></script>
|
|
<script>
|
|
grecaptcha.ready(function () {
|
|
grecaptcha.execute('6Lca7-wUAAAAAPuB4RxJt7KXZXTvon4usCkwhlOx', { action: 'Budget' }).then(function (token) {
|
|
document.getElementById("g-recaptcha-response").value = token;
|
|
});
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<nav id="main-menu" class="navbar navbar-default navbar-fixed-top">
|
|
<div class="container">
|
|
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
<div class="navbar-header">
|
|
<button aria-expanded="false" class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button>
|
|
<a class="navbar-brand" href="#">
|
|
<img src=@Url.Content("~/Content/images/logotipo.png")>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
|
|
<ul class="nav navbar-nav navbar-right oswald">
|
|
<li>
|
|
<a href="javascript:scrollToSection('hero')">Início</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:scrollToSection('quem-somos')">Quem Somos</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:scrollToSection('servicos')">Serviços</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:scrollOrcamento();">Orçamentos</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:scrollToSection('main-footer')">Contactos</a>
|
|
</li>
|
|
@if (ViewBag.LoggedIn != null && ViewBag.LoggedIn == true)
|
|
{
|
|
<li>
|
|
<a href="@Url.Action("Index", "BackOffice", new { id = UrlParameter.Optional })">AREA DE CLIENTE</a>
|
|
</li>
|
|
<li>
|
|
<a href="@Url.Action("LogOut", "Account", new { id = UrlParameter.Optional })">LOGOUT</a>
|
|
</li>
|
|
}
|
|
else
|
|
{
|
|
<li class="active">
|
|
<a href="@Url.Action("Login", "Account", new { id = UrlParameter.Optional })">LOGIN</a>
|
|
</li>
|
|
}
|
|
</ul>
|
|
</div><!-- /.navbar-collapse -->
|
|
</div><!-- /.container -->
|
|
</nav>
|
|
|
|
@RenderBody()
|
|
|
|
@Scripts.Render("~/bundles/jquery")
|
|
@Scripts.Render("~/bundles/toastr")
|
|
@Scripts.Render("~/bundles/bootstrap")
|
|
@Scripts.Render("~/bundles/site")
|
|
@RenderSection("scripts", required: false)
|
|
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
var displayMessage = function (message, msgType) {
|
|
toastr.options = {
|
|
"closeButton": true,
|
|
"debug": false,
|
|
"newestOnTop": false,
|
|
"progressBar": true,
|
|
"positionClass": "toast-top-right",
|
|
"preventDuplicates": false,
|
|
"onclick": null,
|
|
"showDuration": "300",
|
|
"hideDuration": "1000",
|
|
"timeOut": "5000",
|
|
"extendedTimeOut": "1000",
|
|
"showEasing": "swing",
|
|
"hideEasing": "linear",
|
|
"showMethod": "fadeIn",
|
|
"hideMethod": "fadeOut"
|
|
};
|
|
toastr[msgType](message);
|
|
};
|
|
|
|
if ($('#success').val()) {
|
|
displayMessage($('#success').val(), 'success');
|
|
}
|
|
if ($('#info').val()) {
|
|
displayMessage($('#info').val(), 'info');
|
|
}
|
|
if ($('#warning').val()) {
|
|
displayMessage($('#warning').val(), 'warning');
|
|
}
|
|
if ($('#error').val()) {
|
|
displayMessage($('#error').val(), 'error');
|
|
}
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|