├── 11 ├── 11.php └── IMAG0188.jpg ├── .vscode ├── launch.json └── settings.json ├── HNGInternship4 └── contributors.txt ├── HNGInternship4peasy ├── .DS_Store ├── AboutUs.txt ├── HNGwatch.php ├── README.md ├── background.jpg ├── contributors.txt ├── index.php └── style.css ├── Marvelous.php ├── Thumbs.db ├── config.php ├── contributors.txt ├── contributors.txt~ └── images ├── 1.jpg ├── DSC_0722.JPG ├── back.jpg ├── background.jpg ├── bgimage.jpg ├── facebook_40x40.png ├── git.png ├── image_1.jpeg ├── image_10.jpeg ├── img_2.JPG ├── img_3.jpg ├── img_4.jpg ├── instagram40x40.png ├── linkedin.png └── twitter_40x40.png /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /11/11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/11/11.php -------------------------------------------------------------------------------- /11/IMAG0188.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/11/IMAG0188.jpg -------------------------------------------------------------------------------- /HNGInternship4/contributors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4/contributors.txt -------------------------------------------------------------------------------- /HNGInternship4peasy/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4peasy/.DS_Store -------------------------------------------------------------------------------- /HNGInternship4peasy/AboutUs.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /HNGInternship4peasy/HNGwatch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4peasy/HNGwatch.php -------------------------------------------------------------------------------- /HNGInternship4peasy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4peasy/README.md -------------------------------------------------------------------------------- /HNGInternship4peasy/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4peasy/background.jpg -------------------------------------------------------------------------------- /HNGInternship4peasy/contributors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4peasy/contributors.txt -------------------------------------------------------------------------------- /HNGInternship4peasy/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4peasy/index.php -------------------------------------------------------------------------------- /HNGInternship4peasy/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/HNGInternship4peasy/style.css -------------------------------------------------------------------------------- /Marvelous.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/Marvelous.php -------------------------------------------------------------------------------- /Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/Thumbs.db -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/config.php -------------------------------------------------------------------------------- /contributors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/contributors.txt -------------------------------------------------------------------------------- /contributors.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/contributors.txt~ -------------------------------------------------------------------------------- /images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/1.jpg -------------------------------------------------------------------------------- /images/DSC_0722.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/DSC_0722.JPG -------------------------------------------------------------------------------- /images/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/back.jpg -------------------------------------------------------------------------------- /images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/background.jpg -------------------------------------------------------------------------------- /images/bgimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/bgimage.jpg -------------------------------------------------------------------------------- /images/facebook_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/facebook_40x40.png -------------------------------------------------------------------------------- /images/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/git.png -------------------------------------------------------------------------------- /images/image_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/image_1.jpeg -------------------------------------------------------------------------------- /images/image_10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/image_10.jpeg -------------------------------------------------------------------------------- /images/img_2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/img_2.JPG -------------------------------------------------------------------------------- /images/img_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/img_3.jpg -------------------------------------------------------------------------------- /images/img_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/img_4.jpg -------------------------------------------------------------------------------- /images/instagram40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/instagram40x40.png -------------------------------------------------------------------------------- /images/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/linkedin.png -------------------------------------------------------------------------------- /images/twitter_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HNGInternship/HNGInternship4/HEAD/images/twitter_40x40.png --------------------------------------------------------------------------------