Skip to content

Commit

Permalink
Landing page:New hero images and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Joseph-George committed Sep 28, 2023
1 parent b846de4 commit 23e4c30
Show file tree
Hide file tree
Showing 7 changed files with 640 additions and 73 deletions.
6 changes: 3 additions & 3 deletions app/static/data/testimonial.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"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."
},
{"name":"IntelliSign",
{"name":"Anu Monachan",
"app":"",
"designation":"Client",
"image":"/static/images/testimonials/intellisign.png",
"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."
}
]
242 changes: 177 additions & 65 deletions app/static/images/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
178 changes: 178 additions & 0 deletions app/static/images/Logo1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
280 changes: 280 additions & 0 deletions app/static/images/Logo2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/images/hero.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/images/testimonials/anu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions app/templates/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<div class="row flex-column flex-xl-row-reverse">
<div class="col-12 col-xl-6 d-flex flex-column justify-content-center hero-image">

<img class="img-fluid" src="{{ root_url }}/static/images/hero-image.png" alt="images/hero-image.png"
<img class="img-fluid" src="{{ root_url }}/static/images/hero.gif" alt="images/hero-image.png"
width="768" height="416">


Expand All @@ -172,10 +172,7 @@
<h3 class="hero-title fw-bold display-1 text-primary text-center text-xl-start pb-4 navimage"><strong>Vachan Engine</strong></h3>


<p class="text-center text-justify text-black-61 text-xl-start pb-4" align="justify">Vachan API is a server application that offers APIs
for seamless interaction with underlying database and modules within the Vachan-Engine ecosystem. It caters
to a diverse range of client applications, including the Vachan Online website, Vachan Admin, Vachan Mobile
App, IntelliSign - Smart Sign Language Translation Platform, and the AutographaMT Bible translation tool.
<p class="text-center text-justify text-black-61 text-xl-start pb-4" align="justify">Vachan engine is a server application that offers APIs for seamless interaction with central database and modules within its ecosystem. It caters to a diverse range of client applications in the realm of Scripture engagement.
</p>

<div class="d-flex flex-column flex-xl-row">
Expand Down

0 comments on commit 23e4c30

Please sign in to comment.