diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 58ebb98..ad613a2 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,7 +6,6 @@
-
@@ -27,22 +26,22 @@
- {
- "keyToString": {
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "git-widget-placeholder": "feature/index",
- "ignore.virus.scanning.warn.message": "true",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "D:/Utilisateurs/Roxane/IUT/PORTFOLIODOCKER/Portfolio2A",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "vue.rearranger.settings.migration": "true"
+
+}]]>
@@ -58,7 +57,7 @@
1712482772398
-
+
diff --git a/css/style.css b/css/style.css
index f3d2269..1d637e5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -103,13 +103,7 @@ h1 {
}
-#mesProjets {
- display: none;
-}
-#mesProjets:target {
- display: block;
-}
nav {
align-self: end;
border-bottom: 2px solid gray;
@@ -142,6 +136,7 @@ nav ul li a {
section {
margin-bottom: 40px;
+ display: none;
}
section h2 {
@@ -149,6 +144,14 @@ section h2 {
font-weight: bold;
}
+#a-propos {
+ display: block;
+}
+
+#a-propos:target, #mesProjets:target {
+ display: block;
+}
+
.separator {
border-bottom: 3px solid gray;
width: 10%;