This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/avishai84/svg/blob/6ae694a5037f1f9fa4b9b06d4d261ec83bb9930d/flowChart.svg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta | |
| name="viewport" | |
| content="width=device-width, initial-scale=1, shrink-to-fit=no"/> | |
| <title>Counter</title> | |
| <style> | |
| body{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "instanceDesc": "BABY_A", | |
| "name": "TiledComponents", | |
| "type": "sitewide", | |
| "experimentRunning": true, | |
| "data": { | |
| "lazy": false, | |
| "defaultHeight": "300px", | |
| "style": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "instanceDesc": "MATERNITY_C", | |
| "name": "SVGOverlay", | |
| "type": "home", | |
| "data": { | |
| "lazy": false, | |
| "containerStyle": { | |
| "mobile": { | |
| "margin": "1rem 0" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "instanceDesc": "MATERNITY_A", | |
| "name": "SVGOverlay", | |
| "type": "home", | |
| "data": { | |
| "lazy": false, | |
| "containerStyle": { | |
| "mobile": { | |
| "margin": "1rem 0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function theNewFacetFn(cid){ | |
| this.cid=cid; | |
| let pageIdHash = '#pageId=0'; | |
| let origPageLocHash = window.location.hash; | |
| if(origPageLocHash.length > 0){ | |
| //check if hash already exist in URL | |
| //To stay consistent, loop to find if style exist in array. | |
| // remove it and put back the string at the end. | |
| origPageLocHash = origPageLocHash.split('&'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function setFacetSelectHandlers(dataCid){ | |
| this.dataCid = dataCid; | |
| var hashLoc = location.hash, | |
| dept = ''; | |
| //check if dept exist; | |
| (gap.viewModel.facetManager.k_hasDepartment()) ? dept = gap.viewModel.departmentFacet.k_selectedDepartment() : dept = false; | |
| if(dept != false){ | |
| hashLoc.indexOf('&style')>-1?hashLoc='#pageId=0&department='+dept+'&style='+dataCid:hashLoc+="&style="+dataCid; | |
| }else{ | |
| hashLoc.indexOf('&style')>-1?hashLoc='#pageId=0&style='+dataCid:hashLoc+="&style="+dataCid; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="section-1" data-lazycallback="startCarousel"> | |
| <div class="sds_grid-root"> | |
| <div class="sds_g-1-1"> | |
| <div class="sds_relative"> | |
| <!-- Carousel --> | |
| <div class="dp_main_carousel_mobile_desk"> | |
| <!-- slide1 --> | |
| <div> | |
| <picture> | |
| <source media="(max-width: 767px)" data-srcset="/Asset_Archive/GPWeb/content/0014/543/595/assets/mobile/01_MOB_IMG.jpg"> |
NewerOlder