Git Product home page Git Product logo

pablorgarcia.github.io's Introduction

pablorgarcia.github.io

A simple presentation card looking like a computer terminal.

License MIT

pablorgarcia.github.io

Created with HTML5, CSS3, Vanilla JavaScript and ๐Ÿ’›

Screenshot

Features

  • Loads as fast as possible.
  • Great coverage rate in the use of resources.
  • Responsive web design, mobile first.
  • All the content is flexible to scale all the content of the website just change one CSS variable, the body font size --font-size.
  • The font size change depending on the space it has available, it will be bigger when it has more space, and on the contrary, it will be smaller when less space is available.
  • On <address> is calculated by CSS the browser height to always display it in full screen on all devices.
  • The layout styles changes depending on the hour of the day that is accessed. From the 8h until the 20h is rendered at-day class on body tag, for the other hours is rendered at-night class.
  • To manage both layouts are using CSS native variables, var(some-property), in the same way as SCSS or SASS but with pure CSS3.
  • All contents that have title attribute will generate a pop up with the text attribute to show more information about, if you want to change this info only need to modify the title attribute on HTML.
  • SEO optimized.

Performance

Google page speed test results:

developers.google.com/pagespeed/pablorgarcia.github.io

  • 100% Mobile
  • 100% Desktop

Average of Network results:

  • 11 request
  • 61.3 KB transferred
  • 107 KB resources
  • Finish: 191 ms
  • DOMContentLoaded: 60 ms
  • Load: 180 ms

Dependencies [optional]

"dependencies": { "gulp-cli": "^2.3.0" }, "devDependencies": { "gulp": "^4.0.2", "standard": "^17.0.0" // https://standardjs.com/ }, "eslintConfig": { "extends": "./node_modules/standard/eslintrc.json" }

Run task [optional]

This website using Gulp.js to manage the run task like minify the JS and the CSS files. The dependencies that are using on the package.json:

"devDependencies": {
  "gulp": "^4.0.0",
  "gulp-minify": "^3.1.0",
  "gulp-clean-css": "^4.0.0",
  "gulp-rename": "^1.4.0"
}

In the App folder are the development files to work. Gulp will work the App folder and publish them minified in the Public folder. index.html calls these public files to show only minified files.

Run gulp command in your project directory.

If you need install it first, this is a Gulp quick Start.

Check the gulpfile.js file on root to check the task configurated for this project.

Hey! fork it if you want

If you want to have your own site version, this is MIT licensed. Feel free to fork it and go ahead! ๐Ÿ™‚

Cheers!

pablorgarcia.github.io's People

Contributors

pablorgarcia avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.