RostaJecna / WAProject1509

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

15.9. - Exercise №1

Work on the project in the subject WA.

Rostyslav L. 15.09.2022 C3b.

Table of contents

General info

I created an e-shop page and called it TechWorld.

  • It shows two phones and two smart watches from the popular companies Samsung and Apple.

  • Under the images of the devices there is a description in the form of a table:

Name LED Resolution CPU Memory Waterproof OS Price
iPhone 14 OLED 2532 x 1170 A15 Bionic 6-core 256GB IP68 iOS 16 1099€
Galaxy S22 AMOLED 2340 x 1080 Exynos 2200 8-core 256GB IP68 Android 12 949€

Client can distinguish the properties of the two devices and decide which one is more suitable for him.

  • At the bottom of the page is a link that takes the user to the newsletter:
<p>
    <a  href="pages/newsletter.html">Subscribe to discounts and special offers</a>
</p>

There he can choose the topic he is interested in and about which he wants to receive promotions as well as the latest news.

Last update

17.09.2022

  • Upload icons

low-battery.ico news.ico

  • Add <link> element for the icon
<link  rel="icon"  type="image/x-icon"  href="img/favicon/low-battery.ico">

<link  rel="icon"  type="image/x-icon"  href="../img/favicon/news.ico">

Publication

If you want to look at the website, just click here.

WAProject15.09Image

About


Languages

Language:HTML 68.7%Language:CSS 31.3%