ok tutorato (by radiotoe)

dev
Francesco Minnocci 1 week ago
parent 9a10fe1ff0
commit 0d2dd05f50

@ -1,15 +1,10 @@
--- ---
import { getCollection } from 'astro:content' import { getCollection } from 'astro:content'
import PageLayout from '../layouts/PageLayout.astro' import PageLayout from '../layouts/PageLayout.astro'
import { Content as WhatPhcContent, frontmatter as whatsPhcFrontmatter } from '../content/meta/whats-phc.md'
const news = await getCollection('news') const news = await getCollection('news')
// posts.push(...posts)
// posts.push(...posts)
// posts.push(...posts)
import { Content as WhatPhcContent, frontmatter as whatsPhcFrontmatter } from '../content/meta/whats-phc.md'
--- ---
<PageLayout pageTags="homepage"> <PageLayout pageTags="homepage">
@ -173,6 +168,18 @@ import { Content as WhatPhcContent, frontmatter as whatsPhcFrontmatter } from '.
</div> </div>
</div> </div>
</a> </a>
<a target="_blank" href="https://tutorato.phc.dm.unipi.it/" style="--masonry-height: 2;">
<div class="project" style="--card-bg: #c55;">
<div class="image">
<div class="box"></div>
</div>
<div class="title">Tutorato</div>
<div class="description">
Un sito con tutte le informazioni sui tutorati di Matematica, con tanto di archivio
degli anni passati.
</div>
</div>
</a>
</div> </div>
</section> </section>
<section class="wanna-be-macchinista"> <section class="wanna-be-macchinista">

Loading…
Cancel
Save