{"id":21076249,"url":"https://github.com/realfranser/portfolio","last_synced_at":"2026-05-06T08:33:06.089Z","repository":{"id":53747297,"uuid":"346513059","full_name":"realfranser/portfolio","owner":"realfranser","description":"My personal portfolio","archived":false,"fork":false,"pushed_at":"2022-07-08T19:23:15.000Z","size":23885,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T07:03:03.539Z","etag":null,"topics":["bootstrap","html","javascript","scss"],"latest_commit_sha":null,"homepage":"https://www.realfranser.com","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realfranser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-10T22:48:00.000Z","updated_at":"2021-12-09T14:55:48.000Z","dependencies_parsed_at":"2022-08-30T04:42:12.201Z","dependency_job_id":null,"html_url":"https://github.com/realfranser/portfolio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/realfranser/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realfranser%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realfranser%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realfranser%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realfranser%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realfranser","download_url":"https://codeload.github.com/realfranser/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realfranser%2Fportfolio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261080419,"owners_count":23106593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","html","javascript","scss"],"created_at":"2024-11-19T19:27:35.626Z","updated_at":"2026-05-06T08:33:01.069Z","avatar_url":"https://github.com/realfranser.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My portfolio ⚡️ [![GitHub](https://img.shields.io/github/license/cobidev/simplefolio?color=blue)](https://github.com/realfranser/portfolio/blob/master/LICENSE.md) ![GitHub stars](https://img.shields.io/github/stars/realfranser/portfolio) ![GitHub forks](https://img.shields.io/github/forks/realfranser/portfolio)\n\n\n## A minimal portfolio template for Developers!\n\n\u003ch2 align=\"center\"\u003e\n  \u003cimg src=\"./examples/example.gif\" alt=\"Simplefolio\" width=\"600px\" /\u003e\n  \u003cbr\u003e\n\u003c/h2\u003e\n\n**_IMPORTANT NOTE_**: New fastest version came out, built with React + Gatsby! 🎉🎉🎉 See more: [Gatsby Simplefolio](https://github.com/cobidev/gatsby-simplefolio)\n\n\u003ch2 align=\"center\"\u003e\n  \u003cimg src=\"https://media.giphy.com/media/3oFzmq6Kj4yXZUVHmE/giphy.gif\" alt=\"Look up!\" width=\"600px\" /\u003e\n  \u003cbr\u003e\n\u003c/h2\u003e\n\n## Features\n\n⚡️ Modern UI Design + Reveal Animations\\\n⚡️ One Page Layout\\\n⚡️ Styled with Bootstrap v4.3 + Custom SCSS\\\n⚡️ Fully Responsive\\\n⚡️ Valid HTML5 \u0026 CSS3\\\n⚡️ Optimized with Webpack\\\n⚡️ Well organized documentation\n\nTo view a demo example, **[click here](https://simplfolio.netlify.com/)**\\\nTo view a live example, **[click here](https://cobidev.com/)**\n\n---\n\n## Getting Started 🚀\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites 📋\n\nYou'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [NPM](http://npmjs.com)) installed on your computer.\n\n```\nnode@v10.16.0 or higher\nnpm@6.9.0 or higher\ngit@2.17.1 or higher\n```\n\nAlso, you can use [Yarn](https://yarnpkg.com/) instead of NPM ☝️\n\n```\nyarn@v1.21.1 or higher\n```\n\n---\n\n## How To Use 🔧\n\nFrom your command line, first clone Simplefolio:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/cobidev/simplefolio\n\n# Go into the repository\n$ cd simplefolio\n\n# Remove current origin repository\n$ git remote remove origin\n```\n\nThen you can install the dependencies either using NPM or Yarn:\n\nUsing NPM:\n```bash\n# Install dependencies\n$ npm install\n\n# Start development server\n$ npm start\n```\nUsing Yarn:\n```bash\n# Install dependencies\n$ yarn\n\n# Start development server\n$ yarn start\n```\n\n**NOTE**:\nIf your run into issues installing the dependencies with NPM, use this command:\n\n```bash\n# Install dependencies with all permissions\n$ sudo npm install --unsafe-perm=true --allow-root\n```\n\nOnce your server has started, go to this url `http://localhost:8080/` and you will see the website running on a Development Server:\n\n\u003ch2 align=\"center\"\u003e\n  \u003cimg src=\"./examples/example.png\" alt=\"Simplefolio\" width=\"100%\"\u003e\n\u003c/h2\u003e\n\n---\n\n## Template Instructions:\n\n### Step 1 - STRUCTURE\n\nGo to `/src/template.html` and fill your information, they are 5 sections:\n\n### Hero Section\n\n- On `.hero-title`, put your custom title.\n- On `.hero-cta`, put your custom button cta.\n\n```html\n\u003c!-- **** Hero Section **** --\u003e\n\u003cdiv id=\"hero\" class=\"jumbotron\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch1 class=\"hero-title\" class=\"load-hidden\"\u003e\n      Hi, my name is \u003cspan class=\"text-color-main\"\u003eYour Name\u003c/span\u003e\n      \u003cbr /\u003e\n      I'm the Unknow Developer.\n    \u003c/h1\u003e\n    \u003cp class=\"hero-cta\" class=\"load-hidden\"\u003e\n      \u003ca class=\"cta-btn cta-btn--hero\" href=\"#about\"\u003eKnow more\u003c/a\u003e\n    \u003c/p\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\u003c!-- /END Hero Section --\u003e\n```\n\n### About Section\n\n- On `\u003cimg\u003e` tag, fill the `src` property with your profile picture, your picture must be located inside `assets/` folder.\n- On `\u003cp\u003e` tag with class-name `.about-wrapper__info-text`, include information about you, I recommend to use 2 paragraphs in order to work well and a maximum of 3 paragraphs.\n- On last `\u003ca\u003e` tag, include your resume url on `href` property.\n\n```html\n\u003c!-- **** About Section **** --\u003e\n\u003csection id=\"about\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2 class=\"section-title\"\u003e\n      About me\n    \u003c/h2\u003e\n    \u003cdiv class=\"row about-wrapper\"\u003e\n      \u003cdiv class=\"col-md-6 col-sm-12\"\u003e\n        \u003cdiv class=\"about-wrapper__image\"\u003e\n          \u003cimg\n            class=\"img-fluid rounded shadow-lg\"\n            height=\"auto\"\n            width=\"300px\"\n            src=\"./assets/profile_park_BW.jpg\"\n            alt=\"Profile Image\"\n          /\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"col-md-6 col-sm-12\"\u003e\n        \u003cdiv class=\"about-wrapper__info\"\u003e\n          \u003cp class=\"about-wrapper__info-text\"\u003e\n            Lorem ipsum dolor sit, about my text.\n          \u003c/p\u003e\n          \u003cp class=\"about-wrapper__info-text\"\u003e\n            Lorem ipsum dolor sit, about my text.\n          \u003c/p\u003e\n          \u003cspan class=\"d-flex mt-3\"\u003e\n            \u003ca target=\"_blank\" class=\"cta-btn cta-btn--resume\" href=\"#!\"\u003e\n              View Resume\n            \u003c/a\u003e\n          \u003c/span\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/section\u003e\n\u003c!-- /END About Section --\u003e\n```\n\n### Projects Section\n\n- Each project lives inside on a `row`.\n- On `\u003ch3\u003e` tag with class-name `.project-wrapper__text-title`, include your project title.\n- On `\u003cp\u003e` tag with `loremp ipsum` text, include your project information.\n- On first `\u003ca\u003e` tag, put your project url on `href` property.\n- On second `\u003ca\u003e` tag, put your project repository url on `href` property.\n\n---\n\n- Inside `\u003cdiv\u003e` tag with class-name `.project-wrapper__image`, put your project image url on the `src` of the `\u003cimg\u003e` and put again your project url on `href` property of `\u003ca\u003e` tag.\n- Recommended size for project image (1366 x 767px), your project image must live on `assets/` folder.\n\n```html\n\u003c!-- **** Projects Section **** --\u003e\n\u003csection id=\"projects\"\u003e\n  ...\n  \u003c!-- Each .row is a project --\u003e\n  \u003cdiv class=\"row\"\u003e\n    \u003cdiv class=\"col-lg-4 col-sm-12\"\u003e\n      \u003cdiv class=\"project-wrapper__text\"\u003e\n        \u003ch3 class=\"project-wrapper__text-title\"\u003e[Project Title]\u003c/h3\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"mb-4\"\u003e\n            Lorem ipsum dolor sit, my project information.\n          \u003c/p\u003e\n        \u003c/div\u003e\n        \u003ca target=\"_blank\" class=\"cta-btn cta-btn--hero\" href=\"#!\"\u003e\n          See Live\n        \u003c/a\u003e\n        \u003ca target=\"_blank\" class=\"cta-btn text-color-main\" href=\"#!\"\u003e\n          Source Code\n        \u003c/a\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"col-lg-8 col-sm-12\"\u003e\n      \u003cdiv class=\"project-wrapper__image\"\u003e\n        \u003ca href=\"#!\" target=\"_blank\"\u003e\n          \u003cdiv data-tilt class=\"thumbnail rounded\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"./assets/project.jpg\" /\u003e\n          \u003c/div\u003e\n        \u003c/a\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n  \u003c!-- /END Project block --\u003e\n  ...\n\u003c/section\u003e\n```\n\n### Contact Section\n\n- On `\u003cp\u003e` tag with class-name `.contact-wrapper__text`, include some custom call-to-action message.\n- On `\u003ca\u003e` tag, put your email address on `href` property.\n\n```html\n\u003c!-- **** Contact Section **** --\u003e\n\u003csection id=\"contact\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2 class=\"section-title\"\u003e\n      Contact\n    \u003c/h2\u003e\n    \u003cdiv class=\"contact-wrapper\"\u003e\n      \u003cp class=\"contact-wrapper__text\"\u003e\n        Put here your contact CTA\n      \u003c/p\u003e\n      \u003ca\n        target=\"_blank\"\n        class=\"cta-btn cta-btn--resume\"\n        href=\"mailto:example@email.com\"\n        \u003eCall to Action\u003c/a\n      \u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/section\u003e\n\u003c!-- /END Contact Section --\u003e\n```\n\n### Footer Section\n\n- Put your social media link on each `\u003ca\u003e` links.\n- If you have more social-media accounts, see [Font Awesome Icons](https://fontawesome.com/v4.7.0/icons/) to put the corresponding additional social icon `.class`\n- You can delete or add as many `a` links your want.\n\n```html\n\u003cfooter class=\"footer navbar-static-bottom\"\u003e\n  ...\n  \u003cdiv class=\"social-links\"\u003e\n    \u003ca href=\"#!\" target=\"_blank\"\u003e\n      \u003ci class=\"fa fa-twitter fa-inverse\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#!\" target=\"_blank\"\u003e\n      \u003ci class=\"fa fa-codepen fa-inverse\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#!\" target=\"_blank\"\u003e\n      \u003ci class=\"fa fa-linkedin fa-inverse\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#!\" target=\"_blank\"\u003e\n      \u003ci class=\"fa fa-github fa-inverse\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n  \u003c/div\u003e\n  ...\n\u003c/footer\u003e\n```\n\n### Step 2 - STYLES\n\nChange the color theme of the website ( choose 2 colors to create a gradient ):\n\nGo to `src/styles/abstracts/_variables.scss` and only change the values on this classes `$main-color` and `$secondary-color` to your prefered HEX color\n\n```scss\n// Default values\n$main-color: #02aab0;\n$secondary-color: #00cdac;\n```\n\n**NOTE**: I highly recommend to checkout gradients variations on [UI Gradient](https://uigradients.com/#BrightVault)\n\n---\n\n## Deployment 📦\n\nOnce you have done with your setup. You need to put your website online!\n\nI highly recommend to use [Netlify](https://netlify.com) to achieve this on the EASIEST WAY\n\nBecause this template use Webpack maybe you can get errors during deployment, Please watch my step-by-step video tutorial to successfully upload your Simplefolio Website on Netlify!\n\n**[WATCH NOW MY STEP-BY-STEP TUTORIAL FOR DEPLOYMENT](https://www.youtube.com/watch?v=soaG3GNSxJY)**\n\n## Others versions 👥\n\n[Gatsby Simplefolio](https://github.com/cobidev/gatsby-simplefolio) by [Jacobo Martinez](https://github.com/cobidev)\\\n[Ember.js Simplefolio](https://github.com/sernadesigns/simplefolio-ember) by [Michael Serna](https://github.com/sernadesigns)\n\n## Technologies used 🛠️\n\n- [Webpack](https://webpack.js.org/concepts/) - Static module bundler\n- [Bootstrap 4](https://getbootstrap.com/docs/4.3/getting-started/introduction/) - Front-end component library\n- [Sass](https://sass-lang.com/documentation) - CSS extension language\n- [ScrollReveal.js](https://scrollrevealjs.org/) - JavaScript library\n- [Tilt.js](https://gijsroge.github.io/tilt.js/) - JavaScript tiny parallax library\n- [Popper.js](https://popper.js.org/) - JavaScript popover library\n\n## Other tools 🧰\n\n- [Gif Maker](https://gifcap.dev/) - Online simple gif creator (no download required!)\n\n- [Google Drive](https://www.google.com/drive) - Links to pdf documents\n\n## Authors\n\n- **Jacobo Martinez** - [https://github.com/cobidev](https://github.com/cobidev)\n- **Francisco Javier Serrano** - [https://github.com/realfranser](https://github.com/realfranser)\n\n## Status\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/75600296-89eb-4640-9e7e-fa87fba7ce76/deploy-status)](https://app.netlify.com/sites/simplfolio/deploys)\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments 🎁\n\nI was motivated to create this project because I wanted to contribute on something useful for the dev community, thanks to [ZTM Community](https://github.com/zero-to-mastery) and [Andrei](https://github.com/aneagoie)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealfranser%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealfranser%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealfranser%2Fportfolio/lists"}