├── README.md ├── Services.css ├── images ├── 0fd3416c.jpeg ├── 68f64b9d.jpeg ├── 8ad73f3c.jpeg ├── 25362637_3d00772.jpg ├── 25362693_3d00879.png ├── 25842035_3d00805.png ├── 29371452_3d00860.png └── digitalmarketlogo.png ├── Post-Template.css ├── Blog-Template.css ├── Services.html ├── blog ├── post.html ├── post-1.html ├── post-2.html ├── post-3.html ├── post-4.html ├── post-5.html └── blog.html ├── Home.css ├── intlTelInput └── intlTelInput.min.js └── index.html /README.md: -------------------------------------------------------------------------------- 1 | https://closeresty.github.io/paycenter/ 2 | -------------------------------------------------------------------------------- /Services.css: -------------------------------------------------------------------------------- 1 | .u-section-1 .u-sheet-1 { 2 | min-height: 400px; 3 | } -------------------------------------------------------------------------------- /images/0fd3416c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/0fd3416c.jpeg -------------------------------------------------------------------------------- /images/68f64b9d.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/68f64b9d.jpeg -------------------------------------------------------------------------------- /images/8ad73f3c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/8ad73f3c.jpeg -------------------------------------------------------------------------------- /images/25362637_3d00772.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/25362637_3d00772.jpg -------------------------------------------------------------------------------- /images/25362693_3d00879.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/25362693_3d00879.png -------------------------------------------------------------------------------- /images/25842035_3d00805.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/25842035_3d00805.png -------------------------------------------------------------------------------- /images/29371452_3d00860.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/29371452_3d00860.png -------------------------------------------------------------------------------- /images/digitalmarketlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/digitalmarketlogo.png -------------------------------------------------------------------------------- /Post-Template.css: -------------------------------------------------------------------------------- 1 | .u-section-1 .u-sheet-1 { 2 | min-height: 835px; 3 | } 4 | 5 | .u-section-1 .u-post-details-1 { 6 | min-height: 375px; 7 | margin-top: 60px; 8 | margin-bottom: -10px; 9 | } 10 | 11 | .u-section-1 .u-container-layout-1 { 12 | padding: 30px; 13 | } 14 | 15 | .u-section-1 .u-image-1 { 16 | height: 486px; 17 | margin-top: 0; 18 | margin-bottom: 0; 19 | margin-left: 0; 20 | } 21 | 22 | .u-section-1 .u-text-1 { 23 | margin-top: 20px; 24 | margin-bottom: 0; 25 | margin-left: 0; 26 | } 27 | 28 | .u-section-1 .u-metadata-1 { 29 | margin-top: 30px; 30 | margin-bottom: 0; 31 | margin-left: 0; 32 | } 33 | 34 | .u-section-1 .u-text-2 { 35 | margin-bottom: 0; 36 | margin-top: 20px; 37 | margin-left: 0; 38 | } 39 | 40 | @media (max-width: 1199px) { 41 | .u-section-1 .u-image-1 { 42 | margin-left: initial; 43 | } 44 | } 45 | 46 | @media (max-width: 991px) { 47 | .u-section-1 .u-sheet-1 { 48 | min-height: 782px; 49 | } 50 | 51 | .u-section-1 .u-post-details-1 { 52 | margin-bottom: 60px; 53 | } 54 | 55 | .u-section-1 .u-image-1 { 56 | height: 423px; 57 | margin-left: initial; 58 | } 59 | } 60 | 61 | @media (max-width: 767px) { 62 | .u-section-1 .u-sheet-1 { 63 | min-height: 722px; 64 | } 65 | 66 | .u-section-1 .u-container-layout-1 { 67 | padding-left: 10px; 68 | padding-right: 10px; 69 | } 70 | 71 | .u-section-1 .u-image-1 { 72 | height: 354px; 73 | margin-top: 9px; 74 | margin-left: initial; 75 | } 76 | } 77 | 78 | @media (max-width: 575px) { 79 | .u-section-1 .u-sheet-1 { 80 | min-height: 656px; 81 | } 82 | 83 | .u-section-1 .u-image-1 { 84 | height: 275px; 85 | margin-left: initial; 86 | } 87 | } -------------------------------------------------------------------------------- /Blog-Template.css: -------------------------------------------------------------------------------- 1 | .u-section-1 .u-sheet-1 { 2 | min-height: 561px; 3 | } 4 | 5 | .u-section-1 .u-repeater-1 { 6 | margin-top: 60px; 7 | margin-bottom: 60px; 8 | min-height: 441px; 9 | grid-template-columns: calc(33.3333% - 15px) calc(33.3333% - 15px) calc(33.3333% - 15px); 10 | height: auto; 11 | grid-gap: 22px; 12 | } 13 | 14 | .u-section-1 .u-repeater-item-1 { 15 | background-image: none; 16 | } 17 | 18 | .u-section-1 .u-container-layout-1 { 19 | padding: 30px 20px; 20 | } 21 | 22 | .u-section-1 .u-text-1 { 23 | margin-top: 0; 24 | margin-bottom: 0; 25 | } 26 | 27 | .u-section-1 .u-image-1 { 28 | height: 222px; 29 | margin-top: 17px; 30 | margin-bottom: 0; 31 | } 32 | 33 | .u-section-1 .u-text-2 { 34 | margin-top: 20px; 35 | margin-bottom: 0; 36 | } 37 | 38 | .u-section-1 .u-btn-1 { 39 | background-image: none; 40 | border-style: none none solid; 41 | margin: 17px auto 0 0; 42 | padding: 0; 43 | } 44 | 45 | .u-section-1 .u-container-layout-2 { 46 | padding: 30px 20px; 47 | } 48 | 49 | .u-section-1 .u-text-3 { 50 | margin-top: 0; 51 | margin-bottom: 0; 52 | } 53 | 54 | .u-section-1 .u-image-2 { 55 | height: 222px; 56 | margin-top: 17px; 57 | margin-bottom: 0; 58 | } 59 | 60 | .u-section-1 .u-text-4 { 61 | margin-top: 20px; 62 | margin-bottom: 0; 63 | } 64 | 65 | .u-section-1 .u-btn-2 { 66 | background-image: none; 67 | border-style: none none solid; 68 | margin: 17px auto 0 0; 69 | padding: 0; 70 | } 71 | 72 | .u-section-1 .u-container-layout-3 { 73 | padding: 30px 20px; 74 | } 75 | 76 | .u-section-1 .u-text-5 { 77 | margin-top: 0; 78 | margin-bottom: 0; 79 | } 80 | 81 | .u-section-1 .u-image-3 { 82 | height: 222px; 83 | margin-top: 17px; 84 | margin-bottom: 0; 85 | } 86 | 87 | .u-section-1 .u-text-6 { 88 | margin-top: 20px; 89 | margin-bottom: 0; 90 | } 91 | 92 | .u-section-1 .u-btn-3 { 93 | background-image: none; 94 | border-style: none none solid; 95 | margin: 17px auto 0 0; 96 | padding: 0; 97 | } 98 | 99 | @media (max-width: 1199px) { 100 | .u-section-1 .u-sheet-1 { 101 | min-height: 484px; 102 | } 103 | 104 | .u-section-1 .u-repeater-1 { 105 | min-height: 364px; 106 | grid-template-columns: repeat(3, calc(33.333333333333336% - 15px)); 107 | } 108 | } 109 | 110 | @media (max-width: 991px) { 111 | .u-section-1 .u-sheet-1 { 112 | min-height: 956px; 113 | } 114 | 115 | .u-section-1 .u-repeater-1 { 116 | min-height: 836px; 117 | grid-template-columns: repeat(2, calc(50% - 11.25px)); 118 | } 119 | } 120 | 121 | @media (max-width: 767px) { 122 | .u-section-1 .u-repeater-1 { 123 | grid-template-columns: 100%; 124 | } 125 | 126 | .u-section-1 .u-container-layout-1 { 127 | padding-left: 10px; 128 | padding-right: 10px; 129 | } 130 | 131 | .u-section-1 .u-image-1 { 132 | height: 278px; 133 | } 134 | 135 | .u-section-1 .u-container-layout-2 { 136 | padding-left: 10px; 137 | padding-right: 10px; 138 | } 139 | 140 | .u-section-1 .u-image-2 { 141 | height: 278px; 142 | } 143 | 144 | .u-section-1 .u-container-layout-3 { 145 | padding-left: 10px; 146 | padding-right: 10px; 147 | } 148 | 149 | .u-section-1 .u-image-3 { 150 | height: 278px; 151 | } 152 | } -------------------------------------------------------------------------------- /Services.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 |
29 |
30 |
57 | 71 | created with 72 |
73 | 74 | Website Builder Software 75 | . 76 |
27 |
28 |
55 | 84 | created with 85 |
86 | 87 | Website Builder Software 88 | . 89 |
27 |
28 |
55 | 84 | created with 85 |
86 | 87 | Website Builder Software 88 | . 89 |
27 |
28 |
55 | 84 | created with 85 |
86 | 87 | Website Builder Software 88 | . 89 |
27 |
28 |
55 | 84 | created with 85 |
86 | 87 | Website Builder Software 88 | . 89 |
27 |
28 |
55 | 84 | created with 85 |
86 | 87 | Website Builder Software 88 | . 89 |
27 |
28 |
55 | 84 | created with 85 |
86 | 87 | Website Builder Software 88 | . 89 |
27 |
28 |
55 | 129 | created with 130 |
131 | 132 | Website Builder Software 133 | . 134 |
40 |
41 |
91 | Lorem ipsum dolor sit amet, consectetur adipiscing 97 | elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Digital 99 | Market 100 |
101 |https://github.com/closeresty
154 |Sample text. Click to select the Text Element.
372 | 608 |