diff --git a/.github/workflows/dart_build.yml b/.github/workflows/dart_build.yml index eb45533..3e41592 100644 --- a/.github/workflows/dart_build.yml +++ b/.github/workflows/dart_build.yml @@ -45,6 +45,7 @@ jobs: mv assets/assets/web/CNAME . mv assets/assets/web/robots.txt . mv assets/assets/web/sitemap.xml . + mv assets/assets/pdf/Dodd_Ryan_Resume.pdf . git init git config --global user.email ryandodd0115@gmail.com git config --global user.name Conmmander diff --git a/assets/pdf/Dodd_Ryan_Resume.pdf b/assets/pdf/Dodd_Ryan_Resume.pdf new file mode 100644 index 0000000..22f4f34 Binary files /dev/null and b/assets/pdf/Dodd_Ryan_Resume.pdf differ diff --git a/lib/widgets/navigation.dart b/lib/widgets/navigation.dart index 353f823..9563345 100644 --- a/lib/widgets/navigation.dart +++ b/lib/widgets/navigation.dart @@ -31,7 +31,8 @@ class Socials extends StatelessWidget { SocialButton(url: 'https://www.linkedin.com/in/ryan-dodd-171a30249/', icon: FontAwesomeIcons.linkedinIn, tooltip: "LinkedIn"), SocialButton(url: 'https://github.com/Conmmander', icon: FontAwesomeIcons.github, tooltip: "GitHub"), SocialButton(url: 'mailto:ryan@ryandodd.org', icon: FontAwesomeIcons.google, tooltip: "ryan@ryandodd.org"), - SocialButton(url: 'tel:+18473404582', icon: Icons.phone, tooltip: "(847) 340 - 4582") + SocialButton(url: 'tel:+18473404582', icon: Icons.phone, tooltip: "(847) 340 - 4582"), + SocialButton(url: 'https://ryandodd.org/Dodd_Ryan_Resume.pdf', icon: Icons.book, tooltip: "Resume") ] ); } diff --git a/pubspec.yaml b/pubspec.yaml index bb4aa43..e44ba36 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.1.0+1 environment: sdk: '>=3.3.0 <4.0.0' @@ -79,6 +79,7 @@ flutter: - assets/img/icons/ - assets/img/experience_logos/ - assets/web/ + - assets/pdf/ # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg