summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-24 00:49:40 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-24 00:49:40 +0200
commitc8a9f7565dfe20ab117087503b8cfc920427fcb7 (patch)
treec718fb3afa3890a1df321f29147c9efb1559c9c9 /en
parentc6ebb5a397be80ed4a1c0a9e96f3690709317ad0 (diff)
feat: added gigaillard, minor patches
Diffstat (limited to 'en')
-rw-r--r--en/aboutme.html1
-rw-r--r--en/index.html3
-rw-r--r--en/it.html3
-rw-r--r--en/music.html3
4 files changed, 7 insertions, 3 deletions
diff --git a/en/aboutme.html b/en/aboutme.html
index 0d9a557..8e41634 100644
--- a/en/aboutme.html
+++ b/en/aboutme.html
@@ -12,5 +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>
</body>
</html>
diff --git a/en/index.html b/en/index.html
index 7fb8183..b743536 100644
--- a/en/index.html
+++ b/en/index.html
@@ -7,7 +7,8 @@
</head>
<body>
<h1>Marcellus</h1>
- <a href="../index.html" class="language">🇫🇷</a>
+ <a href="../index.html" class="language">
+ <img src="../img/chad.png" style="width: 1.2em">🇫🇷</a>
<div class="links">
<a href="aboutme.html" class="link">
<img src=../img/aboutme.png width=60% />
diff --git a/en/it.html b/en/it.html
index 69eaa38..c44cae4 100644
--- a/en/it.html
+++ b/en/it.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Marcelus</title>
+ <title>Marcellus</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
@@ -13,5 +13,6 @@
<h1>My setup(s)</h1>
<p></p>
</div>
+ <a href="index.html" class="footer">&lt;&lt;&lt;Return&lt;&lt;&lt;</a>
</body>
</html>
diff --git a/en/music.html b/en/music.html
index c966a8e..acfff5d 100644
--- a/en/music.html
+++ b/en/music.html
@@ -7,7 +7,7 @@
<body>
<div class="content">
<a href="../musique.html" class="language">🤮🇬🇧</a>
- <h1>Formation</h1>
+ <h1>Learning</h1>
<p>I have been learning guitar and music theory since I was 7, and I do believe that I have a pretty solid music theory knowledge base. I have also learned bass for a few years. I have attended Computer Assisted Music lessons for 2 years, and I am very familiar with Ableton Live.</p>
<hr class="section-sep">
<h1>Rig</h1>
@@ -46,5 +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>
</body>
</html>