This commit is contained in:
schmelczerandras 2020-04-21 09:42:20 +02:00
parent e8916d4d9f
commit e0a7b58730
3 changed files with 11 additions and 9 deletions

18
.idea/workspace.xml generated
View file

@ -2,6 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="8edc47ab-1265-4111-9771-536b24cc9310" name="Default Changelist" comment=""> <list default="true" id="8edc47ab-1265-4111-9771-536b24cc9310" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/src/static/cv/andras_schmelczer_cv.pdf" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/portfolio.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/portfolio.ts" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/portfolio.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/portfolio.ts" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@ -50,6 +52,13 @@
<property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" /> <property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
</component> </component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/static/cv" />
<recent name="$PROJECT_DIR$/src/page/background" />
<recent name="C:\Projects\portfolio\CompiledCV\src\page\background" />
<recent name="C:\Projects\portfolio\CompiledCV\src\static" />
<recent name="C:\Projects\portfolio\CompiledCV\src\static\icons" />
</key>
<key name="MoveFile.RECENT_KEYS"> <key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/framework/events" /> <recent name="$PROJECT_DIR$/src/framework/events" />
<recent name="$PROJECT_DIR$/src/framework/model" /> <recent name="$PROJECT_DIR$/src/framework/model" />
@ -57,13 +66,6 @@
<recent name="$PROJECT_DIR$/src/framework/styles" /> <recent name="$PROJECT_DIR$/src/framework/styles" />
<recent name="$PROJECT_DIR$/src/framework/helper/animations" /> <recent name="$PROJECT_DIR$/src/framework/helper/animations" />
</key> </key>
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/page/background" />
<recent name="C:\Projects\portfolio\CompiledCV\src\page\background" />
<recent name="C:\Projects\portfolio\CompiledCV\src\static" />
<recent name="C:\Projects\portfolio\CompiledCV\src\static\icons" />
<recent name="$PROJECT_DIR$" />
</key>
</component> </component>
<component name="SvnConfiguration"> <component name="SvnConfiguration">
<configuration /> <configuration />
@ -119,7 +121,7 @@
<workItem from="1578817329583" duration="2069000" /> <workItem from="1578817329583" duration="2069000" />
<workItem from="1578831427111" duration="7110000" /> <workItem from="1578831427111" duration="7110000" />
<workItem from="1578858690755" duration="133000" /> <workItem from="1578858690755" duration="133000" />
<workItem from="1580314868144" duration="4000" /> <workItem from="1580314868144" duration="1107000" />
</task> </task>
<servers /> <servers />
</component> </component>

View file

@ -247,7 +247,7 @@ export const portfolio: Portfolio = {
], ],
email: `andras@schmelczer.dev`, email: `andras@schmelczer.dev`,
lastEditText: `Last modified on `, lastEditText: `Last modified on `,
lastEdit: new Date(2020, 0, 18), // months are 0 indexed lastEdit: new Date(2020, 0, 29), // months are 0 indexed
gitHub: new Anchor( gitHub: new Anchor(
`https://github.com/schmelczerandras/timeline`, `https://github.com/schmelczerandras/timeline`,
`Find this on GitHub` `Find this on GitHub`

Binary file not shown.