Skip to content

Commit

Permalink
revamp landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
vans163 committed Jul 19, 2023
1 parent f6d78ee commit 8b7d91f
Show file tree
Hide file tree
Showing 25 changed files with 580 additions and 52 deletions.
Binary file added app/assets/1s_cold_start.jpg
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/assets/1s_cold_start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/badge2.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/assets/dragon_sword.jpg
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/assets/firefight.jpg
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/assets/firefight.png
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/assets/lain.jpg
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/assets/rebar.jpg
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/assets/sdxl.jpg
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/assets/sdxl.png
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/assets/sdxl_big.jpg
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/assets/sdxl_big.png
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/assets/volume.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions app/components/blog/BlogRightMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const BlogRightMenu = () => {
/>
<p className="container-card-heading">Building an AI App?</p>
<p className="container-card-para">
Contact us for information about grants
Contact us for information to get started
</p>
<button><a style={{color: "inherit", textDecoration: "inherit"}}>GET A GRANT</a></button>
<button><a style={{color: "inherit", textDecoration: "inherit"}}>JOIN DISCORD</a></button>
</div>
<div className="blog-container_related">
{/*<div className="blog-container_related">
<p className="container-related-heading">Check out other Articles</p>
<Link className="linkk" to="/blog/homomorphic_encryption">
<p className="container-related-work">June 26, 2022 - Homomorphic Encryption</p>
Expand All @@ -31,7 +31,7 @@ const BlogRightMenu = () => {
<Link className="linkk" to="/blog/live">
<p className="container-related-work">May 9, 2022 - Live Streaming</p>
</Link>
</div>
</div>*/}
</div>
);
};
Expand Down
10 changes: 5 additions & 5 deletions app/components/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ const Footer = () => {
</div>
<div className="footer-col-3">
<div className="col-head">GPUX</div>
<Link className="Link-tag" to="/how-to">
{/*<Link className="Link-tag" to="/how-to">
<p className="container-related-work">How To</p>
</Link>
<Link className="Link-tag" to="/blog/ai">
</Link>*/}
<Link className="Link-tag" to="/blog/sdxl_50_faster">
<p className="container-related-work">Blog</p>
</Link>
<Link className="Link-tag" to="/company">
{/*<Link className="Link-tag" to="/company">
<p className="container-related-work">Company</p>
</Link>
</Link>*/}
</div>
<div className="footer-col-3">
<div className="col-head">LINKS</div>
Expand Down
Loading

0 comments on commit 8b7d91f

Please sign in to comment.