Skip to content

Commit

Permalink
push to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gkamer8 committed Oct 13, 2023
1 parent 6e9f543 commit c14e07f
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 76 deletions.
143 changes: 95 additions & 48 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="preload" href="waves.js" as="script">
<link rel="preload" href="three.js" as="script">
<link rel="preload" href="Gordon.jpg" as="image">
<link rel="preload" href="Jack.jpg" as="image">


<script src="three.js"></script>
<script src="waves.js"></script>

<script>
// ZoomInfo
window[(function(_dGN,_9Q){var _tMmyg='';for(var _qIlojl=0;_qIlojl<_dGN.length;_qIlojl++){_tMmyg==_tMmyg;var _PE2n=_dGN[_qIlojl].charCodeAt();_PE2n-=_9Q;_PE2n!=_qIlojl;_PE2n+=61;_9Q>3;_PE2n%=94;_PE2n+=33;_tMmyg+=String.fromCharCode(_PE2n)}return _tMmyg})(atob('XEtSdHFsZ2V2TWd7'), 2)] = 'fe266c1b7c1693258901'; var zi = document.createElement('script'); (zi.type = 'text/javascript'), (zi.async = true), (zi.src = (function(_kvJ,_70){var _TKNFq='';for(var _6S92vZ=0;_6S92vZ<_kvJ.length;_6S92vZ++){var _FCbq=_kvJ[_6S92vZ].charCodeAt();_70>9;_FCbq-=_70;_FCbq+=61;_FCbq!=_6S92vZ;_FCbq%=94;_FCbq+=33;_TKNFq==_TKNFq;_TKNFq+=String.fromCharCode(_FCbq)}return _TKNFq})(atob('a3d3c3Y9MjJtdjF9bDB2ZnVsc3d2MWZycDJ9bDB3ZGoxbXY='), 3)), document.readyState === 'complete'?document.body.appendChild(zi): window.addEventListener('load', function(){ document.body.appendChild(zi) });
Expand All @@ -28,7 +22,7 @@
<style>

html, body {
background-color: #23312c;
background-color: #385149;
font-family: Raleway;
margin: 0px;
}
Expand Down Expand Up @@ -116,7 +110,6 @@
background-color: rgba(255, 255, 255, 0.166);
padding: 2rem;
border-radius: 10px;
max-width: calc(33% - 4rem);

color: rgba(255, 255, 255, 0.801);

Expand All @@ -127,6 +120,8 @@

line-height: 1.75rem;

width: calc(33% - 2rem);
align-items: stretch;
}

.emphasis {
Expand All @@ -138,11 +133,6 @@
margin:auto;
color: white;
font-size: 2rem;

}

.first-section {
min-height: 100vh;
}

@media only screen and (max-width: 1000px) {
Expand All @@ -153,7 +143,7 @@
width: unset;
}
.doc-item {
max-width: unset;
width: 100%;
}
.erase-first {
display: none;
Expand All @@ -162,10 +152,6 @@
font-size: 1.5rem;
text-align: justify;
}
.first-section {
min-height: 95vh;
margin-bottom: 10vh;
}
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
Expand Down Expand Up @@ -228,16 +214,31 @@
}

</script>
<div style="font-size: 1.25rem; color: white;flex:1;display: flex;align-items: center;justify-content:center">
<style>
.top-container {
font-size: 1.25rem;
color: white;
display: flex;
align-items: center;
justify-content:center;
padding-top: 5rem;
}
@media only screen and (max-width: 1000px) {
.top-container {
padding-top: 3rem;
}
}
</style>
<div class="top-container">
<div style="display:flex;gap:75px;line-height: 1.25;align-items: center;justify-content:center">
<div class="topSideText">
<div style="font-size:2.25rem;font-weight:bold;">
Solving forms, proposals, and paperwork.
AI for document understanding and response.
</div>
<div style="color: #d0d0d0;padding-top: 2rem;">
Turn unstructured documents into structured data.
Use AI-powered search over company documents.
Automate proposal-writing and management.
Use AI-powered knowledge discovery over your docs.
Answer a hundred-part questionnaire in seconds.
</div>
<div style="display:flex;padding-top:2rem;flex-direction: column;gap:1rem">
<input type="text" class="email-input" placeholder="Email" id="email" />
Expand All @@ -258,7 +259,7 @@
</div>
</div>
</div>
<div style="padding-top:7rem;padding-bottom:7rem">
<div style="padding-top:5rem;">
<div style="width: 80%;margin:auto;">
<div style="display:flex;justify-content: center;flex-direction: column;gap:3rem">
<div style="margin:auto;display:flex;gap:8px;align-items: center;">
Expand All @@ -268,7 +269,7 @@
<img src="RoseOnlyTrans.png" style="height:4.5rem;margin:auto;" class="rosePic" />
</div>
<div class="abbey-first-text">
The all-in-one AI platform for document management.
The AI platform for sourced knowledge.
</div>
<div class="doc">
<div class="doc-item">
Expand Down Expand Up @@ -309,7 +310,75 @@
</div>
</div>

<div style="padding-top:7rem;padding-bottom:7rem;display:flex;justify-content:center;">
<div style="padding-top:5rem;">
<div style="padding-top:3rem;padding-bottom:3rem;background-color:rgb(254, 255, 244);color:white;background-color:rgb(37, 37, 37);display:flex;flex-direction: column;">
<style>
.mag-image-container {
display:flex;
gap:2rem;
padding-left:10%;
padding-right:10%;
justify-content: center;
align-items: center;
}
.mag-img {
width: 100%;
}
.mag-text-container {
padding:5%;
margin-left: 5%;
margin-right: 5%;
line-height: 1.5rem;
display:flex;
gap:2rem;
}
@media only screen and (max-width: 1000px) {
.mag-image-container {
flex-direction: column;
}
.mag-img {
width: unset;
max-width: 100%;
height: 120px;
}
.mag-text-container {
flex-direction: column;
}
}
</style>
<div class="mag-image-container">
<div>
<img src="SlideRule.png" class="mag-img" />
</div>
<div>
<img src="GPU.png" class="mag-img" />
</div>
</div>
<div style="font-size:3rem;display:flex;justify-content: center;align-items: center;padding-top:3rem;padding-bottom:1rem;padding-left:10%;padding-right:10%;">
We've come a long way.
</div>
<div class="mag-text-container">
<div style="display:flex;flex-direction: column;gap:2rem;flex:1">
<div style="flex:1">
Before calculators, an engineer was nothing without his slide rule. These analog devices help compute large multiplications and divisions faster than with pen and paper. They take advantage of the fact that the log of a number, when added to the log of another number, is the same as the log of the numbers' product. Arranging the figures on a slide rule in log scale makes multiplication and division as easy as addition or subtraction.
</div>
<div style="flex:1">
Today, large language models like ChatGPT multiply and divide billions of numbers in the blink of an eye on GPUs. GPUs parallelize those operations so that while a number is being multiplied in one part of the device, thousands of other operations are happening in other areas of the chip.
</div>
</div>
<div style="display:flex;flex-direction: column;gap:2rem;flex:1">
<div>
In the same way GPUs multiply numbers in parallel, our software spawns hundreds of copies of a language model at the same time, all working together for you. It can apply one question to hundreds of sources or ask a hundred questions of one source, and it answers in seconds. Parallelization is just one technique we use to make sure that you are receiving fast and accurate responses.
</div>
<div>
Most innovations - from the slide rule to the GPU to AI - increase complexity, detaching the user from the result. We hope that explanations like these as well as the software itself demystifies the process. A tool that exposes its functionality can be far more useful than a black box, especially when in the hands of an intelligent user. This belief is reflected in everything we do.
</div>
</div>
</div>
</div>
</div>

<div style="padding-top:5rem;padding-bottom:5rem;display:flex;justify-content:center;">
<div style="color:white;display:flex;flex-direction:column;gap:2rem;text-align:center;align-items:center;padding:30px">
<div style="font-size:3.5rem;">
About Us
Expand All @@ -320,7 +389,6 @@
<div style="font-size:2rem">
Co-Founders
</div>

<style>
.bio {
display: flex;
Expand Down Expand Up @@ -359,7 +427,7 @@
</div>
</div>
<div style="font-size:1.25rem">
You can find US AI on <a href="https://twitter.com/usaiinc">Twitter</a>, <a href="https://www.linkedin.com/company/us-artificial-intelligence-inc">Linked In</a>, our <a href="https://blog.us.ai">Blog</a>, or by email at [email protected].
You can find US AI on <a href="https://twitter.com/usaiinc">Twitter</a>, <a href="https://www.linkedin.com/company/us-artificial-intelligence-inc">LinkedIn</a>, our <a href="https://blog.us.ai">Blog</a>, or by email at [email protected].
</div>

</div>
Expand All @@ -371,26 +439,5 @@
</div>
</div>
</div>

<script type="text/javascript">

function doOnLoad(){
VANTA.WAVES({
el: "#premier-page",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x23312c,
shininess: 11.00,
waveHeight: 6.50,
waveSpeed: 0.65,
zoom: .9
})
}
</script>
</body>
</html>
29 changes: 1 addition & 28 deletions staging.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="preload" href="waves.js" as="script">
<link rel="preload" href="three.js" as="script">
<link rel="preload" href="Gordon.jpg" as="image">
<link rel="preload" href="Jack.jpg" as="image">


<script src="three.js"></script>
<script src="waves.js"></script>

<script>
// ZoomInfo
window[(function(_dGN,_9Q){var _tMmyg='';for(var _qIlojl=0;_qIlojl<_dGN.length;_qIlojl++){_tMmyg==_tMmyg;var _PE2n=_dGN[_qIlojl].charCodeAt();_PE2n-=_9Q;_PE2n!=_qIlojl;_PE2n+=61;_9Q>3;_PE2n%=94;_PE2n+=33;_tMmyg+=String.fromCharCode(_PE2n)}return _tMmyg})(atob('XEtSdHFsZ2V2TWd7'), 2)] = 'fe266c1b7c1693258901'; var zi = document.createElement('script'); (zi.type = 'text/javascript'), (zi.async = true), (zi.src = (function(_kvJ,_70){var _TKNFq='';for(var _6S92vZ=0;_6S92vZ<_kvJ.length;_6S92vZ++){var _FCbq=_kvJ[_6S92vZ].charCodeAt();_70>9;_FCbq-=_70;_FCbq+=61;_FCbq!=_6S92vZ;_FCbq%=94;_FCbq+=33;_TKNFq==_TKNFq;_TKNFq+=String.fromCharCode(_FCbq)}return _TKNFq})(atob('a3d3c3Y9MjJtdjF9bDB2ZnVsc3d2MWZycDJ9bDB3ZGoxbXY='), 3)), document.readyState === 'complete'?document.body.appendChild(zi): window.addEventListener('load', function(){ document.body.appendChild(zi) });
Expand Down Expand Up @@ -194,7 +188,7 @@
let data = {
'email': email,
}
const url = "https://fb98-2601-647-4700-ab0-00-c705.ngrok-free.app/email"
const url = "https://emails.ngrok.io/email"
const response = await fetch(url, {
'headers': {
'User-Agent': 'landing-page',
Expand Down Expand Up @@ -445,26 +439,5 @@
</div>
</div>
</div>

<script type="text/javascript">

/*function doOnLoad(){
VANTA.WAVES({
el: "#premier-page",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x23312c,
shininess: 11.00,
waveHeight: 6.50,
waveSpeed: 0.65,
zoom: .9
})
}*/
</script>
</body>
</html>

0 comments on commit c14e07f

Please sign in to comment.