|
|
|
@ -1,15 +1,10 @@
|
|
|
|
|
---
|
|
|
|
|
import { getCollection } from 'astro:content'
|
|
|
|
|
|
|
|
|
|
import PageLayout from '../layouts/PageLayout.astro'
|
|
|
|
|
import { Content as WhatPhcContent, frontmatter as whatsPhcFrontmatter } from '../content/meta/whats-phc.md'
|
|
|
|
|
|
|
|
|
|
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">
|
|
|
|
@ -173,6 +168,18 @@ import { Content as WhatPhcContent, frontmatter as whatsPhcFrontmatter } from '.
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</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>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="wanna-be-macchinista">
|
|
|
|
|