Compare commits

...

2 commit

作者 SHA1 備註 提交日期
44d4799226 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb 2022-12-12 08:47:45 +01:00
3a306cc839 h 2022-12-12 08:47:43 +01:00
共有 7 個文件被更改,包括 10 次插入8 次删除

查看文件

@ -14,7 +14,7 @@
</nav> </nav>
</header> </header>
<hr> <hr>
<main class="B"> <main class="B">
<section> <section>
<article> <article>
@ -26,7 +26,7 @@
<h1>The Islands</h1> <h1>The Islands</h1>
<article> <article>
<h2>Santorini</h2> <h2>Santorini</h2>
<img src="../santorini.jpg" <img src="./photos/santorini.jpg"
width="400" width="400"
height="200"> height="200">
<p>One of the most well know islands in Greece, Santorini is in the middle of the Aegean sea. It is very touristy as it is know buy the whole world, but it is still rated as one of the best places to visit in Greece, with its white houses and turquoise beaches.</p> <p>One of the most well know islands in Greece, Santorini is in the middle of the Aegean sea. It is very touristy as it is know buy the whole world, but it is still rated as one of the best places to visit in Greece, with its white houses and turquoise beaches.</p>
@ -34,31 +34,33 @@
</article> </article>
<article> <article>
<h2>Mykonos</h2> <h2>Mykonos</h2>
<img src="../mykonos.jpg" <img src="./photos/mykonos.jpg"
width="400" width="400"
height="300"> height="300">
<p>As popular as Santorini, Mykonos is also a very touristy island, part of the Cyclades (a group of Greek islands in the Aegean sea). If you have the money, it is a great place to go to go to the beach during the day, then go party during the night.</p>
</article> </article>
<article> <article>
<h2>Paros</h2> <h2>Paros</h2>
<img src="../paros.jpg" <img src="./photos/paros.jpg"
width="400" width="400"
height="300"> height="300">
<p>Known for its marble quarries during the Antiquity, some of the masterpieces of ancient Greek sculpture were made with 'Parian marble'.If you visit this island, you will come across typical villages with idyllic nature, and crystal-clear beaches.</p>
</article> </article>
<article> <article>
<h2>Naxos</h2> <h2>Naxos</h2>
<img src="../naxos.jpg" <img src="./photos/naxos.jpg"
width="400" width="400"
height="250"> height="250">
<p>Naxos is the largest island of the Cyclades island group. It is large enough to need a vehicle to get around it. It dominated commerce in the Cyclades during the 8th and 7th centuries BC.</p>
</article> </article>
<article> <article>
<h2>Chios</h2> <h2>Chios</h2>
<img src="../chios.jpg" <img src="./photos/chios.jpg"
width="400" width="400"
height="250"> height="250">
<p>Not part of the Cyclades this time, Chios is a hidden treasure in the Aegean, waiting to be discovered. It is the fifth largest Greek island, with a coastline of 213 kilometers. It is a mountainous island, with picturesque landscapes.</p>
</article> </article>
</section> </section>
</main> </main>

二進制
photos/athens1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 167 KiB

二進制
photos/chios.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 319 KiB

二進制
photos/mykonos.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 179 KiB

二進制
photos/naxos.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 179 KiB

二進制
photos/paros.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 1.2 MiB

二進制
photos/santorini.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 42 KiB