Skip to content

Commit

Permalink
- removed dist thingy
Browse files Browse the repository at this point in the history
- brought cv to main folder
- changed links
  • Loading branch information
Vasilis K committed Sep 27, 2023
1 parent 50274e4 commit bd16054
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 24 deletions.
Binary file added dist/Vasilis-Kolip-Sr-Product-Designer.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/meta.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/microsoft.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/profile.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/voicemod.html

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var gulp = require('gulp'),
notify = require('gulp-notify'),
browserSync = require('browser-sync'),
imagemin = require('gulp-imagemin'),
imageminPDF = require('gulp-imagemin'),
del = require('del'),
cache = require('gulp-cache'),
autoprefixer = require('gulp-autoprefixer'),
Expand Down Expand Up @@ -66,6 +67,16 @@ gulp.task('imagemin', function (){
.pipe(gulp.dest('./dist/img'));
});

// Minify pdfs
gulp.task('imageminPDF', function (){
return gulp.src('./src/*.+(pdf)')
// Caching images that ran through imagemin
.pipe(cache(imagemin({
interlaced: true
})))
.pipe(gulp.dest('./dist/'));
});

//Copy fonts
gulp.task('fonts', function() {
return gulp.src(['./src/fonts/**/*'])
Expand All @@ -84,12 +95,6 @@ gulp.task('sounds', function() {
.pipe(gulp.dest('dist/sounds'));
});

//Copy default video and json
gulp.task('defaultimport', function(){
return gulp.src(['./src/test/**/*'])
.pipe(gulp.dest('dist/test'));
});

// BrowserSync Task (Live reload)
gulp.task('browserSync', function() {
browserSync({
Expand Down Expand Up @@ -124,5 +129,5 @@ gulp.task('default', ['watch']);

// Gulp Build Task
gulp.task('build', function() {
runSequence('clean', 'sass', 'minify-css', 'minifyhtml', 'compress', 'fonts', 'video', 'sounds', 'defaultimport', 'imagemin');
runSequence('clean', 'sass', 'minify-css', 'minifyhtml', 'compress', 'fonts', 'video', 'sounds', 'imagemin', 'imageminPDF');
});
Binary file modified src/Vasilis-Kolip-Sr-Product-Designer.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>

<a href="profile.html" title="Click to check out my profile and my previous work experiences" class="mb-0 px-lg-4 noUnderline">About</a>
<a href="https://kolip.co/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a class="mb-0 button noUnderline ps-lg-4" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>

</div>
Expand Down Expand Up @@ -108,7 +108,7 @@ <h5 class="offcanvas-title bigger-4" id="offcanvasNavbarLabel">Μenu</h5>
<a class="nav-link" href="profile.html">About</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
<a class="nav-link" href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions src/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>

<a href="profile.html" title="Click to check out my profile and my previous work experiences" class="mb-0 px-lg-4 noUnderline">About</a>
<a href="https://kolip.co/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a class="mb-0 button noUnderline ps-lg-4" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>

</div>
Expand Down Expand Up @@ -114,7 +114,7 @@ <h5 class="offcanvas-title bigger-4" id="offcanvasNavbarLabel">Μenu</h5>
<a class="nav-link" href="profile.html">About</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
<a class="nav-link" href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions src/microsoft.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>

<a href="profile.html" title="Click to check out my profile and my previous work experiences" class="mb-0 px-lg-4 noUnderline">About</a>
<a href="https://kolip.co/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a class="mb-0 button noUnderline ps-lg-4" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>

</div>
Expand Down Expand Up @@ -111,7 +111,7 @@ <h5 class="offcanvas-title bigger-4" id="offcanvasNavbarLabel">Μenu</h5>
<a class="nav-link" href="profile.html">About</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
<a class="nav-link" href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>
Expand Down
8 changes: 4 additions & 4 deletions src/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h5 class="offcanvas-title bigger-4" id="offcanvasNavbarLabel">Menu</h5>
<a class="nav-link active font-weight-bold" href="profile.html" aria-current="page">About</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
<a class="nav-link" href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
</li>
<li class="nav-item bigger-1 active">
<a class="nav-link" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>
Expand Down Expand Up @@ -147,7 +147,7 @@ <h1 class="display-3 lh-base">Hey! Hi! Hello!</h1>

<div class="col-12 col-lg offset-lg-2 mt-3 d-none d-lg-block">
<h2 class="bigger-5 lh-base">Have you already checked out my CV?</h2>
<a href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" class="btn btn-primary rounded-pill mt-2 py-2 px-3" target="_blank" title="Opens résumé in a new tab">Download now</a>
<a href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" class="btn btn-primary rounded-pill mt-2 py-2 px-3" target="_blank" title="Opens résumé in a new tab">Download now</a>
</div>

</div>
Expand Down Expand Up @@ -790,7 +790,7 @@ <h2 class="bigger-3 text-center">Would love to hear from you</h2>

<li class="my-3">
<img src="img/misc/icons/icons8-email-64.png" alt="Email icon" class="img-fluid me-3" style="max-height: 30px" />
<a href="mailto:icemangoa@hotmail.com?subject=Contact from portfolio" class="text-info" title="Opens default email client" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="222x32" data-bs-custom-class="custom-tooltip">icemangoa@hotmail.com</a>
<a href="mailto:uxkolip@gmail.com?subject=Contact from portfolio" class="text-info" title="Opens default email client" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="222x32" data-bs-custom-class="custom-tooltip">uxkolip@gmail.com</a>
</li>

<li class="my-3">
Expand Down Expand Up @@ -818,7 +818,7 @@ <h2 class="bigger-3 text-center">Would love to hear from you</h2>
<div style="min-height: 378px; max-height: 378px;" class="col-12 bg-secondary border-radius the-border large-shadow text-center overflow-hidden">
<div class="d-flex justify-content-between px-5 py-4" style="min-height: 50px">
<p class="bigger-1 mb-0">Résumé</p>
<a href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" class="btn btn-primary rounded-pill py-2 px-3" target="_blank" title="Opens résumé in a new tab">Download</a>
<a href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" class="btn btn-primary rounded-pill py-2 px-3" target="_blank" title="Opens résumé in a new tab">Download</a>
</div>

<a href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Opens résumé in a new tab" class="noUnderline"><img src="img/misc/elements/Vasilis-Kolip-Sr-Designer.png" alt="Résumé thumbnail" style="max-width: 378px; margin-top: 20px;" class="img-fluid cvImage"></a>
Expand Down
4 changes: 2 additions & 2 deletions src/voicemod.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>

<a href="profile.html" title="Click to check out my profile and my previous work experiences" class="mb-0 px-lg-4 noUnderline">About</a>
<a href="https://kolip.co/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format" class="mb-0 px-lg-4 noUnderline">Résumé</a>
<a class="mb-0 button noUnderline ps-lg-4" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>

</div>
Expand Down Expand Up @@ -111,7 +111,7 @@ <h5 class="offcanvas-title bigger-4" id="offcanvasNavbarLabel">Μenu</h5>
<a class="nav-link" href="profile.html">About</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="https://uxkolip.github.io/portfolio/src/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
<a class="nav-link" href="https://kolip.co/Vasilis-Kolip-Sr-Product-Designer.pdf" target="_blank" title="Click to dowload my CV in pdf format">Résumé</a>
</li>
<li class="nav-item bigger-1">
<a class="nav-link" href="javascript:void(0);" onclick="window.voiceflow.chat.open();" title="Click to get in touch">Contact</a>
Expand Down

0 comments on commit bd16054

Please sign in to comment.