A portfolio landing page detailing the running services. https://pube.tk
Go to file
Abhorrent_Anger b3dd74c519 Update 'img/pube-logo.svg'
Alternative font to Verdana in .svg logo
2019-11-12 14:41:05 +02:00
docs Updated instances 2019-04-21 20:55:21 +03:00
img Update 'img/pube-logo.svg' 2019-11-12 14:41:05 +02:00
.htaccess .htaccess fix 2019-10-20 15:23:01 +03:00
README.md Update 'README.md' 2019-03-09 21:41:27 +02:00
addrobfs.js Fixed mailto: 2019-01-26 01:13:54 +02:00
favicon.ico Updated favicons and SEO 2019-01-26 15:57:27 +02:00
index.php Updated instances 2019-04-21 20:55:21 +03:00
pube.css Updated styling 2019-04-21 21:12:30 +03:00
robots.txt Added KrypColle to robots.txt exceptions 2019-10-20 12:21:28 +03:00
sitemap.xml Added Sitemap 2019-01-26 19:39:21 +02:00

README.md

PubeWebsite

A portfolio landing page detailing the running services.

Installation

Dump the files from the repo into DocumentRoot, "docs" folder can and should be omitted.

git rm -r docs

Adding your own services

Site's design expects a 16x16 icon for each service. For the sake of consistency, it's recommended to use Imagemagick.

convert <original.file> -resize 16x16 <icon.file>

The repo contains mostly unminified files. It's recommended to run https://github.com/appleboy/minify-tool before hosting.