-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from blopa/feat/420
Feat/420
- Loading branch information
Showing
21 changed files
with
1,057 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import SvgIcon from '@material-ui/core/SvgIcon'; | ||
|
||
const IconFlagJP = (props) => ( | ||
<SvgIcon viewBox="-5 -5 30 20" {...props}> | ||
{/* White background */} | ||
<rect fill="#ffffff" x="-5" y="-5" width="30" height="20" /> | ||
{/* Red circle */} | ||
<circle fill="#bc002d" cx="10" cy="5" r="6" /> | ||
</SvgIcon> | ||
); | ||
|
||
export default IconFlagJP; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "Auszeichnungen", | ||
"volunteers": "Freiwillige", | ||
"skills": "Fähigkeiten", | ||
"references": "Referenzen", | ||
"publications": "Veröffentlichungen", | ||
"certificates": "Zertifikate", | ||
"projects": "Projekte", | ||
"languages": "Sprachen", | ||
"interests": "Interessen", | ||
"education": "Bildung", | ||
"summary": "Zusammenfassung", | ||
"experience": "Erfahrung", | ||
"at": "@", | ||
"download_data": "Laden Sie die JSON-Daten für diesen Lebenslauf herunter, indem Sie <a>hier</a> klicken" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "Récompenses", | ||
"volunteers": "Bénévoles", | ||
"skills": "Compétences", | ||
"references": "Références", | ||
"publications": "Publications", | ||
"certificates": "Certificats", | ||
"projects": "Projets", | ||
"languages": "Langues", | ||
"interests": "Centres d'intérêt", | ||
"education": "Éducation", | ||
"summary": "Résumé", | ||
"experience": "Expérience", | ||
"at": "@", | ||
"download_data": "Téléchargez les données JSON de ce CV en cliquant <a>ici</a>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "受賞歴", | ||
"volunteers": "ボランティア", | ||
"skills": "スキル", | ||
"references": "推薦", | ||
"publications": "出版物", | ||
"certificates": "証明書", | ||
"projects": "プロジェクト", | ||
"languages": "言語", | ||
"interests": "興味", | ||
"education": "学歴", | ||
"summary": "概要", | ||
"experience": "経験", | ||
"at": "@", | ||
"download_data": "この履歴書のJSONデータを<a>ここ</a>をクリックしてダウンロードしてください" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "Награды", | ||
"volunteers": "Волонтеры", | ||
"skills": "Навыки", | ||
"references": "Рекомендации", | ||
"publications": "Публикации", | ||
"certificates": "Сертификаты", | ||
"projects": "Проекты", | ||
"languages": "Языки", | ||
"interests": "Интересы", | ||
"education": "Образование", | ||
"summary": "Резюме", | ||
"experience": "Опыт", | ||
"at": "@", | ||
"download_data": "Скачать данные JSON для этого резюме, нажав <a>здесь</a>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "Auszeichnungen", | ||
"volunteers": "Freiwillige", | ||
"skills": "Fähigkeiten", | ||
"references": "Referenzen", | ||
"publications": "Veröffentlichungen", | ||
"certificates": "Zertifikate", | ||
"projects": "Projekte", | ||
"languages": "Sprachen", | ||
"interests": "Interessen", | ||
"education": "Bildung", | ||
"summary": "Zusammenfassung", | ||
"experience": "Erfahrung", | ||
"at": "@", | ||
"download_data": "Laden Sie die JSON-Daten für diesen Lebenslauf herunter, indem Sie <a>hier</a> klicken" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "Récompenses", | ||
"volunteers": "Bénévoles", | ||
"skills": "Compétences", | ||
"references": "Références", | ||
"publications": "Publications", | ||
"certificates": "Certificats", | ||
"projects": "Projets", | ||
"languages": "Langues", | ||
"interests": "Centres d'intérêt", | ||
"education": "Éducation", | ||
"summary": "Résumé", | ||
"experience": "Expérience", | ||
"at": "@", | ||
"download_data": "Téléchargez les données JSON de ce CV en cliquant <a>ici</a>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "受賞歴", | ||
"volunteers": "ボランティア", | ||
"skills": "スキル", | ||
"references": "推薦", | ||
"publications": "出版物", | ||
"certificates": "証明書", | ||
"projects": "プロジェクト", | ||
"languages": "言語", | ||
"interests": "興味", | ||
"education": "学歴", | ||
"summary": "概要", | ||
"experience": "経験", | ||
"at": "@", | ||
"download_data": "この履歴書のJSONデータを<a>ここ</a>をクリックしてダウンロードしてください" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"awards": "Награды", | ||
"volunteers": "Волонтеры", | ||
"skills": "Навыки", | ||
"references": "Рекомендации", | ||
"publications": "Публикации", | ||
"certificates": "Сертификаты", | ||
"projects": "Проекты", | ||
"languages": "Языки", | ||
"interests": "Интересы", | ||
"education": "Образование", | ||
"summary": "Резюме", | ||
"experience": "Опыт", | ||
"at": "@", | ||
"download_data": "Скачать данные JSON для этого резюме, нажав <a>здесь</a>" | ||
} |
Oops, something went wrong.