summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-28 13:24:56 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-28 13:24:56 +0200
commit44f5ca09550fcb5de9c4411e61cbe8d02cb021b1 (patch)
tree12ac8ddb6a91eb65077fed3148046a3987711c25 /en
parenta907fb793e959001b77ac9636d6fcfd2c3755f4f (diff)
feat: true centered body contents, played with pseudo classes for the return buttons
Diffstat (limited to 'en')
-rw-r--r--en/aboutme.html2
-rw-r--r--en/index.html2
-rw-r--r--en/it.html2
-rw-r--r--en/music.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/en/aboutme.html b/en/aboutme.html
index 8e41634..34c2384 100644
--- a/en/aboutme.html
+++ b/en/aboutme.html
@@ -12,6 +12,6 @@
I hope you enjoy taking a look at my website, have a good day !
<a href=index.html>Return</a>
</div>
- <a href="index.html" class="footer">&lt;&lt;&lt;Return&lt;&lt;&lt;</a>
+ <a href="index.html" class="footer">Return</a>
</body>
</html>
diff --git a/en/index.html b/en/index.html
index 2a58aeb..508503b 100644
--- a/en/index.html
+++ b/en/index.html
@@ -5,7 +5,7 @@
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<link rel="stylesheet" type="text/css" href="../style.css" />
</head>
- <body>
+ <body class="index">
<h1>Marcellus</h1>
<a href="../index.html" class="language">
<img src="../img/chad.png" style="width: 1.2em">🇫🇷</a>
diff --git a/en/it.html b/en/it.html
index c44cae4..2e8f97f 100644
--- a/en/it.html
+++ b/en/it.html
@@ -13,6 +13,6 @@
<h1>My setup(s)</h1>
<p></p>
</div>
- <a href="index.html" class="footer">&lt;&lt;&lt;Return&lt;&lt;&lt;</a>
+ <a href="index.html" class="footer">Return</a>
</body>
</html>
diff --git a/en/music.html b/en/music.html
index acfff5d..229f13c 100644
--- a/en/music.html
+++ b/en/music.html
@@ -46,6 +46,6 @@
I have done a few productions, but the one I've worked the most on is a second semester project OST.<br>
You can find most of my productions on <a style="color: #fa7b12;" href=https://on.soundcloud.com/VmXE8>&gt;SoundCloud&lt;</a></p>
</div>
- <a href="index.html" class="footer">&lt;&lt;&lt;Return&lt;&lt;&lt;</a>
+ <a href="index.html" class="footer">Return</a>
</body>
</html>