<xf:css>
/* ===== General Styles ===== */
img { width: 50px; height: 50px; }
.p-title, .p-sectionLinks, .p-breadcrumbs, .p-body-header, .titleBar { display: none; }
.sectionMain {
background-color: #27272700;
padding: 10px;
margin: 0 auto 0px;
border-radius: 10px;
}
.faq-content {
max-width: 1100px;
margin: -10px auto 0;
}
.faq-content-header {
width: 100%;
background: #1d283a;
border-radius: 12px;
padding: 20px;
box-sizing: border-box;
}
.faq-content-header .prefix {
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #008cff;
}
.faq-content-header .title {
font-weight: 600;
font-size: 24px;
line-height: 32px;
color: #E9E9E9;
margin-top: 8px;
}
.faq-content-header .subtitle {
margin-top: 4px;
font-weight: 500;
font-size: 16px;
line-height: 23px;
max-width: 800px;
color: #A9A9A9;
}
.faq-content-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 16px;
margin-top: 16px;
}
.faq-content-row > div {
width: 49%;
background: #1d283a;
border-radius: 12px;
padding: 20px;
box-sizing: border-box;
}
.faq-content-row .title {
margin-top: 20px;
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: #E9E9E9;
}
.faq-content-row .subtitle {
margin-top: 4px;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #A9A9A9;
padding-right: 14px;
}
.button.faqbtn {
margin-top: 15px;
display: inline-block;
}
/* ===== Responsive ===== */
@media(max-width: 1089px) {
.faq-content-row > div { width: 49%; }
}
@media(max-width: 520px) {
.faq-content-row > div { width: 100%; }
}
</xf:css>
<xf:title>{{ phrase('FAQ') }}</xf:title>
<div class="mainContentBlock section sectionMain">
<div class="jflex">
<div class="faq-content">
<div class="faq-content-header">
<p class="prefix">It will be informative</p>
<p class="title">Guide</p>
<p class="subtitle">We invite you to check out our short graphical guide to the forum..</p>
</div>
<div class="faq-content-row">
<div>
<img src="{{ base_url('styles/default/icons/1.png') }}" alt="Search">
<p class="title">How to get likes?</p>
<p class="subtitle">Likes are given by other users if they found your post or topic useful.</p>
</div>
<div>
<img src="{{ base_url('styles/default/icons/2.png') }}" alt="Search">
<p class="title">How to download resources</p>
<p class="subtitle">To download resources, you need to receive at least 30 messages and collect 10 likes, download at least 5 resources, or purchase a privileged group</p>
<a href="#" class="button faqbtn">Find out more</a>
</div>
<div>
<img src="{{ base_url('styles/default/icons/3.png') }}" alt="Search">
<p class="title">Obtaining verified participant status </p>
<p class="subtitle">Verification badges help users find popular and trusted users more easily..</p>
<a href="#" class="button faqbtn">Go to the "Verified Members" section</a>
</div>
<div>
<img src="{{ base_url('styles/default/icons/4.png') }}" alt="Search">
<p class="title">Basic terms and concepts</p>
<p class="subtitle">The terms of Internet forums — are their own special language, which has been formed over decades.</p>
<a href="#" class="button faqbtn">Study</a>
</div>
<div>
<img src="{{ base_url('styles/default/icons/5.png') }}" alt="Search">
<p class="title">Technical Support Department</p>
<p class="subtitle">Ask it in the thematic section «Question - Answer» or write to us at: support@demotest.test</p>
<a href="#" class="button faqbtn">Question • Answer • Help</a>
</div>
<div>
<img src="{{ base_url('styles/default/icons/6.png') }}" alt="Search">
<p class="title">How to add your first topic - resource.</p>
<p class="subtitle">It’s better to show than to tell, detailed video instructions with examples and voice acting are waiting for you.</p>
<a href="#" class="button faqbtn">Resources</a>
<a href="#" class="button faqbtn">Topics</a>
</div>
<div>
<img src="{{ base_url('styles/default/icons/7.png') }}" alt="Search">
<p class="title">Site Rules </p>
<p class="subtitle">Knowing and following the rules — is not a formality, but a basic skill of digital hygiene and social interaction on the network.</p>
<a href="#" class="button faqbtn">Read</a>
</div>
<div>
<img src="{{ base_url('styles/default/icons/8.png') }}" alt="Search">
<p class="title">Achievements and medals system</p>
<p class="subtitle">A medal system designed to celebrate active and useful community members, the medals received are displayed in your profile and below each message. Gather them to showcase your contributions and status in the community!</p>
<a href="#" class="button faqbtn">List of available medals</a>
</div>
</div>
</div>
</div>
</div>