diff --git a/README.md b/README.md new file mode 100644 index 00000000..655f05f9 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# rrboto \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index 19637682..88cd6617 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -14,7 +14,7 @@ body { } a { - color: #47b2e4; + color: #E1B957; text-decoration: none; } @@ -38,7 +38,7 @@ h1, h2, h3, h4, h5, h6 { bottom: 0; z-index: 9999; overflow: hidden; - background: #37517e; + background: #161527; } #preloader:before { @@ -46,7 +46,7 @@ h1, h2, h3, h4, h5, h6 { position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); - border: 6px solid #37517e; + border: 6px solid #161527; border-top-color: #fff; border-bottom-color: #fff; border-radius: 50%; @@ -84,7 +84,7 @@ h1, h2, h3, h4, h5, h6 { right: 15px; bottom: 15px; z-index: 996; - background: #47b2e4; + background: #E1B957; width: 40px; height: 40px; border-radius: 50px; @@ -98,7 +98,7 @@ h1, h2, h3, h4, h5, h6 { } .back-to-top:hover { - background: #6bc1e9; + background: #161527; color: #fff; } @@ -117,7 +117,7 @@ h1, h2, h3, h4, h5, h6 { } #header.header-scrolled, #header.header-inner-pages { - background: rgba(40, 58, 90, 0.9); + background: #161527; /*rgba(40000, 58, 90, 0.9)*/; } #header .logo { @@ -127,7 +127,7 @@ h1, h2, h3, h4, h5, h6 { line-height: 1; font-weight: 500; letter-spacing: 2px; - text-transform: uppercase; + /* text-transform: lowercase;*/ } #header .logo a { @@ -179,7 +179,7 @@ h1, h2, h3, h4, h5, h6 { } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { - color: #47b2e4; + color: #E1B957; } .navbar .getstarted { @@ -188,15 +188,31 @@ h1, h2, h3, h4, h5, h6 { border-radius: 50px; color: #fff; font-size: 14px; - border: 2px solid #47b2e4; + border: 2px solid #000000; font-weight: 600; } .navbar .getstarted:hover { color: #fff; - background: #31a9e1; + background: #E1B957; +} +.navbar .getstarted_owner { + padding: 8px 20px; + margin-left: auto; + margin-right: auto; + border-radius: 50px; + color: rgb(0, 0, 0); + font-size: 14px; + border: 2px solid #000000; + font-weight: 600; +} + +.navbar .getstarted_owner:hover { + color: rgb(0, 0, 0); + background: #E1B957; } + .navbar .dropdown ul { display: block; position: absolute; @@ -222,7 +238,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 14px; text-transform: none; font-weight: 500; - color: #0c3c53; + color: #E1B957; } .navbar .dropdown ul a i { @@ -230,7 +246,7 @@ h1, h2, h3, h4, h5, h6 { } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a { - color: #47b2e4; + color: #E1B957; } .navbar .dropdown:hover > ul { @@ -321,16 +337,16 @@ h1, h2, h3, h4, h5, h6 { .navbar-mobile a { padding: 10px 20px; font-size: 15px; - color: #37517e; + color: #161527; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { - color: #47b2e4; + color: #E1B957; } .navbar-mobile .getstarted { margin: 15px; - color: #37517e; + color: #161527; } .navbar-mobile .dropdown ul { @@ -358,7 +374,7 @@ h1, h2, h3, h4, h5, h6 { } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a { - color: #47b2e4; + color: #E1B957; } .navbar-mobile .dropdown > .dropdown-active { @@ -371,7 +387,7 @@ h1, h2, h3, h4, h5, h6 { #hero { width: 100%; height: 80vh; - background: #37517e; + background: #161527; } #hero .container { @@ -403,11 +419,11 @@ h1, h2, h3, h4, h5, h6 { transition: 0.5s; margin: 10px 0 0 0; color: #fff; - background: #47b2e4; + background: #E1B957; } #hero .btn-get-started:hover { - background: #209dd8; + background: #E1B957; } #hero .btn-watch-video { @@ -429,7 +445,7 @@ h1, h2, h3, h4, h5, h6 { } #hero .btn-watch-video:hover i { - color: #47b2e4; + color: #E1B957; } #hero .animated { @@ -520,7 +536,7 @@ section { margin-bottom: 20px; padding-bottom: 20px; position: relative; - color: #37517e; + color: #161527; } .section-title h2::before { @@ -540,7 +556,7 @@ section { display: block; width: 40px; height: 3px; - background: #47b2e4; + background: #E1B957; bottom: 0; left: calc(50% - 20px); } @@ -603,7 +619,7 @@ section { left: 0; top: 2px; font-size: 20px; - color: #47b2e4; + color: #161527; line-height: 1; } @@ -621,15 +637,15 @@ section { border-radius: 4px; transition: 0.3s; line-height: 1; - color: #47b2e4; + color: #161527; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; margin-top: 6px; - border: 2px solid #47b2e4; + border: 2px solid #161527; } .about .content .btn-learn-more:hover { - background: #47b2e4; + background: #161527; color: #fff; text-decoration: none; } @@ -644,7 +660,7 @@ section { .why-us .content h3 { font-weight: 400; font-size: 34px; - color: #37517e; + color: #161527; } .why-us .content h4 { @@ -664,26 +680,26 @@ section { background-position: center center; } -.why-us .accordion-list { +.skills .accordion-list { padding: 0 100px 60px 100px; } -.why-us .accordion-list ul { +.skills .accordion-list ul { padding: 0; list-style: none; } -.why-us .accordion-list li + li { +.skills .accordion-list li + li { margin-top: 15px; } -.why-us .accordion-list li { +.skills .accordion-list li { padding: 20px; background: #fff; border-radius: 4px; } -.why-us .accordion-list a { +.skills .accordion-list a { display: block; position: relative; font-family: "Poppins", sans-serif; @@ -695,47 +711,47 @@ section { cursor: pointer; } -.why-us .accordion-list span { - color: #47b2e4; +.skills .accordion-list span { + color: #161527; font-weight: 600; font-size: 18px; padding-right: 10px; } -.why-us .accordion-list i { +.skills .accordion-list i { font-size: 24px; position: absolute; right: 0; top: 0; } -.why-us .accordion-list p { +.skills .accordion-list p { margin-bottom: 0; padding: 10px 0 0 0; } -.why-us .accordion-list .icon-show { +.skills .accordion-list .icon-show { display: none; } -.why-us .accordion-list a.collapsed { +.skills .accordion-list a.collapsed { color: #343a40; } -.why-us .accordion-list a.collapsed:hover { - color: #47b2e4; +.skills .accordion-list a.collapsed:hover { + color: #161527; } -.why-us .accordion-list a.collapsed .icon-show { +.skills .accordion-list a.collapsed .icon-show { display: inline-block; } -.why-us .accordion-list a.collapsed .icon-close { +.skills .accordion-list a.collapsed .icon-close { display: none; } @media (max-width: 1024px) { - .why-us .content, .why-us .accordion-list { + .skills .content, .why-us .accordion-list { padding-left: 0; padding-right: 0; } @@ -748,7 +764,7 @@ section { .why-us .content { padding-top: 30px; } - .why-us .accordion-list { + .skills .accordion-list { padding-bottom: 30px; } } @@ -765,7 +781,7 @@ section { .skills .content h3 { font-weight: 700; font-size: 32px; - color: #37517e; + color: #161527; font-family: "Poppins", sans-serif; } @@ -781,7 +797,7 @@ section { .skills .content ul i { font-size: 20px; padding-right: 4px; - color: #47b2e4; + color: #161527; } .skills .content p:last-child { @@ -802,7 +818,7 @@ section { display: block; font-weight: 600; font-family: "Poppins", sans-serif; - color: #37517e; + color: #161527; } .skills .progress .skill .val { @@ -819,7 +835,7 @@ section { width: 1px; height: 10px; transition: .9s; - background-color: #4668a2; + background-color: #161527; } /*-------------------------------------------------------------- @@ -837,7 +853,7 @@ section { } .services .icon-box .icon i { - color: #47b2e4; + color: #E1B957; font-size: 36px; transition: 0.3s; } @@ -849,7 +865,7 @@ section { } .services .icon-box h4 a { - color: #37517e; + color: #161527; transition: ease-in-out 0.3s; } @@ -864,14 +880,14 @@ section { } .services .icon-box:hover h4 a { - color: #47b2e4; + color: #E1B957; } /*-------------------------------------------------------------- # Cta --------------------------------------------------------------*/ .cta { - background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center; + background: linear-gradient(rgba(22, 21, 39, 0.9), rgba(22, 21, 39, 0.9)), url("../img/cta-bg.jpg") fixed center center; background-size: cover; padding: 120px 0; } @@ -901,8 +917,8 @@ section { } .cta .cta-btn:hover { - background: #47b2e4; - border: 2px solid #47b2e4; + background: #E1B957; + border: 2px solid #E1B957; } @media (max-width: 1024px) { @@ -942,7 +958,7 @@ section { } .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active { - background: #47b2e4; + background: #E1B957; color: #fff; } @@ -994,7 +1010,7 @@ section { } .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover { - color: #47b2e4; + color: #E1B957; } .portfolio .portfolio-item .portfolio-info .details-link { @@ -1030,11 +1046,11 @@ section { height: 12px; background-color: #fff; opacity: 1; - border: 1px solid #47b2e4; + border: 1px solid #E1B957; } .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { - background-color: #47b2e4; + background-color: #E1B957; } .portfolio-details .portfolio-info { @@ -1108,7 +1124,7 @@ section { font-weight: 700; margin-bottom: 5px; font-size: 20px; - color: #37517e; + color: #161527; } .team .member span { @@ -1154,13 +1170,13 @@ section { } .team .member .social a i { - color: #37517e; + color: #161527; font-size: 16px; margin: 0 2px; } .team .member .social a:hover { - background: #47b2e4; + background: #E1B957; } .team .member .social a:hover i { @@ -1191,12 +1207,12 @@ section { font-weight: 500; margin-bottom: 15px; font-size: 20px; - color: #37517e; + color: #161527; } .pricing h4 { font-size: 48px; - color: #37517e; + color: #161527; font-weight: 400; font-family: "Jost", sans-serif; margin-bottom: 25px; @@ -1207,7 +1223,7 @@ section { } .pricing h4 span { - color: #47b2e4; + color: #E1B957; font-size: 18px; display: block; } @@ -1249,26 +1265,26 @@ section { display: inline-block; padding: 12px 35px; border-radius: 50px; - color: #47b2e4; + color: #E1B957; transition: none; font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; transition: 0.3s; - border: 1px solid #47b2e4; + border: 1px solid #E1B957; } .pricing .buy-btn:hover { - background: #47b2e4; + background: #E1B957; color: #fff; } .pricing .featured { - border-top-color: #47b2e4; + border-top-color: #E1B957; } .pricing .featured .buy-btn { - background: #47b2e4; + background: #E1B957; color: #fff; } @@ -1337,7 +1353,7 @@ section { position: absolute; right: 0; left: 20px; - color: #47b2e4; + color: #E1B957; } .faq .faq-list .icon-show, .faq .faq-list .icon-close { @@ -1357,12 +1373,12 @@ section { } .faq .faq-list a.collapsed { - color: #37517e; + color: #161527; transition: 0.3s; } .faq .faq-list a.collapsed:hover { - color: #47b2e4; + color: #E1B957; } .faq .faq-list a.collapsed .icon-show { @@ -1383,8 +1399,8 @@ section { # Contact --------------------------------------------------------------*/ .contact .info { - border-top: 3px solid #47b2e4; - border-bottom: 3px solid #47b2e4; + border-top: 3px solid #161527; + border-bottom: 3px solid #161527; padding: 30px; background: #fff; width: 100%; @@ -1393,7 +1409,7 @@ section { .contact .info i { font-size: 20px; - color: #47b2e4; + color: #161527; float: left; width: 44px; height: 44px; @@ -1410,14 +1426,14 @@ section { font-size: 22px; font-weight: 600; margin-bottom: 5px; - color: #37517e; + color: #161527; } .contact .info p { padding: 0 0 10px 60px; margin-bottom: 20px; font-size: 14px; - color: #6182ba; + color: #161527; } .contact .info .email p { @@ -1444,19 +1460,19 @@ section { } .contact .info .social-links a:hover { - background: #47b2e4; + background: #161527; color: #fff; } .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i { - background: #47b2e4; + background: #161527; color: #fff; } .contact .php-email-form { width: 100%; - border-top: 3px solid #47b2e4; - border-bottom: 3px solid #47b2e4; + border-top: 3px solid #161527; + border-bottom: 3px solid #161527; padding: 30px; background: #fff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); @@ -1532,7 +1548,7 @@ section { } .contact .php-email-form input:focus, .contact .php-email-form textarea:focus { - border-color: #47b2e4; + border-color: #E1B957; } .contact .php-email-form input { @@ -1544,7 +1560,7 @@ section { } .contact .php-email-form button[type="submit"] { - background: #47b2e4; + background: #E1B957; border: 0; padding: 12px 34px; color: #fff; @@ -1553,7 +1569,7 @@ section { } .contact .php-email-form button[type="submit"]:hover { - background: #209dd8; + background: #161527; } @-webkit-keyframes animate-loading { @@ -1593,7 +1609,7 @@ section { .breadcrumbs h2 { font-size: 28px; font-weight: 600; - color: #37517e; + color: #161527; } .breadcrumbs ol { @@ -1612,7 +1628,7 @@ section { .breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; - color: #4668a2; + color: #161527; content: "/"; } @@ -1621,7 +1637,7 @@ section { --------------------------------------------------------------*/ #footer { font-size: 14px; - background: #37517e; + background: #161527; } #footer .footer-newsletter { @@ -1638,7 +1654,7 @@ section { padding: 0; line-height: 1; font-weight: 600; - color: #37517e; + color: #161527; } #footer .footer-newsletter form { @@ -1666,7 +1682,7 @@ section { background: none; font-size: 16px; padding: 0 20px; - background: #47b2e4; + background: #E1B957; color: #fff; transition: 0.3s; border-radius: 50px; @@ -1674,7 +1690,7 @@ section { } #footer .footer-newsletter form input[type="submit"]:hover { - background: #209dd8; + background: #161527; } #footer .footer-top { @@ -1693,7 +1709,7 @@ section { line-height: 1; text-transform: uppercase; font-weight: 600; - color: #37517e; + color: #161527; } #footer .footer-top .footer-contact p { @@ -1707,7 +1723,7 @@ section { #footer .footer-top h4 { font-size: 16px; font-weight: bold; - color: #37517e; + color: #161527; position: relative; padding-bottom: 12px; } @@ -1724,7 +1740,7 @@ section { #footer .footer-top .footer-links ul i { padding-right: 2px; - color: #47b2e4; + color: #E1B957; font-size: 18px; line-height: 1; } @@ -1748,13 +1764,13 @@ section { #footer .footer-top .footer-links ul a:hover { text-decoration: none; - color: #47b2e4; + color: #E1B957; } #footer .footer-top .social-links a { font-size: 18px; display: inline-block; - background: #47b2e4; + background: #E1B957; color: #fff; line-height: 1; padding: 8px 0; @@ -1767,7 +1783,7 @@ section { } #footer .footer-top .social-links a:hover { - background: #209dd8; + background: #161527; color: #fff; text-decoration: none; } @@ -1805,3 +1821,156 @@ section { padding-top: 4px; } } +/*-------------------------------------------------------------- +# impressum Details +--------------------------------------------------------------*/ +.impressum-details { + padding-top: 40px; +} + +.impressum-details .impressum-details-slider img { + width: 100%; +} + +.impressum-details .impressum-details-slider .swiper-pagination { + margin-top: 20px; + position: relative; +} + +.impressum-details .impressum-details-slider .swiper-pagination .swiper-pagination-bullet { + width: 12px; + height: 12px; + background-color: #fff; + opacity: 1; + border: 1px solid #E1B957; +} + +.impressum-details .impressum-details-slider .swiper-pagination .swiper-pagination-bullet-active { + background-color: #E1B957; +} + +.impressum-details .impressum-info { + padding: 30px; + box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08); +} + +.impressum-details .impressum-info h3 { + font-size: 22px; + font-weight: 700; + margin-bottom: 20px; + padding-bottom: 20px; + border-bottom: 1px solid #eee; +} + +.impressum-details .impressum-info ul { + list-style: none; + padding: 0; + font-size: 15px; +} + +.impressum-details .impressum-info ul li + li { + margin-top: 10px; +} + +.impressum-details .impressum-description { + padding-top: 30px; +} + +.impressum-details .impressum-description h2 { + font-size: 26px; + font-weight: 700; + margin-bottom: 20px; +} + +.impressum-details .impressum-description p { + padding: 0; +} +/*-------------------------------------------------------------- +# impressum +--------------------------------------------------------------*/ +.impressum #impressum-flters { + list-style: none; + margin-bottom: 20px; +} + +.impressum #impressum-flters li { + cursor: pointer; + display: inline-block; + margin: 10px 5px; + font-size: 15px; + font-weight: 500; + line-height: 1; + color: #444444; + transition: all 0.3s; + padding: 8px 20px; + border-radius: 50px; + font-family: "Poppins", sans-serif; +} + +.impressum #impressum-flters li:hover, .impressum #impressum-flters li.filter-active { + background: #E1B957; + color: #fff; +} + +.impressum .impressum-item { + margin-bottom: 30px; +} + +.impressum .impressum-item .impressum-img { + overflow: hidden; +} + +.impressum .impressum-item .impressum-img img { + transition: all 0.6s; +} + +.impressum .impressum-item .impressum-info { + opacity: 0; + position: absolute; + left: 15px; + bottom: 0; + z-index: 3; + right: 15px; + transition: all 0.3s; + background: rgba(55, 81, 126, 0.8); + padding: 10px 15px; +} + +.impressum .impressum-item .impressum-info h4 { + font-size: 18px; + color: #fff; + font-weight: 600; + color: #fff; + margin-bottom: 0px; +} + +.impressum .impressum-item .impressum-info p { + color: #f9fcfe; + font-size: 14px; + margin-bottom: 0; +} + +.impressum .impressum-item .impressum-info .preview-link, .impressum .impressum-item .impressum-info .details-link { + position: absolute; + right: 40px; + font-size: 24px; + top: calc(50% - 18px); + color: #fff; + transition: 0.3s; +} + +.impressum .impressum-item .impressum-info .preview-link:hover, .impressum .impressum-item .impressum-info .details-link:hover { + color: #E1B957; +} + +.impressum .impressum-item .impressum-info .details-link { + right: 10px; +} + +.impressum .impressum-item:hover .impressum-img img { + transform: scale(1.15); +} + +.impressum .impressum-item:hover .portfolio-info { + opacity: 1; +} diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-tou66ch-icon.png similarity index 100% rename from assets/img/apple-touch-icon.png rename to assets/img/apple-tou66ch-icon.png diff --git a/assets/img/favicon.png b/assets/img/favicon.png index d752fd5d..23217297 100644 Binary files a/assets/img/favicon.png and b/assets/img/favicon.png differ diff --git a/assets/img/favicon.xcf b/assets/img/favicon.xcf new file mode 100644 index 00000000..66ea025a Binary files /dev/null and b/assets/img/favicon.xcf differ diff --git a/assets/img/hero-img.png b/assets/img/hero-img.png index 8c1da0f4..e80e04bc 100644 Binary files a/assets/img/hero-img.png and b/assets/img/hero-img.png differ diff --git a/assets/img/hero-img.xcf b/assets/img/hero-img.xcf new file mode 100644 index 00000000..ed8c2325 Binary files /dev/null and b/assets/img/hero-img.xcf differ diff --git a/assets/img/portfolio/portfolio-1.jpg b/assets/img/portfolio/portfolio-1.jpg index b36111cd..86b244f3 100644 Binary files a/assets/img/portfolio/portfolio-1.jpg and b/assets/img/portfolio/portfolio-1.jpg differ diff --git a/assets/img/portfolio/portfolio-2.jpg b/assets/img/portfolio/portfolio-2.jpg index c6e1fe4d..86b244f3 100644 Binary files a/assets/img/portfolio/portfolio-2.jpg and b/assets/img/portfolio/portfolio-2.jpg differ diff --git a/assets/img/portfolio/portfolio-3.jpg b/assets/img/portfolio/portfolio-3.jpg index d4c56041..86b244f3 100644 Binary files a/assets/img/portfolio/portfolio-3.jpg and b/assets/img/portfolio/portfolio-3.jpg differ diff --git a/assets/img/portfolio/portfolio-4.jpg b/assets/img/portfolio/portfolio-4.jpg deleted file mode 100644 index b0959362..00000000 Binary files a/assets/img/portfolio/portfolio-4.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-5.jpg b/assets/img/portfolio/portfolio-5.jpg deleted file mode 100644 index 09ee3e97..00000000 Binary files a/assets/img/portfolio/portfolio-5.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-6.jpg b/assets/img/portfolio/portfolio-6.jpg deleted file mode 100644 index d89c5727..00000000 Binary files a/assets/img/portfolio/portfolio-6.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-7.jpg b/assets/img/portfolio/portfolio-7.jpg deleted file mode 100644 index 0127a71b..00000000 Binary files a/assets/img/portfolio/portfolio-7.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-8.jpg b/assets/img/portfolio/portfolio-8.jpg deleted file mode 100644 index dd083298..00000000 Binary files a/assets/img/portfolio/portfolio-8.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-9.jpg b/assets/img/portfolio/portfolio-9.jpg deleted file mode 100644 index 03f3d55a..00000000 Binary files a/assets/img/portfolio/portfolio-9.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-details-1.jpg b/assets/img/portfolio/portfolio-details-1.jpg deleted file mode 100644 index f3300990..00000000 Binary files a/assets/img/portfolio/portfolio-details-1.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-details-2.jpg b/assets/img/portfolio/portfolio-details-2.jpg deleted file mode 100644 index e0d30b8d..00000000 Binary files a/assets/img/portfolio/portfolio-details-2.jpg and /dev/null differ diff --git a/assets/img/portfolio/portfolio-details-3.jpg b/assets/img/portfolio/portfolio-details-3.jpg deleted file mode 100644 index 6101748f..00000000 Binary files a/assets/img/portfolio/portfolio-details-3.jpg and /dev/null differ diff --git a/assets/img/team/team-1.jpg b/assets/img/team/team-1.jpg index d260d29c..b446e004 100644 Binary files a/assets/img/team/team-1.jpg and b/assets/img/team/team-1.jpg differ diff --git a/assets/img/team/team-2.jpg b/assets/img/team/team-2.jpg index 409363c2..6824810c 100644 Binary files a/assets/img/team/team-2.jpg and b/assets/img/team/team-2.jpg differ diff --git a/assets/img/why-us.png b/assets/img/why-us.png index 6ec3c474..8ce17bbc 100644 Binary files a/assets/img/why-us.png and b/assets/img/why-us.png differ diff --git a/assets/img/why-us.svg b/assets/img/why-us.svg new file mode 100644 index 00000000..09ea2bbd --- /dev/null +++ b/assets/img/why-us.svg @@ -0,0 +1 @@ +Order robot 1Work robotically Send it back 32Customer processRobot ownerABList your robot onR|RobotAccept the customer and ship it to the customer CDGet the money for robot usage Receive the robot back Robot owner \ No newline at end of file diff --git a/data_privacy.html b/data_privacy.html new file mode 100644 index 00000000..7f0d2ff1 --- /dev/null +++ b/data_privacy.html @@ -0,0 +1,242 @@ + + + + + + + + Impressum - Arsha Bootstrap Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+

Data privacy Under construction

+
+ + +
+
+
+

+

Datenschutzerklärung

+ Wir freuen uns über Ihr Interesse an unserer Website. Der Schutz Ihrer Privatsphäre ist für uns sehr wichtig. Nachstehend informieren wir Sie ausführlich über den Umgang mit Ihren Daten. + +

+

Cookies + Cookies sind Textdateien, die automatisch bei dem Aufruf einer Webseite lokal im Browser des Besuchers abgelegt werden. Diese Website setzt Cookies ein, um das Angebot nutzerfreundlich und funktionaler zu gestalten. Dank dieser Dateien ist es beispielsweise möglich, auf individuelle Interessen abgestimmte Informationen auf einer Seite anzuzeigen. Auch Sicherheitsrelevante Funktionen zum Schutz Ihrer Privatsphäre werden durch den Einsatz von Cookies ermöglicht. Der ausschließliche Zweck besteht also darin, unser Angebot Ihren Kundenwünschen bestmöglich anzupassen und die Seiten-Nutzung so komfortabel wie möglich zu gestalten. Mit Anwendung der DSGVO 2018 sind Webmaster dazu verpflichtet, der unter https://eu-datenschutz.org/veröffentlichten Grundverordnung Folge zu leisten und seine Nutzer entsprechend über die Erfassung und Auswertung von Daten in Kenntnis zu setzen. Die Rechtmäßigkeit der Verarbeitung ist in Kapitel 2, Artikel 6 der DSGVO begründet. +

+

Speicherung von Zugriffsdaten in Server-Logfiles + Sie können unsere Webseiten besuchen, ohne Angaben zu Ihrer Person zu machen. Wir speichern lediglich Zugriffsdaten in sogenannten Server-Logfiles, wie z.B. den Namen der angeforderten Datei, Datum und Uhrzeit des Abrufs und Ihre IP-Adresse. Diese Daten werden ausschließlich zur Sicherstellung eines störungsfreien Betriebs der Seite und zur Verbesserung unseres Angebots ausgewertet und erlauben uns keinen Rückschluss auf Ihre Person. +

+

Datenerhebung und -verwendung zur Vertragsabwicklung

+ Wir erheben personenbezogene Daten, wenn Sie uns diese im Rahmen Ihrer Bestellung oder bei einer Kontaktaufnahme mit uns (z.B. per Kontaktformular oder E-Mail) freiwillig mitteilen. Welche Daten erhoben werden, ist aus den jeweiligen Eingabeformularen ersichtlich. Wir verwenden die von Ihnen mitgeteilten Daten zur Vertragsabwicklung und Bearbeitung Ihrer Anfragen. Nach vollständiger Abwicklung des Vertrages werden Ihre Daten für die weitere Verwendung gesperrt und nach Ablauf der steuer- und handelsrechtlichen Aufbewahrungsfristen gelöscht, sofern Sie nicht ausdrücklich in eine weitere Nutzung Ihrer Daten eingewilligt haben oder wir uns eine darüber hinausgehende Datenverwendung vorbehalten, die gesetzlich erlaubt ist und über die wir Sie nachstehend informieren. +

+

Youtube Videos

+ Auf dieser Webseite werden Inhalte dritter Anbieter eingebunden. Diese Inhalte werden von Google Inc zur Verfügung gestellt („Anbieter“). + Youtube wird betrieben von der Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA („Google“). + + Bei Videos von Youtube, die auf unserer Seite eingebunden sind, ist die erweiterte Datenschutzeinstellung aktiviert. Das bedeutet, dass keine Informationen von Webseitenbesuchern bei Youtube erhoben und gespeichert werden, es sei denn, diese spielen das Video ab. + Zweck und Umfang der Datenerhebung und die weitere Verarbeitung und Nutzung der Daten durch die Anbieter sowie Ihre diesbezüglichen Rechte und Einstellungsmöglichkeiten zum Schutz Ihrer Privatsphäre entnehmen Sie bitte den Datenschutzhinweise von Google https://policies.google.com/technologies/partner-sites?hl=de. + + Auskunftsrecht und Kontaktmöglichkeit + Sie haben ein Recht auf unentgeltliche Auskunft über die bei uns zu Ihrer Person gespeicherten Daten sowie ggf. ein Recht auf Berichtigung, Sperrung oder Löschung dieser Daten. Bei Fragen zur Erhebung, Verarbeitung oder Nutzung Ihrer personenbezogenen Daten, bei Auskünften, Berichtigung, Sperrung oder Löschung von Daten sowie Widerruf erteilter Einwilligungen oder Widerspruch gegen eine bestimmte Datenverwendung wenden Sie sich bitte direkt an uns über die Kontaktdaten in unserem Impressum. + + Recht auf Beschwerde bei einer Aufsichtsbehörde + + Unbeschadet eines anderweitigen verwaltungsrechtlichen oder gerichtlichen Rechtsbehelfs steht Ihnen das Recht auf Beschwerde bei einer Aufsichtsbehörde, insbesondere in dem Mitgliedstaat ihres Aufenthaltsorts, ihres Arbeitsplatzes oder des Orts des mutmaßlichen Verstoßes, zu, wenn Sie der Ansicht sind, dass die Verarbeitung der Sie betreffenden personenbezogenen Daten gegen die DSGVO verstößt. + + Die Aufsichtsbehörde, bei der die Beschwerde eingereicht wurde, unterrichtet den Beschwerdeführer über den Stand und die Ergebnisse der Beschwerde einschließlich der Möglichkeit eines gerichtlichen Rechtsbehelfs nach Art. 78 DSGVO. + + Wir weisen Sie ferner darauf hin, dass Sie der künftigen Verarbeitung Ihrer personenbezogenen Daten entsprechend den gesetzlichen Vorgaben gem. Art. 21 DSGVO jederzeit widersprechen können. Der Widerspruch kann insbesondere gegen die Verarbeitung für Zwecke der Direktwerbung erfolgen. + + +

+

Google Analytics

+ Diese Website nutzt den Dienst „Google Analytics“, welcher von der Google Inc. (1600 Amphitheatre Parkway Mountain View, CA 94043, USA) angeboten wird, zur Analyse der Websitebenutzung durch Nutzer. Der Dienst verwendet „Cookies“ – Textdateien, welche auf Ihrem Endgerät gespeichert werden. Die durch die Cookies gesammelten Informationen werden im Regelfall an einen Google-Server in den USA gesandt und dort gespeichert. + + Auf dieser Website greift die IP-Anonymisierung. Die IP-Adresse der Nutzer wird innerhalb der Mitgliedsstaaten der EU und des Europäischen Wirtschaftsraum gekürzt. Durch diese Kürzung entfällt der Personenbezug Ihrer IP-Adresse. Im Rahmen der Vereinbarung zur Auftragsdatenvereinbarung, welche die Websitebetreiber mit der Google Inc. geschlossen haben, erstellt diese mithilfe der gesammelten Informationen eine Auswertung der Websitenutzung und der Websiteaktivität und erbringt mit der Internetnutzung verbundene Dienstleistungen. + + Sie haben die Möglichkeit, die Speicherung des Cookies auf Ihrem Gerät zu verhindern, indem Sie in Ihrem Browser entsprechende Einstellungen vornehmen. Es ist nicht gewährleistet, dass Sie auf alle Funktionen dieser Website ohne Einschränkungen zugreifen können, wenn Ihr Browser keine Cookies zulässt. + + Weiterhin können Sie durch ein Browser-Plugin verhindern, dass die durch Cookies gesammelten Informationen (inklusive Ihrer IP-Adresse) an die Google Inc. gesendet und von der Google Inc. genutzt werden. Folgender Link führt Sie zu dem entsprechenden Plugin: https://tools.google.com/dlpage/gaoptout?hl=de + Hier finden Sie weitere Informationen zur Datennutzung durch die Google Inc.: https://support.google.com/analytics/answer/6004245?hl=de + + + +
+
+
+ + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/impressum.html b/impressum.html new file mode 100644 index 00000000..9f3e393e --- /dev/null +++ b/impressum.html @@ -0,0 +1,291 @@ + + + + + + + + Impressum - Arsha Bootstrap Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+

Impressum

+
+ + +
+
+
+

ANGABEN GEMÄSS § 5 TMG

+ R|Robot Ingenieurbüro
+ Kranichstr 9
+ 90427 Nürnberg
+
+ +
+
+
+

+ VERTRETEN DURCH:

+ Michael Grillenberger, Markus Kühne
+ +
+
+
+
+

KONTAKT:

+ Telefon: +49 911
+ E-Mail: info@rrobot.eu
+

+
+
+
+

GESCHÄFTSANGABEN:


+ Eintragung im Handelsregister.
+ Registergericht:
+ Amtsgericht
+ Registernummer:
+ Steuernummer:
+

+
+

UMSATZSTEUER-ID:

+ Umsatzsteuer-Identifikationsnummer gemäß + §27 a Umsatzsteuergesetz: +

+ +

Haftung für Inhalte

+ + Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf diesen Seiten nach den + allgemeinen + Gesetzen verantwortlich. Nach §§ 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht verpflichtet, + übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die + auf + eine rechtswidrige Tätigkeit hinweisen. Verpflichtungen zur Entfernung oder Sperrung der Nutzung von + Informationen nach den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung ist + jedoch + erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von + entsprechenden Rechtsverletzungen werden wir diese Inhalte umgehend entfernen. +

+ + +

Haftung für Links

+ + Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte wir keinen Einfluss + haben. + Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der + verlinkten + Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten + Seiten wurden + zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum + Zeitpunkt + der Verlinkung nicht erkennbar. Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist + jedoch ohne + konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von + Rechtsverletzungen werden + wir derartige Links umgehend entfernen. +

+ +

Urheberrecht

+ + Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem + deutschen + Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb + der Grenzen + des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. + Downloads und + Kopien dieser Seite sind nur für den privaten, nicht kommerziellen Gebrauch gestattet. Soweit die + Inhalte auf + dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. + Insbesondere + werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine + Urheberrechtsverletzung + aufmerksam werden, bitten wir um einen entsprechenden Hinweis. Bei Bekanntwerden von + Rechtsverletzungen werden + wir derartige Inhalte umgehend entfernen. +

+ +

Datenquellen:

+ + + + + + + +
+
+ + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index c37078ca..bdebd007 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Arsha Bootstrap Template - Index + R|Robot ❤ @@ -42,7 +42,7 @@