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 e99f853 commit f893071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hacker/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 hacker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<v-col cols="12" md="6">
<h1 class="display-4 primary--text">{{name}}</h1>
<h2 class="primary--text">{{jobTitle}}</h2>
<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-btn href="#skills" text class="primary--text">/Skills</v-btn href="skills">
<v-btn href="#works" text class="primary--text">/Recent Works</v-btn>
<v-btn href="#hobbies" text class="primary--text">/Hobbies</v-btn>
Expand Down

0 comments on commit f893071

Please sign in to comment.