Skip to content

Commit a33bef7

Browse files
remove unwanted code
1 parent ee11088 commit a33bef7

File tree

1 file changed

+3
-77
lines changed

1 file changed

+3
-77
lines changed

index.html

Lines changed: 3 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,15 @@ <h2>
308308
</p>
309309
<!-- <p>
310310
Another Paragraph
311-
</p> -->
311+
</p> -->
312312
<!-- <p>
313313
<strong>Current Focus</strong>:&nbsp;<a aria-label="Navigate to the Inclusive Design Patterns homepage"
314314
href="https://www.smashingmagazine.com/inclusive-design-patterns/">Accessibility</a>&nbsp;//&nbsp;<a
315315
aria-label="Navigate to the Full Stack React homepage"
316316
href="https://www.fullstackreact.com/">React</a>&nbsp;//&nbsp;<a
317317
aria-label='Navigate to the article "Scalable CSS"'
318318
href="https://mrmrs.github.io/writing/2016/03/24/scalable-css/">Design Systems</a>
319-
</p> -->
319+
</p> -->
320320
</div>
321321
</section>
322322

@@ -903,86 +903,12 @@ <h3 class="page-title white-text teal">Contact</h3>
903903
class="hoverline" target="_blank">linkedin.com/in/varadbhogayata</a></a>
904904
</p>
905905

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>
912907
<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 -->
919908
</div>
920909
</section>
921910
</main>
922911

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-
986912
<!-- typed.js -->
987913
<script src="assets/vendor/typed.js/typed.min.js"></script>
988914
<script type="text/javascript">

0 commit comments

Comments
 (0)