Langsung ke konten utama

Welcome in my blog!

Tutorial 

Menambahkan widget sederhana kontak saya 

  1. Masuk ke akun blog kamu
  2. Pilih tata letak, tambahkan widget Javascript
  3. Pastekan kode berikut 

<div class="widget-content">

<div class="sidebar_about_author">

<div class="inner_wrapper">

<div class="aboutme-img">

<img alt="Author" class="img-responsive" height="auto" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUgsJo7RhsQhFYXU7ltVKDw01eaWJ0UlCQM0QVFwPpEUijMRgG9nOUZOm9W1gWD3Jqmu4LtEDt1AYgmgmn9qhgMNccn-rVgtblbvFPcUYBMS8OAvygIz989ojvwduRqqT44PqNxPELSQwW/s360-c-h257/048.jpg" title="Author" width="300">

</div>

</div>

<div class="aboutme-info">

<h4>Author Name</h4>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim</p>

</div>

<div class="aboutme-wrpicon">

<ul class="extender">

<li class="aboutme-icon"><a href="#" rel="nofollow" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li>

<li class="aboutme-icon"><a href="#" rel="nofollow" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>

<li class="aboutme-icon"><a href="#" rel="nofollow" target="_blank" title="GitHub"><i class="fa fa-github"></i></a></li>

<li class="aboutme-icon"><a href="#" rel="nofollow" target="_blank" title="Google+"><i class="fa fa-google-plus"></i></a></li>

<li class="aboutme-icon"><a href="#" rel="nofollow" target="_blank" title="Pinterest"><i class="fa fa-pinterest-p"></i></a></li>

</ul>

</div>

</div>

<style>

.aboutme-img {

    position: relative;

    max-height: 150px;

    overflow: hidden;

}

.aboutme-img img {

    max-width: 100%;

    width: 100%;

}

.aboutme-info {

    margin-top: 20px;

    font-size: 13px;

}

.aboutme-info h4 {

    margin-bottom: 10px;

    font-size: 16px;

    text-transform: uppercase;

    color: #888;

    font-weight: 700;

}

.aboutme-info p {

    margin: 5px 0;

}

.aboutme-wrpicon {

    display: block;

    margin: 15px auto 10px auto;

    position: relative;

}

.aboutme-wrpicon .extender {

    width: 100%;

    display: block;

}

.extender {

    text-align: center;

    font-size: 16px;

}

.extender .aboutme-icon {

    background: rgba(0,0,0,.06);

    display: inline-block;

    border: 0;

    margin: 0;

    padding: 0;

    border-radius: 3px;

}

.extender .aboutme-icon a {

    display: inline-block;

    font-family: fontawesome;

    font-weight: 400;

    color: #aaa;

    height: 32px;

    width: 32px;

    line-height: 32px;

    border-radius: 3px;

}

</style>

</div> {codeBox}

Berikut hasilnya  {alertSuccess} Klik

Komentar

Postingan populer dari blog ini

Apa itu Nitro Pro?

Nitro Pro merupakan aplikasi yang digunakan untuk melakukan edit pada file pdf.  Download Nitro Pro  Fitur Nitro Pro  Convert Pdf to word  Klik Convert to Word, Masukkan file nya , Klik Convert.  Convert akan berlangsung dan file akan diubah menjadi word. 

Cara Mengubah Jam, Tanggal, Tahun lewat CMD

  Tutorial  Buka CMD, tekan Win+Q, ketik CMD Run As Administrator ketikan perintah berikut untuk mengganti tanggal  date {codeBox} Ketikkan perintah berikut untuk mengganti waktu  time (codeBox} Perlu diperhatikan perintah di atas hanya dapat dilakukan sebagai administrator. (dalam artian CMD As Administrator) Jika tidak akan mendapatkan notification seperti di bawah ini!!{alertInfo} Semoga Membantu 👀

Membuat Tulisan Keren di CMD

Buka Notepad  Ketikkan Perintah berikut  @echo off color 02  :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start Atau kode cmd bergerak efek matrix rain yang satu ini: @echo off title Matrix Rain AC2 Hacks color 02 :2 echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2 b r E w e 4 e T r 8 M e F r a c h a S ping -w .9 >nul echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e R E 9 8 8 R a t r e g 6 n u m A b R E ping -w .9 >nul echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z c E B E s A d R u B R 3 H e R u D 7 g ping -w .9 >nul echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d u r A X a j a s t a 9 h a 6 e h e G a ping -w .9 >nul echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a k u v e 4 E 6 3 e ...