Skip to content

Commit d8e8cca

Browse files
committed
Updated content
1 parent bbbdfb9 commit d8e8cca

File tree

11 files changed

+2556
-3247
lines changed

11 files changed

+2556
-3247
lines changed

pdf.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const createBrowser = async () => {
1919
browser = await puppeteer.launch({headless: !DEBUG, devtools: DEBUG})
2020
page = await browser.newPage()
2121
// PDF W 1600 H 1900
22+
// A4 eq W 1600 H 2260
2223
await page.setViewport({width: 1600, height: 900})
2324
}
2425

skill-icons/skills-chart.ai

+1,891-2,045
Large diffs are not rendered by default.

src/app/components/main-panel/main-panel.component.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ <h3 class="section-title" ><span>ROLE & AVAILABILITY</span></h3>
2020
<!-- SKILLS -->
2121
<div class="sub-content center">
2222
<div class="line"></div>
23-
<h3 class="section-title" ><span>SKILLS</span></h3>
23+
<h3 class="section-title" ><span>MAIN SKILLS</span></h3>
2424
<div class="line"></div>
2525
</div>
2626
<div class="sub-content center">
27-
<img width="100%" src="assets/skills-2.svg" alt="Skills chart">
27+
<img width="100%" src="assets/skills.svg" alt="Skills chart">
2828
</div>
2929

3030
<div class="sub-content center">
3131
<div class="line"></div>
32-
<h3 class="section-title" ><span>PROJECT PORTFOLIO</span></h3>
32+
<h3 class="section-title" ><span>FEATURED PERSONAL PROJECTS</span></h3>
3333
<div class="line"></div>
3434
</div>
3535
<div class="sub-content column">

src/app/components/side-panel/side-panel.component.html

+14-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</div> -->
2727
<div class="row">
2828
<div class="round-icon">
29-
<img class="icon-img-s2" src="{{cvData.contacts.linkedin.img}}" alt="contact icon">
29+
<img class="icon-img-s3" src="{{cvData.contacts.linkedin.img}}" alt="contact icon">
3030
</div>
3131
<p><a target="_blank" href="{{'http://' + cvData.contacts.linkedin.value}}">{{cvData.contacts.linkedin.value}}</a></p>
3232
</div>
@@ -37,6 +37,19 @@
3737
<p><a target="_blank" href="{{'http://' + cvData.contacts.github.value}}">{{cvData.contacts.github.value}}</a></p>
3838
</div>
3939
</div>
40+
<!-- PORTFOLIO -->
41+
<div class="sub-content column">
42+
<div class="white-box">
43+
<p>PORTFOLIO</p>
44+
</div>
45+
<p>{{cvData.portfolio.description}}</p>
46+
<div class="row">
47+
<div class="round-icon">
48+
<img class="icon-img-s2" src="{{cvData.portfolio.img}}" alt="contact icon">
49+
</div>
50+
<p><a target="_blank" href="{{'https://' + cvData.portfolio.href}}">{{cvData.portfolio.href}}</a></p>
51+
</div>
52+
</div>
4053
<!-- LANGUAGES -->
4154
<div class="sub-content column">
4255
<div class="white-box">

src/app/components/side-panel/side-panel.component.scss

+9-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
.round-icon {
4646
width: 30px;
4747
height: 30px;
48-
border-radius: 50%;
48+
border-radius: 5px;
4949
background-color: $dark;
5050
display: flex;
5151
justify-content: center;
@@ -63,11 +63,17 @@
6363
}
6464

6565
.icon-img-s2 {
66-
width: 15px;
67-
height: 15px;
66+
width: 20px;
67+
height: 20px;
6868
overflow: hidden;
6969
}
7070

71+
.icon-img-s3 {
72+
width: 15px;
73+
height: 15px;
74+
overflow: hidden;
75+
}
76+
7177

7278
.no-bottom-margin{
7379
margin-bottom: 0px;

src/assets/logo/bitgapp.png

11.6 KB
Loading
File renamed without changes.

src/assets/logo/portfolio-dark.svg

+1
Loading

0 commit comments

Comments
 (0)