Skip to content

Commit a8d0502

Browse files
committed
Fix up team's social icons and roles
1 parent 65395b5 commit a8d0502

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

index.html

+15-10
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
function gtag() {
3838
dataLayer.push(arguments);
3939
}
40-
gtag('js', new Date());
40+
gtag("js", new Date());
4141

42-
gtag('config', 'UA-149590316-1');
42+
gtag("config", "UA-149590316-1");
4343
</script>
4444
</head>
4545

@@ -101,13 +101,13 @@
101101
gi = d.getElementById,
102102
ce = d.createElement,
103103
gt = d.getElementsByTagName,
104-
id = 'typef_orm_share',
105-
b = 'https://embed.typeform.com/';
104+
id = "typef_orm_share",
105+
b = "https://embed.typeform.com/";
106106
if (!gi.call(d, id)) {
107-
js = ce.call(d, 'script');
107+
js = ce.call(d, "script");
108108
js.id = id;
109-
js.src = b + 'embed.js';
110-
q = gt.call(d, 'script')[0];
109+
js.src = b + "embed.js";
110+
q = gt.call(d, "script")[0];
111111
q.parentNode.insertBefore(js, q);
112112
}
113113
})();
@@ -423,7 +423,7 @@ <h3>Tony Jiang</h3>
423423
/> -->
424424
<div class="details">
425425
<h3>Howard Huang</h3>
426-
<p>Director of Communications</p>
426+
<p>Communications Director</p>
427427
<div class="social">
428428
<a href="https://github.com/HowardHuang1"
429429
><i class="fa fa-github"></i
@@ -529,7 +529,7 @@ <h3>Shayan Sarnevesht</h3>
529529
<a href="https://github.com/shayans66"
530530
><i class="fa fa-github"></i
531531
></a>
532-
<a href=""><i class="fa fa-linkedin"></i></a>
532+
<!-- <a href=""><i class="fa fa-linkedin"></i></a> -->
533533
<!--TODO: add link to LinkedIn-->
534534
</div>
535535
</div>
@@ -552,7 +552,12 @@ <h3>Shayan Sarnevesht</h3>
552552
<h3>Ujjwal Krishnamurthi</h3>
553553
<p>Outreach</p>
554554
<div class="social">
555-
<a href=""><i class="fa fa-github"></i></a>
555+
<a href="https://github.com/kujjwal"
556+
><i class="fa fa-github"></i
557+
></a>
558+
<a href="https://www.linkedin.com/in/ujjwal-kri/"
559+
><i class="fa fa-linkedin"></i
560+
></a>
556561
</div>
557562
</div>
558563
</div>

0 commit comments

Comments
 (0)