-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ajout doc main.js reglage bug footer et lisibilite css html
- Loading branch information
1 parent
c5553d0
commit 24dde7a
Showing
3 changed files
with
71 additions
and
41 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 |
---|---|---|
|
@@ -84,7 +84,7 @@ <h3>Values :</h3> | |
|
||
<h3> Presets :</h3> | ||
<div class="presets"> | ||
<p onclick="presetSandStream();" class="bouton" id="sandStream">sandStream</p> | ||
<p onclick="presetSandStream();" class="bouton first" id="sandStream">sandStream</p> | ||
<p onclick="presetHighway()" class="bouton" id="highway">highway</p> | ||
<p onclick="presetGenerativeMap()" class="bouton" id="generativeMap">generative map</p> | ||
<p onclick="presetGlitch()" class="bouton" id="glitch">glitch</p> | ||
|
@@ -93,10 +93,12 @@ <h3> Presets :</h3> | |
</div> | ||
|
||
<footer> | ||
<a href="https://www.linkedin.com/in/justin-hurson-0794b1253" target="_blank" title="contact me on Linkedin"><img class="imageFooter" src="images/logoLinkedin.png" alt="Logo Linkedin"></a> | ||
<a href="https://github.com/ChevalMonsieur/AdaptiveFlowField" target="_blank" title="see the Github repository
of my project"><img class="imageFooter" src="images/logoGithub.png" alt="logo Github"></a> | ||
<a href="https://mrcheval.itch.io" target="_blank" title="try out my games
on Itch.io"><img class="imageFooter" src="images/logoItch.png" alt="logo Itch.io"></a> | ||
<a href="mailto:[email protected]" target="_blank" title="mail me"><img class="imageFooter" src="images/logoMail.png" alt="Logo Mail"></a> | ||
<div class="footer"> | ||
<a href="https://www.linkedin.com/in/justin-hurson-0794b1253" target="_blank" title="contact me on Linkedin"><img class="imageFooter" src="images/logoLinkedin.png" alt="Logo Linkedin"></a> | ||
<a href="https://github.com/ChevalMonsieur/AdaptiveFlowField" target="_blank" title="see the Github repository
of my project"><img class="imageFooter" src="images/logoGithub.png" alt="logo Github"></a> | ||
<a href="https://mrcheval.itch.io" target="_blank" title="try out my games
on Itch.io"><img class="imageFooter" src="images/logoItch.png" alt="logo Itch.io"></a> | ||
<a href="mailto:[email protected]" target="_blank" title="mail me"><img class="imageFooter" src="images/logoMail.png" alt="Logo Mail"></a> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
|
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