Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few bug changes #720

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ li{
margin-bottom: -10px;
}

@media (max-width: 768px) {
@media (max-width: 1198px) {
.navimage{
margin-bottom: 0px;
margin-bottom: 8px;
}
}

Expand Down
6 changes: 3 additions & 3 deletions app/static/data/testimonial.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"app":"",
"designation":"Project Manager",
"image":"/static/images/testimonials/samuel.png",
"comment":"We've been using VachanEngine CMS for our front-end applications, and it has truly served our need for varied resources in South Asian languages in different formats. The user-friendly documentation and their excellent development team makes it a breeze to organize and use the content. I highly recommend VachanEngine CMS to anyone looking for a powerful and intuitive content management solution."
"comment":"We've been using Vachan Engine CMS for our front-end applications, and it has truly served our need for varied resources in South Asian languages in different formats. The user-friendly documentation and their excellent development team makes it a breeze to organize and use the content. I highly recommend Vachan Engine CMS to anyone looking for a powerful and intuitive content management solution."
},
{
"name":"Revant Cherian Idikulay",
"app":"",
"designation":"Software Engineer",
"image":"/static/images/testimonials/revant.png",
"comment":"Vachan engine is comprehensive and easy to use. It has detailed documentation. The ability to try out the API on the documentation page itself is very useful. Making an UI application with it was a breeze."
"comment":"Vachan Engine is comprehensive and easy to use. It has detailed documentation. The ability to try out the API on the documentation page itself is very useful. Making an UI application with it was a breeze."
},
{"name":"Anu Monachan",
"app":"",
"designation":"Software Engineer",
"image":"/static/images/testimonials/anu.png",
"comment":"VachanEngine has been an integral tool for our IntelliSign - Sign Language Translation app development. It provides us the functionality of using the previous user inputs as data for our projects and helps in fastening the process of sign translation, we are also using VE to provide users with seamless access to dictionary and glossary data of sign languages."
"comment":"Vachan Engine has been an integral tool for our IntelliSign - Sign Language Translation app development. It provides us the functionality of using the previous user inputs as data for our projects and helps in fastening the process of sign translation, we are also using VE to provide users with seamless access to dictionary and glossary data of sign languages."
}
]
2 changes: 1 addition & 1 deletion app/templates/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ <h4 class="fs-4 fw-semibold text-uppercase text-primary">Vachan API</h4>
</a></li>
<li class="rounded-circle bg-blue-63 me-2 p-2"><a
class="d-flex align-items-center justify-content-center size-16"
href="https://twitter.com/Bridge_Conn"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
href="https://x.com/bridge_conn"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z"/>
</svg>
</a></li>
Expand Down