fix bunch of bugs caused by refactoring

Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
This commit is contained in:
Jos Poortvliet 2019-10-30 01:37:08 +01:00
Родитель 0787f147c4
Коммит 5bbcee1bc4
20 изменённых файлов: 160 добавлений и 154 удалений

Просмотреть файл

@ -46,7 +46,7 @@
margin-bottom: 100px; } }
section {
margin: 180px 0; }
margin: 50px 0; }
.section--on-premise .row {
padding-bottom: 20px; }
@ -134,6 +134,9 @@ section {
.section--outlook .row {
padding-bottom: 10px; }
.section--privacy {
/* padding: 0; */ }
.section--others {
margin: 0 0 0 0;
padding: 90px 70px 70px 70px;
@ -156,6 +159,7 @@ section {
padding-top: 20%; }
.section--getstarted {
padding-bottom: 0px;
margin-bottom: 0px; }
.section--getstarted a {
margin: 50px; }

Просмотреть файл

@ -27,7 +27,7 @@
section {
margin: 180px 0;
margin: 50px 0;
}
.section--hosting {
@ -171,7 +171,9 @@ section {
}
}
.section--privacy {
/* padding: 0; */
}
.section--others {
margin: 0 0 0 0;
padding: 90px 70px 70px 70px;
@ -204,6 +206,7 @@ section {
}
.section--getstarted {
padding-bottom: 0px;
margin-bottom: 0px;
a {
margin: 50px;

Просмотреть файл

@ -7,54 +7,52 @@
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container-widest .container-widest {
width: 738px;
}
}
@media (min-width: 992px) {
.container-widest .container-widest {
width: 962px;
}
}
@media (min-width: 1200px) {
.container-widest .container-widest {
width: 1170px;
}
}
@media (min-width: 1500px) {
.container-widest .container-widest {
width: 1470px;
}
}
@media (min-width: 1800px) {
.container-widest .container-widest {
width: 1770px;
}
}
margin-left: auto; }
@media (min-width: 768px) {
.container-widest .container-widest {
width: 738px; } }
@media (min-width: 992px) {
.container-widest .container-widest {
width: 962px; } }
@media (min-width: 1200px) {
.container-widest .container-widest {
width: 1170px; } }
@media (min-width: 1500px) {
.container-widest .container-widest {
width: 1470px; } }
@media (min-width: 1800px) {
.container-widest .container-widest {
width: 1770px; } }
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute;
}
position: absolute; }
/* gradient behind transparent nav */
.nav:not(.scrolled) {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
/* IE6-9 */ }
.buy-background {
background-image: url("../../img/headers/enterprise.jpg");
background-position: bottom 0 right 0;
}
background-position: bottom 0 right 0; }
.buy-background .menu {
margin-top: -100px; }
.contact {
margin-top: 50px;
margin-bottom: 50px;
}
margin-bottom: 50px; }
.contact > h3 {
margin-top: 90px;
margin-bottom: 20px;
text-align: left;
}
text-align: left; }
/*# sourceMappingURL=buy.css.map */

Просмотреть файл

@ -1,9 +1,14 @@
@import '../variables';
@import '../modules/transparent-navbar';
@import '../vendor/modular-scale/modular-scale';
@import '../modules/transparent-gradient';
.buy-background {
background-image: url("../../img/headers/enterprise.jpg");
background-position: bottom 0 right 0;
.menu {
margin-top: -100px;
}
}
.contact {

Просмотреть файл

@ -46,6 +46,8 @@
background-size: cover;
margin-bottom: 50px;
padding-bottom: 0px; }
.enterprise-hero-section .menu {
margin-top: -100px; }
section {
padding-top: 80px;

Просмотреть файл

@ -9,6 +9,9 @@
background-size: cover;
margin-bottom: 50px;
padding-bottom: 0px;
.menu {
margin-top: -100px;
}
}

Просмотреть файл

@ -35,7 +35,7 @@
background-size: cover; }
section {
margin: 180px 0; }
margin: 50px 0; }
.section--customers {
position: relative; }
@ -104,7 +104,8 @@ section {
padding-top: 20%; }
.section--getstarted {
margin-bottom: 0px; }
margin-bottom: 0px;
padding-bottom: 0; }
.section--getstarted a {
margin: 50px; }

Просмотреть файл

@ -9,7 +9,7 @@
}
section {
margin: 180px 0;
margin: 50px 0;
}
.section--hosting {
@ -119,6 +119,7 @@ section {
.section--getstarted {
margin-bottom: 0px;
padding-bottom: 0;
a {
margin: 50px;
}

Просмотреть файл

@ -7,95 +7,73 @@
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container-widest .container-widest {
width: 738px;
}
}
@media (min-width: 992px) {
.container-widest .container-widest {
width: 962px;
}
}
@media (min-width: 1200px) {
.container-widest .container-widest {
width: 1170px;
}
}
@media (min-width: 1500px) {
.container-widest .container-widest {
width: 1470px;
}
}
@media (min-width: 1800px) {
.container-widest .container-widest {
width: 1770px;
}
}
margin-left: auto; }
@media (min-width: 768px) {
.container-widest .container-widest {
width: 738px; } }
@media (min-width: 992px) {
.container-widest .container-widest {
width: 962px; } }
@media (min-width: 1200px) {
.container-widest .container-widest {
width: 1170px; } }
@media (min-width: 1500px) {
.container-widest .container-widest {
width: 1470px; } }
@media (min-width: 1800px) {
.container-widest .container-widest {
width: 1770px; } }
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute;
}
position: absolute; }
.buy-background {
background-image: url("../../img/headers/enterprise.jpg");
background-position: bottom 0 right 0;
}
background-position: bottom 0 right 0; }
.buy-background .menu {
margin-top: -100px; }
.contact {
margin-top: 50px;
margin-bottom: 50px;
}
margin-bottom: 50px; }
.contact > h3 {
margin-top: 90px;
margin-bottom: 20px;
text-align: left;
}
text-align: left; }
.contact h4 {
font-weight: lighter;
margin-bottom: 0px;
margin-top: 20px;
}
margin-top: 20px; }
.collaboraNote {
line-height: 1;
}
line-height: 1; }
#orderform input,
#orderform textarea,
#orderform label span {
font-weight: normal;
}
font-weight: normal; }
#orderform input.error,
#orderform textarea.error {
border: 1px solid #d20406;
}
border: 1px solid #d20406; }
#orderform #form-error {
color: #d20406;
}
color: #d20406; }
#orderform input[type=submit] {
padding: 8px 20px;
}
#orderform input[type="submit"] {
padding: 8px 20px; }
label {
margin-bottom: 0px;
}
margin-bottom: 0px; }
.question {
margin-bottom: 0px;
}
margin-bottom: 0px; }
.details {
margin-top: 0px;
}
margin-top: 0px; }
/*# sourceMappingURL=order.css.map */

Просмотреть файл

@ -4,6 +4,9 @@
.buy-background {
background-image: url("../../img/headers/enterprise.jpg");
background-position: bottom 0 right 0;
.menu {
margin-top: -100px;
}
}
.contact {

Просмотреть файл

@ -29,9 +29,22 @@
background-color: transparent;
position: absolute; }
/* gradient behind transparent nav */
.nav:not(.scrolled) {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
/* IE6-9 */ }
.pricing-background {
background-image: url("../../img/headers/enterprise.jpg");
background-position: bottom 0 right 0; }
.pricing-background .menu {
margin-top: -100px; }
.plans {
margin-top: 133px;

Просмотреть файл

@ -1,9 +1,14 @@
@import '../variables';
@import '../modules/transparent-navbar';
@import '../vendor/modular-scale/modular-scale';
@import '../modules/transparent-gradient';
.pricing-background {
background-image: url('../../img/headers/enterprise.jpg');
background-position: bottom 0 right 0;
.menu {
margin-top: -100px;
}
}
.plans {

Просмотреть файл

@ -310,7 +310,7 @@
<section class="section--workflow">
<a name="workflow" id="workflow"></a>
<div class="container">
<div class="col-md-6 image--floated image--feature">
<div class="col-md-6 image--feature">
<a><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/file-access-control-nw.png" alt="in action"/></a>
</div>
<div class="col-md-6">
@ -324,7 +324,7 @@
<section class="section--monitoring">
<a name="monitoring" id="monitoring"></a>
<div class="container">
<div class="col-md-6 image--feature">
<div class="col-md-6 image--feature image--floated">
<a><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/monitoring-nw.png" alt="in action"/></a>
</div>
<div class="col-md-6">
@ -340,7 +340,7 @@
<section class="section--storage">
<a name="storage" id="storage"></a>
<div class="container">
<div class="col-md-6 image--floated image--feature">
<div class="col-md-6 image--feature">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/external-storage-nw.png"/></a>
</div>
<div class="col-md-6">
@ -354,7 +354,7 @@
<section class="section--fulltextsearch">
<div class="container">
<div class="col-md-6 image--feature">
<div class="col-md-6 image--feature image--floated">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/fulltextsearch.png"/></a>
</div>
<div class="col-md-6">

Просмотреть файл

@ -7,17 +7,15 @@
});
</script>
</head>
<section class="buy-hero-section second-menu">
<div class="container-fluid background buy-background">
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Contact us for a quote');?></h1>
<h2><?php echo $l->t('Our sales team will help you determine the best solution for your business needs');?></h2>
</div>
</div>
</div>
</div>
<section class="buy-hero-section background buy-background second-menu">
<div class="container background">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Contact us for a quote');?></h1>
<h2><?php echo $l->t('Our sales team will help you determine the best solution for your business needs');?></h2>
</div>
</div>
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a class="button button--blue" href="<?php echo home_url('faq') ?>"><?php echo $l->t('FAQ');?></a>

Просмотреть файл

@ -19,15 +19,13 @@
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/legal2.jpg">
</head>
<section class="enterprise-hero-section second-menu">
<div class="container-fluid background">
<div class="container">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
<h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
</div>
<section class="enterprise-hero-section background second-menu">
<div class="container background">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
<h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a href="#reliability"><?php echo $l->t('reliability');?></a>

Просмотреть файл

@ -8,17 +8,15 @@
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/old/jquery-321.min.js"></script>
</head>
<section class="pricing-hero-section second-menu">
<div class="background pricing-background">
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Nextcloud Enterprise FAQ');?></h1>
<h2><?php echo $l->t('Nextcloud Enterprise explained');?></h2>
</div>
</div>
</div>
</div>
<section class="pricing-hero-section second-menu background pricing-background">
<div class="background container">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Nextcloud Enterprise FAQ');?></h1>
<h2><?php echo $l->t('Nextcloud Enterprise explained');?></h2>
</div>
</div>
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a class="button button--blue" href="<?php echo home_url('enterprise/order') ?>"><?php echo $l->t('Order online');?></a>

Просмотреть файл

@ -290,7 +290,7 @@
<iframe width="100%" height="315" src="https://www.youtube-nocookie.com/embed/AhFnbB-a7ik" frameborder="0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-6">
<h2 class="section--paragraph__title"><?php echo $l->t('Secure file exchange');?></h2>
<h3 class="section--paragraph__title"><?php echo $l->t('Secure file exchange');?></h3>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files enables hospitals, banks, notaries and government agencies to securely send files to and receive files from customers, patients, clients or partners.');?></p>
<p class="section--paragraph"><?php echo $l->t('The easy web and mobile interfaces of Nextcloud Files allow users to share files with other users on the server, to create and send password-protected public links, to let others upload files to the private cloud and to get notifications on phone and desktop when a user on another cloud server shares files.');?></p>
<a href="<?php echo home_url('file-drop') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Secure file exchange');?></a><br>

Просмотреть файл

@ -10,17 +10,15 @@
});
</script>
</head>
<section class="buy-hero-section second-menu">
<div class="container-fluid background buy-background">
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Order Nextcloud');?></h1>
<h2><?php echo $l->t('Order your Nextcloud subscription online');?></h2>
</div>
</div>
</div>
</div>
<section class="buy-hero-section background buy-background second-menu">
<div class="container background">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Order Nextcloud');?></h1>
<h2><?php echo $l->t('Order your Nextcloud subscription online');?></h2>
</div>
</div>
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a class="button button--blue" href="<?php echo home_url('faq') ?>"><?php echo $l->t('FAQ');?></a>

Просмотреть файл

@ -8,17 +8,15 @@
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/old/jquery-321.min.js"></script>
</head>
<section class="pricing-hero-section second-menu">
<div class="background pricing-background">
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
<h2><?php echo $l->t('Nextcloud Enterprise is pre-configured, optimized and hardened for the special needs of large scale, production-critical enterprise deployments. It is backed by a Nextcloud Subscription which gives you access to our expertise, partner services and more.');?></h2>
</div>
</div>
</div>
</div>
<section class="pricing-hero-section background pricing-background second-menu">
<div class="container background">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
<h2><?php echo $l->t('Nextcloud Enterprise is pre-configured, optimized and hardened for the special needs of large scale, production-critical enterprise deployments. It is backed by a Nextcloud Subscription which gives you access to our expertise, partner services and more.');?></h2>
</div>
</div>
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a href="#plans"><?php echo $l->t('plans');?></a>

Просмотреть файл

@ -15,7 +15,7 @@
<meta name=”Description” content="Nextcloud is the most secure private cloud solution - learn how it keeps your data safe!">
</head>
<div class=" background security-background">
<div class="background security-background">
<div class="container">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Security and authentication');?></h1>