Skip to content

Commit ea04357

Browse files
committed
Initalized firebase hosting && Added p tag to expertise component
1 parent 5357b70 commit ea04357

File tree

6 files changed

+84
-1
lines changed

6 files changed

+84
-1
lines changed

.firebase/hosting.YnVpbGQ.cache

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
_redirects,1737497471952,ad9570b21b26001e5954948ea7672fb32b990504c96c3dd8bcf82c48832b1927
2+
manifest.json,1737497471952,4368aeaf848ae2e048765562c289452f33ad2a175c4b1951ea8bdf2ada0d5b10
3+
logo192.png,1737497471952,79e2b749561016bc8af300ea19f48347ceed3cb1a54f48ae456172eca45e08f0
4+
robots.txt,1737497471952,b2090cf9761ef60aa06e4fab97679bd43dfa5e5df073701ead5879d7c68f1ec5
5+
logo512.png,1737497471952,212b102aa09e51b3b3e06647e81f7801a61333e171f6582e8124379aabccb41d
6+
index.html,1737522440861,6be23610ab5681b0faa11aa677d5211930cefee7a574180a8633250d6b30a745
7+
asset-manifest.json,1737522440862,7e6f218e994112bf090cb4b45737709a0a2778a0159b64cab41d92c1a26cd8f0
8+
favicon.ico,1737508562806,36a904dba13077996a5af0e726f4ebd1ab8a84fe65e411dae19d5ec97112b6a9
9+
static/js/main.2937e146.js.LICENSE.txt,1737522440887,da069eb946aacca8ed6c5cd5298a3cd689cc63458665a8a53f970de599080e30
10+
static/js/453.43ed4e1a.chunk.js.map,1737522440887,fba567f6a3d8681b8ce3bb9dbb777a2439fb15a03e06679bd5f3efab86fb8228
11+
static/js/453.43ed4e1a.chunk.js,1737522440887,58f05b4a289d38a269e3af3e0cd74a704e13be47498b658f395ec242c009fd6d
12+
static/css/main.9d0a5770.css,1737522440886,570ff4ac7d559028cbc27d5e790b9c3385fcaf11f0a792ac335d099186c0112d
13+
static/css/main.9d0a5770.css.map,1737522440887,410043a9869e24536e88e6e09d56eadfa477567b6c2d3b720d59d2da13c09eba
14+
static/media/elby.7e3a6e622406560dcee2.png,1737522440874,2c39e939aba40fb09adfd7a65142df69651fa44857c8595e0e708f8527aaaf72
15+
static/media/odin.2fe54bbfabdcfcb4400d.png,1737522440887,d2c8d78fb6911e98c77602af93d59d4d3102504cabf47fe5acf545f25b4e3271
16+
static/media/decimal-budget.a2c9c3d11d05c3de7788.png,1737522440876,e0f9602b3eba54a815b77ff3024c93ecafcbc4dec5ec49dedd2f08e07ee6d80c
17+
static/js/main.2937e146.js,1737522440888,f7f9e8ab08d77268e0611bbdcffaabf013e4260fbbf47644a7b62804668504b1
18+
static/media/bg-dark.f420c6b8458af72de935.png,1737522440876,c25874808eded4d2a61d0b4348e7d7938b188db9ec5178419b65aae3cb8c3eb3
19+
static/media/bg-light.bac0efb485244a522981.png,1737522440874,482cd87a0cdfe08d05330884266b87e5c881b03c05690289f759b99ad26c0783
20+
static/media/linkedin_img.eec7b0afae2986945b72.jpg,1737522440887,44066884d3f379a44a8a3688035f774d119161fc0784aba9cd7579a8cf64a9c2
21+
static/js/main.2937e146.js.map,1737522440888,75390b9f3be50199bb8779b262821868d60eb86343d1c583ed93e7364717d806

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "portfolio-77b7a"
4+
}
5+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This file was auto-generated by the Firebase CLI
2+
# https://github.com/firebase/firebase-tools
3+
4+
name: Deploy to Firebase Hosting on merge
5+
on:
6+
push:
7+
branches:
8+
- main
9+
jobs:
10+
build_and_deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- run: npm ci && npm run build
15+
- uses: FirebaseExtended/action-hosting-deploy@v0
16+
with:
17+
repoToken: ${{ secrets.GITHUB_TOKEN }}
18+
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_77B7A }}
19+
channelId: live
20+
projectId: portfolio-77b7a
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file was auto-generated by the Firebase CLI
2+
# https://github.com/firebase/firebase-tools
3+
4+
name: Deploy to Firebase Hosting on PR
5+
on: pull_request
6+
permissions:
7+
checks: write
8+
contents: read
9+
pull-requests: write
10+
jobs:
11+
build_and_preview:
12+
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- run: npm ci && npm run build
17+
- uses: FirebaseExtended/action-hosting-deploy@v0
18+
with:
19+
repoToken: ${{ secrets.GITHUB_TOKEN }}
20+
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_77B7A }}
21+
projectId: portfolio-77b7a

firebase.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"hosting": {
3+
"public": "build",
4+
"ignore": [
5+
"firebase.json",
6+
"**/.*",
7+
"**/node_modules/**"
8+
],
9+
"rewrites": [
10+
{
11+
"source": "**",
12+
"destination": "/index.html"
13+
}
14+
]
15+
}
16+
}

src/components/Expertise.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function Expertise() {
6161
<div className="skill">
6262
<FontAwesomeIcon icon={faPython} size="3x"/>
6363
<h3>Wide Range of Proficient Languages & Software Engineering knowledge</h3>
64-
<p></p>
64+
<p>As an aspiring software engineer, I'm continuosly gaining expertise in a number of languages. Allowing me to overcome any obstacle thrown my way.</p>
6565
<div className="flex-chips">
6666
<span className="chip-title">Tech stack:</span>
6767
{labelsSecond.map((label, index) => (

0 commit comments

Comments
 (0)