Skip to content

Commit

Permalink
Uploaded brochure and added link to it
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolausen committed Oct 26, 2024
1 parent ca67e19 commit 7427555
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file not shown.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function App() {

useEffect(() => {
const fetchedCards = get_DB_Eventi().map(evt => {
let nums = [2, 3]

return (<div key={evt.event_id} className="pt-3 col-12">
<HashLink to={evt.event_url + "#rassegna"}>
<CardRassegna
Expand Down
2 changes: 1 addition & 1 deletion src/Components/RassegnaDettaglio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function RassegnaDettaglio() {
fetchedRassegna.articoli.forEach(articolo =>
{
fetchedArticoli.push(<div style={{minHeight: 250 + "px"}} className={'col-12 px-0 d-flex flex-column justify-content-center align-items-center'}>
<Articolo { ...articolo}/>
<Articolo key={articolo.articolo_url} { ...articolo}/>
</div>)
})
setArticoli(fetchedArticoli)
Expand Down
3 changes: 3 additions & 0 deletions src/Pages/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ function AboutUs()
<DelayedGallery photos={photos} targetRowHeight={350} timeout={2500}/>
</div>
</div>
<div className="col-12 pt-5">
<p className='fs-4'>Diffondi anche tu il messaggio Pitagorico! Condividi la nostra <a className='animated_link' href='./COMPAGNIA DEI PITAGORICI - Brochure Telematica.pdf'>brochure</a> o il link a questo sito web!</p>
</div>
</div>
</section>
)
Expand Down

0 comments on commit 7427555

Please sign in to comment.