Skip to content

Commit

Permalink
feat: add ga
Browse files Browse the repository at this point in the history
  • Loading branch information
gglee89 committed Apr 2, 2024
1 parent d100aaf commit fe5b430
Showing 1 changed file with 70 additions and 57 deletions.
127 changes: 70 additions & 57 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<!--
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-5V6MG3MJD8"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())

gtag('config', 'G-5V6MG3MJD8')
</script>
<!--
SEO Meta Tags
-->
<meta
name="description"
content="Gustavo Lee's website. Cute and Fun. Inspired by MacOS + iTerm2 design."
/>
<meta
name="description"
content="Gustavo Lee's website. Cute and Fun. Inspired by MacOS + iTerm2 design."
/>
<meta
name="description"
content="Gustavo Lee's website. Cute and Fun. Inspired by MacOS + iTerm2 design."
/>
<meta
name="description"
content="Gustavo Lee's website. Cute and Fun. Inspired by MacOS + iTerm2 design."
/>

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://giwoolee.com" />
<meta name="twitter:title" content="Gustavo Lee" />
<meta name="twitter:creator" content="@giwoolee" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://giwoolee.com" />
<meta name="twitter:title" content="Gustavo Lee" />
<meta name="twitter:creator" content="@giwoolee" />

<!-- Open Graph data -->
<meta property="og:title" content="Gustavo Lee" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://giwoolee.com/" />
<meta
property="og:image"
content="https://user-images.githubusercontent.com/16644017/52909422-c6c23e00-324d-11e9-9b2b-cca5d2394269.png"
/>
<!-- Open Graph data -->
<meta property="og:title" content="Gustavo Lee" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://giwoolee.com/" />
<meta
property="og:image"
content="https://user-images.githubusercontent.com/16644017/52909422-c6c23e00-324d-11e9-9b2b-cca5d2394269.png"
/>

<!--
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -49,31 +63,31 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Gustavo Lee</title>
<title>Gustavo Lee</title>

<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous"
/>

<link
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<link
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>

<link
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<link
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand All @@ -82,6 +96,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
--></body>
</html>

0 comments on commit fe5b430

Please sign in to comment.