Skip to content

Commit

Permalink
update homepage and contact
Browse files Browse the repository at this point in the history
  • Loading branch information
MathildeNS committed Aug 23, 2023
1 parent f7d4d95 commit 5004a70
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 16 deletions.
Binary file added public/icons/Camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/Edit_photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/Image__folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/Map_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/icons/codeReview.png
Binary file not shown.
Binary file removed public/icons/collaborators.png
Binary file not shown.
Binary file removed public/icons/dataProcessing.png
Binary file not shown.
Binary file removed public/icons/natureOnScreen.png
Binary file not shown.
6 changes: 6 additions & 0 deletions src/_posts/2022-11-02_webinar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: GEOCAM, UN OUTIL OPEN-SOURCE POUR LES DONNÉES DE PIÈGES PHOTOGRAPHIQUES, DISPONIBLE SUR GITHUB
date: "2023-03-07"
excerpt: "Qu'est-ce que geoCam et l'open-source ? Comment contribuer à GeoCam via GitHub ? "
author: Mathilde Leclerc
---
6 changes: 6 additions & 0 deletions src/_posts/2023-03-07_open-source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: GEOCAM, UN OUTIL OPEN-SOURCE POUR LES DONNÉES DE PIÈGES PHOTOGRAPHIQUES, DISPONIBLE SUR GITHUB
date: "2023-03-07"
excerpt: "Qu'est-ce que geoCam et l'open-source ? Comment contribuer à GeoCam via GitHub ? "
author: Mathilde Leclerc
---
8 changes: 0 additions & 8 deletions src/_posts/2023-08-22_test.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link, { LinkProps } from "next/link";
import { useRouter } from "next/router";
import Image from "next/image";

import logo from "./static/logo.png";
import logo from "./static/geocam-logo-dark.png";

interface NavLiLinkProps extends LinkProps {
href: string;
Expand Down
1 change: 1 addition & 0 deletions src/layout/static/geocam-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ export default function Contact() {
heroImage={require("public/images/banners/marek-piwnicki-ZBvUxUvWwFw-unsplash.jpg")}
/>
<Section title="Des questions?">
<p>Contactez Natural Solutions</p>
<p>Contactez <a href="mailto:[email protected],[email protected]">Natural Solutions</a> :
</br> Mathilde Leclerc, ingénieure agronome et cheffe de projet numérique
</br> Ophélie Da Silva, ingénieure spécialisée dans l'analyse et la visualisation de la donnée.
</p>
</Section>
</main>
</Page>
Expand Down
15 changes: 9 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Home({ post }: { post: Post }) {
</li>
<li>
<HomeLinkButton
href={`${process.env.NEXT_PUBLIC_GITHUB_URL}`}
href={`${process.env.NEXT_PUBLIC_GITHUB_URL}`+ `/GeoCam`}
className="btn-light"
>
Code source
Expand All @@ -93,7 +93,10 @@ export default function Home({ post }: { post: Post }) {
<div className="row">
<div className="col-md-6">
<Section title="Actualités" noContainer>
<PostPreview post={post} />
<ul>
<li><a href="https://www.natural-solutions.eu/blog/geocam-gestion-donnees-pieges-photographiques-open-source">GeoCam, un outil open-source sur GitHub</a></li>
<li><a href="https://www.natural-solutions.eu/blog/webinaire-pieges-phorographiques">Webinaire - Gérer vos pièges photos et les données associées</a></li>
</ul>
</Section>
</div>
<div className="col-md-6">
Expand All @@ -108,24 +111,24 @@ export default function Home({ post }: { post: Post }) {
<div className="row row-cols-sm-2 row-cols-md-4">
<Feature
title="Gestion du stockage des médias"
icon={require("public/icons/dataProcessing.png")}
icon={require("public/icons/Image_folder.png")}
>
Technologie adaptée pour un stockage optimal des médias.
</Feature>
<Feature
title="Gestion des pièges photographiques"
icon={require("public/icons/natureOnScreen.png")}
icon={require("public/icons/Camera.png")}
>
Inventaire des pièges photographiques, de leurs caractéristiques et de leur déploiement sur le terrain
</Feature>
<Feature
title="Gestion des sites de déploiement"
icon={require("public/icons/codeReview.png")}>
icon={require("public/icons/Map_dark.png")}>
Inventaire des sites de déploiements de pièges photographiques.
</Feature>
<Feature
title="Annotation manuelle des médias"
icon={require("public/icons/collaborators.png")}
icon={require("public/icons/Edit_photo.png")}
>
Saisie de données taxonomiques issue du traitement manuel
</br>des médias en s'appuyant sur le référentiel <b>TaxRef</b>
Expand Down

0 comments on commit 5004a70

Please sign in to comment.