From 7e22345116ad07fbfa040cadcec864079a88f300 Mon Sep 17 00:00:00 2001 From: stm-2018 <32400266+stm-2018@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:48:48 +0000 Subject: [PATCH] Add blog on backing up WordPress --- ...p-wordpress-website-using-updraftplus.html | 245 ++++++++++++++++++ blog.html | 5 + index.html | 30 +-- sitemap.xml | 26 +- styles.css | 6 +- styles.min.css | 2 +- 6 files changed, 286 insertions(+), 28 deletions(-) create mode 100644 backup-wordpress-website-using-updraftplus.html diff --git a/backup-wordpress-website-using-updraftplus.html b/backup-wordpress-website-using-updraftplus.html new file mode 100644 index 0000000..759b96c --- /dev/null +++ b/backup-wordpress-website-using-updraftplus.html @@ -0,0 +1,245 @@ + + + + + + + + + + + + How to Backup Your WordPress Site with UpdraftPlus | Sybiltec + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+

How to Backup Your WordPress Website with UpdraftPlus

+
+
+
+
+

Date published: 19 December 2023

+

Why Should You Backup Your Website?

+ +

Ask yourself a question: when was the last time you backed up your WordPress website? Hopefully the answer is not “three years ago”, or worse still, “never”!

+ +

Imagine spending weeks or months on building your website, only to lose all the results of your hard work forever 😭

+ +

One of the most common reasons for losing your website is not renewing your hosting plan. If your hosting subscription expires, then your website may be unretrievable, as hosting providers do not keep archives of your website indefinitely, if at all. You could also lose your website if it suffers from a serious error such as a plugin failure or corrupted files.

+ +

Hopefully you will never experience any of the above, but always be prepared and don't fall into the trap of not keeping copies of your content!

+ +

Note: if your website is on a 'managed WordPress' plan, backups will usually be made automatically for you on a daily basis. If not, read on to find out how to carry out the process manually.

+ +

How to Perform a Backup on WordPress

+ +
    +
  1. From the WordPress admin, go to Plugins > Add New Plugin.
  2. + Add new plugin in WordPress +
  3. In the search box, type in UpdraftPlus.
  4. + Add plugins in WordPress +
  5. Activate the plugin.
  6. + Activate plugin +
  7. Click Press here to start!
  8. + Press here to start! +
  9. Click the Settings tab.
  10. + UpdraftPlus Settings tab +
  11. Choose a remote storage location, then click Save Changes in the top right-hand corner. Please note that the following steps use Google Drive as an example location for storing the backups. If you choose a different option, the process will vary.
  12. + Choose your remote storage +
  13. This box will appear. Click Sign in with Google.
  14. + Remote storage authentication +
  15. Select the Google account you want the backups to be stored in.
  16. + Choose a Google account +
  17. Click Allow.
  18. + UpdraftPlus wants to access your Google +
  19. You will see this screen. Click Complete setup.
  20. + Complete setup +
  21. Click the Backup Now button. How long the process takes to complete depends on the amount of content your website has. Your backup files will be stored in a new folder in Google Drive, called UpdraftPlus.
  22. + Backup Now button +
+ +

Best Practices

+

In all cases, regardless of which website builder you are using, it is highly recommended to store at least three copies of your backups:

+ + +

The more copies, the better!

+ +

You should also make a backup on a regular basis. Once a week is reasonable. It's also a good idea to make a backup before updating plugins and core WordPress files. For more information, refer to my guide, A Guide to Updating Your WordPress Website.

+ +

Conclusion

+ +

Backing up your website is an important aspect of your website maintenance activities. It's likely that you'll have spent a great deal of time and money on developing your website, so it's vital to have a copy of your website's content in case of loss of data. In this article we discussed the processing for backing up your website on WordPress using the UpdraftPlus plugin.

+ +
+
+
+
+
+
+

Would You Like To Start A Project With Me?

+

Click the contact button to get in touch with your requirements

+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/blog.html b/blog.html index 910668a..592c4a1 100644 --- a/blog.html +++ b/blog.html @@ -83,6 +83,11 @@

Keeping You Updated

+

How to Backup Your WordPress Website with UpdraftPlus

+

Ask yourself a question: when was the last time you backed up your WordPress website? Hopefully the answer is not “three years ago”, or worse still, “never”! Imagine spending weeks or months on building your website, only to lose all the results of your hard work forever 😭 …

+
+ Backup Your Website +

Bexley Talking Business

Are you an SME or sole trader based in Bexley? Do you need help with running your business? If so, you may be eligible for free business support. Register now for the programme …


diff --git a/index.html b/index.html index 6b604f8..67c9c1c 100644 --- a/index.html +++ b/index.html @@ -330,6 +330,20 @@

Blog

Read my latest blog posts.

+
+
+ External hard drive with brushed stainless steel case +
+

How to Backup Your WordPress Website with UpdraftPlus

+

19 December 2023

+

Ensure that you make backups of your website on a regular basis so that your content is retrievable in case your website is lost for any reason.

+ +
+
+
- Mr Bean waiting

10 Reasons Why Your WordPress Website is Slow

@@ -359,20 +373,6 @@

10 Reasons Why Your WordPress Website is Slow

-
-
- Person using Google Analytics on MacBook Air -
-

How Do I Upgrade to Google Analytics 4?

-

15 June 2023

-

If you are still using Universal Analytics, you must upgrade to GA4 before 1st July 2023 to avoid losing data. Read my blog post to learn how to perform the update.

- -
-
-
diff --git a/sitemap.xml b/sitemap.xml index 7de3227..542ca60 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,11 +1,11 @@ - - - - + + + + https://sybiltec.com/ @@ -166,7 +166,11 @@ https://sybiltec.com/6-tips-for-surviving-remote-working 2023-12-14T19:52:31+00:00 0.64 - - - + + + https://sybiltec.com/backup-wordpress-website-using-updraftplus + 2023-12-19T16:30:00+00:00 + 0.64 + + \ No newline at end of file diff --git a/styles.css b/styles.css index f60e886..b6bcba5 100644 --- a/styles.css +++ b/styles.css @@ -842,4 +842,8 @@ q {font-style: italic;} @keyframes fade { from {opacity: .4} to {opacity: 1} - } \ No newline at end of file + } +.screenshot { + max-width: 100%; + padding: 20px 0px; +} \ No newline at end of file diff --git a/styles.min.css b/styles.min.css index 02decbd..a9eec86 100644 --- a/styles.min.css +++ b/styles.min.css @@ -1 +1 @@ -@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);.dropdown,.topnav{overflow:hidden}#caption,.dropdown .dropbtn,a,h1,h2,h3,h4,h5,h6,li,p,q{font-family:Lato,sans-serif}.dropdown-content a,.topnav a,a{text-decoration:none}.nav ul,body{margin:0}.clients video,.hero img{filter:drop-shadow(0px 4px 40px rgba(0, 0, 0, .25))}.arrow-right,.close{right:35px}.dot,.myImg,.next,.prev{cursor:pointer}*{box-sizing:border-box}iframe{border-width:0;width:100%;height:1200px}[class*=col-]{width:100%;float:left;padding:20px 0}.center img,.myPortfolio img,.mySlides img,[class*=col-] img{max-width:100%}.row{padding:30px 0 20px}.row-2::after,.row::after{content:"";clear:both;display:table}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700}a,li,p,q{font-weight:400}h1{font-size:60px}h2{font-size:36px}h3{font-size:24px}h4,li,p,q{font-size:16px}li,p,q{color:#3a3a3a;line-height:1.5rem}hr{width:50px;height:5px;border:none;background:linear-gradient(90deg,#791e89,rgb(204,0,0,.8))}.container-1140{max-width:1140px;margin:auto}.container-1080{max-width:1080px;margin:auto}.container-1000{max-width:1000px;margin:auto}.container-700{max-width:700px;margin:auto}.header .logo{text-align:left}.center,.certifications,.clients,.contact .col-4,.footer .logo,.nav .menu,.topnav a{text-align:center}.header .logo img{max-width:250px}.header .row{padding:0}.dropdown .dropbtn,.topnav a{padding:10px 16px;color:#791e89;font-size:16px}.topnav a{float:left;display:block}.topnav a:hover{color:#000}.topnav .icon{display:none}.dropdown{float:left}.dropdown .dropbtn{border:none;outline:0;background-color:inherit;margin:0}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1}.dropdown-content a{float:none;color:#791e89;padding:12px 16px;display:block;text-align:left}@media screen and (min-width:600px){.dropdown:hover .dropdown-content{display:block}}.topnav .fa-solid.fa-angle-down{font-size:16px;color:#791e89;padding-left:6px}.topnav .fas.fa-bars{font-size:16px;color:#fff}.show{display:block}.nav{padding:10px}.nav li{display:inline}.nav ul{list-style-type:none;padding:0}.footer a,.footer p,.hero h1,.hero h4,.hero p,.menu-item a{color:#fff}.hero{background-color:transparent;background-image:linear-gradient(90deg,#791e89,rgb(204,0,0,.8));background-size:cover;background-repeat:no-repeat;padding:50px 20px}.clients,.contact{background:linear-gradient(90deg,#791e89,rgb(204,0,0,.8))}@media screen and (max-width:767px){.dropdown .dropbtn,.topnav a,.topnav a:not(:first-child){display:none}.topnav a.icon{float:right;display:block;background-color:#791e89}.topnav.responsive,.topnav.responsive .dropdown-content{position:relative}.topnav.responsive a.icon{position:absolute;right:0;top:0;background-color:#791e89}.topnav.responsive a{float:none;display:block;text-align:left}.topnav.responsive .dropdown{float:none}.topnav.responsive .dropdown .dropbtn{display:block;width:100%;text-align:left}.hero{background-image:linear-gradient(90deg,#791e89,rgb(204,0,0,.8));padding:20px}}.hero img{border-radius:500px;border:8px solid #d5bb32;width:250px;max-width:100%}.section{padding:20px}.portfolio h2{margin-top:0}.testimonials{padding-top:60px}.testimonials img{height:80px;padding-top:16px}.contact h3,.contact p{color:#fff;margin-top:0}.btn-primary:hover,.btn-secondary:hover,.footer{background-color:#000;color:#fff}@media only screen and (min-width:768px){.col-1{width:8.33%}.col-2{width:16.66%}.col-3{width:25%}.col-4{width:33.33%}.col-5{width:41.66%}.col-6{width:50%}.col-7{width:58.33%}.col-8{width:66.66%}.col-9{width:75%}.col-10{width:83.33%}.col-11{width:91.66%}.col-12{width:100%}[class*=col-]{padding:20px}.nav{float:right}.footer h4{text-align:left}}.footer i{padding-right:10px;color:#fff}.copyright a,.section svg,i{color:#791e89}.footer img{padding:5px 0;max-height:70px}.grey{background-color:#f6f6f6}.violet{background-color:#791e89}.shadow-box,.shadow-box-2{background-color:#fff;border-radius:12px}.shadow-box{box-shadow:0 10px 20px 0 rgba(0,0,0,.07);padding:20px}.blog-card,.offer-card,.shadow-box-2{box-shadow:0 4px 40px 0 rgba(121,29,136,.13)}.shadow-box-2{margin:40px 0}.btn-cnt,.btn-primary{border-radius:6px}@media only screen and (max-width:768px){.shadow-box-2 .col-5{padding:0 0 20px}.shadow-box-2 .col-7{padding:0 30px;text-align:left}}.blog-card:hover,.offer-card:hover,.shadow-box-2:hover{box-shadow:0 4px 40px 0 rgba(121,29,136,.25);transition:box-shadow 1s}i{font-size:40px}.left-align{margin-left:0}.btn-cnt{background-color:#015595;color:#fff;padding:15px 40px;text-decoration:none;margin-top:30px}.btn-primary,.btn-secondary{background-color:#d5bb32;color:#000;padding:15px 40px;margin-top:30px;text-align:center;text-decoration:none}.btn-cnt:hover{background-color:#27a1da}.btn-secondary{border:1px solid #d5bb32;border-radius:6px}.close,[class^=arrow]{color:#f1f1f1;transition:.3s}.padding-btn,.padding-top{padding-top:30px}.padding-bottom,.padding-btn{padding-bottom:30px}@media only screen and (max-width:479px){.btn-cnt,.btn-contact,.btn-primary,.btn-secondary{margin-top:0;width:100%;display:block}.padding-btn{padding-top:10px;padding-bottom:20px}}::-moz-selection{color:#fff;background:#d5bb32}::selection{color:#fff;background:#d5bb32}.videoWrapper{position:relative;padding-bottom:56.25%;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.Custom-Polaris-Icon{display:block;height:4rem;width:4rem;max-height:100%;max-width:100%;margin:auto}.Custom-Polaris-Icon__Svg{position:relative;display:block;width:100%;max-width:100%;max-height:100%;fill:#791E89}@media screen and (min-width:768px){.smaller{font-size:24px}}.section svg{font-size:36px}.footer svg{color:#fff;font-size:30px;margin-right:10px}.myImg{border-radius:5px;transition:.3s;width:100%;max-width:250px;padding-bottom:20px}.myImg:hover{opacity:.7}.modal{display:none;position:fixed;z-index:1;padding-top:20px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.9)}#caption,.modal-content{margin:auto;display:block}.close,.next,.prev,[class^=arrow]{position:absolute;font-weight:700}.modal-content{max-height:90%}#caption{width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0}#caption,.modal-content{-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}@-webkit-keyframes zoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}.close{top:15px;font-size:40px}.close:focus,.close:hover,[class^=arrow]:focus,[class^=arrow]:hover{color:#bbb;text-decoration:none;cursor:pointer}[class^=arrow]{top:50%;font-size:28px}.arrow-left{left:35px}@media only screen and (max-width:700px){.modal-content{max-height:none;max-width:80%}.modal{padding-top:100px}.arrow-left,.arrow-right{top:44%}.arrow-left{left:5px}.arrow-right{right:5px}.myImg{margin:auto}}.blog-card-text,.offer-card{padding:30px}.design{justify-content:space-between;display:flex;align-items:center;flex-wrap:wrap}.myPortfolio,.mySlides{display:none;text-align:center}.blog-card,.offer-card{border-radius:12px}.blog-card img{border-radius:12px 12px 0 0}@media only screen and (max-width:767px){.header .logo,[class*=col-]{text-align:center}.nav,.row{padding:0}h1{font-size:30px}h2{font-size:25px}h3{font-size:18px}.header{padding:0 20px}.header .logo img{max-width:150px}.header .col-10,.header .col-2{padding-bottom:10px}.partners img{max-width:200px}}.slideshow-container{position:relative;margin:60px auto;background:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.07);border-radius:12px;padding-top:10px;padding-bottom:10px}.slideshow-container-portfolio{position:relative;margin:auto;background-color:#fff;box-shadow:0 4px 40px 0 rgba(121,29,136,.5)}.mySlides{margin:60px 60px 0}.next,.prev{top:50%;width:auto;margin-top:-30px;padding:16px;color:#791e89;font-size:20px;border-radius:0 3px 3px 0;user-select:none}.numbertext,.text{color:#f2f2f2;padding:8px 12px;position:absolute}.next{position:absolute;right:0;border-radius:3px 0 0 3px}.next:hover,.prev:hover{background-color:rgba(0,0,0,.8)}.text{font-size:15px;bottom:8px;width:100%;text-align:center}.numbertext{font-size:12px;top:0}.dot-container{text-align:center;padding-bottom:20px}.dot{height:8px;width:8px;margin:0 2px;background-color:rgb(121 30 137 / 25%);border-radius:50%;display:inline-block;transition:background-color .6s}.active,.dot:hover{background-color:#791e89!important}q{font-style:italic}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}@-webkit-keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes fade{from{opacity:.4}to{opacity:1}} \ No newline at end of file +@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);.dropdown,.topnav{overflow:hidden}#caption,.dropdown .dropbtn,a,h1,h2,h3,h4,h5,h6,li,p,q{font-family:Lato,sans-serif}.dropdown-content a,.topnav a,a{text-decoration:none}.nav ul,body{margin:0}.clients video,.hero img{filter:drop-shadow(0px 4px 40px rgba(0, 0, 0, .25))}.arrow-right,.close{right:35px}.dot,.myImg,.next,.prev{cursor:pointer}*{box-sizing:border-box}iframe{border-width:0;width:100%;height:1200px}[class*=col-]{width:100%;float:left;padding:20px 0}.center img,.myPortfolio img,.mySlides img,[class*=col-] img{max-width:100%}.row{padding:30px 0 20px}.row-2::after,.row::after{content:"";clear:both;display:table}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700}a,li,p,q{font-weight:400}h1{font-size:60px}h2{font-size:36px}h3{font-size:24px}h4,li,p,q{font-size:16px}li,p,q{color:#3a3a3a;line-height:1.5rem}hr{width:50px;height:5px;border:none;background:linear-gradient(90deg,#791e89,rgb(204,0,0,.8))}.container-1140{max-width:1140px;margin:auto}.container-1080{max-width:1080px;margin:auto}.container-1000{max-width:1000px;margin:auto}.container-700{max-width:700px;margin:auto}.header .logo{text-align:left}.center,.certifications,.clients,.contact .col-4,.footer .logo,.nav .menu,.topnav a{text-align:center}.header .logo img{max-width:250px}.header .row{padding:0}.dropdown .dropbtn,.topnav a{padding:10px 16px;color:#791e89;font-size:16px}.topnav a{float:left;display:block}.topnav a:hover{color:#000}.topnav .icon{display:none}.dropdown{float:left}.dropdown .dropbtn{border:none;outline:0;background-color:inherit;margin:0}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1}.dropdown-content a{float:none;color:#791e89;padding:12px 16px;display:block;text-align:left}@media screen and (min-width:600px){.dropdown:hover .dropdown-content{display:block}}.topnav .fa-solid.fa-angle-down{font-size:16px;color:#791e89;padding-left:6px}.topnav .fas.fa-bars{font-size:16px;color:#fff}.show{display:block}.nav{padding:10px}.nav li{display:inline}.nav ul{list-style-type:none;padding:0}.footer a,.footer p,.hero h1,.hero h4,.hero p,.menu-item a{color:#fff}.hero{background-color:transparent;background-image:linear-gradient(90deg,#791e89,rgb(204,0,0,.8));background-size:cover;background-repeat:no-repeat;padding:50px 20px}.clients,.contact{background:linear-gradient(90deg,#791e89,rgb(204,0,0,.8))}@media screen and (max-width:767px){.dropdown .dropbtn,.topnav a,.topnav a:not(:first-child){display:none}.topnav a.icon{float:right;display:block;background-color:#791e89}.topnav.responsive,.topnav.responsive .dropdown-content{position:relative}.topnav.responsive a.icon{position:absolute;right:0;top:0;background-color:#791e89}.topnav.responsive a{float:none;display:block;text-align:left}.topnav.responsive .dropdown{float:none}.topnav.responsive .dropdown .dropbtn{display:block;width:100%;text-align:left}.hero{background-image:linear-gradient(90deg,#791e89,rgb(204,0,0,.8));padding:20px}}.hero img{border-radius:500px;border:8px solid #d5bb32;width:250px;max-width:100%}.section{padding:20px}.portfolio h2{margin-top:0}.testimonials{padding-top:60px}.testimonials img{height:80px;padding-top:16px}.contact h3,.contact p{color:#fff;margin-top:0}.btn-primary:hover,.btn-secondary:hover,.footer{background-color:#000;color:#fff}@media only screen and (min-width:768px){.col-1{width:8.33%}.col-2{width:16.66%}.col-3{width:25%}.col-4{width:33.33%}.col-5{width:41.66%}.col-6{width:50%}.col-7{width:58.33%}.col-8{width:66.66%}.col-9{width:75%}.col-10{width:83.33%}.col-11{width:91.66%}.col-12{width:100%}[class*=col-]{padding:20px}.nav{float:right}.footer h4{text-align:left}}.footer i{padding-right:10px;color:#fff}.copyright a,.section svg,i{color:#791e89}.footer img{padding:5px 0;max-height:70px}.grey{background-color:#f6f6f6}.violet{background-color:#791e89}.shadow-box,.shadow-box-2{background-color:#fff;border-radius:12px}.shadow-box{box-shadow:0 10px 20px 0 rgba(0,0,0,.07);padding:20px}.blog-card,.offer-card,.shadow-box-2{box-shadow:0 4px 40px 0 rgba(121,29,136,.13)}.shadow-box-2{margin:40px 0}.btn-cnt,.btn-primary{border-radius:6px}@media only screen and (max-width:768px){.shadow-box-2 .col-5{padding:0 0 20px}.shadow-box-2 .col-7{padding:0 30px;text-align:left}}.blog-card:hover,.offer-card:hover,.shadow-box-2:hover{box-shadow:0 4px 40px 0 rgba(121,29,136,.25);transition:box-shadow 1s}i{font-size:40px}.left-align{margin-left:0}.btn-cnt{background-color:#015595;color:#fff;padding:15px 40px;text-decoration:none;margin-top:30px}.btn-primary,.btn-secondary{background-color:#d5bb32;color:#000;padding:15px 40px;margin-top:30px;text-align:center;text-decoration:none}.btn-cnt:hover{background-color:#27a1da}.btn-secondary{border:1px solid #d5bb32;border-radius:6px}.close,[class^=arrow]{color:#f1f1f1;transition:.3s}.padding-btn,.padding-top{padding-top:30px}.padding-bottom,.padding-btn{padding-bottom:30px}@media only screen and (max-width:479px){.btn-cnt,.btn-contact,.btn-primary,.btn-secondary{margin-top:0;width:100%;display:block}.padding-btn{padding-top:10px;padding-bottom:20px}}::-moz-selection{color:#fff;background:#d5bb32}::selection{color:#fff;background:#d5bb32}.videoWrapper{position:relative;padding-bottom:56.25%;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.Custom-Polaris-Icon{display:block;height:4rem;width:4rem;max-height:100%;max-width:100%;margin:auto}.Custom-Polaris-Icon__Svg{position:relative;display:block;width:100%;max-width:100%;max-height:100%;fill:#791E89}@media screen and (min-width:768px){.smaller{font-size:24px}}.section svg{font-size:36px}.footer svg{color:#fff;font-size:30px;margin-right:10px}.myImg{border-radius:5px;transition:.3s;width:100%;max-width:250px;padding-bottom:20px}.myImg:hover{opacity:.7}.modal{display:none;position:fixed;z-index:1;padding-top:20px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.9)}#caption,.modal-content{margin:auto;display:block}.close,.next,.prev,[class^=arrow]{position:absolute;font-weight:700}.modal-content{max-height:90%}#caption{width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0}#caption,.modal-content{-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}@-webkit-keyframes zoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}.close{top:15px;font-size:40px}.close:focus,.close:hover,[class^=arrow]:focus,[class^=arrow]:hover{color:#bbb;text-decoration:none;cursor:pointer}[class^=arrow]{top:50%;font-size:28px}.arrow-left{left:35px}@media only screen and (max-width:700px){.modal-content{max-height:none;max-width:80%}.modal{padding-top:100px}.arrow-left,.arrow-right{top:44%}.arrow-left{left:5px}.arrow-right{right:5px}.myImg{margin:auto}}.blog-card-text,.offer-card{padding:30px}.design{justify-content:space-between;display:flex;align-items:center;flex-wrap:wrap}.myPortfolio,.mySlides{display:none;text-align:center}.blog-card,.offer-card{border-radius:12px}.blog-card img{border-radius:12px 12px 0 0}@media only screen and (max-width:767px){.header .logo,[class*=col-]{text-align:center}.nav,.row{padding:0}h1{font-size:30px}h2{font-size:25px}h3{font-size:18px}.header{padding:0 20px}.header .logo img{max-width:150px}.header .col-10,.header .col-2{padding-bottom:10px}.partners img{max-width:200px}}.slideshow-container{position:relative;margin:60px auto;background:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.07);border-radius:12px;padding-top:10px;padding-bottom:10px}.slideshow-container-portfolio{position:relative;margin:auto;background-color:#fff;box-shadow:0 4px 40px 0 rgba(121,29,136,.5)}.mySlides{margin:60px 60px 0}.next,.prev{top:50%;width:auto;margin-top:-30px;padding:16px;color:#791e89;font-size:20px;border-radius:0 3px 3px 0;user-select:none}.numbertext,.text{color:#f2f2f2;padding:8px 12px;position:absolute}.next{position:absolute;right:0;border-radius:3px 0 0 3px}.next:hover,.prev:hover{background-color:rgba(0,0,0,.8)}.text{font-size:15px;bottom:8px;width:100%;text-align:center}.numbertext{font-size:12px;top:0}.dot-container{text-align:center;padding-bottom:20px}.dot{height:8px;width:8px;margin:0 2px;background-color:rgb(121 30 137 / 25%);border-radius:50%;display:inline-block;transition:background-color .6s}.active,.dot:hover{background-color:#791e89!important}q{font-style:italic}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}@-webkit-keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes fade{from{opacity:.4}to{opacity:1}}.screenshot{max-width:100%;padding:20px 0} \ No newline at end of file