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:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-09-27 20:35:33 +0300
committerJos Poortvliet <jos@opensuse.org>2018-09-27 23:14:15 +0300
commit0405f2418a4ad1816d474ee8223f032b5da9ed60 (patch)
treef9cfcc7a8b31de31207f1e2694d49dacc217c0ac /page-threat-model.php
parentf3e4136796c7547485caff17a038f6a1740c48a1 (diff)
migrate more pages, clean some up
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-threat-model.php')
-rw-r--r--page-threat-model.php22
1 files changed, 20 insertions, 2 deletions
diff --git a/page-threat-model.php b/page-threat-model.php
index 84ac0313..22a18a0c 100644
--- a/page-threat-model.php
+++ b/page-threat-model.php
@@ -1,5 +1,21 @@
-<?php get_template_part( 'templates/parts/title'); ?>
-<div class="sub-nav"><a href="<?php echo home_url('/security') ?>">Security overview</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="<?php echo home_url('/security/advisories') ?>">Security Advisories</a>
+<head>
+ <link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/generic.css" rel="stylesheet">
+ <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
+ <script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>
+
+<div class="background generic-background">
+ <img class="pattern" src="<?php echo get_template_directory_uri(); ?>/assets/img/common/empty1x1.png" alt="">
+ <div class="container">
+ <div class="col-md-6 topheader">
+ <h1>Thread model</h1>
+ </div>
+ </div>
+</div>
+
+<section class="content">
+<div class="container">
+
+<div class="sub-nav"><a class="hyperlink" href="<?php echo home_url('/security') ?>">Security overview</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="hyperlink" href="<?php echo home_url('/security/advisories') ?>">Security Advisories</a>
</div>
<h2>Threat model & accepted risks</h2>
<p>This page is constantly evolving. So check back over time to see new additions.</p>
@@ -47,3 +63,5 @@ in those disabled features as not bounty-worthy.</p>
<p>Nextcloud ships with multiple features that perform sending requests to other hosts, we do consider this accepted behaviour and advocate people to deploy Nextcloud into its own seggregated network segment.</p>
<p><em>Page last modified on May 5, 2018</em></p>
+</div>
+</section>