You've already forked VixenchromaWebSite
Languages update and some better organization and optimization
This commit is contained in:
104
html/all_updates.html
Normal file
104
html/all_updates.html
Normal file
@@ -0,0 +1,104 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="title" content="VixenChroma">
|
||||
<meta name="description" content="VixenChroma - Line / Alyx website" />
|
||||
<meta name="keywords" content="alyx le guen, alyx, le guen, line, vixenchroma">
|
||||
|
||||
<link rel="author" href="https://vixenchroma.com"/>
|
||||
<link rel="icon" type="image/svg+xml" href="img/favicon.svg">
|
||||
<link rel="stylesheet" href="/vixenchroma.css" />
|
||||
<title>Vixenchroma</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header"></div>
|
||||
<div id="headerArea">
|
||||
<h2 style="color:white">Vixenchroma WebSite - Owner Line / Alyx</h2>
|
||||
</div>
|
||||
<div id="flex">
|
||||
<aside id="leftSidebar" style="margin-right: 8px;">
|
||||
<h3>Languages</h3>
|
||||
<div class="box">
|
||||
<li><a href="/">En</a> / <a href="/fr/">Fr</a> / <a href="/jp/">Jp</a></li>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Navigation</h3>
|
||||
<div class="box">
|
||||
<ul style="padding-left:8px;">
|
||||
<li><a href="/">Home</a></li>
|
||||
<br>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<br>
|
||||
<li><a href="/art.html">Art</a></li>
|
||||
<br>
|
||||
<li><a href="/embroidery.html">Embroidery / Patches</a></li>
|
||||
<br>
|
||||
<li><a href="/3dprinting_painting.html">3D printing, figurines and painting</a></li>
|
||||
<br>
|
||||
<li><a href="/other_things.html">Other things</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Links</h3>
|
||||
<div class="box">
|
||||
<ul style="padding-left:8px;">
|
||||
<li><a href="https://wiki.vixenchroma.com/public" target="_blank">My Wiki</a></li>
|
||||
<br>
|
||||
<li><a href="https://git.vixenchroma.com/explore/repos" target="_blank">My Gitea</a></li>
|
||||
<br>
|
||||
<li><a href="https://github.com/Alyx-LeGuen" target="_blank">My Github</a></li>
|
||||
<br>
|
||||
<li><a href="https://www.linkedin.com/in/alyx-le-guen-a17581173" target="_blank">My Linkedin</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Cool badge !</h3>
|
||||
<img src="/img/WonderWorld.png" alt="Such a world of Wonder" style="margin-left: auto;margin-right: auto;display: block;"/>
|
||||
<img src="/img/webbadge/agrou.png" alt="fox say agrou" style="margin-left: auto;margin-right: auto;display: block;">
|
||||
<img src="/img/webbadge/traaa.png" alt="cool trans flag" style="margin-left: auto;margin-right: auto;display: block;">
|
||||
<img src="/img/webbadge/linux.png" alt="cool linux badge" style="margin-left: auto;margin-right: auto;display: block;">
|
||||
<img src="/img/webbadge/brains.gif" alt="powered by my brain" style="margin-left: auto;margin-right: auto;display: block;">
|
||||
<img src="/img/webbadge/fox.png" alt="moving fox gif" style="margin-left: auto;margin-right: auto;display: block;width: 60%;">
|
||||
</div>
|
||||
</aside>
|
||||
<main>
|
||||
<p>--------</p>
|
||||
<span>LATEST : 04/11/25</span>
|
||||
<div class="box">
|
||||
<p>
|
||||
- Languages update !!
|
||||
<br>You can now switch from English to French
|
||||
<br>I've also started translating into Japanese
|
||||
<br>
|
||||
<br>- Better organization of pages and my HTML code
|
||||
</p>
|
||||
</div>
|
||||
<p>--------</p>
|
||||
<span> 21/05/25</span>
|
||||
<div class="box">
|
||||
<p>
|
||||
- I added an about page and several pages to share my projects
|
||||
</p>
|
||||
</div>
|
||||
<p>--------</p>
|
||||
<span> 20/05/25</span>
|
||||
<div class="box">
|
||||
<p>
|
||||
- <img src="/img/webbadge/new.gif" alt="new gif"/> website version with no more js
|
||||
<br>
|
||||
- <img src="/img/webbadge/new.gif" alt="new gif"/> content published
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
span {
|
||||
font-size: 20px;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user