Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.

name: Scorecard supply-chain security
on:
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '21 16 * * 1'
push:
branches: [ "master" ]

# Declare default permissions as read only.
permissions: read-all

jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Needed to publish results and get a badge (see publish_results below).
id-token: write
# Uncomment the permissions below if installing in a private repository.
# contents: read
# actions: read

steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
# - you want to enable the Branch-Protection check on a *public* repository, or
# - you are installing Scorecard on a *private* repository
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
# repo_token: ${{ secrets.SCORECARD_TOKEN }}

# Public repositories:
# - Publish results to OpenSSF REST API for easy access by consumers
# - Allows the repository to include the Scorecard badge.
# - See https://github.com/ossf/scorecard-action#publishing-results.
# For private repositories:
# - `publish_results` will always be set to `false`, regardless
# of the value entered here.
publish_results: true

# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v4 # v3.pre.node20
with:
name: sarif-file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
67 changes: 40 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,57 @@
# vCard - Personal portfolio
# Jose J Reyes Chairez - Personal Portfolio

![GitHub repo size](https://img.shields.io/github/repo-size/codewithsadee/vcard-personal-portfolio)
![GitHub stars](https://img.shields.io/github/stars/codewithsadee/vcard-personal-portfolio?style=social)
![GitHub forks](https://img.shields.io/github/forks/codewithsadee/vcard-personal-portfolio?style=social)
[![Twitter Follow](https://img.shields.io/twitter/follow/codewithsadee_?style=social)](https://twitter.com/intent/follow?screen_name=codewithsadee_)
[![YouTube Video Views](https://img.shields.io/youtube/views/SoxmIlgf2zM?style=social)](https://youtu.be/SoxmIlgf2zM)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10247/badge)](https://www.bestpractices.dev/projects/10247)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Joserey21/vcard-personal-portfolio/badge)](https://securityscorecards.dev/viewer/?uri=github.com/Joserey21/vcard-personal-portfolio)

vCard is a fully responsive personal portfolio website, responsive for all devices, built using HTML, CSS, and JavaScript.
This is my personal portfolio website, built using HTML, CSS, and JavaScript. It showcases my background, skills, and experience as a Software Engineering student.

## Demo
🖥️ **Live Site:** [joserey21.github.io/vcard-personal-portfolio](https://joserey21.github.io/vcard-personal-portfolio)

![vCard Desktop Demo](./website-demo-image/desktop.png "Desktop Demo")
![vCard Mobile Demo](./website-demo-image/mobile.png "Mobile Demo")

## Prerequisites

Before you begin, ensure you have met the following requirements:
---

* [Git](https://git-scm.com/downloads "Download Git") must be installed on your operating system.
## 📌 About Me

## Installing vCard
Hi! I'm Jose J Reyes Chairez. I work for AutoNation Toyota in Fort Myers as a Vehicle Acquisition Specialist.

To install **vCard**, follow these steps:
I'm currently pursuing a degree in Software Engineering and enjoy building creative, functional, and secure web experiences.

Linux and macOS:
---

```bash
sudo git clone https://github.com/codewithsadee/vcard-personal-portfolio.git
```
## 🛠️ Tech Used

Windows:
- HTML
- CSS
- JavaScript

```bash
git clone https://github.com/codewithsadee/vcard-personal-portfolio.git
```
---

## Contact
## 📬 Contact

If you want to contact me you can reach me at [Twitter](https://www.twitter.com/codewithsadee).
- 📧 **Email:** [email protected]
- 📍 **Location:** Fort Myers, FL, USA

## License
---

MIT
## 🤝 Contributing

Contributions are welcome! If you'd like to contribute to this portfolio website, please fork the repository and submit a pull request.

**Guidelines:**
- Maintain consistent design with the current layout.
- Use clean and readable HTML/CSS/JavaScript.
- Submit meaningful changes that improve functionality or presentation.

➡️ [Contribution Section in README](https://github.com/Joserey21/vcard-personal-portfolio/blob/master/README.md#-contributing)

---

## 📂 Reference Details

This portfolio uses:
- **HTML** for structure: `index.html`
- **CSS** for styling: `assets/css/style.css`
- **JavaScript** for interactivity: `assets/js/script.js`

> Note: This is a static site with no dynamic input/output or backend logic.
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Security Policy

If you discover a security issue or vulnerability, please report it by opening a GitHub issue [here](https://github.com/Joserey21/vcard-personal-portfolio/issues) or by contacting me via email at [email protected].
18 changes: 18 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Jose J Reyes Chairez – Portfolio Documentation

## Overview
This website is a personal portfolio built with HTML, CSS, and JavaScript. It showcases my background, education, and experience as a Software Engineering student.

## Sections
- **About:** Background and goals.
- **Resume:** Education and work experience.
- **Portfolio:** Projects I’ve worked on.
- **Blog:** Posts and insights.
- **Contact:** Email form and location.

## Usage
This is a static site hosted on GitHub Pages. View it live here:
👉 https://joserey21.github.io/vcard-personal-portfolio/

## Contributing
Please refer to the [README Contributing Section](https://github.com/Joserey21/vcard-personal-portfolio/blob/master/README.md#-contributing)
Loading