Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Sep 13, 2024
1 parent 499fe0e commit 50f1e19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file removed src/lib/assets/coffee.png
Binary file not shown.
8 changes: 5 additions & 3 deletions src/routes/generative-ai/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import LandingHero from '../components/landing-hero.svelte';
import { fade } from 'svelte/transition';
import coffee from '$lib/assets/coffee.png';
import coffee from './coffee.png';
import whisper from './whisper.png';
import vision_ui from './vision_UI.png';
import mobile from './mobile.png';
Expand Down Expand Up @@ -52,8 +52,10 @@
<LandingHero {title} {description} {imgsrc} {imgalt} />

<div class="container mx-auto px-10 my-10">
<div class="my-8 grid grid-cols-1 md:grid-cols-4 gap-16">
<img class="m-auto rounded-xl" src={aibrain} alt="Representing generative AI" />
<div class="m-8 grid grid-cols-1 md:grid-cols-4">
<div class="m-2 lg:m-8">
<img class="rounded-xl" src={aibrain} alt="Representing generative AI" />
</div>
<div class="col-span-3 my-auto">
<h2 class="text-3xl pb-4">What is Generative AI?</h2>
<p>
Expand Down

0 comments on commit 50f1e19

Please sign in to comment.