diff --git a/css/style.css b/css/style.css index 0d8538e..5552155 100644 --- a/css/style.css +++ b/css/style.css @@ -12,6 +12,7 @@ html, body { height: 100%; font-family: 'Josefin Sans', sans-serif; + overflow-x: hidden; } h1, @@ -490,7 +491,12 @@ ol { margin-top: 1px; background: #cbcbcb; } - +/*--------------------- + Quotes section +----------------------*/ +.quotes-section { + background-color: #f9f9f6dc; +} /*--------------------- Resume section ----------------------*/ diff --git a/img/Hero.png b/img/Hero.png old mode 100644 new mode 100755 index a2df6b2..7da3778 Binary files a/img/Hero.png and b/img/Hero.png differ diff --git a/index.html b/index.html index 1536366..e3b1584 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ Aji Kamaludin - - + + @@ -43,23 +43,9 @@

Hai,
I'm Aji Kamaludin

-

I’m a software developer in love with technology,open source and discovering new worlds and cultures.

+

I’m a software developer in love with open source technology, discovering new worlds and cultures.

- - @@ -76,7 +62,7 @@ - + +
+
+
+
+ +
+
+
+
+
@@ -112,6 +127,12 @@

Web Developer

Sebagai seorang pengembang aplikasi berbasis web baik berhubungan dengan GIS maupun marketplaces application.

+
  • +

    2019

    +

    Pener.id

    +

    Software Engginer

    +

    Pener Solusi Indonesia - Sebagai seorang pengembang aplikasi yang lues dan terbuka.

    +
  • @@ -145,39 +166,6 @@
    - - -
    @@ -212,7 +200,7 @@

    Website Desa BangunKerto

    -

    Aplikasi Native PHP, Web Desa BangunKerto, Sleman, Yogyakarta, http://bangunkerto.slemankab.go.id

    +

    Aplikasi Native PHP, Web Desa BangunKerto, Sleman, Yogyakarta.

    @@ -236,6 +224,13 @@

    Aplikasi Web Profile dengan Laravel, Junge Architekt kantor arsitektur dan perancangan perencanaan bangunan http://pramanasigit.id/

    +
    +
    + +

    Butuh Produk Saya ?

    +

    Jika anda membutuhkan aplikasi kostum, membuat aplikasi, atau produk software lainya, lihat di http://produk.ajikamaludin.id/ atau dapat kontak langsung dengan saya di 083840745543

    +
    +
    diff --git a/js/main.js b/js/main.js index 01eb6e5..36cbc73 100644 --- a/js/main.js +++ b/js/main.js @@ -2,34 +2,34 @@ ------------------------------------ Civic - CV Resume Version: 1.0 - ------------------------------------ - ====================================*/ +------------------------------------ +====================================*/ 'use strict'; -$(window).on('load', function() { +// $(window).on('load', function() { /*------------------ Preloder --------------------*/ +document.addEventListener("DOMContentLoaded", function() { $(".loader").fadeOut(); $("#preloder").delay(400).fadeOut("slow"); - }); - - -(function($) { - - /*------------------ - Background set - --------------------*/ +// }); +/*------------------ + Background set +--------------------*/ +document.addEventListener("DOMContentLoaded", function() { $('.set-bg').each(function() { var bg = $(this).data('setbg'); $(this).css('background-image', 'url(' + bg + ')'); }); +}); +(function($) { $('.review-slider').owlCarousel({ loop: true,