Skip to content

Commit 9fd3fa5

Browse files
author
Joanna Pineda
committed
Merge branch 'master' of https://github.com/hercodecamp/hercodecamp.github.io into gh-pages
2 parents f3286ad + 80594b8 commit 9fd3fa5

5 files changed

Lines changed: 32 additions & 5 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
resolve: `gatsby-plugin-google-gtag`,
3333
options: {
3434
// The property ID; the tracking code won't be generated without it
35-
trackingIds: ["G-KFTY3TTPVV"],
35+
trackingIds: ["G-KFTY3TTPVV", "AW-10869257354"],
3636
},
3737
},
3838
{

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"date-fns": "^2.25.0",
1313
"gatsby": "^4.0.0",
1414
"gatsby-plugin-google-gtag": "^4.3.0",
15+
"gatsby-plugin-google-tagmanager": "^5.11.0",
1516
"gatsby-plugin-image": "^2.0.0",
1617
"gatsby-plugin-manifest": "^4.0.0",
1718
"gatsby-plugin-offline": "^5.0.0",
@@ -63,4 +64,4 @@
6364
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
6465
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
6566
}
66-
}
67+
}

src/pages/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ const AboutUsPage: React.FunctionComponent<PageProps> = () => (
298298
{
299299
name: "Matt Walton",
300300
positions: ["Head of Analytics & Insights - Automotive, Consumer Goods & Food at Google"],
301-
bio: `Matt is currently a Technology Analyst at Accenture where she works primarily as a software developer to improve businesses. Prior to her time in industry, she worked in the intersection of Computer Science and Biology through research in cancer genomics and health care.`,
301+
bio: ``,
302302
image: (
303303
<StaticImage
304304
src="../assets/people/Matt_Walton.jpeg"

src/pages/programs.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ const ProgramsPage: React.FunctionComponent<PageProps> = ({ data }) => {
105105
<li>Applications Open: February 2nd, 2022</li>
106106
<li>Application Deadline: March 6th, 2022</li>
107107
</ul> */}
108-
<Link to="https://hercodecamp.us19.list-manage.com/subscribe?u=c27169d8995f9d493daf82c16&id=4169a6682f/">
109-
<IrisLinkButton>Stay Tuned</IrisLinkButton>
108+
<Link to="return gtag_report_conversion('https://forms.gle/NucrwCuSvqD61pDi8');"
109+
href="https://forms.gle/NucrwCuSvqD61pDi8">
110+
<IrisLinkButton>Keep me in the loop</IrisLinkButton>
110111
</Link>
111112
</div>
112113
</div>

yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,13 @@
10171017
dependencies:
10181018
regenerator-runtime "^0.13.10"
10191019

1020+
"@babel/runtime@^7.20.13":
1021+
version "7.22.10"
1022+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.10.tgz#ae3e9631fd947cb7e3610d3e9d8fef5f76696682"
1023+
integrity sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==
1024+
dependencies:
1025+
regenerator-runtime "^0.14.0"
1026+
10201027
"@babel/template@^7.16.7", "@babel/template@^7.18.10":
10211028
version "7.18.10"
10221029
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -5465,6 +5472,14 @@ gatsby-plugin-google-gtag@^4.3.0:
54655472
"@babel/runtime" "^7.15.4"
54665473
minimatch "^3.1.2"
54675474

5475+
gatsby-plugin-google-tagmanager@^5.11.0:
5476+
version "5.11.0"
5477+
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.11.0.tgz#48b61d5539ce0c90f95b2433c80ca64142f3a558"
5478+
integrity sha512-+QRH6k90Y1G8nJP89fCwhgEodGSUQa7B26McegTP+QCwf+cmAKaUOg2n7F7/PbbWl+JzINyI5YZMn8KX7bq2bA==
5479+
dependencies:
5480+
"@babel/runtime" "^7.20.13"
5481+
web-vitals "^1.1.2"
5482+
54685483
gatsby-plugin-image@^2.0.0:
54695484
version "2.24.0"
54705485
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.24.0.tgz#965b6c82359f3f51bd8dbf976648f6a81a2c3d03"
@@ -9548,6 +9563,11 @@ regenerator-runtime@^0.13.10, regenerator-runtime@^0.13.7:
95489563
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz#ed07b19616bcbec5da6274ebc75ae95634bfc2ee"
95499564
integrity sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==
95509565

9566+
regenerator-runtime@^0.14.0:
9567+
version "0.14.0"
9568+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
9569+
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
9570+
95519571
regenerator-transform@^0.15.0:
95529572
version "0.15.0"
95539573
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz#cbd9ead5d77fae1a48d957cf889ad0586adb6537"
@@ -11337,6 +11357,11 @@ web-namespaces@^1.0.0:
1133711357
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
1133811358
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
1133911359

11360+
web-vitals@^1.1.2:
11361+
version "1.1.2"
11362+
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c"
11363+
integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==
11364+
1134011365
webidl-conversions@^3.0.0:
1134111366
version "3.0.1"
1134211367
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)