@@ -308,15 +308,15 @@ <h2>
308
308
</ p >
309
309
<!-- <p>
310
310
Another Paragraph
311
- </p> -->
311
+ </p> -->
312
312
<!-- <p>
313
313
<strong>Current Focus</strong>: <a aria-label="Navigate to the Inclusive Design Patterns homepage"
314
314
href="https://www.smashingmagazine.com/inclusive-design-patterns/">Accessibility</a> // <a
315
315
aria-label="Navigate to the Full Stack React homepage"
316
316
href="https://www.fullstackreact.com/">React</a> // <a
317
317
aria-label='Navigate to the article "Scalable CSS"'
318
318
href="https://mrmrs.github.io/writing/2016/03/24/scalable-css/">Design Systems</a>
319
- </p> -->
319
+ </p> -->
320
320
</ div >
321
321
</ section >
322
322
@@ -903,86 +903,12 @@ <h3 class="page-title white-text teal">Contact</h3>
903
903
class ="hoverline " target ="_blank "> linkedin.com/in/varadbhogayata</ a > </ a >
904
904
</ p >
905
905
906
- <!-- <a style="visibility: hidden;" href='https://www.symptoma.es/'>symptoma.es</a> -->
907
- <!-- <div>
908
- <a class="tracker" href='https://www.symptoma.es/'>symptoma.es</a>
909
- </div> -->
910
-
911
- < script type ='text/javascript ' src ='https://www.freevisitorcounters.com/auth.php?id=3e74f844e6e7ddcd90b1ef53fa246ebc89d6e084 '> </ script >
906
+ < a href ='https://www.symptoma.es/ '> symptoma.es</ a > < script type ='text/javascript ' src ='https://www.freevisitorcounters.com/auth.php?id=3e74f844e6e7ddcd90b1ef53fa246ebc89d6e084 '> </ script >
912
907
< script type ="text/javascript " src ="https://www.freevisitorcounters.com/en/home/counter/700803/t/4 "> </ script >
913
- <!-- <a href="https://www.freevisitorcounters.com/en/home/stats/id/700803" target="_blank"><br><img src="https://www.freevisitorcounters.com/en/counter/render/700803/t/4" border="0" class="counterimg"></a> -->
914
-
915
- <!-- <a href='https://www.symptoma.es/'>symptoma.es</a>
916
- <script type='text/javascript' src='https://www.freevisitorcounters.com/auth.php?id=47038a7c5b92d6416c2769eaa1078b27f487ffce'></script>
917
- <script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/700810/t/3"></script> -->
918
- <!-- website: https://www.freevisitorcounters.com/en/home/stats/id/700803 -->
919
908
</ div >
920
909
</ section >
921
910
</ main >
922
911
923
- <!--
924
- Google Analytics
925
- -------------------------------------------------
926
- If you want to enable your own account, assign analyticsId to your
927
- google analytics id, which should be the numbers following "UA-", e.g.
928
- let analyticsId = "12345678-9"
929
- -->
930
- <!-- <script>
931
- let analyticsId
932
-
933
- // If analytics id has been manually defined
934
- if (analyticsId) {
935
- // Initialize GA with local var
936
- initGoogleAnalytics(analyticsId)
937
- } else {
938
- // Initialize GA with Netlify env var available via lamba function
939
- // fetch("/.netlify/functions/env_vars")
940
- // .then(getEnvVar)
941
- // .then(initGoogleAnalytics)
942
- // .catch(handleError)
943
- }
944
-
945
- // -------------------------------------------------
946
- // Helper Functions
947
- // --------------------------------------------------
948
-
949
- function handleError(error) {
950
- console.log("error", error)
951
- }
952
-
953
- function getEnvVar(response) {
954
- // If the request was successful
955
- if (response.ok) {
956
- // Return the response text
957
- return response.text()
958
- } else {
959
- // Return a rejected Promise object, triggering the .catch()
960
- return Promise.reject(response)
961
- }
962
- }
963
-
964
- // Set Up Google Analytics
965
- function initGoogleAnalytics(analyticsId) {
966
- if (analyticsId) {
967
- // Inject the Google Analytics Tag Manager script into the DOM
968
- analyticsUrl =
969
- "https://www.googletagmanager.com/gtag/js?id=UA-" + analyticsId
970
- var ref = document.getElementsByTagName("script")[0]
971
- var script = document.createElement("script")
972
- script.src = analyticsUrl
973
- ref.parentNode.insertBefore(script, ref)
974
-
975
- // Initialize Google Analytics
976
- window.dataLayer = window.dataLayer || []
977
- function gtag() {
978
- dataLayer.push(arguments)
979
- }
980
- gtag("js", new Date())
981
- gtag("config", "UA-" + analyticsId)
982
- }
983
- }
984
- </script> -->
985
-
986
912
<!-- typed.js -->
987
913
< script src ="assets/vendor/typed.js/typed.min.js "> </ script >
988
914
< script type ="text/javascript ">
0 commit comments