37
37
function gtag ( ) {
38
38
dataLayer . push ( arguments ) ;
39
39
}
40
- gtag ( 'js' , new Date ( ) ) ;
40
+ gtag ( "js" , new Date ( ) ) ;
41
41
42
- gtag ( ' config' , ' UA-149590316-1' ) ;
42
+ gtag ( " config" , " UA-149590316-1" ) ;
43
43
</ script >
44
44
</ head >
45
45
101
101
gi = d . getElementById ,
102
102
ce = d . createElement ,
103
103
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/" ;
106
106
if ( ! gi . call ( d , id ) ) {
107
- js = ce . call ( d , ' script' ) ;
107
+ js = ce . call ( d , " script" ) ;
108
108
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 ] ;
111
111
q . parentNode . insertBefore ( js , q ) ;
112
112
}
113
113
} ) ( ) ;
@@ -423,7 +423,7 @@ <h3>Tony Jiang</h3>
423
423
/> -->
424
424
< div class ="details ">
425
425
< h3 > Howard Huang</ h3 >
426
- < p > Director of Communications</ p >
426
+ < p > Communications Director </ p >
427
427
< div class ="social ">
428
428
< a href ="https://github.com/HowardHuang1 "
429
429
> < i class ="fa fa-github "> </ i
@@ -529,7 +529,7 @@ <h3>Shayan Sarnevesht</h3>
529
529
< a href ="https://github.com/shayans66 "
530
530
> < i class ="fa fa-github "> </ i
531
531
> </ a >
532
- < a href =""> < i class ="fa fa-linkedin "> </ i > </ a >
532
+ <!-- < a href=""><i class="fa fa-linkedin"></i></a> -- >
533
533
<!--TODO: add link to LinkedIn-->
534
534
</ div >
535
535
</ div >
@@ -552,7 +552,12 @@ <h3>Shayan Sarnevesht</h3>
552
552
< h3 > Ujjwal Krishnamurthi</ h3 >
553
553
< p > Outreach</ p >
554
554
< 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 >
556
561
</ div >
557
562
</ div >
558
563
</ div >
0 commit comments