-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from JanssenSimon/main
Ajoute la compilation du dernier update, whoops
- Loading branch information
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html> <html lang="fr-CA"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>Détails de rencontre du RADAR</title> <link href="../stylesheets/main.css" rel="stylesheet" /> </head> <body> <header> <hgroup> <img src="../logo.svg" alt="" id="radar-logo" /> <h1>Détails de rencontre du RADAR</h1> <h2>Rapport de la visite de PolyOrbite du 7 juin 2023</h2> </hgroup> </header> <section> <p>Un membre de <a href="https://polyorbite.com/">PolyOrbite</a> était à André-Aisenstadt et a remarqué Nixxon dans le local des clubs pendant que Simon y travaillait. Il a donc inviter le RADAR à faire un tour chez PolyOrbite.</p> <p>Ils font un cubesat et on besoin d'une groundstation. Ils proposent donc que le RADAR contribue au projet en faisant le logiciel pour la groundstation. En échange pour sa contribution, le RADAR aura une timeshare de l'utilisation de la groundstation!</p> <p><a href="/gallerie/visite-polyorbite.html">Les photos de la visite.</a></p> </section> <a href="/">Retour à l'accueil</a> <footer> <ul> <li><a href="/about.html">à propos</a></li> <li><a href="https://github.com/RADAR-IRO">github</a></li> <li><a href="mailto:[email protected]">contact</a></li> </ul> </footer> </body> </html> |