Tugas PWEB-D Pertemuan Ke-2 : Warungku

    TUGAS PWEB-D Pertemuan - 2 : Warungku


       Perkenalkan nama saya Andymas Narendra Bagaskara, NRP 05111940000192, Kelas Pemrograman Web D. Pada pertemuan ketiga kelas PWEB-D, saya diberi tugas untuk membuat website Warung Tegal dengan menggunakan HTML.



Berikut ini hasil dari warung saya :









Link Websitenya :  warungkurendra.netlify.app



Dan untuk hosting domainnya saya menggunakan Netlify dengan cara memasukan file html Biodata
ke dalam website netlify tersebut.





Source Code HTML :

<!DOCTYPE html>
<html>
  <head>
    <title>Warungku</title>
    <link rel="stylesheet" href="header,.css" />
    <script>
      var slidePosition = 1;
      SlideShow(slidePosition);

      function plusSlides(n) {
        SlideShow((slidePosition += n));
      }

      function currentSlide(n) {
        SlideShow((slidePosition = n));
      }
      z;
      function SlideShow(n) {
        var i;
        var slides = document.getElementsByClassName("Containers");
        if (n > slides.length) {
          slidePosition = 1;
        }
        if (n < 1) {
          slidePosition = slides.length;
        }
        for (i = 0i < slides.lengthi++) {
          slides[i].style.display = "none";
        }
        slides[slidePosition - 1].style.display = "block";
      }
    </script>
  </head>
  <body>
    <div class="wrapper">
      <header>
        <h1>Warungku</h1>
        <nav>
          <ul>
            <li><a href="" class="current">Beranda</a></li>
            <li><a href="">Daftar Masakan</a></li>
            <li><a href="">tentang</a></li>
            <li><a href="">kontak</a></li>
          </ul>
        </nav>
      </header>
      <section class="courses">
        <div class="slideshow-containers">
          <div class="Containers ContainersImage">
            <img src="Images/Nasi Liwet 2.jpg" style="width: 100%" />
          </div>
          <div class="Containers">
            <img src="Images/Nasi Pecel.jpg" style="width: 100%" />
          </div>
          <div class="Containers">
            <img src="Images/Nasi Campur.jpg" style="width: 100%" />
          </div>
          <a class="Back" onclick="plusSlides(-1)"></a>
          <a class="forward" onclick="plusSlides(1)"></a>
        </div>
        <article>
          <figure>
            <img src="Images/Nasi Liwet.jpg" alt="nasi liwet" />
            <figcaption>Nasi Liwet Warungku</figcaption>
          </figure>
          <hgroup>
            <h2>Nasi Liwet</h2>
            <h3>Nasi Liwet Khas Warungku</h3>
          </hgroup>
          <p>Nasi Liwet adalah makanan khas Indonesia yang berupa nasi gurih yang dimasak dengan santan, kaldu ayam, daun salam dan serai. Sehingga memberikan rasa yang kaya dan aromatik.</p>
        </article>
        <article>
          <figure>
            <img src="Images/Nasi Pecel.jpg" alt="pecel" />
            <figcaption>Pecel Indonesia</figcaption>
          </figure>
          <hgroup>
            <h2>Nasi Pecel</h2>
            <h3>Nasi Pecel Khas Warungku</h3>
          </hgroup>
          <p>Nasi Pecel adalah makanan yang menggunakan bumbu sambal kacang sebagai bahan utamanya yang dicampur dengan aneka jenis sayuran yang segar dan nikmat.</p>
        </article>
        <article>
          <figure>
            <img src="Images/Nasi Liwet.jpg" alt="nasi Campur" />
            <figcaption>Nasi Campur Warungku</figcaption>
          </figure>
          <hgroup>
            <h2>Nasi Campur</h2>
            <h3>Nasi Campur Khas Warungku</h3>
          </hgroup>
          <p>Nasi Campur adalah makanan khas Indonesia yang berupa nasi dengan aneka lauk pauk yang nikmat seperti Ayam Goreng, Kering Tempe, dan Sayur Buncis Oseng yang nikmat.</p>
        </article> 
      </section>
      <aside>
        <section class="pupolar-recipes">
          <h2>Masakan Favorit</h2>
          <a href="">Nasi Campur</a>
          <a href="">Nasi Liwet</a>
          <a href="">Nasi Pecel</a>
        </section>
        <section class="contact-details">
          <h2>Kontak</h2>
          <p>
            Warungku aneka khas makanan seluruh Indonesia<br />
            
          </p>
        </section>
       
      </aside>
      <footer>&copy; 2021 Warungku</footer>
    </div>
  </body>
</html>



Source Code CSS :

header,
nav,
section,
article,
figure,
figcaption,
aside,
footer {
  displayblock;
}

body {
  background-imageurl("https://images.unsplash.com/photo-1589498199300-f1534ccd00e2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MXwxMzYwOTV8fGVufDB8fHx8&w=1000&q=80");
  background-positioncenter;
  font-familyGeorgia"Times New Roman"Timesserif;
  line-height1.8em;
  margin0px;
}

.wrapper {
  width940px;
  margin20px auto 20px auto;
  border2px solid #070606;
  background-color#ffffff;
}

header {
  height155px;
  width940px;
  background-imageurl("https://cdn.discordapp.com/attachments/760854160194273281/891935977982017556/Warungku.jpg");
}

h1 {
  text-indent-9999px;
  width940px;
  height130px;
  margin0px;
}

nav,
footer {
  clearboth;
  color#ffffff;
  background-color#444444;
  height30px;
}

nav ul {
  margin0px;
  padding5px 0px 5px 30px;
}

nav li {
  displayinline;
  margin-right40px;
}

nav li a {
  color#ffffff;
}

.slideshow-container {
  max-width1000px;
  positionrelative;
  marginauto;
}

.Containers {
  margin50px;
  displaynone;
}

.ContainersImage {
  margin50px;
  displayblock;
}

.Back,
.forward {
  cursorpointer;
  positionabsolute;
  top40%;
  width5%;
  padding15px;
  colorgrey;
  font-weightbold;
  font-size19px;
  transition0.7s ease;
  border-radius0 5px 5px 0;
  user-selectnone;
}

.forward {
  right36%;
  border-radius4px 0 0 4px;
}

.dots {
  cursorpointer;
  height16px;
  width16px;
  margin0 3px;
  background-color#acc;
  border-radius50%;
  displayinline-block;
  transition: background-color 0.5s ease;
}

.enable,
.dots:hover {
  background-color#717161;
}

nav li a:hover,
nav li a.current {
  font-weightbolder;
  color#f0efef;
}

section.courses {
  floatleft;
  width659px;
  border-right1px solid #eeeeee;
}

article {
  clearboth;
  overflowauto;
  width100%;
}

hgroup {
  margin-top40px;
}

figure {
  floatleft;
  height220px;
  padding5px;
  margin20px;
  background-color#ffffff;
  border1px solid #eeeeee;
}

figure img {
  width280px;
  height200px;
}

figcaption {
  font-size90%;
  text-aligncenter;
}

aside {
  width230px;
  floatleft;
  padding0px 0px 0px 20px;
}

aside section a {
  displayblock;
  padding10px;
  border-bottom1px solid #eeeeee;
}

aside section a:hover {
  color#000000;
  background-color#efefef;
}

a {
  color#0013c2;
  text-decorationnone;
}

h1,
h2,
h3 {
  font-weightnormal;
}

h2 {
  margin10px0px5px0px;
  padding0px;
}

h3 {
  margin0px0px10px0px;
  color#000000;
}

aside h2 {
  padding30px 0px 10px 0px;
  color#002fff;
}

footer {
  font-size80%;
  height30px;
  padding7px0px0px20px;
}

Sekian penjelasan tugas dari saya mohon maaf jika ada kesalahan, sekian terima kasih.







Komentar

Postingan populer dari blog ini

TUGAS PWEB-D Pertemuan - 4 : Bootstrap

TUGAS PWEB-D Pertemuan - 5 : Form Validasi

Tugas PWEB-D Pertemuan Ke-1 : Biodata