Skip to content

اول #8

Description

@Scayar
<title>Boekenwinkel Sunshine</title>
<header>
    <h1>Boekenwinkel Sunshine</h1>
    <nav>
        <ul>
            <li><a href="index.html" class="active">Hoofdscherm</a></li>
            <li><a href="contact.html">Contact</a></li>
        </ul>
    </nav>
</header>

<main>
    <section class="intro">
        <p>Welkom bij onze webcatalogus. Hier vindt u de top 5 computerboeken van dit moment.</p>
        <p>Voor vragen kunt u met ons <a href="contact.html">contact</a> opnemen.</p>
    </section>

    <section class="catalogus">
        <article class="boek-item">
            <img src="img/boek1.jpg" alt="Windows 11 voor senioren">
            <h2>Windows 11 voor senioren</h2>
            <p class="auteur">Auteur: Victor Peters</p>
            <p class="prijs">&euro; 29.99</p>
            <p class="samenvatting">Wil je moeiteloos werken met Windows 11 op je computer, laptop of tablet? Dit boek leert je stap voor stap alles over het besturingssysteem.</p>
        </article>

        <article class="boek-item">
            <img src="img/boek2.jpg" alt="3D-tekenen met SketchUp">
            <h2>3D-tekenen met SketchUp</h2>
            <p class="auteur">Auteur: Marian van Olst</p>
            <p class="prijs">&euro; 25.95</p>
            <p class="samenvatting">SketchUp is een populair 3D-tekenprogramma. Dit boek is een praktische gids voor amateurs en professionals die willen leren ontwerpen.</p>
        </article>

        <article class="boek-item">
            <img src="img/boek3.jpg" alt="The Programmer - User Interface">
            <h2>The Programmer - User Interface</h2>
            <p class="auteur">Auteur: Antoni Dol</p>
            <p class="prijs">&euro; 19.95</p>
            <p class="samenvatting">Eigenzinnige programmeurs en het raakvlak met de eigenaardigheden van echte eindgebruikers. PUI is een variant op GUI.</p>
        </article>

        <article class="boek-item">
            <img src="img/boek4.jpg" alt="Photoshop CC voor Lightroom fotografen">
            <h2>Photoshop CC voor Lightroom fotografen</h2>
            <p class="auteur">Auteur: Johan W. Elzenga</p>
            <p class="prijs">&euro; 22.50</p>
            <p class="samenvatting">Een praktische gids om je wegwijs te maken in het werken met Photoshop CC in de dagelijkse praktijk.</p>
        </article>

        <article class="boek-item">
            <img src="img/boek5.jpg" alt="Handboek PowerPoint 2021">
            <h2>Handboek PowerPoint 2021</h2>
            <p class="auteur">Auteur: Ronald Smit</p>
            <p class="prijs">&euro; 34.99</p>
            <p class="samenvatting">PowerPoint 2021 is het meest gebruikte programma om presentaties samen te stellen. Dit handboek helpt u snel op weg.</p>
        </article>
    </section>
</main>

<footer>
    <p>&copy; Boekenwinkel Sunshine</p>
</footer>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions