Skip to content

Commit

Permalink
feat: remove IDX related stuff (#587)
Browse files Browse the repository at this point in the history
* fix: remove idx related information

* update hero

---------

Co-authored-by: Jaime <52668514+jsgalarraga@users.noreply.github.com>
  • Loading branch information
Jhon-Aires and jsgalarraga authored Jun 25, 2024
1 parent 3e9507a commit 46a6f5a
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/icon-64.png" type="image/png">
<link rel="icon" href="./assets/icon-64.png" type="image/png" />
<title>I/O Crossword</title>
<link rel="stylesheet" href="./style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand All @@ -29,14 +29,17 @@
<h1>I/O Crossword</h1>
<h2>
Built with the Gemini API, Flutter and Firebase<br />
Genkit in Project IDX for Google I/O 2024!
Genkit for Google I/O 2024!
</h2>
<a class="gradient-button" href="/game">Play Now</a>
</div>
</div>
</div>
<picture>
<source media="(min-width: 1024px)" srcset="./assets/hero-image.png" />
<source
media="(min-width: 1024px)"
srcset="./assets/hero-image.png"
/>
<img
src="./assets/hero-image-mobile.png"
alt="hero banner"
Expand Down Expand Up @@ -71,24 +74,30 @@ <h3 class="gradient-title">How it&apos;s made</h3>
like the I/O Crossword using Flutter and Firebase Genkit with
Codelabs, Blogs, and Videos.
</p>
<a class="gradient-button" href="https://developers.google.com/learn/pathways/solution-crossword">Learn More</a>
<a
class="gradient-button"
href="https://developers.google.com/learn/pathways/solution-crossword"
>Learn More</a
>
</div>
</div>
<div class="feature">
<img src="./assets/get-into-the-code.png" alt="" />
<div class="feature-content">
<div>
<h4 class="eyebrow">Build in Project IDX</h4>
<h4 class="eyebrow">Open Source Project</h4>
<h3 class="gradient-title">Get into the code</h3>
</div>
<p>
Dive into the build on Project IDX to access the open source repo
for the I/O Crossword and let it inspire you to start building
with the Gemini API.
Dive into the build in the open source repo for the I/O Crossword
and let it inspire you to start building with the Gemini API.
</p>
<a class="gradient-button" href="https://flutter.dev"
>Get Started</a
<a
class="gradient-button"
href="https://github.com/VGVentures/io_crossword"
>
Get Started
</a>
</div>
</div>
</section>
Expand All @@ -98,7 +107,7 @@ <h3 class="gradient-title">Get into the code</h3>
<div class="footer__inner-logos-container">
<img src="./assets/Logo.png" alt="Google IO Crossword Logo" />
<div class="footer__products-container">
<hr>
<hr />
<a href="https://flutter.dev/">
<img src="./assets/flutter-logo.png" alt="Flutter Logo" />
</a>
Expand Down

0 comments on commit 46a6f5a

Please sign in to comment.