Skip to main content

PWEB-Tugas Membuat registrasi laman berita


Dari website berita yang saya buat, sekarang saya tambahlan laman registrasi dalam laman berita saya. Ini adalah link laman berita saya (ini linknya) atau bisa diliat dibawah ini
source code HTML nya adalah:
 <!DOCTYPE html>  
 <html>  
 <head>  
      <title>Tech in Asia - Connecting Asia's startup ecosystem</title>  
      <link rel="stylesheet" href="customtech.css"/>  
 </head>  
 <body>  
      <div class="header">  
      <div class="menu">  
           <ul>  
                <li><a href="#">News</a></li>  
                <li><a href="#">Job</a></li>  
                <li><a href="#">Companies</a></li>  
                <li><a href="#">Event</a></li>  
                <li><a href="#">About</a></li>  
                <li><a href="#">Advertise</a></li>  
           </ul>  
      </div>  
      <div class="menu1">  
           <ul>  
                <li><a href="#">Categories</a></li>  
                <li><a href="#">Markets</a></li>  
                <li><a href="#">Writers</a></li>  
                <li><a href="registrasi.html">Registration</a></li>  
           </ul>  
      </div>  
      </div>  
      <div class="content">  
           <div class="jarak">  
                <!-- kiri -->  
                <div class="kiri">  
                <!-- blog -->  
                <div class="border">  
                     <div class="jarak">  
                          <img src="https://cdn.techinasia.com/wp-content/uploads/2018/09/52689861_m.jpg" style=" float: left; width: 300px;height: 200px;">  
                          <h3>How to run a product team, according to a VP of product</h3>  
                          <p>Lessons on collaboration, culture, recruiting, and alignment.</p>  
                          <button class="btn">Read More..</button>  
                     </div>  
                </div>  
                <!-- end blog-->  
                <!-- blog -->  
                <div class="border">  
                     <div class="jarak">  
                          <img src="https://cdn.techinasia.com/wp-content/uploads/2018/09/Commut4.jpg" style="float: left;width: 300px;height: 200px;">  
                          <h3>In brief: Careem buys Indian bus app Commut, merges assets with rival Shuttl</h3>  
                          <p>The Emirati ride-hailing firm is itself said to be engaged in takeover talks with Uber</p>  
                          <button class="btn">Read More..</button>  
                     </div>  
                </div>  
                <!-- end blog-->  
                <!-- blog -->  
                <div class="border">  
                     <div class="jarak">  
                          <img src="https://cdn.techinasia.com/wp-content/uploads/2017/09/honestbee-GOODSHIP-photo.jpg" style="float: left;width: 300px;height: 200px;">  
                          <h3>Honestbee raised around $46m since series A. Its biggest backer is one of Korea's chaebols</h3>  
                          <p>Honestbee's biggest shareholder is LS Corp, which made US$8.5 billion in revenue in 2017.</p>  
                          <button class="btn">Read More..</button>  
                     </div>  
                </div>  
                <!-- end blog-->  
                </div>  
                <!-- kiri-->  
                <!-- kanan -->  
                <div class="kanan">  
                     <div class="jarak">  
                          <h2>What new?</h2>  
                               <img src="https://cdn.techinasia.com/data/images/b0e36d4894beddd46fe4ed064ba209a2.png" style="float: left;width: 34px;height: 34px;">  
                               <h1>Senior NodeJS Developer</h1>  
                               <p>2359media</p>  
                               <img src="https://cdn.techinasia.com/data/images/fbeb63e022e1ec390dcc5a27fb299ba1.png" style="float: left;width: 34px;height: 34px;">  
                               <h1>BackEnd Engineer</h1>  
                               <p>TokoModal</p>  
                               <img src="https://cdn.techinasia.com/data/images/82d9332d395332b4d14ea2cfeab6568c.png" style="float: left;width: 34px;height:34px;">  
                               <h1>Sales Representative</h1>  
                               <p>Avani</p>  
                               <img src="https://cdn.techinasia.com/data/images/910cb8259a82591e05429ab48c8a486b.png" style="float: left;width: 34px;height: 34px;">  
                               <h1>Content Writer</h1>  
                               <p>ADX Asia</p>  
                               <img src="https://cdn.techinasia.com/data/images/174f0be21fd7fc373631e4d120a0bf1f.png" style="float: left;width: 34px;height: 34px;">  
                               <h1>Sales Executive & Sales Support Executive</h1>  
                               <p>HReasily</p>  
                     </div>  
                     <div class="footer" >  
                          <h2>Copyright 2017 masicobacoba</h2>  
                     </div>  
                </div>  
                <!-- kanan -->  
           </div>  
      </div>  
 </body>  
 </html>  
Laman registrasinya bisa d akses di link berikut(ini linknya) atau bisa dilihat dibawah ini
Source code htmlnya adalah
 <!DOCTYPE html>   
  <html>   
  <head>  
      <title>Tech in Asia - Connecting Asia's startup ecosystem</title>  
      <link rel="stylesheet" href="customtech.css"/>  
 </head>  
 <body>  
      <div class="header">  
      <div class="menu">  
           <ul>  
                <li><a href="#">News</a></li>  
                <li><a href="#">Job</a></li>  
                <li><a href="#">Companies</a></li>  
                <li><a href="#">Event</a></li>  
                <li><a href="#">About</a></li>  
                <li><a href="#">Advertise</a></li>  
           </ul>  
      </div>  
      <div class="menu1">  
           <ul>  
                <li><a href="#">Categories</a></li>  
                <li><a href="#">Markets</a></li>  
                <li><a href="#">Writers</a></li>  
                <li><a href="registrasi.html">Registration</a></li>  
           </ul>  
      </div>  
      </div>  
       <div class="content">   
            <h3 align="center">REGISTRASI</h3>   
            <hr/>   
         <br/>   
         <br/>   
         <br/>   
            <form>   
              <table width="600" height="550" align="center">   
               <tr>   
                    <td width="272">Nama Lengkap</td>   
                    <td width="343"><input type="text" name="nama" placeholder="Enter Your Name" maxlength="50" required/></td>   
               </tr>   
               <tr>   
                    <td>Alamat</td>   
                    <td><input type="text" placeholder="Nama Jalan, Nomor, Kota" name="address" required/></td>   
               </tr>   
               <tr>   
                    <td>Email</td>   
                    <td><input type="text" placeholder="Enter Email" name="email" required/></td>   
               </tr>   
               <tr>   
                    <td>Nomor HP</td>   
                    <td><input type="text" placeholder="Enter Your Phone Number" name="phone" min="10" max="12" required/></td>   
               </tr>   
               <tr>   
                  <td>Jenis Kelamin</td>   
                  <td><input type="text" name="gender" list="gender"/>   
                    <datalist id="gender">   
                        <option value="Laki-laki">Laki-laki</option>   
                        <option value="Perempuan">Perempuan</option>   
                    </datalist>   
                  </td>   
               </tr>   
               <tr>   
               <td>Berita Favorit</td>   
               <td><input type="text" name="berita" list="berita"/>   
               <datalist id="berita">   
                 <option value="Opini"></option>   
                <option value="Olahraga"></option>   
                <option value="Ekonomi"></option>   
                <option value="Teknologi"></option>   
                <option value="Lainnya"></option>   
               </datalist>   
               </td>  
               </tr>   
               <tr>   
               <td>   
               <label for="pass"><b>Password</b></label></td>   
                         <td>   
                  <input type="password" placeholder="Enter Password" name="pass" required>  
                 </td>   
               </tr>   
               <tr>   
               <td align="center"><button type="button" onclick="document.getElementById('signup').style.display='none'" id="cancel"><a href="homeregis.html">Home</a></button>   
               </td>  
                            <td align="center"> <button type="submit" id="submit">Sign Up</button></td>   
               </tr>   
         </table>   
        </form>   
       </div>   
       <div class="footer">   
         <div class="jarak">   
            <p align="center">Copyright 2018</p>   
Source Code CSS dari kedua html tersebut adalah
 body{  
      background: #FBFAFA;  
      color: #333;  
 /*     width: 100% ;  
      height: 100%;*/  
      font-family: "lato", cursive, sans-serif;  
      /*margin: 0 auto;*/  
 }  
 .content{  
      width: 88%;  
      margin: auto;  
      /*height: 420px;*/  
      padding: 0.1px;  
      background: #fff;  
      color: #333;  
 }  
 .header{  
      margin: 0;  
      background: #fff;  
 }  
 .kiri{  
      width: 70%;  
      float: left;  
      margin: auto;  
      background: #fff;  
      /*height: 420px;*/  
 }  
 .kanan{  
      width: 25%;  
      float: left;  
      margin: auto;  
      background: #fff;  
      /*height: 420px;*/  
 }  
 .border{  
      /*border: 2px solid #000;*/  
      height: 200px;  
      margin-top: 1pc;  
      padding-bottom: 3pc;  
      padding-right: 2pc;  
 }  
 .undecor{  
      text-decoration: none;  
 }  
 .footer{  
      /*width: 90%;*/  
      margin: auto;  
      height: 40px;  
      line-height: 40px;  
      background: #F0EEEE;  
 }  
 .menu{  
      background-color: #F0EEEE;  
      height: 50px;  
      line-height: 50px;  
      /*position: relative;*/  
      /*width: 90%;*/  
      /*margin: 0;*/  
      /*padding:0;*/  
 }  
 .menu1{  
      background-color: #fff;  
      height: 60px;  
      line-height: 60px;  
      /*position: relative;*/  
      /*width: 90%;*/  
      margin: 0;  
      /*padding:0 auto;*/  
 }  
 .jarak{  
      padding: 0 2pc;  
 }  
 .menu ul{  
      list-style: none;  
 }  
 .menu ul li a{  
      float: left;  
      width: 14%;  
      display: block;  
      text-align: center;  
      color: #A4A4A4;  
      text-decoration: none;  
 }  
 .menu ul li a:hover{  
      background-color: #DDDCDC;  
      display:block;  
 }  
 .menu1 ul{  
      list-style: none;  
 }  
 .menu1 ul li a{  
      float: left;  
      width: 14%;  
      display: block;  
      text-align: center;  
      color: #A4A4A4;  
      text-decoration: none;  
 }  
 .menu1 ul li a:hover{  
      background-color: #FAF9F9;  
      display:block;  
 }  
 .kanan p{  
      font-size: 12px;  
      margin: 0;  
      text-align:center;  
      margin: 10px;   
      color:#D9D8D8;  
 }  
 h3{  
      font-family: "Lucida Console";  
      font-weight: bold;  
      font-size: 24px;  
 }  
 p{  
      font-family: "Verdana";  
      font-size: 14px;  
      font-weight: lighter;  
      color: #ADACAC;  
 }  
 h1{  
      font-family: "Verdana";  
      font-size: 13px;  
      font-weight: bold;  
      text-align: center;  
      padding-top: 10px;  
 }  
 h2{  
      font-family: "Lucida Console";  
      font-weight: lighter;  
      font-size: 12px;  
 }  
 button[id="submit"]   
  {   
            height: 36px;   
     width: 81px;   
     color: white;   
     background-color:#DDDCDC;   
  }   
  button[id="cancel"]{   
            height: 36px;   
     width: 81px;   
     color: white;   
     background-color:#DDDCDC;   
  }   
  input[type="text"] {  
   width: 500px;  
   height: 50px;  
   margin-bottom: 10px;  
   background-color: #DDDCDC;  
 }  
 input[type="password"]  
 {  
      width: 500px;  
   height: 20px;  
   margin-bottom: 10px;  
   background-color: #DDDCDC;  
 }  

Nama: Bobbi Aditya
NRP : 05111740000099
Kelas : PWeb C

Comments

Popular posts from this blog

MPPL - Pengalaman proyek

Nama : Bobbi Aditya Kelas : MPPL-C NRP : 05111740000099 Berikut ini adalah proyek yang saya ketahui Nama Proyek :   Pembangunan Aplikasi MSO (Maintenance System Online) Berbasis Web Deskripsi : Aplikasi ini berguna untuk pemantauan alat-alat yang ada pada PT. Semen Indonesia - Gresik apabila terjadi kerusakan yang harus segera dilaporkan, atau terdapat jadwal pemeliharaan rutin. Lokasi : PT. Semen Indonesia (Persero) Tbk. - Gresik Jl. Veteran, Gresik Jawa Timur, 61122 Waktu Proyek: 02 - 31 Januari 2019 Tim yang terlibat: Almas Aqmarina 05111640000171 Daniel Kurniawan 0511164000081 Produk yang dihasilkan: Sebuah aplikasi yang berada di dalam server Semen Indonesia yang berguna untuk melakukan pemantuan terhadap alat-alat yang ada pada PT. Semen Indonesia. Untuk addressnya tidak bisa diakses dari luar jaringan PT. Semen Indonesia. Fitur: • Tabel Laporan Harian • Pengelolaan Laporan Harian (tambah, ubah, hapus) • Unduh ...

PWEB-FRAMEWORK

Nama : Bobbi Aditya Kelas : PWEB C NRP : 05111740000099 Dalam kesempatan kali ini, saya melanjutkan tutorial dari petanikode dari tutorial 4 sampai tutorial 6 Dalam tutorial 4, saya belajar untuk melakukan partisi-partisi dalam tampilan index website. Saya melakukan partisi halaman menjadi 7 partisi. Berikut adalah source code dari masing-masing partisi: -head.php <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <title><?php echo SITE_NAME .": ". ucfirst($this->uri->segment(1)) ." - ". ucfirst($this->uri->segment(2)) ?></title> <!-- Bootstrap core CSS--> <link href="<?php echo base_url('assets/bootstrap/css/bootstrap.min.css') ?>" rel="stylesheet"> <!-- Custom fonts for this te...

PBO-FOX and RABBIT

Nama : Bobbi Aditya NRP : 05111740000099 Kelas : PBO A Pada tugas kali ini , saya membuat simulasi fox and rabbit. Berikut saya sertakan design class yang telah saya buat: Berikut saya sertakan kodingan tiap kelas yang saya buat: - Kelas Fox import java.util.List; import java.util.Iterator; import java.util.Random; /** * A simple model of a fox. * Foxes age, move, eat rabbits, and die. * * @author Bobbi Aditya * @version 1.00 */ public class Fox { // Characteristics shared by all foxes (static fields). // The age at which a fox can start to breed. private static final int BREEDING_AGE = 10; // The age to which a fox can live. private static final int MAX_AGE = 150; // The likelihood of a fox breeding. private static final double BREEDING_PROBABILITY = 0.35; // The maximum number of births. private static final int MAX_LITTER_SIZE = 5; // The food value of a single rabbit. In effect, this...