Merge branch 'master' into mann-fr-cv-studio-0
This commit is contained in:
commit
1859007f34
|
|
@ -204,6 +204,9 @@ var app = new Vue({
|
|||
},
|
||||
languageFluencyAsPercent: function(index)
|
||||
{
|
||||
if (!this.$root.sections.skills[index]) {
|
||||
return 100;
|
||||
}
|
||||
var fluency = this.$root.sections.skills[index].level;
|
||||
|
||||
if (fluency.toLowerCase() == "master" || fluency.toLowerCase() == "expert")
|
||||
|
|
|
|||
|
|
@ -961,7 +961,6 @@
|
|||
|
||||
<!-- Left Column -->
|
||||
<div class="w3-third">
|
||||
|
||||
<div class="w3-white w3-text-grey w3-card-4">
|
||||
<div class="w3-display-container">
|
||||
<img v-bind:src="$root.sections.basics.picture" style="width:100%" alt="Avatar">
|
||||
|
|
@ -1005,6 +1004,9 @@
|
|||
<!-- End Left Column -->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Right Column -->
|
||||
<div class="w3-twothird">
|
||||
<!-- Work -->
|
||||
|
|
@ -1222,7 +1224,7 @@
|
|||
</div>
|
||||
<!-- /Right Column -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- /Grid -->
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue