A Pen by Koh William on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Portfolio</title> | |
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400"> | |
</head> | |
<body> | |
<!-- This part is nav --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if you have installed vim beforehand, remove with the following command | |
sudo apt-get remove vim vim-runtime vim-tiny vim-common | |
# Get the dependencies installed before compiling Vim | |
sudo apt install libncurses5-dev python-dev libperl-dev ruby-dev liblua5.2-dev \ | |
libgnome2-dev libgnomeui-dev \ | |
libgtk2.0-dev libatk1.0-dev libbonoboui2-dev \ | |
libcairo2-dev libx11-dev libxpm-dev libxt-dev \ | |
python3-dev git | |