Various changes to website
This commit is contained in:
@ -42,7 +42,19 @@
|
||||
"property_type": "Select",
|
||||
"value": "Customer\nReferral Agent",
|
||||
"module": "CRM"
|
||||
},
|
||||
{
|
||||
"doctype": "Property Setter",
|
||||
"name": "Opportunity-default_probability",
|
||||
"doctype_or_field": "DocField",
|
||||
"doc_type": "Opportunity",
|
||||
"field_name": "probability",
|
||||
"property": "default",
|
||||
"property_type": "Data",
|
||||
"value": "25",
|
||||
"module": "CRM"
|
||||
}
|
||||
|
||||
|
||||
|
||||
]
|
||||
@ -0,0 +1,88 @@
|
||||
{
|
||||
"doctype": "Web Template",
|
||||
"name": "40/60 Stat Blurbs Section - 1",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template":"<section class=\"rd-forty-sixty-stat-blurbs-section-one rd-background-gradient-left-1\" style=\"margin-top: {{ margin_top }}; margin-bottom: {{ margin_bottom }};\"><div class=\"container\"><div class=\"row rd-heading-row\"><div class=\"col-md-3 d-flex align-items-center\"><p class=\"rd-sub-heading\">{{ sub_heading }}</p></div><div class=\"col-md-9 d-flex align-items-center\"><h3 class=\"rd-heading\">{{ heading }}</h3></div></div><div class=\"row rd-blurb-row\"><div class=\"col-md-3 text-center\"><p class=\"rd-blurb-heading\">{{ blurb_1_heading }}</p><p class=\"rd-blurb-sub-heading\">{{ blurb_1_sub_heading }}</p></div><div class=\"col-md-3 text-center\"><p class=\"rd-blurb-heading\">{{ blurb_2_heading }}</p><p class=\"rd-blurb-sub-heading\">{{ blurb_2_sub_heading }}</p></div><div class=\"col-md-3 text-center\"><p class=\"rd-blurb-heading\">{{ blurb_3_heading }}</p><p class=\"rd-blurb-sub-heading\">{{ blurb_3_sub_heading }}</p></div><div class=\"col-md-3 text-center\"><p class=\"rd-blurb-heading\">{{ blurb_4_heading }}</p><p class=\"rd-blurb-sub-heading\">{{ blurb_4_sub_heading }}</p></div></div></section>",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_1_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 1 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_1_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 1 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_2_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 2 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_2_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 2 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_3_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 3 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_3_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 3 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_4_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 4 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_4_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 4 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "margin_top",
|
||||
"fieldtype": "Data",
|
||||
"label": "Margin Top",
|
||||
"reqd": 0,
|
||||
"default": "100px"
|
||||
},
|
||||
{
|
||||
"fieldname": "margin_bottom",
|
||||
"fieldtype": "Data",
|
||||
"label": "Margin Bottom",
|
||||
"reqd": 0,
|
||||
"default": "100px"
|
||||
}
|
||||
],
|
||||
"owner": "Administrator",
|
||||
"created_by": "Administrator",
|
||||
"modified": "2024-08-12 14:30:14",
|
||||
"standard": 0
|
||||
}
|
||||
|
||||
@ -0,0 +1,88 @@
|
||||
{
|
||||
"doctype": "Web Template",
|
||||
"name": "4 Blurb Box Section - 1",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template": "<section class=\"rd-four-blurb-box-one\" style=\"{% if padding_top %} padding-top: {{ padding_top }}; {% endif %} {% if padding_bottom %} padding-bottom: {{ padding_bottom }}; {% endif %}\"><div class=\"container\"><div class=\"row rd-heading-row\"><div class=\"col-md-12\"><h2 class=\"text-center text-gradient-1\">{{heading}}</h2><p class=\"rd-sub-heading text-center\">{{sub_heading}}</p></div></div><div class=\"row\"> <div class=\"col-md-3\"> <div class=\"\"> <div class=\"card-body\"> <h5 class=\"card-title\">{{ blurb_1_heading }}</h5> <p class=\"card-text\">{{ blurb_1_sub_heading }}</p></div> </div> </div> <div class=\"col-md-3\"> <div class=\"\"> <div class=\"card-body\"> <h5 class=\"card-title\">{{ blurb_2_heading }}</h5> <p class=\"card-text\">{{ blurb_2_sub_heading }}</p></div> </div> </div> <div class=\"col-md-3\"> <div class=\"\"> <div class=\"card-body\"> <h5 class=\"card-title\">{{ blurb_3_heading }}</h5> <p class=\"card-text\">{{ blurb_3_sub_heading }}</p></div> </div> </div><div class=\"col-md-3\"><div class=\"\"> <div class=\"card-body\"> <h5 class=\"card-title\">{{ blurb_4_heading }}</h5> <p class=\"card-text\">{{ blurb_4_sub_heading }}</p></div> </div> </div></div></section>",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "padding_top",
|
||||
"fieldtype": "Data",
|
||||
"label": "Padding Top",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "padding_bottom",
|
||||
"fieldtype": "Data",
|
||||
"label": "Padding Bottom",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_1_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 1 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_1_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 1 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_2_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 2 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_2_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 2 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_3_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 3 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_3_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 3 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_4_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 4 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "blurb_4_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Blurb 4 Sub Heading",
|
||||
"reqd": 0
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
"owner": "Administrator",
|
||||
"created_by": "Administrator",
|
||||
"modified": "2024-08-12 14:30:14",
|
||||
"standard": 0
|
||||
}
|
||||
|
||||
49
rangeldigital/fixtures/web_template_50_50_heading_1.json
Normal file
49
rangeldigital/fixtures/web_template_50_50_heading_1.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"__unsaved": 1,
|
||||
"creation": "2024-08-12 15:26:23.140620",
|
||||
"docstatus": 0,
|
||||
"doctype": "Web Template",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "LongText",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_text",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA URL",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "image_1",
|
||||
"fieldtype": "Attach Image",
|
||||
"label": "Image 1",
|
||||
"reqd": 0
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
"idx": 0,
|
||||
"modified": "2022-03-21 14:30:14.405261",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "50/50 Heading Section - 1",
|
||||
"owner": "Administrator",
|
||||
"standard": 0,
|
||||
"template":"<section class=\"saas_banner_area_five\" data-bg-color=\"#121217\" style=\"background-color: rgb(18, 18, 23);\"><div class=\"container\"><div class=\"row align-items-center\"><div class=\"col-lg-6\"><div class=\"app_banner_content\"><h2 class=\"title-animation\">{{heading}}</h2><p class=\"wow fadeInUp\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">{{sub_heading}}</p><a href=\"{{ cta_url }}\" class=\"saas_btn wow fadeInUp\" data-wow-delay=\"0.6s\" style=\"visibility: visible; animation-delay: 0.6s; animation-name: fadeInUp;\"><div class=\"btn_text\"><span>{{cta_text}}</span><span>{{cta_text}}</span></div></a></div></div><div class=\"col-lg-6\"><div class=\"app_banner_img\"><div class=\"app_img wow fadeInUp\" data-wow-delay=\"0.7s\" style=\"visibility: visible; animation-delay: 0.7s; animation-name: fadeInUp;\"><img data-parallax=\"{"x": 30, "y": 30}\" src=\"{{image_1}}\" alt=\"\" style=\"transform:translate3d(0.029px, 0.029px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); -webkit-transform:translate3d(0.029px, 0.029px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); \"></div><div class=\"app_img two wow fadeInRight\" data-wow-delay=\"0.8s\" style=\"visibility: visible; animation-delay: 0.8s; animation-name: fadeInRight;\"><img data-parallax=\"{"y": -80}\" src=\"assets/img/home-five/ip_two.png\" alt=\"\" style=\"transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); -webkit-transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); \"></div><img class=\"app_shap_one\" src=\"assets/img/home-five/round_img.png\" alt=\"\"><img class=\"app_shap_two\" src=\"assets/img/home-five/app_shap.png\" alt=\"\"></div></div></div></div></section>"
|
||||
, "type": "Component"
|
||||
}
|
||||
146
rangeldigital/fixtures/web_template_5_card_section_1.json
Normal file
146
rangeldigital/fixtures/web_template_5_card_section_1.json
Normal file
@ -0,0 +1,146 @@
|
||||
{
|
||||
"doctype": "Web Template",
|
||||
"name": "5 Card Section - 1",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template": "<section class=\"rd-5-card-section-1\"><div class=\"container\"><h2 class=\"text-center\">{{heading}}</h2> <div class=\"row\"> <div class=\"col-md-4\"> <div class=\"card card-one\"> <img src=\"{{ card_1_image }}\" class=\"card-img\" alt=\"...\"> <div class=\"card-body\"> <h5 class=\"card-title\">{{ card_1_heading }}</h5> <p class=\"text-gradient-1\">{{ card_1_sub_heading }}</p></div> </div> </div> <div class=\"col-md-4\"> <div class=\"card card-two\"> <img src=\"{{ card_2_image }}\" class=\"card-img-top\" alt=\"...\"> <div class=\"card-body\"> <h5 class=\"card-title\">{{ card_2_heading }}</h5> <p class=\"card-text text-gradient-1\">{{ card_2_sub_heading }}</p> </div> </div> </div> <div class=\"col-md-4\"> <div class=\"card\"> <img src=\"{{ card_3_image }}\" class=\"card-img-top\" alt=\"...\"> <div class=\"card-body\"> <h5 class=\"card-title\">{{ card_3_heading }}</h5> <p class=\"card-text text-gradient-1\">{{ card_3_sub_heading }}</p></div> </div> </div> </div><div class=\"row\"><div class=\"col-md-7\"><div class=\"card card-four\"><div class=\"card-body\"><img src=\"{{ card_4_image }}\" class=\"card-img-top\" alt=\"...\"> <h5 class=\"card-title\">{{ card_4_heading }}</h5> <p class=\"card-text text-gradient-1\">{{ card_4_sub_heading }}</p></div></div></div><div class=\"col-md-5\"><div class=\"card card-five\"><div class=\"card-body\"><img src=\"{{ card_5_image }}\" class=\"card-img-top\" alt=\"...\"><h5 class=\"card-title\">{{ card_5_heading }}</h5><p class=\"card-text text-gradient-1\">{{ card_5_sub_heading }}</p></div></div></div></div> </div> </section>",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_1_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 1 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_1_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 1 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_1_image",
|
||||
"fieldtype": "Attach Image",
|
||||
"label": "Card 1 Image",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_1_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 1 URL",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_2_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 2 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_2_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 2 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_2_image",
|
||||
"fieldtype": "Attach Image",
|
||||
"label": "Card 2 Image",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_2_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 2 URL",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_3_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 3 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_3_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 3 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_3_image",
|
||||
"fieldtype": "Attach Image",
|
||||
"label": "Card 3 Image",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_3_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 3 URL",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_4_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 4 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_4_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 4 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_4_image",
|
||||
"fieldtype": "Attach Image",
|
||||
"label": "Card 4 Image",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_4_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 4 URL",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_5_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 5 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_5_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 5 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_5_image",
|
||||
"fieldtype": "Attach Image",
|
||||
"label": "Card 5 Image",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_5_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 5 URL",
|
||||
"reqd": 0
|
||||
}
|
||||
],
|
||||
"owner": "Administrator",
|
||||
"created_by": "Administrator",
|
||||
"modified": "2024-08-12 14:30:14",
|
||||
"standard": 0
|
||||
}
|
||||
|
||||
110
rangeldigital/fixtures/web_template_6_card_section_1.json
Normal file
110
rangeldigital/fixtures/web_template_6_card_section_1.json
Normal file
@ -0,0 +1,110 @@
|
||||
{
|
||||
"doctype": "Web Template",
|
||||
"name": "6 Card Section - 1",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template": "<section class=\"rd-six-card-section-one\"><div class=\"container\"><h2 class=\"text-center\">{{heading}}</h2> <div class=\"row justify-content-start\"> <div class=\"col-md-4\"> <div class=\"card rd card-one\"> {% if card_1_image %}<img src=\"{{ card_1_image }}\" class=\"card-img\" alt=\"...\"> {% endif %} <div class=\"card-body d-flex flex-column justify-content-end d-flex flex-column justify-content-end\"> <h5 class=\"card-title\">{{ card_1_heading }}</h5> <p>{{ card_1_sub_heading }}</p></div> </div> </div> <div class=\"col-md-4\"> <div class=\"card rd card-two rd-background-gradient-1\">{% if card_2_image %} <img src=\"{{ card_2_image }}\" class=\"card-img-top\" alt=\"...\">{% endif %} <div class=\"card-body d-flex flex-column justify-content-end d-flex flex-column justify-content-end\"> <h5 class=\"card-title\">{{ card_2_heading }}</h5> <p class=\"card-text\">{{ card_2_sub_heading }}</p> </div> </div> </div> <div class=\"col-md-4\"> <div class=\"rd card\">{% if card_3_image %} <img src=\"{{ card_3_image }}\" class=\"card-img-top\" alt=\"...\">{% endif %}<div class=\"card-body d-flex flex-column justify-content-end d-flex flex-column justify-content-end\"> <h5 class=\"card-title\">{{ card_3_heading }}</h5> <p class=\"card-text\">{{ card_3_sub_heading }}</p></div> </div> </div> </div><div class=\"row justify-content-end\"><div class=\"col-md-4\"><div class=\"rd card card-four\"><div class=\"card-body d-flex flex-column justify-content-end\">{% if card_4_image %}<img src=\"{{ card_4_image }}\" class=\"card-img-top\" alt=\"...\">{% endif %} <h5 class=\"card-title\">{{ card_4_heading }}</h5> <p class=\"card-text\">{{ card_4_sub_heading }}</p></div></div></div><div class=\"col-md-4\"><div class=\"rd card card-five\"><div class=\"card-body d-flex flex-column justify-content-end\">{% if card_5_image %}<img src=\"{{ card_5_image }}\" class=\"card-img-top\" alt=\"...\">{% endif %}<h5 class=\"card-title\">{{ card_5_heading }}</h5><p class=\"card-text\">{{ card_5_sub_heading }}</p></div></div></div><div class=\"col-md-4\"><div class=\"rd card card-six\"><div class=\"card-body d-flex flex-column justify-content-end\">{% if card_6_image %}<img src=\"{{ card_6_image }}\" class=\"card-img-top\" alt=\"...\">{% endif %}<h5 class=\"card-title\">{{ card_6_heading }}</h5><p class=\"card-text\">{{ card_6_sub_heading }}</p></div></div></div></div></div></section>",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_1_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 1 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_1_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 1 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_2_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 2 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_2_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 2 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_3_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 3 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_3_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 3 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_4_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 4 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_4_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 4 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_5_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 5 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_5_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 5 Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_6_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card 6 Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_6_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_text",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA URL",
|
||||
"reqd": 0
|
||||
}
|
||||
],
|
||||
"owner": "Administrator",
|
||||
"created_by": "Administrator",
|
||||
"modified": "2024-08-12 14:30:14",
|
||||
"standard": 0
|
||||
}
|
||||
|
||||
38
rangeldigital/fixtures/web_template_page_heading_1.json
Normal file
38
rangeldigital/fixtures/web_template_page_heading_1.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"doctype": "Web Template",
|
||||
"name": "Page Heading - 1",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template":"<section class=\"page-heading-1\"><div class=\"container text-center\"><h1 class=\"rd text-gradient-1\">{{heading}}</h1><h2 class=\"rd\">{{sub_heading}}</h2><a class=\"rd-button-one\" href=\"{{cta_url}}\">{{cta_text}}</a></div></section>",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_text",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA URL",
|
||||
"reqd": 0
|
||||
}
|
||||
],
|
||||
"owner": "Administrator",
|
||||
"created_by": "Administrator",
|
||||
"modified": "2024-08-12 14:30:14",
|
||||
"standard": 0
|
||||
}
|
||||
|
||||
68
rangeldigital/fixtures/web_template_parallax_cards_1.json
Normal file
68
rangeldigital/fixtures/web_template_parallax_cards_1.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"doctype": "Web Template",
|
||||
"name": "Parallax Cards - 1",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template": "<section class=\"rd-parallax-cards-one saas_features_area_three sec_padding\" data-bg-color=\"#17171C\"> <div class=\"container\"> <div class=\"section_title white text-center\"> <h2 class=\"rd-heading wow fadeInUp\" data-wow-delay=\"0.2s\">{{ heading }}</h2> <p class=\"rd-sub-heading wow fadeInUp\" data-wow-delay=\"0.3s\">{{ sub_heading }}</p> </div> <div class=\"features_animation\"> {% for card in cards %} <div class=\"feature_item_inner {% if card.class %}{{ card.class }}{% endif %}\"> <div class=\"row {% if card.reverse %}flex-row-reverse{% endif %}\"> <div class=\"col-lg-6\"> <div class=\"saas_features_img_two wow fadeIn{{ 'Left' if card.reverse else 'Right' }}\" data-wow-delay=\"0.2s\"> <img class=\"img_one\" src=\"{{ card.img_one }}\" alt=\"\"> <img class=\"img_two\" data-parallax='{\"y\": 40}' src=\"{{ card.img_two }}\" alt=\"\"> </div> </div> <div class=\"col-lg-6\"> <div class=\"saas_feature_content_two {% if card.reverse %}pe-5{% else %}ps-5{% endif %} wow fadeIn{{ 'Right' if card.reverse else 'Left' }}\" data-wow-delay=\"0.3s\"> <h2>{{card.card_heading}}</h2> <p>{{ card.card_sub_heading }}</p> <ul class=\"list-unstyled features_list\"> {% for card in cards %} <li><i class=\"fa fa-check-circle\"></i>{{ feature }}</li> {% endfor %} </ul> <a href=\"#\" class=\"saas_btn white wow fadeInUp\" data-wow-delay=\"0.6s\"> <div class=\"btn_text\"><span>Request Demo</span><span>Request Demo</span></div> </a> </div> </div> </div> </div> {% endfor %} </div> </div> </section>"
|
||||
, "fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cards",
|
||||
"fieldtype": "Table Break",
|
||||
"label": "Cards",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_image",
|
||||
"fieldtype": "Attach Image",
|
||||
"label": "Card Image",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Card Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "card_html",
|
||||
"fieldtype": "Code",
|
||||
"label": "Card HTML",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_text",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_url",
|
||||
"fieldtype": "Link",
|
||||
"label": "CTA URL",
|
||||
"reqd": 0
|
||||
}
|
||||
],
|
||||
"owner": "Administrator",
|
||||
"created_by": "Administrator",
|
||||
"modified": "2024-08-12 14:30:14",
|
||||
"standard": 0
|
||||
}
|
||||
|
||||
@ -4,12 +4,6 @@
|
||||
"docstatus": 0,
|
||||
"doctype": "Web Template",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "section_margin_top",
|
||||
"fieldtype": "Data",
|
||||
"label": "Margin-Top Pixels",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
@ -19,57 +13,22 @@
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub-Heading",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "column_1_heading",
|
||||
"fieldname": "cta_text",
|
||||
"fieldtype": "Data",
|
||||
"label": "Column 1 Heading",
|
||||
"label": "CTA Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "column_1_links",
|
||||
"fieldtype": "Table Break",
|
||||
"label": "Column 1 Links",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "column_1_link_text",
|
||||
"fieldname": "cta_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Column 1 Link Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "column_1_link_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Column 1 Link URL",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sb_1",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Section Break 1",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "column_2_links",
|
||||
"fieldtype": "Table Break",
|
||||
"label": "Column 2 Links",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "column_2_link_text",
|
||||
"fieldtype": "Data",
|
||||
"label": "Column 2 Link Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "column_2_link_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Column 2 Link URL",
|
||||
"label": "CTA URL",
|
||||
"reqd": 0
|
||||
}
|
||||
|
||||
],
|
||||
"idx": 0,
|
||||
"modified": "2022-03-21 14:30:14.405261",
|
||||
@ -78,6 +37,6 @@
|
||||
"name": "RD Footer - 1",
|
||||
"owner": "Administrator",
|
||||
"standard": 0,
|
||||
"template": "<footer class=\"footer-two-area secondary-bg\">\n\t<div class=\"footer__shape-regular-left wow slideInLeft\"></div>\n</footer>",
|
||||
"template": "<footer class=\"rd-footer-1\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-5\"><p class=\"rd-sub-heading\">We Can Help</p><p class=\"rd-heading text-gradient-1\">Let's Talk</p></div><div class=\"col-md-7\"><div class=\"row\"><div class=\"col-md-6\"><span class=\"rd-footer-column-heading\">Contact Us</span><ul class=\"rd-footer-items\"><li>541-808-9102</li><li>general@rangeldigital.com</li></ul></div><div class=\"col-md-6\"><span class=\"rd-footer-column-heading\">Social Media</span><ul class=\"rd-footer-items\"><li><a href=\"https://www.facebook.com/RangelDigital\" target=\"_blank\"><i class=\"fab fa-facebook-f\"></i></a></li><li><a href=\"https://www.linkedin.com/company/rangel-digital\" target=\"_blank\"><i class=\"fab fa-linkedin\"></i></a></li></ul></div></div></div></div> </footer>",
|
||||
"type": "Footer"
|
||||
}
|
||||
|
||||
@ -14,6 +14,6 @@
|
||||
"name": "RD Navbar - 1",
|
||||
"owner": "Administrator",
|
||||
"standard": 0,
|
||||
"template":"<nav class=\"navbar navbar-expand-lg header-two-area header__main\" style=\"background: linear-gradient(90deg, #0f0d1d -76.72%, #3c72fc 191.51%); border-bottom: none;min-height:80px\">\n\t<div class=\"container\">\n\t\t<a class=\"navbar-brand\" href=\"{{ url_prefix }}{{ home_page or \"/\" }}\">\n\t\t\t{%- if brand_html -%}\n\t\t\t\t{{ brand_html }}\n\t\t\t{%- elif banner_image -%}\n\t\t\t\t<img src='{{ banner_image }}'>\n\t\t\t{%- else -%}\n\t\t\t\t<span>{{ (frappe.get_hooks(\"brand_html\") or [_(\"Home\")])[0] }}</span>\n\t\t\t{%- endif -%}\n\t\t</a>\n\t\t<button class=\"navbar-toggler\" type=\"button\"\n\t\t\tdata-toggle=\"collapse\"\n\t\t\tdata-target=\"#navbarSupportedContent\"\n\t\t\taria-controls=\"navbarSupportedContent\"\n\t\t\taria-expanded=\"false\"\n\t\t\taria-label=\"Toggle navigation\">\n\t\t\t<span>\n\t\t\t\t<svg class=\"icon icon-lg\">\n\t\t\t\t\t<use href=\"#icon-menu\"></use>\n\t\t\t\t</svg>\n\t\t\t</span>\n\t\t</button>\n\n\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t{% include \"templates/includes/navbar/navbar_items.html\" %}\n\t\t</div>\n\t</div>\n</nav>",
|
||||
"template":"<nav class=\"rd rd-navbar-1 navbar navbar-expand-lg header-two-area header__main\">\n\t<div class=\"container\">\n\t\t<a class=\"navbar-brand\" href=\"{{ url_prefix }}{{ home_page or \"/\" }}\">\n\t\t\t{%- if brand_html -%}\n\t\t\t\t{{ brand_html }}\n\t\t\t{%- elif banner_image -%}\n\t\t\t\t<img src='{{ banner_image }}'>\n\t\t\t{%- else -%}\n\t\t\t\t<span>{{ (frappe.get_hooks(\"brand_html\") or [_(\"Rangel Digital\")])[0] }}</span>\n\t\t\t{%- endif -%}\n\t\t</a>\n\t\t<button class=\"navbar-toggler\" type=\"button\"\n\t\t\tdata-toggle=\"collapse\"\n\t\t\tdata-target=\"#navbarSupportedContent\"\n\t\t\taria-controls=\"navbarSupportedContent\"\n\t\t\taria-expanded=\"false\"\n\t\t\taria-label=\"Toggle navigation\">\n\t\t\t<span>\n\t\t\t\t<svg class=\"icon icon-lg\">\n\t\t\t\t\t<use href=\"#icon-menu\"></use>\n\t\t\t\t</svg>\n\t\t\t</span>\n\t\t</button>\n\n\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t{% include \"templates/includes/navbar/navbar_items.html\" %}\n\t\t</div>\n\t</div>\n</nav>",
|
||||
"type": "Navbar"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user