Personal Website / Portfolio
Watch the site live : Kradnoel
My personal website powered by Pug + fullpage.js + Simple-Grid & OwlCarousel.
It has four sections : Home, About, Skills and Portfolio.
Note: if you would like to clone this humble website:
Remove the google analytics code at src/scripts/custom.js
please (or setup one for yourself 😃)
<!-- Google Analytics -->
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-140686023-1', 'auto');
ga('send', 'pageview');
- Clone the repo:
git clone https://github.com/kradnoel/www.kradnoel.com
- Install dependencies with npm
npm install
or with yarnyarn install
- Buid the project with gulp
gulp build
. The build artifacts will be stored in thedist/
directory. - Run the project with
gulp connect
Open source under the MIT License.