Skip to content

Commit

Permalink
carousel sort of sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Aug 28, 2024
1 parent c91a419 commit 4758fd3
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 deletions.
2 changes: 1 addition & 1 deletion profile/content/contact.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

## Contact

Probably the easiest way is to join the [JuliaLang Slack](https://julialang.org/slack/) and join our #taija channel. You can also post a GitHub Issue on our organization [repo](https://github.com/JuliaTrustworthyAI/.github/issues). You can find \@pat-alt's socials and contact details on his website: [www.paltmeyer.com](www.paltmeyer.com).
Probably the easiest way is to join the [JuliaLang Slack](https://julialang.org/slack/) and join our #taija channel. You can also post a GitHub Issue on our organization [repo](https://github.com/JuliaTrustworthyAI/.github/issues). You can find [\@pat-alt](https://github.com/pat-alt)'s socials and contact details on his website: [www.patalt.org](www.patalt.org).
13 changes: 4 additions & 9 deletions profile/hero.qmd
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
# Trustworthy Artificial Intelligence in Julia

Taija is the organization that hosts software geared towards **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**.

::: {.hero-banner}

::: {.column-screen}
::: {.column-page}

::: {.grid}

::: {.g-col-8}
# Taija

![](https://raw.githubusercontent.com/TrustworthyAIJulia/.github/main/profile/www/wide_logo.png){width=100% align="center"}
### Trustworthy Artificial Intelligence in Julia

Taija is the organization that hosts software geared towards **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**.
:::

::: {.g-col-4}

{{< include content/news/news.qmd >}}

:::

:::


:::

:::
6 changes: 6 additions & 0 deletions profile/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.content-block {
padding-top: 20px;
padding-bottom: 10px;
margin-left: 10%;
margin-right: 10%;
}
6 changes: 5 additions & 1 deletion profile/index.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
toc: false
page-layout: custom
css: index.css
---

{{< include hero.qmd >}}

::: {.content-block}

{{< include content/contribute.qmd >}}

{{< include content/contact.qmd >}}

hi
:::
1 change: 1 addition & 0 deletions profile/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
width: 300px;
height: 300px;
}

12 changes: 10 additions & 2 deletions profile/theme-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ $footer-bg: lighten($primary, 45%);

// Carousel
.carousel img {
width: 70%;
width: 150px;
height: 150px;
max-width: 70%;
margin-bottom: 110px;
}
background-color: lighten($primary, 45%);
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
margin-bottom: 110px;
}

0 comments on commit 4758fd3

Please sign in to comment.