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
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './src'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,3 @@ We are using plain `CSS` for this project and you can find that in the `docs/css



## Sponsor
<div>
<a href="https://www.buymeacoffee.com/victoreke">
<img width="150px" alt="bmc-button" src="https://user-images.githubusercontent.com/62628408/127788747-8850d386-fc61-4fff-b18f-8c5ee597be34.png">
</a>
<img width="150px" height="100%" src="https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white">
</div>

If you like this project, kindly star ⭐ and share this project. It means the world to us.
You can also offer support by donating to keep this project going.
19 changes: 1 addition & 18 deletions REQUIREMENTS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<div align="center"><h1>Requirements 🙌🏾✨</h1></div>
<div align="center"><h1>Requirements</h1></div>

Hello, 🤩👋🏾 Thank you for downloading or using this template, we hope you like it. Please link back to us if you have used this template by adding your portfolio to the list in the README <a href="https://github.com/CommunityPro/portfolio-html#examples">here</a>, we would love to see how you used or customized your portfolio. 😇

These are not requirements per se, see them as giving back to the efforts of the community and the members who built this project.

## 1. Star the project
This helps push the project to attract more contributors and users like yourself who might benefit from the project.
Expand All @@ -11,17 +8,3 @@ This helps push the project to attract more contributors and users like yourself
Forking this project is another way of supporting our work and is a good way to customize the project to your taste.

If you are planning to customize this project, push your changes to a new branch called `dev` so you can keep receiving updates on the main branch when we make any changes.

## 3. Sponsor
This is one of the biggest ways you can support our work. Buy us a coffee or two and we will strongly appreciate it.

<div align="center">
<a href="https://www.buymeacoffee.com/evavic44">
<img width="150px" alt="bmc-button" src="https://user-images.githubusercontent.com/62628408/127788747-8850d386-fc61-4fff-b18f-8c5ee597be34.png">
</a>
<a href="https://www.buymeacoffee.com/evavic44"><img width="150px" height="100%" src="https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white"></a>
</div>

<div align="center">
<h2>Happy Coding 🌟🙌🏾</h2>
</div>
14 changes: 7 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Portfolio Template - Open source</title>
<title>Portfolio Hevia Tchapoa</title>
<meta name="title" content="Portfolio Template - Open source" />
<meta
name="description"
Expand Down Expand Up @@ -133,19 +133,19 @@ <h1 id="logo">
src="assets/profile-image.svg"
alt=""
/>
<h1>Hi I'm Franklin</h1>
<h1>Hi I'm Hevia Tchapoa</h1>

<div class="content-text">
<h2>Building digital</h2>
<h2>products, brands, and experience.</h2>
<h2>Data Engineer</h2>
<h2>Python| SQL| Power BI</h2>

<p>
A Frontend Developer and Visual Designer with experience in web
design, brand identity and product design.
With three years of experience in digital project management and a strong technical background in IT,
I contribute to the design and implementation of scalable and reliable data architectures.
</p>
</div>
<a
href="https://github.com/CommunityPro/portfolio-html"
href="https://github.com/Hevia-tchapoa"
class="btn btn-secondary"
target="_blank"
>Connect With Me</a
Expand Down