diff --git a/assets/css/secure.css b/assets/css/secure.css new file mode 100644 index 000000000..9ade5955b --- /dev/null +++ b/assets/css/secure.css @@ -0,0 +1,336 @@ +/* Make Navbar transparent */ +.navbar:not(.scrolled) { + background-color: transparent; } + +.navbar:not(.scrolled) .btn-primary { + background-color: transparent !important; + border-color: white; } + +/** + * Secure Page + */ +.background { + background-image: url("../img/security/security.jpg"); + padding-bottom: 0; + padding-top: 0; + margin-bottom: 0; + background-repeat: no-repeat; + background-position: bottom 0 right 0; + background-size: cover; + border-radius: 0 !important; + height: 70vh; + min-height: 600px; + max-height: 800px; } + .background h1 { + padding-top: 0; + color: white; } + .background h2 { + color: white; + font-size: 18px; + line-height: 1.6; } + .background .btn-primary { + margin-top: 50px; + width: 70%; } + .background .container { + top: 50%; + transform: translateY(-50%); + position: relative; + margin-left: 5%; + padding: 0; } + .background .container .topheader { + padding: 0; } + .background .container .topheader a { + width: 290px; + height: 60px; + padding-top: 16px; } + .background .container-fluid img { + height: 100%; + width: 100%; } + +/* All headers */ +.featureblock { + padding-top: 50px; } + .featureblock .screenshot { + /* padding: 20px; */ + margin-top: 20px; + margin-bottom: 20px; + border: solid 1px transparent; + border-radius: 0px; + border: solid 1px #fbfbfb; + box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.04); } + .featureblock .screenshot:hover { + box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14); + border: solid 1px #fbfbfb; + border-radius: 0px; + transition: all 0.5s ease; } + .featureblock .header { + margin-bottom: 54px; + text-align: center; } + .featureblock h2 { + text-align: left; + color: #2a2a36; + margin-top: 25px; + margin-bottom: 25px; + font-size: 40px; } + .featureblock h3 { + text-align: left; + font-size: 30px; } + .featureblock .row { + margin-bottom: 50px; } + +/* Process image */ +.process { + height: 1100px; } + .process h1 { + font-size: 25px; + font-weight: bold; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #2a2a36; } + .process p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: left; + color: #434343; } + .process p:last-of-type { + margin-bottom: 30px; } + @media (min-width: 768px) { + .process { + height: 850px; + /* .number1 { + left: -12%; + } + .number2 { + left: 1%; + } + .number3 { + left: 15%; + } + .number4 { + left: 30%; + } + .number5 { + left: 44%; + } + .number6 { + left: 58%; + } + .number7 { + left: 72%; + }*/ } + .process .nav-pills li { + width: 19%; + margin: 0px; } + .process .nav-pills li a { + padding: 0px; } + .process .nav-pills li a img { + width: 115%; + /* height: 100%; */ + /* height: 70px; */ } + .process .nav-pills > li > a { + background-color: transparent; } + .process .nav-pills > li > a:focus { + -webkit-filter: grayscale(50%); + /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; } + .process .nav-pills > li > a:hover { + -webkit-filter: grayscale(50%); + /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; } + .process .nav-pills > li.active > a { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .nav-pills > li.active > a:focus { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .nav-pills > li.active > a:hover { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .nav-pills li.active img { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .img-responsive { + margin-left: auto; + margin-right: auto; + margin-top: 36px; + margin-bottom: 17px; } + .process .main { + /* width: 1046px; */ + /* height: auto; */ } + .process .processimg { + position: relative; + /* height: 60px; */ + /* width: 1046px; */ } + .process .info { + position: absolute; + top: 70px; + /* left: -120px; */ + /* bottom: 0; */ + /* right: 0; */ + /* background-color: rgba(255, 255, 255, 0.6); */ } + .process .info p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #434343; } + .process .info p:last-of-type { + margin-bottom: 30px; } } + @media (max-width: 768px) { + .process { + height: 1250px; + /* .number1 { + left: -12%; + } + .number2 { + left: 1%; + } + .number3 { + left: 15%; + } + .number4 { + left: 30%; + } + .number5 { + left: 44%; + } + .number6 { + left: 58%; + } + .number7 { + left: 72%; + }*/ } + .process .nav-pills li { + width: 30%; + margin: 10px 0px 0px 0px; } + .process .nav-pills li a { + padding: 0px; } + .process .nav-pills li a img { + width: 115%; + /* height: 100%; */ + /* height: 70px; */ } + .process .nav-pills > li > a { + background-color: transparent; } + .process .nav-pills > li > a:focus { + -webkit-filter: grayscale(50%); + /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; } + .process .nav-pills > li > a:hover { + -webkit-filter: grayscale(50%); + /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; } + .process .nav-pills > li.active > a { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .nav-pills > li.active > a:focus { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .nav-pills > li.active > a:hover { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .nav-pills li.active img { + -webkit-filter: grayscale(100%); + /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; } + .process .img-responsive { + margin-left: auto; + margin-right: auto; + margin-top: 36px; + margin-bottom: 17px; } + .process .main { + /* width: 1046px; */ + height: auto; } + .process .processimg { + position: relative; + /* height: 60px; */ + width: 100%; } + .process .info { + position: absolute; + top: 140px; + /* left: -120px; */ + /* bottom: 0; */ + /* right: 0; */ + /* background-color: rgba(255, 255, 255, 0.6); */ } + .process .info p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #434343; } + .process .info p:last-of-type { + margin-bottom: 30px; } } + +/* Development section */ +.development { + margin-top: 64px; + margin-bottom: 30px; } + .development a { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #178ecd; } + .development p { + text-align: center; } + .development .box { + margin-top: 20px; + border: solid 1px transparent; + margin-bottom: 50px; } + .development .box:hover { + box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14); + border: solid 1px #fbfbfb; + border-radius: 0px; + transition: all 0.5s ease; } + .development .box h1 { + font-size: 25px; + font-weight: bold; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #2a2a36; } + .development .box p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #434343; } + .development .box p:last-of-type { + margin-bottom: 30px; } + .development .box .img-responsive { + margin-left: auto; + margin-right: auto; + margin-top: 36px; + margin-bottom: 17px; } diff --git a/assets/css/secure.scss b/assets/css/secure.scss new file mode 100644 index 000000000..e751403b4 --- /dev/null +++ b/assets/css/secure.scss @@ -0,0 +1,442 @@ +@import "variables.scss"; +@import "transparent-navbar.scss"; + + +/** + * Secure Page + */ +.background { + background-image: url("../img/security/security.jpg"); + padding-bottom: 0; + padding-top: 0; + margin-bottom: 0; + background-repeat: no-repeat; + background-position: bottom 0 right 0; + background-size: cover; + border-radius: 0 !important; + height: 70vh; + min-height: 600px; + max-height: 800px; + + h1 { + padding-top: 0; + color: white; + } + + h2 { + color: white; + font-size: 18px; + line-height: 1.6; + } + + .btn-primary { + margin-top: 50px; + width: 70%; + } + + .container { + top: 50%; + transform: translateY(-50%); + position: relative; + margin-left: 5%; + padding: 0; + .topheader { + padding: 0; + a{ + width: 290px; + height: 60px; + padding-top: 16px + } + } + } + + .container-fluid{ + img { + height: 100%; + width: 100%; + } + } +} + +/* All headers */ + +.featureblock { + padding-top: 50px; + + + .screenshot { + /* padding: 20px; */ + margin-top: 20px; + margin-bottom: 20px; + border: solid 1px transparent; + border-radius: 0px; + border: solid 1px #fbfbfb; + box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.04); + + &:hover{ + box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14); + border: solid 1px #fbfbfb; + border-radius: 0px; + transition: all 0.5s ease; + } + } + + + .header { + margin-bottom: 54px; + text-align: center; + } + + h2 { + text-align: left; + color: #2a2a36; + margin-top: 25px; + margin-bottom: 25px; + font-size: 40px; + } + + h3 { + text-align: left; + font-size: 30px; + } + + p { + + } + + .row { + margin-bottom: 50px; + } +} + +/* Process image */ + +.process { + height: 1100px; + + h1 { + font-size: 25px; + font-weight: bold; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #2a2a36; + } + + p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: left; + color: #434343; + &:last-of-type { + margin-bottom: 30px; + } + } + + + + + @media (min-width: $break-small) { + height: 850px; + + .nav-pills li { + width: 19%; + margin: 0px; + } + + .nav-pills li a { + padding: 0px; + } + + .nav-pills li a img { + width: 115%; +/* height: 100%; */ +/* height: 70px; */ + } + + .nav-pills>li>a { + background-color: transparent; + } + + .nav-pills>li>a:focus { + -webkit-filter: grayscale(50%); /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; + } + + .nav-pills>li>a:hover { + -webkit-filter: grayscale(50%); /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; + } + + .nav-pills>li.active>a { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + + .nav-pills>li.active>a:focus { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + + .nav-pills>li.active>a:hover { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + + .nav-pills li.active img { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + .img-responsive { + margin-left: auto; + margin-right: auto; + margin-top: 36px; + margin-bottom: 17px; + } + + .main { +/* width: 1046px; */ +/* height: auto; */ + } + .processimg { + position: relative; +/* height: 60px; */ +/* width: 1046px; */ + } + + .info { + position: absolute; + top: 70px; + /* left: -120px; */ + /* bottom: 0; */ + /* right: 0; */ + /* background-color: rgba(255, 255, 255, 0.6); */ + p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #434343; + &:last-of-type { + margin-bottom: 30px; + } + } + + } + +/* .number1 { + left: -12%; + } + .number2 { + left: 1%; + } + .number3 { + left: 15%; + } + .number4 { + left: 30%; + } + .number5 { + left: 44%; + } + .number6 { + left: 58%; + } + .number7 { + left: 72%; + }*/ + } + + @media (max-width: $break-small) { + height: 1250px; + + .nav-pills li { + width: 30%; + margin: 10px 0px 0px 0px; + } + + .nav-pills li a { + padding: 0px; + } + + .nav-pills li a img { + width: 115%; +/* height: 100%; */ +/* height: 70px; */ + } + + .nav-pills>li>a { + background-color: transparent; + } + + .nav-pills>li>a:focus { + -webkit-filter: grayscale(50%); /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; + } + + .nav-pills>li>a:hover { + -webkit-filter: grayscale(50%); /* Chrome, Safari, Opera */ + filter: grayscale(50%); + background-color: transparent; + } + + .nav-pills>li.active>a { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + + .nav-pills>li.active>a:focus { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + + .nav-pills>li.active>a:hover { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + + .nav-pills li.active img { + -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ + filter: grayscale(100%); + background-color: transparent; + } + .img-responsive { + margin-left: auto; + margin-right: auto; + margin-top: 36px; + margin-bottom: 17px; + } + + .main { +/* width: 1046px; */ + height: auto; + } + .processimg { + position: relative; +/* height: 60px; */ + width: 100%; + } + + .info { + position: absolute; + top: 140px; + /* left: -120px; */ + /* bottom: 0; */ + /* right: 0; */ + /* background-color: rgba(255, 255, 255, 0.6); */ + p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #434343; + &:last-of-type { + margin-bottom: 30px; + } + } + + } + +/* .number1 { + left: -12%; + } + .number2 { + left: 1%; + } + .number3 { + left: 15%; + } + .number4 { + left: 30%; + } + .number5 { + left: 44%; + } + .number6 { + left: 58%; + } + .number7 { + left: 72%; + }*/ + } +} + +/* Development section */ + +.development { + margin-top: 64px; + margin-bottom: 30px; + a { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #178ecd; + } + + p { + text-align: center; + } + + .box { + margin-top: 20px; + border: solid 1px transparent; + margin-bottom: 50px; + + &:hover{ + box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14); + border: solid 1px #fbfbfb; + border-radius: 0px; + transition: all 0.5s ease; + } + + h1 { + font-size: 25px; + font-weight: bold; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #2a2a36; + } + + p { + font-size: 20px; + font-weight: 300; + font-style: normal; + font-stretch: normal; + line-height: 1.36; + text-align: center; + color: #434343; + &:last-of-type { + margin-bottom: 30px; + } + } + .img-responsive { + margin-left: auto; + margin-right: auto; + margin-top: 36px; + margin-bottom: 17px; + } + } +} diff --git a/assets/img/5years/5years.svg b/assets/img/5years/5years.svg index 8c0e8e714..13a892049 100644 --- a/assets/img/5years/5years.svg +++ b/assets/img/5years/5years.svg @@ -1,155 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/arrow_down.svg b/assets/img/arrow_down.svg index 8f897c46f..cb641f179 100644 --- a/assets/img/arrow_down.svg +++ b/assets/img/arrow_down.svg @@ -1,60 +1 @@ - - + \ No newline at end of file diff --git a/assets/img/arrow_right.svg b/assets/img/arrow_right.svg index 73d9faf1e..cb641f179 100644 --- a/assets/img/arrow_right.svg +++ b/assets/img/arrow_right.svg @@ -1,19 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/common/YTplay.svg b/assets/img/common/YTplay.svg index 182866071..6a4aeb3e8 100644 --- a/assets/img/common/YTplay.svg +++ b/assets/img/common/YTplay.svg @@ -1,89 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/common/YTplayHover.svg b/assets/img/common/YTplayHover.svg index c6a8bf366..4be22c3ab 100644 --- a/assets/img/common/YTplayHover.svg +++ b/assets/img/common/YTplayHover.svg @@ -1,89 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/common/logo_nextcloud.svg b/assets/img/common/logo_nextcloud.svg index 2620f3b20..5d2bb58b2 100644 --- a/assets/img/common/logo_nextcloud.svg +++ b/assets/img/common/logo_nextcloud.svg @@ -1,106 +1 @@ - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/common/logo_nextcloud_white.svg b/assets/img/common/logo_nextcloud_white.svg index 3d066bb7a..5a5b83a02 100644 --- a/assets/img/common/logo_nextcloud_white.svg +++ b/assets/img/common/logo_nextcloud_white.svg @@ -1,107 +1 @@ - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/federation/federation-logo.svg b/assets/img/federation/federation-logo.svg index be8f34483..a10612f16 100644 --- a/assets/img/federation/federation-logo.svg +++ b/assets/img/federation/federation-logo.svg @@ -1,155 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/history/2010.svg b/assets/img/history/2010.svg index c905e3d7b..d486c956b 100644 --- a/assets/img/history/2010.svg +++ b/assets/img/history/2010.svg @@ -1,118 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/2011.svg b/assets/img/history/2011.svg index 3ba4c3265..fca6605e6 100644 --- a/assets/img/history/2011.svg +++ b/assets/img/history/2011.svg @@ -1,121 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/2012.svg b/assets/img/history/2012.svg index a217766cc..64b448d37 100644 --- a/assets/img/history/2012.svg +++ b/assets/img/history/2012.svg @@ -1,121 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/2013.svg b/assets/img/history/2013.svg index 9f41efd58..59f021c49 100644 --- a/assets/img/history/2013.svg +++ b/assets/img/history/2013.svg @@ -1,121 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/2014.svg b/assets/img/history/2014.svg index 572ed87c7..726e929e1 100644 --- a/assets/img/history/2014.svg +++ b/assets/img/history/2014.svg @@ -1,117 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/2015.svg b/assets/img/history/2015.svg index bff83a690..9fddbe376 100644 --- a/assets/img/history/2015.svg +++ b/assets/img/history/2015.svg @@ -1,117 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/2016.svg b/assets/img/history/2016.svg index cc9e28854..4dea1b82f 100644 --- a/assets/img/history/2016.svg +++ b/assets/img/history/2016.svg @@ -1,117 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/The-New-Stack-Logo.svg b/assets/img/history/The-New-Stack-Logo.svg index 9bb4ff676..c0d211af6 100644 --- a/assets/img/history/The-New-Stack-Logo.svg +++ b/assets/img/history/The-New-Stack-Logo.svg @@ -1,42 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/code.svg b/assets/img/history/code.svg index 0194c4299..51728e6ee 100644 --- a/assets/img/history/code.svg +++ b/assets/img/history/code.svg @@ -1,493 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/desktop.svg b/assets/img/history/desktop.svg index 72e35a331..8cf76e3b9 100644 --- a/assets/img/history/desktop.svg +++ b/assets/img/history/desktop.svg @@ -1,487 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/github.svg b/assets/img/history/github.svg index 992d11ee8..65c10f7bb 100644 --- a/assets/img/history/github.svg +++ b/assets/img/history/github.svg @@ -1,493 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/inc.svg b/assets/img/history/inc.svg index 3d582f098..cdedb2457 100644 --- a/assets/img/history/inc.svg +++ b/assets/img/history/inc.svg @@ -1,976 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/meeting.svg b/assets/img/history/meeting.svg index 3ccd408cc..c8e8b8381 100644 --- a/assets/img/history/meeting.svg +++ b/assets/img/history/meeting.svg @@ -1,493 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/mobile.svg b/assets/img/history/mobile.svg index 67cf891fd..e8903b0b4 100644 --- a/assets/img/history/mobile.svg +++ b/assets/img/history/mobile.svg @@ -1,493 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/money.svg b/assets/img/history/money.svg index 654a94e62..fbdcdec4f 100644 --- a/assets/img/history/money.svg +++ b/assets/img/history/money.svg @@ -1,493 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/neutral.svg b/assets/img/history/neutral.svg index ea8e3f62c..5d4f355cf 100644 --- a/assets/img/history/neutral.svg +++ b/assets/img/history/neutral.svg @@ -1,637 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/office.svg b/assets/img/history/office.svg index 77e36797d..5ff358d41 100644 --- a/assets/img/history/office.svg +++ b/assets/img/history/office.svg @@ -1,509 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/org.svg b/assets/img/history/org.svg index 2ae2957f4..cdbcd2172 100644 --- a/assets/img/history/org.svg +++ b/assets/img/history/org.svg @@ -1,550 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/press.svg b/assets/img/history/press.svg index 484ef86b5..5ea481146 100644 --- a/assets/img/history/press.svg +++ b/assets/img/history/press.svg @@ -1,493 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/release.svg b/assets/img/history/release.svg index 2ae2957f4..cdbcd2172 100644 --- a/assets/img/history/release.svg +++ b/assets/img/history/release.svg @@ -1,550 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/statistics.svg b/assets/img/history/statistics.svg index 28c2d24d6..1a0637c3d 100644 --- a/assets/img/history/statistics.svg +++ b/assets/img/history/statistics.svg @@ -1,493 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/history/timeline-dot.svg b/assets/img/history/timeline-dot.svg index 24959e8e2..88f982693 100644 --- a/assets/img/history/timeline-dot.svg +++ b/assets/img/history/timeline-dot.svg @@ -1,71 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/logo/logo_nextcloud_blue.svg b/assets/img/logo/logo_nextcloud_blue.svg index 21fb81da3..bf56271a9 100644 --- a/assets/img/logo/logo_nextcloud_blue.svg +++ b/assets/img/logo/logo_nextcloud_blue.svg @@ -1,70 +1 @@ - - - + \ No newline at end of file diff --git a/assets/img/logo/logo_nextcloud_white.svg b/assets/img/logo/logo_nextcloud_white.svg index 91924de6a..c24f23f1b 100644 --- a/assets/img/logo/logo_nextcloud_white.svg +++ b/assets/img/logo/logo_nextcloud_white.svg @@ -1,27 +1 @@ - - + \ No newline at end of file diff --git a/assets/img/pidrive/snappy.svg b/assets/img/pidrive/snappy.svg index 890fd7982..026707f96 100644 --- a/assets/img/pidrive/snappy.svg +++ b/assets/img/pidrive/snappy.svg @@ -1,31 +1 @@ - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/security/HackerOne.png b/assets/img/security/HackerOne.png new file mode 100644 index 000000000..9111b5930 Binary files /dev/null and b/assets/img/security/HackerOne.png differ diff --git a/assets/img/security/design2.png b/assets/img/security/design2.png new file mode 100644 index 000000000..b978a0d0f Binary files /dev/null and b/assets/img/security/design2.png differ diff --git a/assets/img/security/hackerone.png b/assets/img/security/hackerone.png new file mode 100644 index 000000000..a1ee178c0 Binary files /dev/null and b/assets/img/security/hackerone.png differ diff --git a/assets/img/security/implementation.svg b/assets/img/security/implementation.svg new file mode 100644 index 000000000..950ff5e1e --- /dev/null +++ b/assets/img/security/implementation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/security/peryear.png b/assets/img/security/peryear.png new file mode 100644 index 000000000..ec2974891 Binary files /dev/null and b/assets/img/security/peryear.png differ diff --git a/assets/img/security/release2.png b/assets/img/security/release2.png new file mode 100644 index 000000000..771d12ca8 Binary files /dev/null and b/assets/img/security/release2.png differ diff --git a/assets/img/security/requirements.svg b/assets/img/security/requirements.svg new file mode 100644 index 000000000..143f85564 --- /dev/null +++ b/assets/img/security/requirements.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/security/response.svg b/assets/img/security/response.svg new file mode 100644 index 000000000..4c1c07a22 --- /dev/null +++ b/assets/img/security/response.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/security/reviewprocess.png b/assets/img/security/reviewprocess.png new file mode 100644 index 000000000..1089baf61 Binary files /dev/null and b/assets/img/security/reviewprocess.png differ diff --git a/assets/img/security/scan.png b/assets/img/security/scan.png new file mode 100644 index 000000000..76373bf8e Binary files /dev/null and b/assets/img/security/scan.png differ diff --git a/assets/img/security/security.jpg b/assets/img/security/security.jpg new file mode 100644 index 000000000..d4f6ae8bb Binary files /dev/null and b/assets/img/security/security.jpg differ diff --git a/assets/img/security/security.png b/assets/img/security/security.png new file mode 100644 index 000000000..4ca4aa58f Binary files /dev/null and b/assets/img/security/security.png differ diff --git a/assets/img/security/threatmodel.png b/assets/img/security/threatmodel.png new file mode 100644 index 000000000..cc2f2ab15 Binary files /dev/null and b/assets/img/security/threatmodel.png differ diff --git a/assets/img/security/training.svg b/assets/img/security/training.svg new file mode 100644 index 000000000..4b921e880 --- /dev/null +++ b/assets/img/security/training.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/security/training2.png b/assets/img/security/training2.png new file mode 100644 index 000000000..d3bfe758b Binary files /dev/null and b/assets/img/security/training2.png differ diff --git a/assets/img/security/verification.svg b/assets/img/security/verification.svg new file mode 100644 index 000000000..ffa2bb3c8 --- /dev/null +++ b/assets/img/security/verification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/social/diaspora.svg b/assets/img/social/diaspora.svg index d8c200a06..37b58b0bd 100644 --- a/assets/img/social/diaspora.svg +++ b/assets/img/social/diaspora.svg @@ -1,57 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/social/facebook.svg b/assets/img/social/facebook.svg index df7eba290..50a92d061 100644 --- a/assets/img/social/facebook.svg +++ b/assets/img/social/facebook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/social/googleplus.svg b/assets/img/social/googleplus.svg index 5409983df..badebff71 100644 --- a/assets/img/social/googleplus.svg +++ b/assets/img/social/googleplus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/social/mail.svg b/assets/img/social/mail.svg index 299613d7a..db545ea51 100644 --- a/assets/img/social/mail.svg +++ b/assets/img/social/mail.svg @@ -1,77 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/img/social/rss.svg b/assets/img/social/rss.svg index 3a83e0af5..88456c767 100644 --- a/assets/img/social/rss.svg +++ b/assets/img/social/rss.svg @@ -1,60 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/social/twitter.svg b/assets/img/social/twitter.svg index 640529878..69b2699c2 100644 --- a/assets/img/social/twitter.svg +++ b/assets/img/social/twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/social/youtube.svg b/assets/img/social/youtube.svg index de5c7af01..d9625423a 100644 --- a/assets/img/social/youtube.svg +++ b/assets/img/social/youtube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/page-features.php b/page-features.php index 8d485a2c5..394ac0f9b 100644 --- a/page-features.php +++ b/page-features.php @@ -48,11 +48,29 @@
We are deeply committed to protect the safety of the data of our customers. Because: +
With Nextcloud, system administrators can control and direct the flow of data between users on a server. Rule based file tagging and responding to these tags as well as other triggers like physical location, user group, file properties and request type enables administrators to specifically deny access to, convert, delete or retain data following business or legal requirements.
-Features including our monitoring app, 2-factor authentication, brute force protection and our Eur 5000 security bug bounty program give you the highest level of security and protection against privacy breaches.
+With Nextcloud, system administrators can control and direct the flow of data between users on or between servers. Rule based file tagging and responding to these tags as well as other triggers like physical location, user group, file properties and request type enables administrators to specifically deny access to, convert, delete or retain data following business or legal requirements.
Nextcloud puts you in control of your data and keeps it safe.