Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
3a94ddff28
8 changed files with 21 additions and 35 deletions
31
css/text.css
31
css/text.css
|
@ -13,8 +13,11 @@ nav a {
|
||||||
color: rgb(243, 198, 142);
|
color: rgb(243, 198, 142);
|
||||||
text-decoration: none;}
|
text-decoration: none;}
|
||||||
|
|
||||||
a {color: forestgreen;
|
a {color:hotpink;
|
||||||
text-decoration: none;}
|
text-decoration: none;
|
||||||
|
font-weight: bold ;
|
||||||
|
font-size: x-large;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -23,24 +26,18 @@ footer {
|
||||||
color: bisque;
|
color: bisque;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
|
||||||
height: 50px;
|
|
||||||
width: 2000px;
|
|
||||||
font-weight: bold ;
|
|
||||||
color:aliceblue;
|
|
||||||
position: fixed;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
margin-top: -100px;
|
|
||||||
margin-left: -150px;
|
|
||||||
font-size: 50px;
|
|
||||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
body{
|
body{
|
||||||
font-family: AeonikPro-Bold,Arial,sans-serif;
|
font-family: AeonikPro-Bold,Arial,sans-serif;
|
||||||
font-size: .9333333333rem;
|
font-size: .9333333333rem;
|
||||||
letter-spacing: 0; ;
|
letter-spacing: 0; ;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {font-weight: bold;}
|
a:hover {font-weight: bold;
|
||||||
|
color:fuchsia;
|
||||||
|
text-decoration: underline;}
|
||||||
|
|
||||||
|
nav a:hover {font-weight: bold;
|
||||||
|
color:coral}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
faq.html
2
faq.html
|
@ -12,7 +12,7 @@
|
||||||
<nav class="B">
|
<nav class="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<nav class="B">
|
<nav class="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<nav class="B">
|
<nav class="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<nav class="B">
|
<nav class="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -14,13 +14,6 @@
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<!--<main>
|
|
||||||
<section>
|
|
||||||
<article>
|
|
||||||
<div>Visit Greece</div>
|
|
||||||
</article>
|
|
||||||
</section>
|
|
||||||
</main>-->
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<nav class="B">
|
<nav class="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<!--TEST-->
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="css/text.css">
|
<link rel="stylesheet" href="css/text.css">
|
||||||
|
@ -11,7 +10,6 @@
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History and Mythology</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
<a href = "history_mythology.html">History</a>
|
|
||||||
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -21,6 +19,7 @@
|
||||||
<h1>Where To Go ?</h1>
|
<h1>Where To Go ?</h1>
|
||||||
<article>
|
<article>
|
||||||
<a href="islands.html" style="float: left;">Islands</a>
|
<a href="islands.html" style="float: left;">Islands</a>
|
||||||
|
|
||||||
<img src="photos/islands_map.png">
|
<img src="photos/islands_map.png">
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
|
@ -28,9 +27,6 @@
|
||||||
<img src="photos/map_greece.png">
|
<img src="photos/map_greece.png">
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
|
||||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue