2
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user