Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mautic-submit.php39
-rw-r--r--page-contactsubmit.php4
-rw-r--r--page-ionossubmit.php4
-rw-r--r--page-ordersubmit.php6
-rw-r--r--page-providersubmit.php4
-rw-r--r--page-salessubmit.php4
-rw-r--r--page-trialsubmit.php4
7 files changed, 32 insertions, 33 deletions
diff --git a/mautic-submit.php b/mautic-submit.php
index 3b9caa8b..6b7295d5 100644
--- a/mautic-submit.php
+++ b/mautic-submit.php
@@ -1,24 +1,23 @@
-<!-- TODO: add usual headers and nice look to replace what I have below -->
+<head>
+<script>
+ require(["require.config"], function() {
+ require(["pages/enterprise"])
+ });
+</script>
+<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/enterprise.css" rel="stylesheet">
+</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>
<style>
-h3 {
- font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
- font-size: 24px;
- font-weight: 300;
- line-height: 1.5;
- color: #555;
- text-align: center;
- margin: 30vh auto 20px auto;
-}
-p {
- font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
- font-size: 14px;
- font-weight: 300;
- line-height: 1;
- color: #555;
- text-align: center;
- margin: 10px auto;
-}
-</style>
+
<?php
include __DIR__ . '/vendor/autoload.php';
include __DIR__ . '/config.php';
diff --git a/page-contactsubmit.php b/page-contactsubmit.php
index 22a2538b..a0631aff 100644
--- a/page-contactsubmit.php
+++ b/page-contactsubmit.php
@@ -10,8 +10,8 @@
<div class="container-fluid background">
<div class="container">
<div class="col-md-6 topheader">
- <h1><?php echo $l->t('Get support from the source');?></h1>
- <h2><?php echo $l->t('The best expertise whenever you need it!');?></h2>
+ <h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
+ <h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
</div>
diff --git a/page-ionossubmit.php b/page-ionossubmit.php
index 7481d045..330ba755 100644
--- a/page-ionossubmit.php
+++ b/page-ionossubmit.php
@@ -11,8 +11,8 @@
<div class="container-fluid background">
<div class="container">
<div class="col-md-6 topheader">
- <h1><?php echo $l->t('Get support from the source');?></h1>
- <h2><?php echo $l->t('The best expertise whenever you need it!');?></h2>
+ <h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
+ <h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
</div>
diff --git a/page-ordersubmit.php b/page-ordersubmit.php
index cb06d7c2..639c010d 100644
--- a/page-ordersubmit.php
+++ b/page-ordersubmit.php
@@ -5,14 +5,14 @@
require(["pages/enterprise"])
});
</script>
-<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/enterprise.css" rel="stylesheet">
+<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/enterprise.css?v=2" rel="stylesheet">
</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('Get support from the source');?></h1>
- <h2><?php echo $l->t('The best expertise whenever you need it!');?></h2>
+ <h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
+ <h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
</div>
diff --git a/page-providersubmit.php b/page-providersubmit.php
index 44599502..2a5780ab 100644
--- a/page-providersubmit.php
+++ b/page-providersubmit.php
@@ -10,8 +10,8 @@
<div class="container-fluid background">
<div class="container">
<div class="col-md-6 topheader">
- <h1><?php echo $l->t('Get support from the source');?></h1>
- <h2><?php echo $l->t('The best expertise whenever you need it!');?></h2>
+ <h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
+ <h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
</div>
diff --git a/page-salessubmit.php b/page-salessubmit.php
index e6b2d52d..61d8f89c 100644
--- a/page-salessubmit.php
+++ b/page-salessubmit.php
@@ -10,8 +10,8 @@
<div class="container-fluid background">
<div class="container">
<div class="col-md-6 topheader">
- <h1><?php echo $l->t('Get support from the source');?></h1>
- <h2><?php echo $l->t('The best expertise whenever you need it!');?></h2>
+ <h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
+ <h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
</div>
diff --git a/page-trialsubmit.php b/page-trialsubmit.php
index 82da03e5..359c8a7f 100644
--- a/page-trialsubmit.php
+++ b/page-trialsubmit.php
@@ -10,8 +10,8 @@
<div class="container-fluid background">
<div class="container">
<div class="col-md-6 topheader">
- <h1><?php echo $l->t('Get support from the source');?></h1>
- <h2><?php echo $l->t('The best expertise whenever you need it!');?></h2>
+ <h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
+ <h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
</div>