stajling home-page
This commit is contained in:
@@ -1,166 +1,321 @@
|
||||
body {
|
||||
font-family: "Darker Grotesque", sans-serif;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
.inner-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 50%, rgb(10, 8, 37) 100%);
|
||||
|
||||
.btn-primary-orn {
|
||||
margin: 0 auto;
|
||||
display: inline-block;
|
||||
border-radius: 40px;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
font-size: 1.5rem;
|
||||
color: #fff;
|
||||
background: linear-gradient(90deg, #FAA95E 0%, #FB4B3F 100%);
|
||||
padding: 0.75rem 1.5rem;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.btn-primary-orn:hover {
|
||||
background: #FB4B3F;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.btn-secondary-grn{
|
||||
margin: 0 auto;
|
||||
display: inline-block;
|
||||
border-radius: 40px;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
font-size: 1.5rem;
|
||||
color: #fff;
|
||||
background: #0ec97f36;
|
||||
padding: 0.75rem 1.5rem;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.btn-secondary-grn:hover {
|
||||
background: #FB4B3F;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.btn-pricing-blc{
|
||||
margin: 0 auto;
|
||||
display: inline-block;
|
||||
border-radius: 10px;
|
||||
text-decoration: none;
|
||||
border:#453E4D 1px solid;
|
||||
text-decoration: none;
|
||||
font-size: 2rem;
|
||||
color: #fff;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 95%;
|
||||
padding: 0.5rem 0rem;
|
||||
}
|
||||
|
||||
|
||||
.org-t{
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.pricing-card.org-b {
|
||||
border: 2px solid orange;
|
||||
}
|
||||
|
||||
.btn-pricing-blc:hover {
|
||||
background: #FB4B3F;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.btn-pricing-org{
|
||||
margin: 0 auto;
|
||||
display: inline-block;
|
||||
border-radius: 10px;
|
||||
text-decoration: none;
|
||||
border:#453E4D 1px solid;
|
||||
text-decoration: none;
|
||||
font-size: 2rem;
|
||||
color: #fff;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 95%;
|
||||
padding: 0.5rem 0rem;
|
||||
background: linear-gradient(90deg, #FAA95E 0%, #FB4B3F 100%);
|
||||
}
|
||||
|
||||
.btn-pricing-org:hover {
|
||||
background: #FB4B3F;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.component-title{
|
||||
width: fit-content;
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 1px solid #453E4D;
|
||||
border-radius: 30px;
|
||||
color: white;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
/* Hero Section */
|
||||
.hero {
|
||||
text-align: center;
|
||||
padding: 4rem 1rem;
|
||||
background: radial-gradient(35.48% 50.52% at 50% 105.04%, #FAA95E 0%, #101010 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hero h1 {
|
||||
font-size: 2.5rem;
|
||||
line-height: 1.2;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.hero p {
|
||||
font-size: 1.1rem;
|
||||
color: white;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.hero-buttons a {
|
||||
margin: 0.5rem;
|
||||
}
|
||||
|
||||
/* Pricing Section */
|
||||
.pricing {
|
||||
padding: 4rem 1rem;
|
||||
background-color: #101010;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pricing-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
|
||||
gap: 2rem;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.pricing-card {
|
||||
border: 1px solid #453E4D;
|
||||
padding: 2rem;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
.pricing-card h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.pricing-card ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
gap: 3%;
|
||||
padding: 60px;
|
||||
text-align: center;
|
||||
margin: 1rem 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.gif-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.gif-container img {
|
||||
height: auto;
|
||||
display: block;
|
||||
max-width: 700px;
|
||||
}
|
||||
.insight-main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 20px;
|
||||
}
|
||||
.insight-content {
|
||||
display: flex;
|
||||
width: 80%;
|
||||
box-shadow: 0 0 143px #f2f0fb;
|
||||
}
|
||||
.left-side {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 20px;
|
||||
}
|
||||
.right-side {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 20px;
|
||||
}
|
||||
.insight-grid {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.insight-grid img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.out-risk-management {
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.risk-management {
|
||||
width: 80%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
padding: 20px;
|
||||
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(223,240,255,1) 48%, rgba(255,255,255,1) 100%);
|
||||
}
|
||||
.risklet-action {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
||||
.btn-bl{
|
||||
background: linear-gradient(230deg, #3652f3 16.03%, #a862ee 90.73%);
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 11px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
text-transform: uppercase;
|
||||
padding: 15px 20px;
|
||||
min-width: 200px;
|
||||
max-width: 300px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
}
|
||||
.btn-bl-small{
|
||||
background: linear-gradient(230deg, #3652f3 16.03%, #a862ee 90.73%);
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 11px;
|
||||
text-transform: uppercase;
|
||||
padding: 15px 20px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
}
|
||||
.btn-bl:hover{
|
||||
.pricing-card ul li {
|
||||
margin-bottom: 0.5rem;
|
||||
color: white;
|
||||
}
|
||||
.btn-bl-small:hover{
|
||||
color: white;
|
||||
|
||||
.marked-org{
|
||||
padding: 0 3px;
|
||||
background-color: rgb(77, 50, 2);
|
||||
color: orange;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.buttons {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
.demo-buttons{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.sf-insight-main {
|
||||
padding: 8rem;
|
||||
border-radius: 2rem;
|
||||
box-shadow: 0 0 143px #f2f0fb;
|
||||
display: flex;
|
||||
}
|
||||
.insight-grid{
|
||||
|
||||
/* Whitepaper Section */
|
||||
.whitepaper {
|
||||
background-color: #101010;
|
||||
display: grid;
|
||||
gap: 3rem;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 4rem 1rem;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
height: auto;
|
||||
max-height: 500px;
|
||||
aspect-ratio: 16 / 9;
|
||||
background: #000;
|
||||
margin: 0 auto;
|
||||
.title-org{
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.whitepaper h1 {
|
||||
font-size: 4rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.whitepaper p {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Insights Section */
|
||||
.insights {
|
||||
padding: 4rem 1rem;
|
||||
background-color: #0A0A0A;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.insights h2 {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.insights-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
|
||||
gap: 2rem;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.insight-card {
|
||||
border: 1px solid #453E4D;
|
||||
padding: 1.5rem;
|
||||
border-radius: 10px;
|
||||
background-color: #19161C;
|
||||
text-align: left;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.insight-card h3 {
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.insight-card h4 {
|
||||
font-weight: 500;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.insight-card p {
|
||||
color: #929292;
|
||||
}
|
||||
.insight-card h5{
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.faq-answer {
|
||||
display: none;
|
||||
margin-top: 0.5rem;
|
||||
color: #ccc;
|
||||
}
|
||||
.faq-card.active .faq-answer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.faq-card.active {
|
||||
display: grid;
|
||||
background-color: #0A0A0A;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.faq-question {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
background-color: #0A0A0A;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 10px;
|
||||
padding: 0.5rem 2rem;
|
||||
}
|
||||
.faq-card.active .faq-answer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.faq-answer p {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.faq-intro{
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.faq-toggle {
|
||||
display: inline-block;
|
||||
transition: transform 0.2s;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
.faq-card.active .faq-toggle {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.faq{
|
||||
display: grid;
|
||||
background-color: #101010;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: white;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.faq-grid {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.form-check.other-gap .other-row {
|
||||
@@ -180,55 +335,6 @@ body {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.inner-container {
|
||||
padding: 60px;
|
||||
}
|
||||
.gif-container img {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
.insight-content {
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.left-side, .right-side {
|
||||
flex: none;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.insight-main {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.risk-management {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.risklet-action {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.btn-bl, .btn-bl-small {
|
||||
width: 90%;
|
||||
min-width: auto;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.sf-insight-main {
|
||||
padding: 4rem;
|
||||
}
|
||||
|
||||
.insight-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.form-check.other-gap .other-row {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
@@ -242,4 +348,13 @@ body {
|
||||
display: grid !important;
|
||||
gap: 0 !important;
|
||||
}
|
||||
.hero h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.pricing-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.faq{
|
||||
padding: 0 1.5rem
|
||||
}
|
||||
}
|
||||
@@ -2,44 +2,169 @@
|
||||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
<div class="inner-container">
|
||||
<h1> Gen-AI Powered Business Risk Analysis </h1>
|
||||
<div class="gif-container">
|
||||
<img src="{% static 'img/risklet-poll.png' %}" alt="Risklet Poll" />
|
||||
</div>
|
||||
<h3>Actionable | Intelligent | Simple</h3>
|
||||
<div class="buttons">
|
||||
<a class="btn-bl" href="#"> Learn More </a>
|
||||
<a class="btn-bl" href="#"> Watch Keynote </a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="insight-main">
|
||||
<div class="insight-content">
|
||||
<div class="left-side">
|
||||
<h3> What are your top cybersecurity risks? </h3>
|
||||
</div>
|
||||
<div class="right-side">
|
||||
<div class="insight-grid">
|
||||
<h3>Your Top Cyber Risks Quantified in Loss Magnitude ($) and Likelihood (Probability) </h3>
|
||||
<img src="{% static 'img/risklet-scatter-plot.png' %}" alt="Risklet Plot" />
|
||||
|
||||
<!-- Whitepaper Section -->
|
||||
<section class="whitepaper">
|
||||
<h1><b>Meet NIS2 Requirements:
|
||||
</b></h1>
|
||||
<h1><span class="title-org">Instantly See Your Top 10 Cybersecurity Risks</h1>
|
||||
<p style="max-width: 800px; margin: 0 auto 2rem;">RiskLM’s intuitive AI platform makes complex cyber risk assessments accessible to everyone, not just experts. Automatic analysis, generate compliant reports (NIS2, ISO, NIST, GDPR+), save time, reduce consultant costs, and ensure continuous security effortlessly.</p>
|
||||
<p><b>Download our free white paper showing exactly how Risklet pinpoints critical vulnerabilities for NIS2 compliance and recommends cost-effective controls.</b></p>
|
||||
<div class="hero-buttons" style="margin-top: 2rem;">
|
||||
<a href="#" class="btn-primary-orn">Download FREE Report Sample</a>
|
||||
<a href="#" class="btn-secondary-grn">Learn More</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Pricing Section -->
|
||||
<section class="pricing">
|
||||
<div class="component-title">PRICING & PLANS </div>
|
||||
<br>
|
||||
<h1>Simple Plans, Powerful Value</h1>
|
||||
<p>Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
<div class="pricing-grid">
|
||||
<!-- Basic Plan -->
|
||||
<div class="pricing-card">
|
||||
<h2><b>$49</b><span>/month</span></h2>
|
||||
<h3>Basic</h3>
|
||||
<a href="#" class="btn-pricing-blc">Get Started</a>
|
||||
<ul>
|
||||
<li><span class="marked-org">✓</span> Monthly Billing (€49/month) or Annual Billing (€469/year)</li>
|
||||
<li><span class="marked-org">✓</span> 4 report generations per year</li>
|
||||
<li><span class="marked-org">✓</span> Optional control maturity recording</li>
|
||||
<li><span class="marked-org">✓</span> Role Based Permissions</li>
|
||||
<li><span class="marked-org">✓</span> Risk policy generation</li>
|
||||
<li><span class="marked-org">✓</span> Email Support</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Standard Plan -->
|
||||
<div class="pricing-card org-b">
|
||||
<h2><b>$249</b><span>/One-time</span></h2>
|
||||
<h3>Standard</h3>
|
||||
<a href="#" class="btn-pricing-org">Get Started</a>
|
||||
<ul>
|
||||
<li><span class="marked-org">✓</span> Top 10 Cybersecurity Risk Report</li>
|
||||
<li><span class="marked-org">✓</span> Control recommendation</li>
|
||||
<li><span class="marked-org">✓</span> Downloadable PDF</li>
|
||||
<li><span class="marked-org">✓</span> Renew your assessment for €189</li>
|
||||
<li><span class="marked-org">✓</span> Risk policy generation</li>
|
||||
<li><span class="marked-org">✓</span> Email Support + 10 hours of phone support</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Pro Plan -->
|
||||
<div class="pricing-card">
|
||||
<h2><b>$2449</b><span>/year</span></h2>
|
||||
<h3>Risklet Pro</h3>
|
||||
<a href="#" class="btn-pricing-blc">Get Started</a>
|
||||
<ul>
|
||||
<li><span class="marked-org">✓</span> Unlimited report generations</li>
|
||||
<li><span class="marked-org">✓</span> Real-time visibility of risk posture</li>
|
||||
<li><span class="marked-org">✓</span> Control maturity assessment questionnaire</li>
|
||||
<li><span class="marked-org">✓</span> Role Based Permissions</li>
|
||||
<li><span class="marked-org">✓</span> Risk policy generation</li>
|
||||
<li><span class="marked-org">✓</span> Priority Support</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="out-risk-management">
|
||||
<div class="risk-management">
|
||||
<h2>The Only Unified Platform to Manage your Third-Party & First-Party Cyber Risk </h2>
|
||||
<div class="video-container">
|
||||
<iframe src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe>
|
||||
<p style="text-align: center; margin-top: 2rem; color: #666;">All subscription models must be cancelled at least 30 days before the license is</p>
|
||||
</section>
|
||||
|
||||
<!-- Insights Section -->
|
||||
<section class="insights">
|
||||
<h2>Latest Insights & Updates</h2>
|
||||
<div class="insights-grid">
|
||||
<!-- Insight 1 -->
|
||||
<div class="insight-card">
|
||||
<h5>NEVER OTHERS POST WORDPRESS</h5>
|
||||
<h3>Night Colors</h4>
|
||||
<p style="color: #888; margin: 0.5rem 0;">A. Verdasse • January 29, 2018</p>
|
||||
<p>Shaping bargain jeans ready made fashioning extraordinary apparel valuable looked pumps. Braiding shading sleeveless. Accessory halter sewing...</p>
|
||||
</div>
|
||||
|
||||
<!-- Insight 2 -->
|
||||
<div class="insight-card">
|
||||
<h5>LIFESTYLE OTHERS PEOPLE WORDPRESS</h5>
|
||||
<h3>North Pole</h3>
|
||||
<p style="color: #888; margin: 0.5rem 0;">A. Verdasse • January 29, 2018</p>
|
||||
<p>Allure availability skirt artificial extra ordinary jewelry. Modification petticoat jersey hanger buttons influence proportion. Imprint accessory imagination...</p>
|
||||
</div>
|
||||
|
||||
<!-- Insight 3 -->
|
||||
<div class="insight-card">
|
||||
<h5>NEWS OTHERS POST</h5>
|
||||
<h3>Lost Paradise</h3>
|
||||
<p style="color: #888; margin: 0.5rem 0;">A. Verdasse • January 29, 2018</p>
|
||||
<p>Leverage commercial frameworks to provide availability robust synopsis for trend watching level overviews. Iterative approaches to corporate...</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="demo-buttons">
|
||||
<a class="btn-bl-small" href="#">First-party Business risks </a>
|
||||
<a class="btn-bl-small" href="#">Third-party Business risks </a>
|
||||
</section>
|
||||
|
||||
<!-- FAQ section -->
|
||||
<section class="faq">
|
||||
<br>
|
||||
<div class="component-title">FAQ</div>
|
||||
<br>
|
||||
<div class="faq-intro">
|
||||
<h1>Frequently Asked Questions</h1>
|
||||
<p>Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="risklet-action">
|
||||
<h2>See Risklet in Action </h2>
|
||||
<a class="btn-bl" href="#"> Demo </a>
|
||||
</div>
|
||||
<div class="faq-grid">
|
||||
|
||||
<div class="faq-card">
|
||||
<h3 class="faq-question">
|
||||
<span class="faq-toggle">▶</span>
|
||||
How does Risklet work?
|
||||
</h3>
|
||||
<div class="faq-answer">
|
||||
<p>Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faq-card">
|
||||
<h3 class="faq-question">
|
||||
<span class="faq-toggle">▶</span>
|
||||
What is the pricing model?</h3>
|
||||
<div class="faq-answer">
|
||||
<p>Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faq-card">
|
||||
<h3 class="faq-question">
|
||||
<span class="faq-toggle">▶</span>
|
||||
How do I get support?</h3>
|
||||
<div class="faq-answer">
|
||||
<p>Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="hero">
|
||||
<div class="component-title">GET STARTED</div>
|
||||
<br>
|
||||
<h1>Elevate Your Business with Smart,<br>Scalable Solutions!</h1>
|
||||
<p>Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.</p>
|
||||
<div class="hero-buttons" style="margin-top: 2rem;">
|
||||
<a href="#" class="btn-primary-orn">Start Your Free Trial</a>
|
||||
<a href="#" class="btn-secondary-grn org-t">Schedule Demo</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
document.querySelectorAll('.faq-question').forEach(function(q) {
|
||||
q.addEventListener('click', function() {
|
||||
document.querySelectorAll('.faq-card').forEach(function(card) {
|
||||
if (card !== q.parentElement) card.classList.remove('active');
|
||||
});
|
||||
q.parentElement.classList.toggle('active');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user