Skip to content

Commit 3106d66

Browse files
profiles
1 parent 422aac0 commit 3106d66

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

img/profiles/ivy.png

1.39 MB
Loading

index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,19 @@
6161
href="https://fonts.googleapis.com/css?family=Merriweather"
6262
/>
6363

64-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DVY2G4TQMN"></script>
64+
<script
65+
async
66+
src="https://www.googletagmanager.com/gtag/js?id=G-DVY2G4TQMN"
67+
></script>
6568
<script>
6669
window.dataLayer = window.dataLayer || [];
67-
function gtag(){dataLayer.push(arguments);}
68-
gtag('js', new Date());
70+
function gtag() {
71+
dataLayer.push(arguments);
72+
}
73+
gtag("js", new Date());
6974

70-
gtag('config', 'G-DVY2G4TQMN');
75+
gtag("config", "G-DVY2G4TQMN");
7176
</script>
72-
7377
</head>
7478

7579
<body id="top" style="background: #202030; font-family: Montserrat">
@@ -888,7 +892,7 @@ <h5 class="figure-caption-title-e">Chris Fairley</h5>
888892
<div class="figure-image-container-e">
889893
<img
890894
class="figure-image-e"
891-
src="img/profiles/ivy.jpeg"
895+
src="img/profiles/ivy.png"
892896
alt="panelist"
893897
/>
894898
</div>

0 commit comments

Comments
 (0)