This commit is contained in:
enne2
2023-02-06 13:38:55 +01:00
parent a961bfd6f0
commit a5a94756b6
21 changed files with 235 additions and 83 deletions
-53
View File
@@ -1,53 +0,0 @@
import Head from 'next/head';
import styles from '../styles/Home.module.css';
import Map from '../components/map';
import Services from '../components/services';
import { Container, Row, Col, Button, Card, Image } from 'react-bootstrap';
import SocialIcons from '../components/socialicons';
const logo = "logo.svg"
export default function Home() {
return (
<>
<Head>
<title>LOOP44 | nel centro di Matera uno spazio per coworking, collaborazione, cultura</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossOrigin="anonymous" />
<style>
{`
body {
background-size: cover;
background-image: url("background-image.png");
background-color:black;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(10px);
}
svg {
height: 48px;
margin: 0 2em;
fill: darkorange;
}
`}
</style>
</Head>
<Container fluid style={{ height: "100vh" }}>
<Row className="justify-content-center align-items-center">
<Col xs={6}>
<Image src={logo} alt="LOOP44 Logo" fluid />
<h1 style={{ color: "#fff", textAlign: "center" }}>L O O P 4 4</h1>
</Col>
</Row>
<hr/> <Row>
<SocialIcons></SocialIcons>
</Row>
<hr/>
<Services></Services>
<hr/>
<Map></Map>
</Container>
</>
)
}
+3 -3
View File
@@ -41,10 +41,10 @@ export default function Home() {
</Head>
<Container fluid style={{ height: "100vh" }}>
<Row className="justify-content-center align-items-center">
<Col xs={6}>
<Image src={logo} alt="LOOP44 Logo" style={{padding: "20px" }} fluid />
<Col xs={6} style={{textAlign:'center'}}>
<Image src={logo} alt="LOOP44 Logo" style={{margin:"20px",padding: "20px", width: "300px" }} fluid />
<Container style={{ padding: "20px" }}>
<h1 style={{ textAlign: "center", fontSize: 55, color: "white"}}>L O O P 4 4</h1>
<h1 style={{ textAlign: "center", fontSize: 55, color: "BLACK"}}>L O O P 4 4</h1>
</Container>
</Col>
</Row> <Row>