Commit Graph

96 Commits

Author SHA1 Message Date
abd24e7eb7 Add ability to customize font size
Added an ability to customize font sizes. This is set at a new section in the settings.
The controler for this sets a number of css variables which are used in css rules that
override tailwind's text-<size> to use the font size and line spacing contained in the
variable. The control itself is a simple logarithmic slider that controls a "scale
factor" by which all the text sizes in a resume are scaled by.
2020-12-26 13:24:29 -06:00
d51363663b Stopped tracking .env files, but keep remote 2020-12-11 10:12:41 +05:30
df71b86028 - bumped version to 2.3.3
- fixed text alignment issues
- updated dependencies
- added ukranian language
2020-12-09 10:40:27 +05:30
cd0c847606 updates to dependencies, merging to production 2020-12-05 15:22:45 +05:30
285cc80592 Added adress info to Gengar template. 2020-11-28 18:00:20 +02:00
ab1b52fb77 Merge pull request #375 from rpolley/add-end-date-field-to-projects
Add end date field to projects
2020-11-22 12:00:39 +05:30
0f390ab493 Issue #314: Updated Celebi, Gengar, Glalie and Pikachu templates to include new birthDate field; deleted ContactE block as it is no longer used in the Celebi template. 2020-11-10 14:01:16 +01:00
e2b242d40d use date attribute for start date 2020-11-09 16:04:03 -06:00
81ad16ae8a update project to use date range 2020-11-09 15:59:24 -06:00
df4f4e2ccd Issue #314: Updated Onyx template to incorporate birthDate field through new component BirthDateB 2020-11-09 17:07:48 +01:00
21e499502f Issue #314: Created separate component BirthDateA, with language retrieved from data.metadata.language 2020-11-09 12:42:15 +01:00
b365826f0a Merge remote-tracking branch 'upstream/develop' into develop 2020-11-09 11:54:37 +01:00
74b16824fa Merge branch 'develop' into develop 2020-11-09 09:05:17 +05:30
f779ca4cbf Issue #314: Modified Castform template to handle data profile having no birthDate field (backward compatibility) 2020-11-08 14:56:52 +01:00
f0660b4266 Adding stackoverflow & behance icon 2020-11-08 16:00:54 +03:30
59f0ff9228 Issue #314: Added BirthDate field to Profile builder and Castform template 2020-11-04 13:38:43 +01:00
a11db1db10 adding stylelint to repo 2020-10-04 08:58:01 +05:30
2aaed1a575 fixing crashes, upgrading dependencies, patching security vulnerabilities 2020-10-03 08:57:37 +05:30
2410ce024a Merge pull request #341 from robert-w-gries/utils_hook_fix
Fix app crashes after setting date range
2020-10-03 08:14:05 +05:30
370de9ec47 Remove useTranslation hook from util functions 2020-10-02 18:17:48 +00:00
054dec5b68 Set contact icons for phone, website, and email 2020-09-18 10:25:51 -05:00
895f18181a Added GitLab icon 2020-08-19 18:40:16 +05:30
bc622083c7 - fix black screen issue when in certain templates 2020-08-01 10:08:25 +05:30
09ea3b95ab - fix label in contact
- fix importing from json
- fix reset everything
- update dependencies
2020-07-31 13:33:11 +05:30
3eb69151a6 - fix language issue when printing 2020-07-28 10:09:05 +05:30
a1d345dfb2 fix website link 2020-07-28 09:24:44 +05:30
f1fe45e9c9 removed experimental code 2020-07-24 21:56:02 +05:30
f2a0b612d0 solving bugs reported in GH issues 2020-07-24 21:54:48 +05:30
7aab7c74f6 - add multiple languages
- switch from moment to dayjs
2020-07-21 11:07:19 +05:30
fe645e7d4c - make dates follow internationalization standard 2020-07-20 07:43:56 +05:30
ec6ddd1fff fix issue with celebi printing 2020-07-18 21:51:01 +05:30
816e400b31 - implement ability to rename sections
- clean up kannada translations
2020-07-17 08:36:46 +05:30
a7657b4a5c - implement i18n
- translation dynamic for sections
- added articles for SEO
2020-07-16 08:42:19 +05:30
b7c565de79 - implement about section 2020-07-14 22:59:59 +05:30
55fd1d4bdc - implement celebi template 2020-07-13 09:46:55 +05:30
7b2094a543 - implement glalie template 2020-07-12 21:51:38 +05:30
41e708e302 - implement gengar template 2020-07-12 19:31:22 +05:30
5ccc360345 - implement cloud functions for printing
- implement AMOLED mode
- implement reset layout
2020-07-12 15:04:07 +05:30
f468ca73c3 - implement actions section
- implement settings section
2020-07-12 12:55:08 +05:30
5ec1f21bd3 - complete onyx design template
- implement public sharable urls
- implement more actions
2020-07-11 20:42:16 +05:30
0b5653fab5 - completed design of Onyx template 2020-07-11 10:49:55 +05:30
da197be2f5 - implement fonts section 2020-07-09 20:43:38 +05:30
3b252476c4 - refactor sections
- combine resume and metadata contexts
2020-07-09 19:18:04 +05:30
3aaef5f730 - memoize all components
- implement metadata context
2020-07-09 14:00:18 +05:30
9045e2983d - run eslint --fix across project 2020-07-09 00:14:13 +05:30
a1931f5e36 - switched to useSelector
- implemented skills section
2020-07-08 22:26:27 +05:30
6d3e5823fc - implement tips on loading screen
- implement centralized sections
- removed react-spinner package
2020-07-06 10:02:17 +05:30
49a867dd37 - recreating onyx template
- profile section complete
2020-07-05 16:45:29 +05:30
d2e3227d01 clearing the slate 2020-07-02 21:23:03 +05:30
58f0cc7f30 Merge pull request #200 from bryannsi/bryannsi/issue187
[Feature] Option to change the value of the header in the Profile section
2020-07-01 10:08:17 +05:30