Added README file + Added english CV and fixed some things

main
Mr-KayJayDee 4 years ago
parent 0b141f179b
commit 2532a142c3

@ -0,0 +1,19 @@
# Mr¤KayJayDee's Resume
Welcome to the source code of my portfolio. If you want to use it be sure to give le credits.
[Click here if you just want to see the website](!https://portfolio.mrkayjaydee.xyz/)
Be sure to scroll to the full bottom if you want to download my CV.
You can easily change the lang of the page by clicking the litle flag at the top right corner of the page.
# Portfolio de Mr¤KayJayDee
Bienvenue dans le code source de mon portfolio. Si vous souhaitez l'utiliser, assurez-vous de donner le crédit.
[Cliquez ici si vous voulez juste voir le site web](!https://portfolio.mrkayjaydee.xyz/)
Assurez-vous de faire défiler tout en bas si vous souhaitez télécharger mon CV.
Vous pouvez facilement changer la langue de la page en cliquant sur le petit drapeau dans le coin supérieur droit de la page.

@ -1,13 +1,9 @@
/*************************** Theme Colours****************************/
// Define theme colour scheme
$theme-color-primary: #54B689;
$theme-text-color-primary: #292929;
$theme-text-color-secondary: lighten($theme-text-color-primary, 15%);
$theme-text-color-light: lighten($theme-text-color-primary, 40%);
$theme-border-color: lighten($theme-text-color-primary, 60%);
/*************************** Variables Section. *****************************/
// Create variables to override the default value for variables used in the Bootstrap SCSS files.
$gray-100: lighten($theme-text-color-primary, 60%);
$gray-200: lighten($theme-text-color-primary, 55%);
$gray-300: lighten($theme-text-color-primary, 50%);
@ -23,11 +19,8 @@ $theme-colors: (
"secondary": $theme-text-color-secondary,
);
/*************************** Import Bootstrap *****************************/
@import "bootstrap/scss/bootstrap.scss";
/*********** Theme Generic **********/
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@ -74,7 +67,6 @@ a.theme-link {
}
}
/*********** Resume **********/
.resume-wrapper {
border: 1px solid rgba(0, 0, 0, 0.025);
}

@ -33,8 +33,8 @@
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg mr-2"></i><a
class="resume-link" href="mailto:#">killian.dal-cin@orange.fr</a></li>
<li class="mb-2"><i class="fas fa-globe fa-fw fa-lg mr-2"></i><a class="resume-link"
href="#">https://mrkayjaydee.xyz</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg mr-2"></i>France</li>
href="https://portfolio.mrkayjaydee.xyz/">https://portfolio.mrkayjaydee.xyz/</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg mr-2"></i>32720 Barcelonne-Du-Gers</li>
</ul>
</div>
</div>
@ -391,7 +391,7 @@
<footer class="footer text-center py-4">
<small class="copyright text-muted">Créé avec <i class="fas fa-heart"></i> par <a class="theme-link"
href="https://github.com/Mr-KayJayDee" target="_blank">Mr¤KayJayDee</a> (Killian' DAL-CIN), <a
href="/CV Killian' Dal-Cin.pdf" download>Cliquez-ici</a> pour télécharger mon CV.</small>
href="/assets/documents/[FR] CV Killian' Dal-Cin.pdf" download>Cliquez-ici</a> pour télécharger mon CV.</small>
</footer>
</div>
</body>

@ -32,8 +32,8 @@
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg mr-2"></i><a
class="resume-link" href="mailto:#">killian.dal-cin@orange.fr</a></li>
<li class="mb-2"><i class="fas fa-globe fa-fw fa-lg mr-2"></i><a class="resume-link"
href="#">https://mrkayjaydee.xyz</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg mr-2"></i>France</li>
href="https://portfolio.mrkayjaydee.xyz/">https://portfolio.mrkayjaydee.xyz/</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg mr-2"></i>32720 Barcelonne-Du-Gers</li>
</ul>
</div>
</div>
@ -365,7 +365,7 @@
<footer class="footer text-center py-4">
<small class="copyright text-muted">Made with <i class="fas fa-heart"></i> by <a class="theme-link"
href="https://github.com/Mr-KayJayDee" target="_blank">Mr¤KayJayDee</a> (Killian' DAL-CIN), <a
href="/CV Killian' Dal-Cin.pdf" download>Click Here</a> to download my CV.</small>
href="/assets/documents/[EN] CV Killian' Dal-Cin.pdf" download>Click Here</a> to download my CV.</small>
</footer>
</div>
</body>

Loading…
Cancel
Save