mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-28 02:40:27 +01:00
Merge branch 'master' into dev
# Conflicts: # pages/work.js
This commit is contained in:
21
README.md
21
README.md
@@ -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
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user