@ -1,37 +1,79 @@
import React from 'react' ;
import { Card , Container , Row , Col } from 'react-bootstrap' ;
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
import { faChalkboardTeacher , faTheaterMasks , faLaptop } from '@fortawesome/free-solid-svg-icons' ;
import React from "react" ;
import { Card , Container , Row , Col } from "react-bootstrap" ;
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" ;
import {
faChalkboardTeacher ,
faTheaterMasks ,
faLaptop ,
} from "@fortawesome/free-solid-svg-icons" ;
const Services = ( ) => (
< Container className = "text-center" >
< Row className = "justify-content-around p-3 d-flex justify-content-between" >
< Card style = { { width : '18rem' } } >
< Card style = { { width : "18rem" } } >
< Card . Body >
< Card . Title className = "text-black" >
< FontAwesomeIcon icon = { faLaptop } className = "text-center" size = "lg" / > < br / > Coworking
< FontAwesomeIcon
icon = { faLaptop }
className = "text-center"
size = "lg"
/ >
< br / >
Progetti
< / C a r d . T i t l e >
< / C a r d . B o d y >
< / C a r d >
< Card style = { { width : '18rem' } } >
< Card style = { { width : "18rem" } } >
< Card . Body >
< Card . Title className = "text-black" >
< FontAwesomeIcon icon = { faTheaterMasks } className = "text-center" size = "lg" / > < br / > Eventi Culturali
< FontAwesomeIcon
icon = { faTheaterMasks }
className = "text-center"
size = "lg"
/ >
< br / >
Cultura
< / C a r d . T i t l e >
< / C a r d . B o d y >
< / C a r d >
< Card style = { { width : '18rem' } } >
< Card style = { { width : "18rem" } } >
< Card . Body >
< Card . Title className = "text-black" >
< FontAwesomeIcon icon = { faChalkboardTeacher } className = "text-center" size = "lg" / > < br / > Corsi
< FontAwesomeIcon
icon = { faChalkboardTeacher }
className = "text-center"
size = "lg"
/ >
< br / >
Comunità
< / C a r d . T i t l e >
< / C a r d . B o d y >
< / C a r d >
< / R o w >
< Row >
< Col xs = { 12 } md = { 12 } lg = { 12 } className = "text-center" >
< Container style = { { backgroundColor : "black" , padding : "20px" , marginTop : "20px" , color : "white" } } >
< h5 > < b > Loop44 < /b>, è un luogo di collaborazione, aggregazione, lavoro e crescita. <br/ > < br / > In pieno centro a < b > Matera < /b> questo spazio versatile offre un ambiente di coworking dinamico, una cornice ideale per eventi culturali e un luogo di incontro per i curiosi della tecnologia.<br/ > < br / > Unisci la tua passione con la community e scopri infinite opportunità di crescita e ispirazione . < / h 5 >
< Container
style = { {
backgroundColor : "black" ,
padding : "20px" ,
marginTop : "20px" ,
color : "white" ,
} }
>
< h5 >
< b > Loop44 < / b > , è u n l u o g o d i c o l l a b o r a z i o n e , a g g r e g a z i o n e , l a v o r o e
crescita . < br / >
< br / >
In pieno centro a < b > Matera < / b > L O O P 4 4 è u n ' a s s o c i a z i o n e , u n o s p a z i o
fisico condiviso , per contagiare le conoscenze le competenze ,
promuovere una visione di progresso e innovazione condivisa e umana ,
ospitare e sostenere le iniziative che vogliono potenziare e far
crescere la nostra città e , soprattutto , chi la abita . Soprattutto
aiutarci ad essere di impatto
< br / >
< br / > Entra nel LOOP44 , unisci la tua passione , scopri infinite
opportunità di crescita e ispirazione .
< / h 5 >
< / C o n t a i n e r >
< / C o l >
< / R o w >