Merge branch 'master' into dev

# Conflicts:
#	pages/work.js
This commit is contained in:
2020-06-05 18:48:02 +02:00
4 changed files with 3 additions and 42 deletions

View File

@@ -1,20 +1 @@
#### **Pages :**
- Accueil
- About
- Blog
- Environnement
- Contact
---
- Showcase a faire quand le site est en ligne
- Service (Dev, conseil)
---
#ShowCase
- Nom du client
- Ce que j'ai fait
- Illustration
### Autres
- Effet style avec l'hover
- Day/Night
###Arthurdanjou.fr

View File

@@ -8,7 +8,7 @@ const Footer = () => {
<h3>
Envoyez moi votre projet en détaillant votre délais, votre budget et vos attentes
<br />
à <span><a href="mailto:arthurdanjou@outlook.fr">contact@arthurdanjou.fr</a></span> pour que l'on en discute ensemble !
à <span><a href="mailto:contact@arthurdanjou.fr">contact@arthurdanjou.fr</a></span> pour que l'on en discute ensemble !
</h3>
<div className="spacer">ou</div>
<h2>Retrouvez moi sur</h2>

View File

@@ -63,7 +63,7 @@ const Header = () => {
<div className="contact-links">
<ul>
<li>
<a href="mailto:arthurdanjou@outlook.fr" target='_blank'>Mail</a>
<a href="mailto:contact@arthurdanjou.fr" target='_blank'>Mail</a>
</li>
<li>
<a href="https://github.com/ArthurDanjou" target="_blank">Github</a>

View File

@@ -1,20 +0,0 @@
import React from "react";
import "../public/style/style.scss";
import Head from "next/head";
import Header from "../components/header/header";
import Footer from "../components/footer/footer";
const ServicesPage = () => {
return (
<div className="services">
<Head>
<title>Arthur Danjou | Mes services</title>
</Head>
<Header />
Service
<Footer />
</div>
)
}
export default ServicesPage;