{"id":1129,"date":"2022-02-07T15:08:54","date_gmt":"2022-02-07T15:08:54","guid":{"rendered":"https:\/\/temp.edificom.cloud\/?page_id=1129"},"modified":"2022-03-02T07:52:43","modified_gmt":"2022-03-02T06:52:43","slug":"solutions","status":"publish","type":"page","link":"https:\/\/www.edificom.ch\/en\/solutions\/","title":{"rendered":"Solutions"},"content":{"rendered":"<div class=\"banner \">\n      <img decoding=\"async\" class=\"banner__image\" src=\"https:\/\/www.edificom.ch\/wp-content\/uploads\/2021\/12\/edificom-bannie\u0300re-petite.png\">\n        <h1 class=\"banner__title\">Our Solutions<\/h1>\n          <p class=\"banner__description\">Our team accompanies you from the design of your project to its completion and turnkey delivery. We then proactively manage your infrastructure through our flexible and adaptable IT managed services.<\/p>\n    <\/div>\n  <div class=\"banner__cards service\">\n                  <div class=\"service-card\">\n          <span class=\"service-card__uptitle\">Mobility<\/span>\n          <span class=\"service-card__title\">Network &#038; Wi-Fi<\/span>\n          <p class=\"service-card__description\">Nowadays, mobility is part of our daily life and many of our customers use WiFi to access their data. We have great experience in this field with more than 2&#8217;500 WiFi terminals deployed and more than 20&#8217;000 connections per day on its indoor and outdoor WiFi solutions.<\/p>\n          <a class=\"service-card__button\" href=\"\/en\/solutions\/network-wifi\/\" target=\"\">Read more<\/a>\n        <\/div>\n                        <div class=\"service-card\">\n          <span class=\"service-card__uptitle\">Security<\/span>\n          <span class=\"service-card__title\">Security<\/span>\n          <p class=\"service-card__description\">With the increase of various means of access to information, security has become a key issue for our customers. We have focused on this market sector and have developed since 2006 a strong partnership with the market leaders. Today, Edificom is an expert partner in security, providing its customers with new generation protections for several thousands of users.<\/p>\n          <a class=\"service-card__button\" href=\"\/en\/solutions\/it-security\/\" target=\"\">Read more<\/a>\n        <\/div>\n                        <div class=\"service-card\">\n          <span class=\"service-card__uptitle\">Data<\/span>\n          <span class=\"service-card__title\">Cloud &#038; Servers<\/span>\n          <p class=\"service-card__description\">To offer the highest data protection, the localization of these data is essential. We proudly represent the SWISS DATA label with redundant connections to the 5 major Swiss Internet providers. Edificom is a member of RIPE, and has the status of operator with the AS number 199562.<\/p>\n          <a class=\"service-card__button\" href=\"\/en\/solutions\/cloud-servers\/\" target=\"\">Read more<\/a>\n        <\/div>\n                        <div class=\"service-card\">\n          <span class=\"service-card__uptitle\">Digital workspace<\/span>\n          <span class=\"service-card__title\">Digital Workspace<\/span>\n          <p class=\"service-card__description\">User support, Endpoint protection, M365 environment<\/p>\n          <a class=\"service-card__button\" href=\"\/en\/solutions\/digital-workspace\/\" target=\"\">Read more<\/a>\n        <\/div>\n            <\/div>\n\n\n<section class=\"numbers\">\n      <h2 class=\"numbers__title\">Some key figures<\/h2>\n        <div class=\"numbers__list\">\n              <div class=\"numbers__list__item\">\n          <div class=\"numbers__list__item__icon\">\n            <svg class=\"radial-progress decimal\" data-percentage=\"100\" viewBox=\"0 0 80 80\">\n              <circle class=\"incomplete\" cx=\"40\" cy=\"40\" r=\"35\"><\/circle>\n              <circle class=\"complete\" cx=\"40\" cy=\"40\" r=\"35\" style=\"stroke-dashoffset: 39.58406743523136;\"><\/circle>\n              <!-- <text x=\"0\" y=\"0\">+2500<\/text>\n               -->\n            <\/svg>\n            <div class=\"numbers__list__item__icon__text\">\n              <span>+2500<\/span>\n                          <\/div>\n          <\/div>\n          <p class=\"numbers__list__item__description\">Wi-Fi hotspots deployed<\/p>\n        <\/div>    \n              <div class=\"numbers__list__item\">\n          <div class=\"numbers__list__item__icon\">\n            <svg class=\"radial-progress decimal\" data-percentage=\"100\" viewBox=\"0 0 80 80\">\n              <circle class=\"incomplete\" cx=\"40\" cy=\"40\" r=\"35\"><\/circle>\n              <circle class=\"complete\" cx=\"40\" cy=\"40\" r=\"35\" style=\"stroke-dashoffset: 39.58406743523136;\"><\/circle>\n              <!-- <text x=\"0\" y=\"0\">200K<\/text>\n               -->\n            <\/svg>\n            <div class=\"numbers__list__item__icon__text\">\n              <span>200K<\/span>\n                          <\/div>\n          <\/div>\n          <p class=\"numbers__list__item__description\">Daily users<\/p>\n        <\/div>    \n              <div class=\"numbers__list__item\">\n          <div class=\"numbers__list__item__icon\">\n            <svg class=\"radial-progress decimal\" data-percentage=\"100\" viewBox=\"0 0 80 80\">\n              <circle class=\"incomplete\" cx=\"40\" cy=\"40\" r=\"35\"><\/circle>\n              <circle class=\"complete\" cx=\"40\" cy=\"40\" r=\"35\" style=\"stroke-dashoffset: 39.58406743523136;\"><\/circle>\n              <!-- <text x=\"0\" y=\"0\">1st<\/text>\n               -->\n            <\/svg>\n            <div class=\"numbers__list__item__icon__text\">\n              <span>1st<\/span>\n                          <\/div>\n          <\/div>\n          <p class=\"numbers__list__item__description\">Tier IV certified datacenter in Switzerland<\/p>\n        <\/div>    \n            <script>\n        jQuery(function(){\n          \/\/ Remove svg.radial-progress .complete inline styling\n          jQuery('svg.radial-progress:not(.decimal)').each(function( index, value ) { \n            jQuery(this).find(jQuery('circle.complete')).removeAttr( 'style' );\n          });\n      \n          \/\/ Activate progress animation on scroll\n          jQuery(window).scroll(function(){\n            jQuery('svg.radial-progress:not(.decimal)').each(function( index, value ) { \n              \/\/ If svg.radial-progress is approximately 25% vertically into the window when scrolling from the top or the bottom\n              if ( \n                jQuery(window).scrollTop() > jQuery(this).offset().top - (jQuery(window).height() * 0.90) &&\n                jQuery(window).scrollTop() < jQuery(this).offset().top + jQuery(this).height() - (jQuery(window).height() * 0.10)\n              ) {\n                \/\/ Get percentage of progress\n                percent = jQuery(value).data('percentage');\n                \/\/ Get radius of the svg's circle.complete\n                radius = jQuery(this).find(jQuery('circle.complete')).attr('r');\n                \/\/ Get circumference (2\u03c0r)\n                circumference = 2 * Math.PI * radius;\n                \/\/ Get stroke-dashoffset value based on the percentage of the circumference\n                strokeDashOffset = circumference - ((percent * circumference) \/ 100);\n                \/\/ Transition progress for 1.25 seconds\n                jQuery(this).find(jQuery('circle.complete')).animate({'stroke-dashoffset': strokeDashOffset}, 1250);\n              }\n            });\n          }).trigger('scroll');\n      \n        });\n      <\/script>\n    <\/div>\n  <\/section>\n\n\n<section class=\"text\">\n    <div class=\"text__wrapper \">\n                <\/div>\n<\/section>\n\n<section class=\"cta\">\n  <a class=\"cta__inner\" href=\"\/en\/contact\/\" target=\"_blank\">\n          <img decoding=\"async\" class=\"cta__image\" src=\"https:\/\/www.edificom.ch\/wp-content\/uploads\/2021\/12\/1-1.png\">\n        <span class=\"cta__title\">\n      Let's discuss your needs      <div class=\"cta__title__icon\">\n        <svg width=\"16px\" height=\"10px\" viewBox=\"0 0 16 10\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n          <g id=\"Pages\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n            <g id=\"01_edificom_home\" transform=\"translate(-1312.000000, -1703.000000)\" fill=\"#001400\" fill-rule=\"nonzero\">\n              <g id=\"SLIDER\" transform=\"translate(-27.000000, 1573.000000)\">\n                <g id=\"btn\" transform=\"translate(1327.000000, 115.000000)\">\n                  <g id=\"download\" transform=\"translate(12.000000, 15.600000)\">\n                    <path d=\"M8.1375,-3.6 C8.51700133,-3.6 8.825,-3.28376721 8.825,-2.89412018 L8.824,9.918 L11.2137442,7.54919113 C11.4850822,7.28009418 11.9251585,7.28009418 12.1964965,7.54919113 C12.4678345,7.81845625 12.4678345,8.2547297 12.1964965,8.52382665 L8.79612059,11.89708 C8.71113985,12.1879012 8.4482985,12.4 8.1375,12.4 L8.06142684,12.3972437 C8.04068589,12.3990817 8.01987774,12.4 7.99906727,12.4 C7.82117131,12.4 7.64344492,12.3328939 7.50811507,12.1978409 L3.8035035,8.52382665 C3.5321655,8.2547297 3.5321655,7.81845625 3.8035035,7.54919113 C4.07484149,7.28009418 4.51474824,7.28009418 4.78625581,7.54919113 L7.449,10.19 L7.45,-2.89412018 C7.45,-3.28376721 7.75799867,-3.6 8.1375,-3.6 Z\" id=\"Combined-Shape\" transform=\"translate(8.000000, 4.400000) rotate(-90.000000) translate(-8.000000, -4.400000) \"><\/path>\n                  <\/g>\n                <\/g>\n              <\/g>\n            <\/g>\n          <\/g>\n        <\/svg>\n      <\/div>\n    <\/span>\n  <\/a>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1129","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/pages\/1129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/comments?post=1129"}],"version-history":[{"count":20,"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/pages\/1129\/revisions"}],"predecessor-version":[{"id":1453,"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/pages\/1129\/revisions\/1453"}],"wp:attachment":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/media?parent=1129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}