Various changes to website
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
rangeldigital/dump.rdb
Normal file
BIN
rangeldigital/dump.rdb
Normal file
Binary file not shown.
@ -42,7 +42,19 @@
|
|||||||
"property_type": "Select",
|
"property_type": "Select",
|
||||||
"value": "Customer\nReferral Agent",
|
"value": "Customer\nReferral Agent",
|
||||||
"module": "CRM"
|
"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,
|
"docstatus": 0,
|
||||||
"doctype": "Web Template",
|
"doctype": "Web Template",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
|
||||||
"fieldname": "section_margin_top",
|
|
||||||
"fieldtype": "Data",
|
|
||||||
"label": "Margin-Top Pixels",
|
|
||||||
"reqd": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "heading",
|
"fieldname": "heading",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@ -19,57 +13,22 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "sub_heading",
|
"fieldname": "sub_heading",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Sub-Heading",
|
"label": "Sub Heading",
|
||||||
"reqd": 0
|
"reqd": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "column_1_heading",
|
"fieldname": "cta_text",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Column 1 Heading",
|
"label": "CTA Text",
|
||||||
"reqd": 0
|
"reqd": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "column_1_links",
|
"fieldname": "cta_url",
|
||||||
"fieldtype": "Table Break",
|
|
||||||
"label": "Column 1 Links",
|
|
||||||
"reqd": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldname": "column_1_link_text",
|
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Column 1 Link Text",
|
"label": "CTA URL",
|
||||||
"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",
|
|
||||||
"reqd": 0
|
"reqd": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"modified": "2022-03-21 14:30:14.405261",
|
"modified": "2022-03-21 14:30:14.405261",
|
||||||
@ -78,6 +37,6 @@
|
|||||||
"name": "RD Footer - 1",
|
"name": "RD Footer - 1",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"standard": 0,
|
"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"
|
"type": "Footer"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,6 +14,6 @@
|
|||||||
"name": "RD Navbar - 1",
|
"name": "RD Navbar - 1",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"standard": 0,
|
"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"
|
"type": "Navbar"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -228,7 +228,7 @@ app_license = "mit"
|
|||||||
# }
|
# }
|
||||||
|
|
||||||
web_include_css = [
|
web_include_css = [
|
||||||
|
"/assets/rangeldigital/css/rangeldigital.css",
|
||||||
"/assets/rangeldigital/css/styles.css",
|
"/assets/rangeldigital/css/styles.css",
|
||||||
"/assets/rangeldigital/css/slick.css",
|
"/assets/rangeldigital/css/slick.css",
|
||||||
"/assets/rangeldigital/css/slick-theme.css",
|
"/assets/rangeldigital/css/slick-theme.css",
|
||||||
@ -255,13 +255,14 @@ web_include_js = [
|
|||||||
"/assets/rangeldigital/js/bootstrap.min.js",
|
"/assets/rangeldigital/js/bootstrap.min.js",
|
||||||
"/assets/rangeldigital/js/slick.min.js",
|
"/assets/rangeldigital/js/slick.min.js",
|
||||||
"/assets/rangeldigital/js/jquery.parallax-scroll.js",
|
"/assets/rangeldigital/js/jquery.parallax-scroll.js",
|
||||||
#"/assets/rangeldigital/js/gsap.min.js",
|
"/assets/rangeldigital/js/gsap.min.js",
|
||||||
"/assets/rangeldigital/js/splittext.js",
|
"/assets/rangeldigital/js/splittext.js",
|
||||||
"/assets/rangeldigital/js/scrolltrigger.min.js",
|
"/assets/rangeldigital/js/scrolltrigger.min.js",
|
||||||
"/assets/rangeldigital/js/smoothscroll.js",
|
"/assets/rangeldigital/js/smoothscroll.js",
|
||||||
"/assets/rangeldigital/js/wow.min.js",
|
"/assets/rangeldigital/js/wow.min.js",
|
||||||
"/assets/rangeldigital/js/custom.js",
|
"/assets/rangeldigital/js/custom.js",
|
||||||
"/assets/rangeldigital/js/swiper.min.js"
|
"/assets/rangeldigital/js/swiper.min.js",
|
||||||
|
"/assets/rangeldigital/js/rangeldigital.js",
|
||||||
|
|
||||||
# "/assets/rangeldigital/js/jquery-3.7.1.min.js",
|
# "/assets/rangeldigital/js/jquery-3.7.1.min.js",
|
||||||
|
|
||||||
@ -320,12 +321,4 @@ web_include_js = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
app_include_css = [
|
|
||||||
"/assets/rangeldigital/css/backend.css"
|
|
||||||
|
|
||||||
|
|
||||||
]
|
|
||||||
|
|
||||||
app_includes_js =[
|
|
||||||
"/assets/rangeldigital/js/backend.js"
|
|
||||||
]
|
|
||||||
|
|||||||
@ -1 +1,110 @@
|
|||||||
.card {background:#f6f6f6}
|
body {background:#01071C!important}
|
||||||
|
section {padding:40px 0px;background:#01071C}
|
||||||
|
section {background:#01071C}
|
||||||
|
.row {margin-bottom:20px}
|
||||||
|
.rd-heading-row {margin-bottom:50px}
|
||||||
|
.rd.card {background-color:#1C2037}
|
||||||
|
h2 {color:#E0E0E0}
|
||||||
|
h2.rd {color:#E0E0E0}
|
||||||
|
.rd-button-one {padding:10px 20px;font-weight:bold;border-radius:3px;color:black;background-image: linear-gradient(134deg, #008AFC 27%, #97F8F4 100%)}
|
||||||
|
.text-gradient-1 {background-clip:text;-webkit-background-clip: text !important;padding-top:10px;padding-bottom:20px;background: -webkit-linear-gradient(#119CFF, #97F8F4);-webkit-text-fill-color: transparent}
|
||||||
|
|
||||||
|
/* ----- Gradients ----- */
|
||||||
|
.rd-background-gradient-1 {background-color:transparent;background-image:linear-gradient(45deg, rgb(0, 138, 252) 0%, rgb(28, 31, 55) 100%);border-bottom-color:rgb(17, 156, 255)}
|
||||||
|
.rd-background-gradient-left-1 {position:relative}
|
||||||
|
.rd-background-gradient-left-1:before {content:"";display:block;position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position: center left;background-image:url(/assets/rangeldigital/files/img/bg-gradient-left-1.jpg)}
|
||||||
|
|
||||||
|
/* ------- NAVARS * ---------*/
|
||||||
|
nav.rd-navbar-1 {padding-left:15px;padding-right:15px}
|
||||||
|
nav.rd-navbar-1 .navbar-toggler svg {stroke:white}
|
||||||
|
.rd-navbar-1 .nav-item a {color:white;font-weight:bold;font-size:1rem}
|
||||||
|
.rd-navbar-1 .navbar-brand {font-size:1.5rem;font-weight:bold;background-clip:text;-webkit-background-clip: text !important;padding-top:10px;padding-bottom:20px;background: -webkit-linear-gradient(#119CFF, #97F8F4);-webkit-text-fill-color: transparent}
|
||||||
|
|
||||||
|
.rd-navbar-1 .dropdown-menu {overflow:hidden;background:#003073;border:1px solid #87868636;padding:0}
|
||||||
|
.rd-navbar-1 .dropdown-menu .dropdown-item {background-color:#003073;padding: 15px 35px!important;border-radius:0}
|
||||||
|
.rd-navbar-1 .dropdown-item:hover {background-color:#008AFC}
|
||||||
|
@media only screen and (max-width: 991px) {
|
||||||
|
.rd-navbar-1 #navbarSupportedContent {background:#003073!important;padding-left:20px;padding-right:20px}
|
||||||
|
.rd-navbar-1 #navbarSupportedContent a {font-size:1rem;font-weight:400}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ------- Sections --------*/
|
||||||
|
/* ------- 5 Card Section - 1 ---------*/
|
||||||
|
.rd-5-card-section-1 h2 {color:white;margin-bottom:40px}
|
||||||
|
.rd-5-card-section-1 h5 {color:white;font-weight:400}
|
||||||
|
.rd-5-card-section-1 .card {background:#1D1F37;position:relative;min-height:25vh;padding:20px 0px 400px 0px}
|
||||||
|
.rd-5-card-section-1 img {position:absolute;bottom:0;right:0}
|
||||||
|
.rd-5-card-section-1 .card-body {z-index:1}
|
||||||
|
.rd-5-card-section-1 .card p {font-size:2rem;font-weight:bold;position:relative;z-index:1}
|
||||||
|
.rd-5-card-section-1 .card-two {background-color:transparent;background-image:linear-gradient(180deg, rgb(0, 138, 252) 0%, rgb(28, 31, 55) 100%);border-bottom-color:rgb(17, 156, 255)}
|
||||||
|
.rd-5-card-section-1 .row {row-gap:20px}
|
||||||
|
@media only screen and (max-width: 767px) {
|
||||||
|
.rd-5-card-section-1 .card {min-height:40vh;padding:20px 0px 200px 0px}
|
||||||
|
}
|
||||||
|
/* Page Heading 1 */
|
||||||
|
section.page-heading-1 {padding-top:255px;padding-bottom:120px}
|
||||||
|
.page-heading-1 h1 {color:white;font-size:4rem;font-weight:bold}
|
||||||
|
.page-heading-1 h2 {color:white;margin-bottom:60px;}
|
||||||
|
|
||||||
|
.page-heading-1 {--background-overlay: '';
|
||||||
|
background-color: transparent;
|
||||||
|
background-image: radial-gradient(at center center, #004BADBF 0%, var(--e-global-color-495d27d) 69%);}
|
||||||
|
@media only screen and (max-width: 767px) {
|
||||||
|
.page-heading-1 h1 {font-size:3rem}
|
||||||
|
section.page-heading-1 {padding-top:150px;padding-bottom:80px}
|
||||||
|
}
|
||||||
|
/* 4 Blurb Box Section - 1 */
|
||||||
|
|
||||||
|
section.rd-four-blurb-box-one {padding:20px;position:relative;padding-top:100px;padding-bottom:100px}
|
||||||
|
section.rd-four-blurb-box-one > .container {background:blue;overflow:hidden;position:relative;z-index:1;min-height:700px;border-radius:10px;background-color:rgb(28, 31, 55)}
|
||||||
|
.rd-four-blurb-box-one > .container:before {opacity:0.9;content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-image:url(/assets/rangeldigital/files/img/bg-gradient-1.jpg)}
|
||||||
|
.rd-four-blurb-box-one .rd-heading-row {margin-bottom:150px}
|
||||||
|
.rd-four-blurb-box-one h2 {font-size:3rem}
|
||||||
|
.rd-four-blurb-box-one h5 {color:white;font-size:1.5rem;font-weight:bold}
|
||||||
|
.rd-four-blurb-box-one p.rd-sub-heading {color:white;font-size:1.5rem}
|
||||||
|
.rd-four-blurb-box-one .col-md-3 p {color:#A5A5A5}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 767px) {
|
||||||
|
.rd-four-blurb-box-one .rd-heading-row {margin-bottom:40px}
|
||||||
|
.rd-four-blurb-box-one .col-md-3 {text-align:center}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6 Card Section - 1 */
|
||||||
|
.rd-six-card-section-one {row-gap:20px;position:relative}
|
||||||
|
.rd-six-card-section-one:before {content:"";display:block;position:absolute;top:0;bottom:0;right:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position: center right;background-image:url(/assets/rangeldigital/files/img/bg-gradient-right-1.jpg)}
|
||||||
|
.rd-six-card-section-one .card {min-height:300px}
|
||||||
|
.rd-six-card-section-one h2 {font-size:3rem;margin-bottom:60px;color:white}
|
||||||
|
.rd-six-card-section-one h5 {font-size:1.5rem;color:#008AFC}
|
||||||
|
.rd-six-card-section-one p {color:white}
|
||||||
|
@media only screen and (max-width: 767px) {
|
||||||
|
.rd-six-card-section-one .row {gap:20px}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* 40/60 Stat Blurbs Section - 1 */
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-heading-row {margin-bottom:30px}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-heading {margin:0;color:white;font-weight:400;font-size:2.5rem;line-height:3.5rem}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-sub-heading {color:white;font-weight:200;font-size:1.2rem}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-blurb-row {border-top:1px solid #D5DFFF5E;padding-top:30px}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-blurb-heading {color:white;font-weight:200;font-size:4rem;line-height:4rem}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-blurb-sub-heading {color:white;font-weight:200;font-size:1.2rem}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 767px) {
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-heading {font-size:2rem;line-height:2.5rem}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-heading-row {flex-direction:row-reverse}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-heading-row .col-md-9 {margin-bottom:40px}
|
||||||
|
.rd-forty-sixty-stat-blurbs-section-one .rd-blurb-heading {font-size:3rem;line-height:3rem}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ---------- Parallax Cards - 1 ---------- */
|
||||||
|
.rd-parallax-cards-1 .rd-sub-heading {margin-bottom:60px}
|
||||||
|
|
||||||
|
/* ---------- Footers ---------- */
|
||||||
|
footer.rd-footer-1 {position:relative;padding-top:100px;min-height:400px;background:#01071C}
|
||||||
|
footer.rd-footer-1:before {opacity:0.5;content:"";display:block;position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-image:url(/assets/rangeldigital/files/img/bg-gradient-waves-1.jpg)}
|
||||||
|
footer.rd-footer-1 .rd-heading {font-size:3rem;font-weight:bold}
|
||||||
|
footer.rd-footer-1 .rd-sub-heading {font-size:1.5rem;color:white}
|
||||||
|
footer.rd-footer-1 ul {padding:0;list-style:none}
|
||||||
|
footer.rd-footer-1 ul li {color:white}
|
||||||
|
footer.rd-footer-1 .rd-footer-column-heading {color:white;font-weight:bold}
|
||||||
BIN
rangeldigital/public/files/img/bg-gradient-1.jpg
Normal file
BIN
rangeldigital/public/files/img/bg-gradient-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
rangeldigital/public/files/img/bg-gradient-left-1.jpg
Normal file
BIN
rangeldigital/public/files/img/bg-gradient-left-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
rangeldigital/public/files/img/bg-gradient-right-1.jpg
Normal file
BIN
rangeldigital/public/files/img/bg-gradient-right-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
rangeldigital/public/files/img/bg-gradient-waves-1.jpg
Normal file
BIN
rangeldigital/public/files/img/bg-gradient-waves-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
12
rangeldigital/public/js/gsap.min.js
vendored
12
rangeldigital/public/js/gsap.min.js
vendored
File diff suppressed because one or more lines are too long
43
rangeldigital/public/js/rangeldigital.js
Normal file
43
rangeldigital/public/js/rangeldigital.js
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
// Features Scroll Animation
|
||||||
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
|
const featureContainer = document.querySelector(".features_animation");
|
||||||
|
|
||||||
|
if (featureContainer) {
|
||||||
|
const cards = document.querySelectorAll(".features_animation .feature_item_inner");
|
||||||
|
|
||||||
|
// Set initial top positions like jQuery did
|
||||||
|
cards.forEach((card, index) => {
|
||||||
|
card.style.top = `${50 + index * 15}px`;
|
||||||
|
});
|
||||||
|
|
||||||
|
// Convert NodeList to an array for GSAP utilities
|
||||||
|
const cardArray = Array.from(cards);
|
||||||
|
|
||||||
|
cardArray.forEach((card, index) => {
|
||||||
|
gsap.to(card, {
|
||||||
|
scrollTrigger: {
|
||||||
|
trigger: card,
|
||||||
|
start: "top bottom-=100",
|
||||||
|
end: "top top+=40",
|
||||||
|
scrub: true,
|
||||||
|
markers: false,
|
||||||
|
invalidateOnRefresh: true,
|
||||||
|
},
|
||||||
|
ease: "none",
|
||||||
|
scale: () => 1 - (cardArray.length - index) * 0.025,
|
||||||
|
});
|
||||||
|
|
||||||
|
ScrollTrigger.create({
|
||||||
|
trigger: card,
|
||||||
|
start: "top top",
|
||||||
|
pin: true,
|
||||||
|
pinSpacing: false,
|
||||||
|
markers: false,
|
||||||
|
id: "pin",
|
||||||
|
end: "max",
|
||||||
|
invalidateOnRefresh: true,
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user