Repository: cobiwave/simplefolio Branch: master Commit: af03c0cb90d0 Files: 26 Total size: 39.9 KB Directory structure: gitextract_1xbf_hiw/ ├── .github/ │ └── workflows/ │ └── gh-pages.yml ├── .gitignore ├── .nvmrc ├── .prettierrc ├── LICENSE.md ├── README.md ├── package.json └── src/ ├── data/ │ └── scrollRevealConfig.js ├── index.html ├── index.js ├── sass/ │ ├── abstracts/ │ │ ├── _helpers.scss │ │ ├── _mixins.scss │ │ └── _variables.scss │ ├── base/ │ │ ├── _base.scss │ │ └── _typography.scss │ ├── components/ │ │ └── _buttons.scss │ ├── layout/ │ │ ├── _footer.scss │ │ └── _sections.scss │ ├── sections/ │ │ ├── _about.scss │ │ ├── _contact.scss │ │ ├── _hero.scss │ │ └── _projects.scss │ └── vendors/ │ └── _bootstrap.scss ├── scripts/ │ ├── scrollReveal.js │ └── tiltAnimation.js └── styles.scss ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/workflows/gh-pages.yml ================================================ # This is a basic workflow to help you get started with Actions name: Portfolio # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the main branch on: push: branches: [ main ] pull_request: branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Check-out repository uses: actions/checkout@v2 # Runs a single command using the runners shell - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 # Install project - name: Install project run: npm install # Build project - name: Build project run: npm run-script build # Push to Github Pages - name: Github Pages uses: crazy-max/ghaction-github-pages@v2.1.3 with: # Build directory to deploy build_dir: dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ================================================ FILE: .gitignore ================================================ node_modules/ dist/ .parcel-cache ================================================ FILE: .nvmrc ================================================ 16.14.2 ================================================ FILE: .prettierrc ================================================ {} ================================================ FILE: LICENSE.md ================================================ MIT License Copyright (c) 2019 Jacobo Martínez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # Simplefolio ⚡️ [](https://github.com/cobiwave/simplefolio/blob/master/LICENSE.md)   ## A minimal portfolio template for Developers!
` tag with class name `.about-wrapper__info-text`, include information about you, I recommend to put 2 paragraphs in order to work well and a maximum of 3 paragraphs.
- On last `` tag, include your CV (.pdf) path on `href` property, your resume CV must be located inside `/src/assets/` folder.
```html
This is where you can describe about yourself. The more you describe
about yourself, the more chances you can!
Extra Information about you! like hobbies and your goals.
` tag with `loremp ipsum` text, include your project description.
- On first `` tag, put your project url on `href` property.
- On second `` tag, put your project repository url on `href` property.
---
- Inside `
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Excepturi
neque, ipsa animi maiores repellendus distinctio aperiam earum dolor
voluptatum consequatur blanditiis inventore debitis fuga numquam
voluptate ex architecto itaque molestiae.
` tag with class name `.contact-wrapper__text`, include some custom call-to-action message.
- On `` tag, put your email address on `href` property.
```html
[Put your call to action here]
This is where you can describe about yourself. The more you
describe about yourself, the more chances you have!
Extra Information about you! like hobbies and your goals.
Describe the project being very specific, you can use the Twitter standard: no more than 280 characters:
complement the information: the skills learned or reinforced in its realization and how you faced it,
prove to be proactive in the search for solutions.
Demonstrate in this description the skills of a programmer: such as having commitment,
having perseverance and accepting alternative solutions. Remember that being a portfolio you are not selling the project,
you are selling yourself, it reflects the resources used: Frameworks, libraries, platforms, etc.
If the project was collaborative, reflect it in this description, that will demonstrate communication and/or leadership skills.
Additionally, if you made use of the mastery of a second language, it will reflect on you professionalism.
[Put your call to action here]About me
` tag with class name `.project-wrapper__text-title`, include your project title.
- On `
` and put again your project url in the `href` property of the `` tag.
- Recommended size for project image (1366 x 767), your project image must be located inside `/src/assets/` folder.
```html
Project Title
Contact
Hi, my name is Your Name
I'm the Unknown Developer.
About me
Projects
Project Title 0
Project Title 1
Project Title 2
Contact