Skip to content

Commit 5f0fb28

Browse files
authored
Merge pull request #228 from Ayushmaanagarwal1211/main
Enhanced FAQ's page
2 parents d82f953 + 48863a4 commit 5f0fb28

2 files changed

Lines changed: 22 additions & 8 deletions

File tree

Official_Website/faq.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h5 class="mb-0">
138138

139139
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample">
140140
<div class="card-body abeezee-regular">
141-
HelpOps-Hub is a platform designed to assist developers and DevOps engineers in solving complex DevOps issues, ensuring you never get stuck again.
141+
HelpOps-Hub is the ultimate destination for seamless DevOps support. This innovative platform is designed to eliminate roadblocks and streamline your DevOps processes. With expert solutions, comprehensive resources, and a dedicated support team, HelpOps-Hub ensures that you can focus on what you do best—delivering exceptional software. Whether you're a seasoned DevOps professional or just starting, HelpOps-Hub is your go-to partner for achieving operational excellence and driving success. Experience hassle-free DevOps with HelpOps-Hub!
142142
</div>
143143
</div>
144144
</div>
@@ -152,7 +152,7 @@ <h5 class="mb-0">
152152
</div>
153153
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
154154
<div class="card-body abeezee-regular">
155-
Simply navigate through our various resources, guides, and tutorials tailored to help you overcome DevOps challenges.
155+
Using HelpOps-Hub is easy and intuitive. Start by visiting the platform to explore a wide array of DevOps resources and solutions. Navigate through the to find expert articles, troubleshooting guides, and best practices tailored to your needs. Engage with the community, ask questions, and get personalized support from experienced professionals. Additionally, you can provide feedback and rate your experience to help improve the platform. Embrace a smoother DevOps journey with HelpOps-Hub!
156156

157157
</div>
158158
</div>
@@ -168,8 +168,7 @@ <h5 class="mb-0">
168168
</div>
169169
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
170170
<div class="card-body abeezee-regular">
171-
No there is No Cost Associated with it but May be in future it may contains cost for some resources .
172-
171+
The best part about HelpOps-Hub is that it's completely free to use! This incredible platform offers a wealth of resources, tools, and community support without any cost, making it accessible to everyone from beginners to seasoned professionals. Dive into a world of DevOps knowledge and elevate your skills without spending a dime. Explore all the amazing features and join the community at HelpOps-Hub.
173172
</div>
174173
</div>
175174
</div>
@@ -184,8 +183,7 @@ <h5 class="mb-0">
184183
</div>
185184
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordionExample">
186185
<div class="card-body abeezee-regular">
187-
4. You can contribute by sharing your own solutions, writing tutorials, or joining our Github Reporsitory https://github.com/mdazfar2/HelpOps-Hub.
188-
</div>
186+
Contributing to HelpOps-Hub is a rewarding way to support the DevOps community. You can share your expertise by submitting insightful articles, developing useful tools, answering frequently asked questions, and providing valuable feedback to enhance the platform. Each contribution helps build a more robust resource hub, empowering others in their DevOps journey. Dive in and make a difference at HelpOps-Hub, where your input can inspire and guide fellow professionals.Just go to Github repository Find Valuable Issues , raise issues and then Raise Pr . </div>
189187
</div>
190188
</div>
191189
<div class="card">
@@ -199,7 +197,9 @@ <h5 class="mb-0">
199197
</div>
200198
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordionExample">
201199
<div class="card-body abeezee-regular">
202-
5. HelpOps-Hub is ideal for developers, DevOps engineers, and IT professionals looking to enhance their DevOps practices and problem-solving skills.
200+
HelpOps-Hub is a goldmine for anyone immersed in the DevOps ecosystem. DevOps engineers will find tools and resources to streamline their workflows, while beginners can tap into a wealth of knowledge to kickstart their journey. Project managers can use the platform to understand and implement DevOps best practices, and companies can enhance their team’s efficiency with community-driven insights. Whether you're a seasoned professional or just starting out, HelpOps-Hub is your go-to resource for mastering the art of DevOps. Explore more at HelpOps-Hub.
201+
202+
203203

204204

205205
</div>

Official_Website/style.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,21 @@ p {
1212
flex-direction: row;
1313
flex-wrap: wrap !important;
1414
}
15-
15+
#collapseThree{
16+
height: 30vh !important;
17+
}
18+
#collapseOne{
19+
height: 35vh !important;
20+
}
21+
#collapseTwo{
22+
height: 33vh !important;
23+
}
24+
#collapseFour{
25+
height: 33vh !important;
26+
}
27+
#collapseFive{
28+
height: 33vh !important;
29+
}
1630
.img-div {
1731
width: 40%;
1832

0 commit comments

Comments
 (0)