├── .nojekyll ├── favicon.png ├── images ├── app-store.png ├── verified.png ├── play-store.png ├── pod-talk-logo.png ├── podcast │ ├── 12577967_02.jpg │ ├── 11683425_4790593.jpg │ ├── 27376480_7326766.jpg │ └── 27670664_7369753.jpg ├── profile │ ├── man-portrait.jpg │ ├── cute-smiling-woman-outdoor-portrait.jpg │ ├── woman-posing-black-dress-medium-shot.jpg │ ├── handsome-asian-man-listening-music-through-headphones.jpg │ ├── smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms.jpg │ ├── portrait-handsome-smiling-stylish-young-man-model-dressed-red-checkered-shirt-fashion-man-posing.jpg │ └── smart-attractive-asian-glasses-male-standing-smile-with-freshness-joyful-casual-blue-shirt-portrait-white-background.jpg ├── templatemo-wave-banner.jpg ├── templatemo-wave-footer.jpg ├── templatemo-wave-header.jpg ├── topics │ ├── woman-practicing-yoga-mat-home.jpg │ ├── delicious-meal-with-sambal-arrangement.jpg │ ├── physician-consulting-his-patient-clinic.jpg │ └── repairman-doing-air-conditioner-service.jpg └── medium-shot-young-people-recording-podcast.jpg ├── fonts ├── bootstrap-icons.woff └── bootstrap-icons.woff2 ├── README.md ├── css ├── owl.theme.default.min.css ├── owl.carousel.min.css └── templatemo-pod-talk.css ├── js ├── custom.js └── owl.carousel.min.js ├── LICENSE ├── testnet.html └── index.html /.nojekyll: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/favicon.png -------------------------------------------------------------------------------- /images/app-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/app-store.png -------------------------------------------------------------------------------- /images/verified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/verified.png -------------------------------------------------------------------------------- /images/play-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/play-store.png -------------------------------------------------------------------------------- /images/pod-talk-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/pod-talk-logo.png -------------------------------------------------------------------------------- /fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /images/podcast/12577967_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/12577967_02.jpg -------------------------------------------------------------------------------- /images/profile/man-portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/man-portrait.jpg -------------------------------------------------------------------------------- /images/podcast/11683425_4790593.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/11683425_4790593.jpg -------------------------------------------------------------------------------- /images/podcast/27376480_7326766.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/27376480_7326766.jpg -------------------------------------------------------------------------------- /images/podcast/27670664_7369753.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/podcast/27670664_7369753.jpg -------------------------------------------------------------------------------- /images/templatemo-wave-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/templatemo-wave-banner.jpg -------------------------------------------------------------------------------- /images/templatemo-wave-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/templatemo-wave-footer.jpg -------------------------------------------------------------------------------- /images/templatemo-wave-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/templatemo-wave-header.jpg -------------------------------------------------------------------------------- /images/topics/woman-practicing-yoga-mat-home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/woman-practicing-yoga-mat-home.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Inscriptions online 2 | An online interface for creating inscriptions 3 | 4 | # How to try it 5 | 6 | https://supertestnet.github.io/inscriptions-online/ 7 | -------------------------------------------------------------------------------- /images/medium-shot-young-people-recording-podcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/medium-shot-young-people-recording-podcast.jpg -------------------------------------------------------------------------------- /images/profile/cute-smiling-woman-outdoor-portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/cute-smiling-woman-outdoor-portrait.jpg -------------------------------------------------------------------------------- /images/profile/woman-posing-black-dress-medium-shot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/woman-posing-black-dress-medium-shot.jpg -------------------------------------------------------------------------------- /images/topics/delicious-meal-with-sambal-arrangement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/delicious-meal-with-sambal-arrangement.jpg -------------------------------------------------------------------------------- /images/topics/physician-consulting-his-patient-clinic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/physician-consulting-his-patient-clinic.jpg -------------------------------------------------------------------------------- /images/topics/repairman-doing-air-conditioner-service.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/topics/repairman-doing-air-conditioner-service.jpg -------------------------------------------------------------------------------- /images/profile/handsome-asian-man-listening-music-through-headphones.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/handsome-asian-man-listening-music-through-headphones.jpg -------------------------------------------------------------------------------- /images/profile/smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms.jpg -------------------------------------------------------------------------------- /images/profile/portrait-handsome-smiling-stylish-young-man-model-dressed-red-checkered-shirt-fashion-man-posing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/portrait-handsome-smiling-stylish-young-man-model-dressed-red-checkered-shirt-fashion-man-posing.jpg -------------------------------------------------------------------------------- /images/profile/smart-attractive-asian-glasses-male-standing-smile-with-freshness-joyful-casual-blue-shirt-portrait-white-background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supertestnet/inscriptions-online/HEAD/images/profile/smart-attractive-asian-glasses-male-standing-smile-with-freshness-joyful-casual-blue-shirt-portrait-white-background.jpg -------------------------------------------------------------------------------- /css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /js/custom.js: -------------------------------------------------------------------------------- 1 | 2 | (function ($) { 3 | 4 | "use strict"; 5 | 6 | // MENU 7 | $('.navbar-collapse a').on('click',function(){ 8 | $(".navbar-collapse").collapse('hide'); 9 | }); 10 | 11 | // CUSTOM LINK 12 | $('.smoothscroll').click(function(){ 13 | var el = $(this).attr('href'); 14 | var elWrapped = $(el); 15 | var header_height = $('.navbar').height(); 16 | 17 | scrollToDiv(elWrapped,header_height); 18 | return false; 19 | 20 | function scrollToDiv(element,navheight){ 21 | var offset = element.offset(); 22 | var offsetTop = offset.top; 23 | var totalScroll = offsetTop-0; 24 | 25 | $('body,html').animate({ 26 | scrollTop: totalScroll 27 | }, 300); 28 | } 29 | }); 30 | 31 | $('.owl-carousel').owlCarousel({ 32 | center: true, 33 | loop: true, 34 | margin: 30, 35 | autoplay: true, 36 | responsiveClass: true, 37 | responsive:{ 38 | 0:{ 39 | items: 2, 40 | }, 41 | 767:{ 42 | items: 3, 43 | }, 44 | 1200:{ 45 | items: 4, 46 | } 47 | } 48 | }); 49 | 50 | })(window.jQuery); 51 | 52 | 53 | -------------------------------------------------------------------------------- /css/owl.carousel.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /css/templatemo-pod-talk.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | TemplateMo 584 Pod Talk 4 | 5 | https://templatemo.com/tm-584-pod-talk 6 | 7 | */ 8 | 9 | 10 | 11 | /*--------------------------------------- 12 | CUSTOM PROPERTIES ( VARIABLES ) 13 | -----------------------------------------*/ 14 | :root { 15 | --white-color: #ffffff; 16 | --primary-color: #00CC99; 17 | --secondary-color: #0066CC; 18 | --section-bg-color: #f0f8ff; 19 | --custom-btn-bg-color: #0066CC; 20 | --custom-btn-bg-hover-color: #00CC99; 21 | --dark-color: #000000; 22 | --p-color: #717275; 23 | --border-color: #7fffd4; 24 | --link-hover-color: #0066CC; 25 | 26 | --body-font-family: 'Montserrat', sans-serif; 27 | --title-font-family: 'Sono', sans-serif; 28 | 29 | --h1-font-size: 58px; 30 | --h2-font-size: 46px; 31 | --h3-font-size: 32px; 32 | --h4-font-size: 28px; 33 | --h5-font-size: 24px; 34 | --h6-font-size: 22px; 35 | --p-font-size: 16px; 36 | --menu-font-size: 14px; 37 | 38 | --border-radius-large: 100px; 39 | --border-radius-medium: 20px; 40 | --border-radius-small: 10px; 41 | 42 | --font-weight-light: 300; 43 | --font-weight-normal: 400; 44 | --font-weight-medium: 500; 45 | --font-weight-semibold: 600; 46 | --font-weight-bold: 700; 47 | } 48 | 49 | body { 50 | background-color: var(--white-color); 51 | font-family: var(--body-font-family); 52 | } 53 | 54 | 55 | /*--------------------------------------- 56 | TYPOGRAPHY 57 | -----------------------------------------*/ 58 | 59 | h2, 60 | h3, 61 | h4, 62 | h5, 63 | h6 { 64 | color: var(--dark-color); 65 | } 66 | 67 | h1, 68 | h2, 69 | h3, 70 | h4, 71 | h5, 72 | h6 { 73 | font-family: var(--title-font-family); 74 | font-weight: var(--font-weight-semibold); 75 | } 76 | 77 | h1 { 78 | font-size: var(--h1-font-size); 79 | font-weight: var(--font-weight-bold); 80 | } 81 | 82 | h2 { 83 | font-size: var(--h2-font-size); 84 | font-weight: var(--font-weight-bold); 85 | } 86 | 87 | h3 { 88 | font-size: var(--h3-font-size); 89 | } 90 | 91 | h4 { 92 | font-size: var(--h4-font-size); 93 | } 94 | 95 | h5 { 96 | font-size: var(--h5-font-size); 97 | } 98 | 99 | h6 { 100 | font-size: var(--h6-font-size); 101 | } 102 | 103 | p { 104 | color: var(--p-color); 105 | font-size: var(--p-font-size); 106 | font-weight: var(--font-weight-light); 107 | } 108 | 109 | ul li { 110 | color: var(--p-color); 111 | font-size: var(--p-font-size); 112 | font-weight: var(--font-weight-light); 113 | } 114 | 115 | a, 116 | button { 117 | touch-action: manipulation; 118 | transition: all 0.3s; 119 | } 120 | 121 | a { 122 | display: inline-block; 123 | color: var(--primary-color); 124 | text-decoration: none; 125 | } 126 | 127 | a:hover { 128 | color: var(--link-hover-color); 129 | } 130 | 131 | b, 132 | strong { 133 | font-weight: var(--font-weight-bold); 134 | } 135 | 136 | ::selection { 137 | background-color: var(--primary-color); 138 | color: var(--white-color); 139 | } 140 | 141 | 142 | /*--------------------------------------- 143 | SECTION 144 | -----------------------------------------*/ 145 | .section-title-wrap { 146 | position: relative; 147 | } 148 | 149 | .section-title-wrap::after { 150 | content: ""; 151 | background: var(--section-bg-color); 152 | width: 100%; 153 | height: 2px; 154 | position: absolute; 155 | top: 50%; 156 | left: 50%; 157 | transform: translate(-50%, -50%); 158 | pointer-events: none; 159 | } 160 | 161 | .section-title { 162 | background: var(--section-bg-color); 163 | border-radius: var(--border-radius-large); 164 | display: inline-block; 165 | position: relative; 166 | z-index: 2; 167 | margin-bottom: 0; 168 | padding: 10px 25px; 169 | } 170 | 171 | .section-padding { 172 | padding-top: 100px; 173 | padding-bottom: 100px; 174 | } 175 | 176 | main { 177 | position: relative; 178 | z-index: 1; 179 | } 180 | 181 | .section-bg { 182 | background-color: var(--section-bg-color); 183 | } 184 | 185 | .section-overlay { 186 | background-color: var(--primary-color); 187 | position: absolute; 188 | top: 0; 189 | left: 0; 190 | pointer-events: none; 191 | width: 100%; 192 | height: 100%; 193 | opacity: 0.85; 194 | } 195 | 196 | .section-overlay + .container { 197 | position: relative; 198 | } 199 | 200 | 201 | /*--------------------------------------- 202 | CUSTOM ICON COLOR 203 | -----------------------------------------*/ 204 | .custom-icon { 205 | color: var(--primary-color); 206 | } 207 | 208 | 209 | /*--------------------------------------- 210 | CUSTOM BUTTON 211 | -----------------------------------------*/ 212 | .custom-btn { 213 | background: var(--custom-btn-bg-color); 214 | border: 2px solid transparent; 215 | border-radius: var(--border-radius-large); 216 | color: var(--white-color); 217 | font-family: var(--title-font-family); 218 | font-size: var(--p-font-size); 219 | font-weight: var(--font-weight-semibold); 220 | line-height: normal; 221 | transition: all 0.3s; 222 | padding: 10px 20px; 223 | } 224 | 225 | .custom-btn:hover { 226 | background: var(--custom-btn-bg-hover-color); 227 | color: var(--white-color); 228 | } 229 | 230 | .custom-border-btn { 231 | background: transparent; 232 | border: 2px solid var(--custom-btn-bg-color); 233 | color: var(--custom-btn-bg-color); 234 | } 235 | 236 | .custom-border-btn:hover { 237 | background: var(--custom-btn-bg-color); 238 | border-color: transparent; 239 | color: var(--primary-color); 240 | } 241 | 242 | .custom-btn-bg-white { 243 | border-color: var(--white-color); 244 | color: var(--white-color); 245 | } 246 | 247 | 248 | /*--------------------------------------- 249 | SITE HEADER 250 | -----------------------------------------*/ 251 | .site-header { 252 | background-image: url('../images/templatemo-wave-header.jpg'), linear-gradient(#348CD2, #FFFFFF);; 253 | background-repeat: no-repeat; 254 | background-size: cover; 255 | background-position: center; 256 | min-height: 480px; 257 | position: relative; 258 | } 259 | 260 | .site-header h2 { 261 | color: var(--white-color); 262 | } 263 | 264 | 265 | /*--------------------------------------- 266 | NAVIGATION 267 | -----------------------------------------*/ 268 | .navbar { 269 | background-color: transparent; 270 | position: absolute; 271 | top: 0; 272 | right: 0; 273 | left: 0; 274 | z-index: 9; 275 | padding-top: 20px; 276 | padding-bottom: 20px; 277 | } 278 | 279 | .navbar .navbar-brand, 280 | .navbar .navbar-brand:hover { 281 | color: var(--white-color); 282 | } 283 | 284 | .navbar .logo-image { 285 | width: 100px; 286 | } 287 | 288 | .logo-image { 289 | width: 120px; 290 | height: auto; 291 | } 292 | 293 | .navbar-brand, 294 | .navbar-brand:hover { 295 | font-size: var(--h3-font-size); 296 | font-weight: var(--font-weight-bold); 297 | display: inline-block; 298 | } 299 | 300 | .navbar-brand span { 301 | font-family: var(--title-font-family); 302 | } 303 | 304 | .navbar-nav .nav-link { 305 | display: inline-block; 306 | color: var(--section-bg-color); 307 | font-family: var(--title-font-family); 308 | font-size: var(--menu-font-size); 309 | font-weight: var(--font-weight-medium); 310 | text-transform: uppercase; 311 | letter-spacing: 0.5px; 312 | position: relative; 313 | padding-top: 15px; 314 | padding-bottom: 15px; 315 | } 316 | 317 | .navbar-expand-lg .navbar-nav .nav-link { 318 | padding-right: 18px; 319 | padding-left: 18px; 320 | } 321 | 322 | .navbar-nav .nav-link.active, 323 | .navbar-nav .nav-link:hover { 324 | color: var(--secondary-color); 325 | } 326 | 327 | .navbar .dropdown-menu { 328 | background: var(--white-color); 329 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 330 | border: 0; 331 | display: inherit; 332 | opacity: 0; 333 | min-width: 9rem; 334 | margin-top: 20px; 335 | padding: 13px 0 10px 0; 336 | transition: all 0.3s; 337 | pointer-events: none; 338 | } 339 | 340 | .navbar .dropdown-menu::before { 341 | content: ""; 342 | width: 0; 343 | height: 0; 344 | border-left: 20px solid transparent; 345 | border-right: 20px solid transparent; 346 | border-bottom: 15px solid var(--white-color); 347 | position: absolute; 348 | top: -10px; 349 | left: 10px; 350 | } 351 | 352 | .navbar .dropdown-item { 353 | display: inline-block; 354 | color: var(--p-bg-color); 355 | font-family: var(--title-font-family); 356 | font-size: var(--menu-font-size); 357 | font-weight: var(--font-weight-medium); 358 | text-transform: uppercase; 359 | letter-spacing: 0.5px; 360 | position: relative; 361 | } 362 | 363 | .navbar .dropdown-item.active, 364 | .navbar .dropdown-item:active, 365 | .navbar .dropdown-item:focus, 366 | .navbar .dropdown-item:hover { 367 | background: transparent; 368 | color: var(--secondary-color); 369 | } 370 | 371 | .navbar .dropdown-toggle::after { 372 | content: "\f282"; 373 | display: inline-block; 374 | font-family: bootstrap-icons !important; 375 | font-size: var(--menu-font-size); 376 | font-style: normal; 377 | font-weight: normal !important; 378 | font-variant: normal; 379 | text-transform: none; 380 | line-height: 1; 381 | vertical-align: -.125em; 382 | -webkit-font-smoothing: antialiased; 383 | -moz-osx-font-smoothing: grayscale; 384 | position: relative; 385 | left: 2px; 386 | border: 0; 387 | } 388 | 389 | @media screen and (min-width: 992px) { 390 | .navbar .dropdown:hover .dropdown-menu { 391 | opacity: 1; 392 | margin-top: 0; 393 | pointer-events: auto; 394 | } 395 | } 396 | 397 | .navbar .custom-border-btn { 398 | border-color: var(--white-color); 399 | color: var(--white-color); 400 | } 401 | 402 | .navbar .custom-border-btn:hover { 403 | background: var(--white-color); 404 | color: var(--secondary-color); 405 | } 406 | 407 | .navbar-toggler { 408 | border: 0; 409 | padding: 0; 410 | cursor: pointer; 411 | margin: 0; 412 | width: 30px; 413 | height: 35px; 414 | outline: none; 415 | } 416 | 417 | .navbar-toggler:focus { 418 | outline: none; 419 | box-shadow: none; 420 | } 421 | 422 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { 423 | background: transparent; 424 | } 425 | 426 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before, 427 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after { 428 | transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease; 429 | transition: top 300ms 50ms ease, transform 300ms 350ms ease; 430 | transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease; 431 | top: 0; 432 | } 433 | 434 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before { 435 | transform: rotate(45deg); 436 | } 437 | 438 | .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after { 439 | transform: rotate(-45deg); 440 | } 441 | 442 | .navbar-toggler .navbar-toggler-icon { 443 | background: var(--white-color); 444 | transition: background 10ms 300ms ease; 445 | display: block; 446 | width: 30px; 447 | height: 2px; 448 | position: relative; 449 | } 450 | 451 | .navbar-toggler .navbar-toggler-icon:before, 452 | .navbar-toggler .navbar-toggler-icon:after { 453 | transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease; 454 | transition: top 300ms 350ms ease, transform 300ms 50ms ease; 455 | transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease; 456 | position: absolute; 457 | right: 0; 458 | left: 0; 459 | background: var(--white-color); 460 | width: 30px; 461 | height: 2px; 462 | content: ''; 463 | } 464 | 465 | .navbar-toggler .navbar-toggler-icon::before { 466 | top: -8px; 467 | } 468 | 469 | .navbar-toggler .navbar-toggler-icon::after { 470 | top: 8px; 471 | } 472 | 473 | 474 | /*--------------------------------------- 475 | CAROUSEL 476 | -----------------------------------------*/ 477 | .hero-section { 478 | background-image: url('../images/templatemo-wave-banner.jpg'), linear-gradient(#348CD2, #FFFFFF); 479 | background-repeat: no-repeat; 480 | background-size: 108% 76%; 481 | background-position: top; 482 | padding-top: 200px; 483 | } 484 | 485 | .owl-carousel { 486 | text-align: center; 487 | } 488 | 489 | .owl-carousel-image { 490 | display: block; 491 | } 492 | 493 | .owl-carousel .owl-item .owl-carousel-verified-image { 494 | display: inline-block; 495 | width: 30px; 496 | height: auto; 497 | position: relative; 498 | right: 5px; 499 | } 500 | 501 | .verified-image { 502 | display: inline-block; 503 | width: 20px; 504 | height: auto; 505 | } 506 | 507 | .owl-carousel .owl-item { 508 | opacity: 0.35; 509 | } 510 | 511 | .owl-carousel .owl-item.active.center { 512 | opacity: 1; 513 | } 514 | 515 | .owl-carousel-info-wrap { 516 | border-radius: var(--border-radius-medium); 517 | position: relative; 518 | overflow: hidden; 519 | text-align: left; 520 | } 521 | 522 | .owl-carousel-info { 523 | background-color: var(--section-bg-color); 524 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 525 | position: absolute; 526 | bottom: 0; 527 | right: 0; 528 | left: 0; 529 | padding: 30px; 530 | } 531 | 532 | .badge { 533 | background-color: var(--custom-btn-bg-color); 534 | font-family: var(--title-font-family); 535 | border-radius: var(--border-radius-large); 536 | color: var(--white-color); 537 | padding-bottom: 5px; 538 | } 539 | 540 | .owl-carousel-info-wrap .social-share, 541 | .team-thumb .social-share { 542 | position: absolute; 543 | right: 0; 544 | bottom: 0; 545 | } 546 | 547 | .owl-carousel-info-wrap .social-icon, 548 | .team-thumb .social-icon { 549 | opacity: 0; 550 | transition: all 0.3s ease; 551 | transform: translateX(0); 552 | padding-right: 20px; 553 | padding-left: 20px; 554 | } 555 | 556 | .owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon, 557 | .team-thumb:hover .social-icon { 558 | transform: translateY(-100%); 559 | opacity: 1; 560 | } 561 | 562 | .owl-carousel-info-wrap .social-icon-item, 563 | .owl-carousel-info-wrap .social-icon-link, 564 | .team-thumb .social-icon-item, 565 | .team-thumb .social-icon-link { 566 | display: block; 567 | margin-bottom: 10px; 568 | margin-left: auto; 569 | } 570 | 571 | .owl-carousel-info-wrap .social-icon-link { 572 | margin-top: 5px; 573 | margin-bottom: 5px; 574 | } 575 | 576 | .owl-carousel .owl-dots { 577 | background-color: var(--white-color); 578 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 579 | border-radius: var(--border-radius-large); 580 | display: inline-block; 581 | margin: auto; 582 | margin-top: 40px; 583 | padding: 15px 25px; 584 | padding-bottom: 7px; 585 | } 586 | 587 | .owl-theme .owl-nav.disabled+.owl-dots { 588 | margin-top: 40px; 589 | } 590 | 591 | .owl-theme .owl-dots .owl-dot.active span, 592 | .owl-theme .owl-dots .owl-dot:hover span { 593 | background: var(--secondary-color); 594 | } 595 | 596 | 597 | /*--------------------------------------- 598 | CUSTOM BLOCK 599 | -----------------------------------------*/ 600 | .custom-block { 601 | border: 2px solid var(--primary-color); 602 | border-radius: var(--border-radius-medium); 603 | position: relative; 604 | overflow: hidden; 605 | padding: 30px; 606 | transition: all 0.3s ease; 607 | } 608 | 609 | .custom-block:hover { 610 | background: var(--white-color); 611 | box-shadow: 0 1rem 3rem rgba(0,0,0,.175); 612 | border-color: transparent; 613 | transform: translateY(-3px); 614 | } 615 | 616 | .custom-block-info { 617 | display: block; 618 | padding: 10px 20px; 619 | padding-bottom: 0; 620 | } 621 | 622 | .custom-block-image-wrap { 623 | position: relative; 624 | display: block; 625 | height: 100%; 626 | } 627 | 628 | .custom-block-image-wrap > a { 629 | display: block; 630 | } 631 | 632 | .custom-block-image { 633 | border-radius: var(--border-radius-medium); 634 | display: block; 635 | width: 112px; 636 | height: 112px; 637 | object-fit: cover; 638 | } 639 | 640 | .custom-block-image-detail-page .custom-block-image { 641 | width: 100%; 642 | height: 212px; 643 | } 644 | 645 | .custom-block .custom-block-icon { 646 | position: absolute; 647 | top: 50%; 648 | left: 50%; 649 | transform: translate(-50%, -50%); 650 | } 651 | 652 | .custom-block-icon-wrap { 653 | border-radius: var(--border-radius-medium); 654 | position: relative; 655 | overflow: hidden; 656 | } 657 | 658 | .custom-block-icon-wrap .section-overlay { 659 | opacity: 0.25; 660 | } 661 | 662 | .custom-block-btn-group { 663 | position: absolute; 664 | bottom: 0; 665 | right: 0; 666 | left: 0; 667 | margin: 20px; 668 | } 669 | 670 | .custom-block-btn-group .custom-block-icon { 671 | position: relative; 672 | top: 0; 673 | left: 0; 674 | transform: none; 675 | } 676 | 677 | .custom-block-icon { 678 | background: var(--primary-color); 679 | border-radius: var(--border-radius-medium); 680 | font-size: var(--p-font-size); 681 | color: var(--white-color); 682 | text-align: center; 683 | width: 32.5px; 684 | height: 32.5px; 685 | line-height: 32.5px; 686 | transition: all 0.3s; 687 | } 688 | 689 | .custom-block-icon:hover { 690 | background: var(--secondary-color); 691 | color: var(--white-color); 692 | } 693 | 694 | .custom-block .custom-btn { 695 | font-size: var(--menu-font-size); 696 | padding: 7px 15px; 697 | } 698 | 699 | .custom-block .custom-block-info + div .badge { 700 | background-color: var(--dark-color); 701 | color: var(--white-color); 702 | border-radius: 50px !important; 703 | font-size: var(--menu-font-size); 704 | display: flex; 705 | justify-content: center; 706 | text-align: center; 707 | width: 40px; 708 | height: 40px; 709 | line-height: 30px; 710 | margin-top: 5px; 711 | margin-bottom: 5px; 712 | } 713 | 714 | .custom-block .custom-block-info + div .badge:hover { 715 | background-color: var(--secondary-color); 716 | } 717 | 718 | .custom-block-full { 719 | background-color: var(--section-bg-color); 720 | border-color: transparent; 721 | } 722 | 723 | .custom-block-full:hover { 724 | border-color: var(--primary-color); 725 | } 726 | 727 | .custom-block-full .custom-block-info { 728 | padding: 20px; 729 | padding-bottom: 0; 730 | } 731 | 732 | .custom-block-full .custom-block-image { 733 | width: 100%; 734 | height: 210px; 735 | } 736 | 737 | .custom-block-full .social-share { 738 | position: absolute; 739 | top: 0; 740 | right: 0; 741 | margin: 50px; 742 | } 743 | 744 | .custom-block-top small { 745 | color: var(--p-color); 746 | font-family: var(--title-font-family); 747 | } 748 | 749 | .custom-block-top .badge { 750 | background-color: var(--secondary-color); 751 | color: var(--white-color); 752 | display: inline-block; 753 | vertical-align: middle; 754 | height: 26.64px; 755 | line-height: 20px; 756 | } 757 | 758 | .custom-block-bottom a:hover span { 759 | color: var(--primary-color); 760 | } 761 | 762 | .custom-block-bottom a span { 763 | font-family: var(--title-font-family); 764 | color: var(--p-color); 765 | text-transform: uppercase; 766 | margin-left: 3px; 767 | } 768 | 769 | .custom-block-overlay { 770 | border-color: transparent; 771 | padding: 0; 772 | } 773 | 774 | .custom-block-overlay .custom-block-image { 775 | margin: auto; 776 | width: 100%; 777 | height: 210px; 778 | transition: all 0.3s; 779 | } 780 | 781 | .custom-block-overlay:hover .custom-block-image { 782 | padding: 15px; 783 | padding-bottom: 0; 784 | } 785 | 786 | .custom-block-overlay-info { 787 | padding: 15px 20px 20px 20px; 788 | } 789 | 790 | 791 | /*--------------------------------------- 792 | PROIFLE BLOCK 793 | -----------------------------------------*/ 794 | .profile-block { 795 | margin-top: 10px; 796 | } 797 | 798 | .profile-block-image { 799 | border-radius: var(--border-radius-large); 800 | width: 50px; 801 | height: 50px; 802 | object-fit: cover; 803 | margin-right: 10px; 804 | } 805 | 806 | .profile-block p strong { 807 | display: block; 808 | font-family: var(--title-font-family); 809 | } 810 | 811 | .profile-detail-block { 812 | border: 1px solid #dee2e6; 813 | border-radius: var(--border-radius-large); 814 | padding: 25px 35px; 815 | } 816 | 817 | .profile-detail-block p { 818 | margin-bottom: 0; 819 | } 820 | 821 | 822 | /*--------------------------------------- 823 | ABOUT & TEAM SECTION 824 | -----------------------------------------*/ 825 | .about-image { 826 | border-radius: var(--border-radius-medium); 827 | display: block; 828 | } 829 | 830 | .team-thumb { 831 | border-radius: var(--border-radius-medium); 832 | position: relative; 833 | overflow: hidden; 834 | } 835 | 836 | .team-info { 837 | background-color: var(--white-color); 838 | position: absolute; 839 | bottom: 0; 840 | right: 0; 841 | left: 0; 842 | padding: 30px; 843 | } 844 | 845 | 846 | /*--------------------------------------- 847 | PAGINATION 848 | -----------------------------------------*/ 849 | .pagination { 850 | border: 1px solid #dee2e6; 851 | border-radius: var(--border-radius-large); 852 | padding: 20px; 853 | } 854 | 855 | .page-link { 856 | border: 0; 857 | border-radius: var(--border-radius-small); 858 | color: var(--p-color); 859 | font-family: var(--title-font-family); 860 | margin: 0 5px; 861 | padding: 10px 20px; 862 | } 863 | 864 | .page-link:hover, 865 | .page-item:first-child .page-link:hover, 866 | .page-item:last-child .page-link:hover { 867 | background-color: var(--secondary-color); 868 | color: var(--white-color); 869 | } 870 | 871 | .page-item:first-child .page-link { 872 | margin-right: 10px; 873 | } 874 | 875 | .active>.page-link, .page-link.active { 876 | background-color: var(--secondary-color); 877 | border-color: var(--secondary-color); 878 | } 879 | 880 | 881 | /*--------------------------------------- 882 | CONTACT 883 | -----------------------------------------*/ 884 | .contact-info p strong { 885 | font-family: var(--title-font-family); 886 | min-width: 90px; 887 | } 888 | 889 | .contact-info p a { 890 | color: var(--p-color); 891 | border-bottom: 1px solid; 892 | padding-bottom: 3px; 893 | } 894 | 895 | .contact-info p a:hover { 896 | color: var(--secondary-color); 897 | } 898 | 899 | .google-map { 900 | border-radius: var(--border-radius-medium); 901 | } 902 | 903 | .contact-form .form-floating>textarea { 904 | border-radius: var(--border-radius-medium); 905 | height: 150px; 906 | } 907 | 908 | 909 | /*--------------------------------------- 910 | SUBSCRIBE FORM 911 | -----------------------------------------*/ 912 | .subscribe-form-wrap { 913 | border: 1px solid var(--white-color); 914 | border-radius: var(--border-radius-small); 915 | width: 80%; 916 | position: relative; 917 | top: 12px; 918 | padding: 35px; 919 | } 920 | 921 | .subscribe-form-wrap h6 { 922 | background: var(--white-color); 923 | border-radius: var(--border-radius-medium); 924 | color: var(--primary-color); 925 | text-align: center; 926 | position: relative; 927 | bottom: 55px; 928 | margin-bottom: -25px; 929 | padding: 8px; 930 | } 931 | 932 | .subscribe-form #subscribe-email { 933 | border: 0; 934 | border-radius: 10px 10px 0 0; 935 | margin-bottom: 0; 936 | } 937 | 938 | .subscribe-form #submit { 939 | border-radius: 0 0 10px 10px; 940 | } 941 | 942 | 943 | /*--------------------------------------- 944 | CUSTOM FORM 945 | -----------------------------------------*/ 946 | .custom-form .form-control { 947 | border-radius: var(--border-radius-small); 948 | color: var(--p-color); 949 | font-family: var(--title-font-family); 950 | font-size: var(--p-font-size); 951 | margin-bottom: 24px; 952 | padding-top: 10px; 953 | padding-bottom: 10px; 954 | padding-left: 20px; 955 | outline: none; 956 | } 957 | 958 | .form-floating>label { 959 | padding-left: 20px; 960 | } 961 | 962 | .custom-form button[type="submit"] { 963 | background: var(--custom-btn-bg-color); 964 | border: none; 965 | border-radius: var(--border-radius-large); 966 | color: var(--white-color); 967 | font-family: var(--title-font-family); 968 | font-size: var(--p-font-size); 969 | font-weight: var(--font-weight-semibold); 970 | transition: all 0.3s; 971 | margin-bottom: 0; 972 | } 973 | 974 | .custom-form button[type="submit"]:hover, 975 | .custom-form button[type="submit"]:focus { 976 | background: var(--custom-btn-bg-hover-color); 977 | border-color: transparent; 978 | } 979 | 980 | 981 | /*--------------------------------------- 982 | SEARCH FORM 983 | -----------------------------------------*/ 984 | .search-form .form-control { 985 | border: 0; 986 | margin-bottom: 0; 987 | } 988 | 989 | .search-form button[type="submit"] { 990 | background: var(--secondary-color); 991 | border-color: var(--secondary-color); 992 | max-width: 50px; 993 | height: 100%; 994 | padding-left: 15px; 995 | } 996 | 997 | .search-form button[type="submit"]:hover { 998 | background: var(--primary-color); 999 | } 1000 | 1001 | 1002 | /*--------------------------------------- 1003 | SITE FOOTER 1004 | -----------------------------------------*/ 1005 | .site-footer { 1006 | background-image: url('../images/templatemo-wave-footer.jpg'), linear-gradient(#FFFFFF, #348CD2); 1007 | background-repeat: no-repeat; 1008 | background-size: cover; 1009 | background-position: center; 1010 | margin-top: -80px; 1011 | padding-top: 100px; 1012 | padding-bottom: 150px; 1013 | } 1014 | 1015 | .site-footer > .container { 1016 | position: relative; 1017 | top: 50px; 1018 | padding-top: 100px; 1019 | } 1020 | 1021 | .site-footer-title, 1022 | .site-footer p { 1023 | color: var(--white-color); 1024 | } 1025 | 1026 | .site-footer p strong { 1027 | font-family: var(--title-font-family); 1028 | } 1029 | 1030 | .site-footer p a { 1031 | color: var(--white-color); 1032 | border-bottom: 1px solid; 1033 | padding-bottom: 3px; 1034 | } 1035 | 1036 | .site-footer p a:hover { 1037 | color: var(--secondary-color); 1038 | } 1039 | 1040 | .site-footer-thumb a img { 1041 | display: block; 1042 | width: 120px; 1043 | min-width: 120px; 1044 | height: auto; 1045 | } 1046 | 1047 | .site-footer-links { 1048 | margin-bottom: 0; 1049 | padding-left: 0; 1050 | } 1051 | 1052 | .site-footer-link-item { 1053 | display: inline-block; 1054 | list-style: none; 1055 | margin-right: 10px; 1056 | margin-left: 10px; 1057 | } 1058 | 1059 | .site-footer-link { 1060 | color: var(--white-color); 1061 | font-size: var(--p-font-size); 1062 | line-height: inherit; 1063 | } 1064 | 1065 | 1066 | /*--------------------------------------- 1067 | SOCIAL ICON 1068 | -----------------------------------------*/ 1069 | .social-icon { 1070 | margin: 0; 1071 | padding: 0; 1072 | } 1073 | 1074 | .social-icon-item { 1075 | list-style: none; 1076 | display: inline-block; 1077 | vertical-align: top; 1078 | } 1079 | 1080 | .social-icon-link { 1081 | background: var(--secondary-color); 1082 | border-radius: var(--border-radius-large); 1083 | color: var(--white-color); 1084 | font-size: var(--p-font-size); 1085 | display: block; 1086 | margin-right: 10px; 1087 | text-align: center; 1088 | width: 40px; 1089 | height: 40px; 1090 | line-height: 40px; 1091 | transition: background 0.2s, color 0.2s; 1092 | } 1093 | 1094 | .social-icon-link:hover { 1095 | background: var(--primary-color); 1096 | color: var(--white-color); 1097 | } 1098 | 1099 | 1100 | /*--------------------------------------- 1101 | RESPONSIVE STYLES 1102 | -----------------------------------------*/ 1103 | @media screen and (min-width: 2160px) { 1104 | .hero-section { 1105 | background-size: 100% 90%; 1106 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1107 | } 1108 | } 1109 | 1110 | 1111 | @media screen and (min-width: 1600px) { 1112 | .site-footer { 1113 | padding-top: 250px; 1114 | } 1115 | } 1116 | 1117 | @media screen and (max-width: 1240px) { 1118 | .hero-section { 1119 | background-size: 116%; 1120 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1121 | } 1122 | } 1123 | 1124 | @media screen and (max-width: 991px) { 1125 | h1 { 1126 | font-size: 48px; 1127 | } 1128 | 1129 | h2 { 1130 | font-size: 36px; 1131 | } 1132 | 1133 | h3 { 1134 | font-size: 32px; 1135 | } 1136 | 1137 | h4 { 1138 | font-size: 28px; 1139 | } 1140 | 1141 | h5 { 1142 | font-size: 20px; 1143 | } 1144 | 1145 | h6 { 1146 | font-size: 18px; 1147 | } 1148 | 1149 | .hero-section { 1150 | background-size: 160% 66%; 1151 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1152 | } 1153 | 1154 | .section-padding { 1155 | padding-top: 50px; 1156 | padding-bottom: 50px; 1157 | } 1158 | 1159 | .navbar-nav { 1160 | background-color: var(--primary-color); 1161 | border-radius: var(--border-radius-medium); 1162 | padding: 30px; 1163 | } 1164 | 1165 | .navbar-nav .nav-link { 1166 | padding: 5px 0; 1167 | } 1168 | 1169 | .navbar-nav .dropdown-menu { 1170 | position: relative; 1171 | left: 10px; 1172 | opacity: 1; 1173 | pointer-events: auto; 1174 | max-width: 155px; 1175 | margin-top: 10px; 1176 | margin-bottom: 15px; 1177 | } 1178 | 1179 | .navbar-expand-lg .navbar-nav { 1180 | padding-bottom: 20px; 1181 | } 1182 | 1183 | .nav-tabs .nav-link:first-child { 1184 | margin-right: 5px; 1185 | } 1186 | 1187 | .nav-tabs .nav-link { 1188 | font-size: var(--copyright-font-size); 1189 | padding: 10px; 1190 | } 1191 | 1192 | .copyright-text { 1193 | text-align: center; 1194 | } 1195 | 1196 | .site-footer { 1197 | margin-top: -200px; 1198 | padding-top: 200px; 1199 | padding-bottom: 100px; 1200 | } 1201 | } 1202 | 1203 | @media screen and (max-width: 540px) { 1204 | .hero-section { 1205 | background-size: 180% 65%; 1206 | /* T o o p l a t e . c o m C u s t o m i z e d */ 1207 | } 1208 | 1209 | .custom-block .custom-block-top { 1210 | flex-direction: column; 1211 | } 1212 | 1213 | .custom-block .custom-block-top small:last-child { 1214 | margin-top: 10px; 1215 | margin-bottom: 10px; 1216 | } 1217 | } 1218 | 1219 | @media screen and (max-width: 480px) { 1220 | h1 { 1221 | font-size: 36px; 1222 | } 1223 | 1224 | h2 { 1225 | font-size: 28px; 1226 | } 1227 | 1228 | h3 { 1229 | font-size: 26px; 1230 | } 1231 | 1232 | h4 { 1233 | font-size: 22px; 1234 | } 1235 | 1236 | h5 { 1237 | font-size: 20px; 1238 | } 1239 | } 1240 | 1241 | @media screen and (max-width: 414px) { 1242 | .search-form { 1243 | max-width: 200px; 1244 | } 1245 | 1246 | } 1247 | 1248 | -------------------------------------------------------------------------------- /testnet.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |First enter a taproot address from an ordinal wallet
227 | 228 |Then upload a file you want that address to own or click here to register a domain name
229 | 252 | 253 | 254 | 255 | 675 | 676 | 677 | 678 | 679 | -------------------------------------------------------------------------------- /js/owl.carousel.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | !function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}e.Defaults={items:3,loop:!1,center:!1,rewind:!1,checkVisibility:!0,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,fallbackEasing:"swing",slideTransition:"",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Type={Event:"event",State:"state"},e.Plugins={},e.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(a){var b=this.settings.margin||"",c=!this.settings.autoWidth,d=this.settings.rtl,e={width:"auto","margin-left":d?b:"","margin-right":d?"":b};!c&&this.$stage.children().css(e),a.css=e}},{filter:["width","items","settings"],run:function(a){var b=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,c=null,d=this._items.length,e=!this.settings.autoWidth,f=[];for(a.items={merge:!1,width:b};d--;)c=this._mergers[d],c=this.settings.mergeFit&&Math.min(c,this.settings.items)||c,a.items.merge=c>1||a.items.merge,f[d]=e?b*c:this._items[d].width();this._widths=f}},{filter:["items","settings"],run:function(){var b=[],c=this._items,d=this.settings,e=Math.max(2*d.items,4),f=2*Math.ceil(c.length/2),g=d.loop&&c.length?d.rewind?e:Math.max(e,f):0,h="",i="";for(g/=2;g>0;)b.push(this.normalize(b.length/2,!0)),h+=c[b[b.length-1]][0].outerHTML,b.push(this.normalize(c.length-1-(b.length-1)/2,!0)),i=c[b[b.length-1]][0].outerHTML+i,g-=1;this._clones=b,a(h).addClass("cloned").appendTo(this.$stage),a(i).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var a=this.settings.rtl?1:-1,b=this._clones.length+this._items.length,c=-1,d=0,e=0,f=[];++c",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass("active"),this.$stage.children(".center").removeClass("center"),this.settings.center&&this.$stage.children().eq(this.current()).addClass("center")}}],e.prototype.initializeStage=function(){this.$stage=this.$element.find("."+this.settings.stageClass),this.$stage.length||(this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+">",{class:this.settings.stageClass}).wrap(a("",{class:this.settings.stageOuterClass})),this.$element.append(this.$stage.parent()))},e.prototype.initializeItems=function(){var b=this.$element.find(".owl-item");if(b.length)return this._items=b.get().map(function(b){return a(b)}),this._mergers=this._items.map(function(){return 1}),void this.refresh();this.replace(this.$element.children().not(this.$stage.parent())),this.isVisible()?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass)},e.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var a,b,c;a=this.$element.find("img"),b=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,c=this.$element.children(b).width(),a.length&&c<=0&&this.preloadAutoWidthImages(a)}this.initializeStage(),this.initializeItems(),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.isVisible=function(){return!this.settings.checkVisibility||this.$element.is(":visible")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){a<=b&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),"function"==typeof e.stagePadding&&(e.stagePadding=e.stagePadding()),delete e.responsive,e.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+d))):e=a.extend({},this.options),this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},e.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};b