Skip to content

Commit

Permalink
1. Added google analytics tag
Browse files Browse the repository at this point in the history
2. Reworded and reordered the content
  • Loading branch information
su-docker committed Dec 10, 2024
1 parent c1f8553 commit 3f22caa
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 57 deletions.
24 changes: 9 additions & 15 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h1 {
font-style: normal;
font-weight: 400;
line-height: 80px;
margin-top: 175px;
margin-top: 100px;
}

h2 {
Expand Down Expand Up @@ -147,39 +147,36 @@ button.hero.icon:after {
}

.atf h1 {
width: 735px;
margin: 175px auto 50px;
width: 80%;
margin: 100px auto 50px;
}

.desc {
margin-top: 128px;
margin: 28px auto;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 32px; /* 145.455% */
letter-spacing: -0.88px;
display: flex;
gap: 200px;
align-items: center;
text-align: center;
width: 60%;
}

.desc img {
width: 400px;
}

.demo-video {
margin: 128px auto 128px auto;
margin: 0 auto 28px auto;
padding: 80px;
text-align: center;
background-color: #e0eae8;
border: 2px solid white;
border-radius: 20px;
box-sizing: border-box;
}

.demo-video video {
border-radius: 20px;
height: 500px;
margin-bottom: 20px;
}

.demo-video h4 {
Expand Down Expand Up @@ -270,10 +267,6 @@ button.hero.icon:after {
margin-top: 84px;
}

.clients h1 {
margin-top: 200px;
}

.testimonials {
background-color: #e0eae8;
border-radius: 20px;
Expand Down Expand Up @@ -482,6 +475,7 @@ textarea {
flex-direction: column-reverse;
gap: 35px;
padding: 0 24px;
font-size: 18px;
}

.desc img {
Expand Down
97 changes: 55 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
href="https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap"
rel="stylesheet"
/>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-5CKLVW8F");
</script>
<!-- End Google Tag Manager -->

<!-- HTML Meta Tags -->
<meta
Expand Down Expand Up @@ -55,6 +69,17 @@
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-5CKLVW8F"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->

<section class="header">
<div>
<h1>VIDURA</h1>
Expand Down Expand Up @@ -84,41 +109,47 @@ <h1>
</section>

<section class="desc">
<div>
<p>
VIDURA is an LLM powered chatbot that effortlessly understands your
organisation by ingesting all its
<span class="highlight">documents</span> in any format, connects
with data <span class="highlight">APIs</span> and gives you required
information in an instant.
</p>
<p>
Say goodbye to organisation's inefficiencies because of disconnected
knowledge silos
</p>
</div>
<img src="images/lens.png" alt="Lens that looks at data cube" />
An LLM-powered chatbot that quickly learns your organization, integrates
<span class="highlight">documents</span> and data
<span class="highlight">APIs</span>, and delivers instant answers
</section>

<section class="demo-video" id="usecases">
<video
src="assets/videos/vidura-demo.mp4"
autoplay
muted
loop
controls
></video>
<h4>
<b>AskMAI</b> for
<a href="https://eam360.com/" target="_blank">EAM360</a>
</h4>
<p style="max-width: 600px; margin: auto; padding-bottom: 20px">
VIDURA lets technicians instantly access
VIDURA lets technicians have conversation with
<span class="highlight">equipment manuals</span> and
<span class="highlight">maintenance records</span> in IBM Maximo,
<span class="highlight">maintenance records</span>
helping them fix failures faster
</p>
<video
src="assets/videos/vidura-demo.mp4"
autoplay
muted
loop
controls
></video>
<p>Powered by VIDURA</p>
</section>

<section class="clients">
<h1>What our clients are saying!</h1>
<div class="testimonials">
<div class="testimonial">
<div class="message">
VIDURA for EAM360 mobile app is enabling field technicians to
obtain contextual answers from maintenance manuals. The team
invested considerable time in understanding diverse data scenarios
and conducted a thorough analysis to identify edge cases and
impacts. The solution they delivered was perfect on the first
attempt. It was truly impressive.
</div>
<div class="by">Arul Varadarajan</div>
<div class="role">Cofounder, EAM360</div>
</div>
</div>
</section>

<section class="features" id="features">
Expand Down Expand Up @@ -174,24 +205,6 @@ <h1>Built for enterprises</h1>
<img src="images/architecture.png" />
</section>

<section class="clients">
<h1>What our clients are saying!</h1>
<div class="testimonials">
<div class="testimonial">
<div class="message">
VIDURA for EAM360 mobile app is enabling field technicians to
obtain contextual answers from maintenance manuals. The team
invested considerable time in understanding diverse data scenarios
and conducted a thorough analysis to identify edge cases and
impacts. The solution they delivered was perfect on the first
attempt. It was truly impressive.
</div>
<div class="by">Arul Varadarajan</div>
<div class="role">Cofounder, EAM360</div>
</div>
</div>
</section>

<section class="license">
<div>
<h3>
Expand Down

0 comments on commit 3f22caa

Please sign in to comment.