Skip to content

Commit

Permalink
working on main page image 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 12, 2024
1 parent a204215 commit e091f08
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 5 deletions.
1 change: 1 addition & 0 deletions public/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/banner2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
558 changes: 558 additions & 0 deletions src/components/Home/Banner.astro

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion src/components/Home/HeroText.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ const mainHeroText = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, s
<div class="hero-content md:px-20 md:py-10 lg:max-w-4xl">
<div class="">
<h1 class="text-5xl font-bold">
<span class="text-accent">A</span>nnotated <span class="text-accent">R</span>esearch <span class="text-accent">C</span>ontext
<div>
<span class="text-accent">A</span>nnotated
</div>
<div>
<span class="text-accent">R</span>esearch
</div>
<div>
<span class="text-accent">C</span>ontext
</div>
</h1>
<p class="py-6 prose-lg">
{mainHeroText}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/details/tools-and-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: ["tools", "services", "community"]

[Back home]({{Internal_Home}})

Here is some placeholder content in Markdown format for testing purposes. It includes various Markdown elements to ensure that your styling covers a wide range of formatting options.
Here is some placeholder annotation table content in Markdown format for testing purposes. It includes various Markdown elements to ensure that your styling covers a wide range of formatting options.

---

Expand Down
5 changes: 2 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import Banner from '../components/Home/Banner.astro';
import Layout from '../layouts/BaseLayout.astro';
import CommunityCards from '../components/Home/CommunityCards.astro';
import HeroText from '../components/Home/HeroText.astro';
Expand All @@ -8,10 +9,8 @@ import DeveloperCards from '../components/Home/DeveloperCards.astro';

<Layout title="Freymaurer's Astro." >
<main>
<section class="p-10">
PLACEHOLDER
</section>
<HeroText />
<Banner />
<CommunityCards />
<CircleGraphNavigation />
<DeveloperCards />
Expand Down

0 comments on commit e091f08

Please sign in to comment.