amin007 / portfolio-website

contoh portfolio website yang pernah dibangunkan
0 stars 0 forks source link

portfolio-website

contoh portfolio website yang pernah dibangunkan


Php Version

//phpinfo();
//echo PHPVERSION() . '<br>';
echo PHP_VERSION . '<br>';
echo PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION . '.' . PHP_RELEASE_VERSION . '<br>';
echo '<pre>'; print_r($_SERVER); echo '</pre>';
    function pautan($name,$web)
    {
        $icon1 = '<i class="fas fa-globe-asia fa-spin"></i>';
        $icon2 = '<i class="far fa-folder fa-spin"></i>';
        $icon = ($name != $web) ? $icon1 : $icon2;
        $link = ($web == null) ? $name : '<a target="_blank" href="https://github.com/amin007/portfolio-website/blob/master/' . $web
        . '">' . $name . '</a>';
        return '&nbsp;&nbsp;' . $icon . $link . '<hr>';
    }
    function getIdea()
    {
        $papar = array(
            '[TM Test]'=>'//speedtest.tm.com.my',
            '[Fast.com]'=>'//fast.com',
            '[Speedtest.net]'=>'https://www.speedtest.net',
            '[Kalendar]'=>'https://www.mysumber.com/cuti-umum.html',
            '[jQuery]'=>'http://jquery.com',
            '[Bootstrap]'=>'http://getbootstrap.com',
            '[animate.css]'=>'https://daneden.github.io/animate.css',
            '[Sweet Alert]'=>'http://t4t5.github.io/sweetalert',
            '[FontAwesome]'=>'http://fortawesome.github.io/Font-Awesome',
            '[backstretch]'=>'http://srobbin.com/jquery-plugins/backstretch',
            '[jQuery.Form]'=>'http://malsup.com/jquery/form',
            '[Pixabay]'=>'https://pixabay.com',
            '[Pexels]'=>'https://pexels.com',
            '[Unslpash]'=>'https://unsplash.com',
            '[7-themes]'=>'http://7-themes.com',
        );

        return $papar;
    }

Sumber ilham kawan-kawan