Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

My personal website

License

NotificationsYou must be signed in to change notification settings

pablorgarcia/pablorgarcia.github.io

Repository files navigation

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 renderedat-day class on body tag, for the other hours is renderedat-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 havetitle 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 thetitle 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 usingGulp.js to manage the run task like minify the JS and the CSS files. The dependencies that are using on thepackage.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.

Rungulp command in your project directory.

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

Check thegulpfile.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!


[8]ページ先頭

©2009-2025 Movatter.jp