Skip to content

Commit

Permalink
refactor: update job description
Browse files Browse the repository at this point in the history
- move content to config
  • Loading branch information
jofftiquez committed Mar 14, 2020
1 parent ec09f4a commit e99f853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plain/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
window.PorfolioConfig = {
name: 'John Doe',
jobTitle: 'Full-stack Web Developer',
jobDescription: 'Sit quis in tempor quis. Nisi ex exercitation in irure. Reprehenderit sint aliqua et dolore enim laboris dolore exercitation magna aliqua ex ad.',
skills: [
{
name: 'JavaScript',
Expand Down
2 changes: 1 addition & 1 deletion plain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1 class="display-4">{{name}}</h1>
<h2>{{jobTitle}}</h2>
</v-col>
<v-col cols="12" md="5" class="text-center">
<p>Sit quis in tempor quis. Nisi ex exercitation in irure. Reprehenderit sint aliqua et dolore enim laboris dolore exercitation magna aliqua ex ad.</p>
<p>{{jobDescription}}</p>
</v-col>
</v-row>
</v-container>
Expand Down

0 comments on commit e99f853

Please sign in to comment.