Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding google tagging for link tracking #39

Merged
merged 4 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Cloud Native](#cloud-native)
- [Private Cloud - VMware](#private-cloud---vmware)
- [Lightspeed AI](#lightspeed-ai)
- [Middleware](#middleware)
- [Network Automation](#network-automation)
- [Infrastructure Automation](#infrastructure-automation)
- [Security Automation](#security-automation)
Expand Down Expand Up @@ -421,6 +422,25 @@ and <a target="_blank" href="https://docs.google.com/presentation/d/1LnGlQvdL27E
</tbody>
</table>

# Middleware

<table>
<thead>
<tr>
<th>Slide Deck</th>
<th>Red Hat Internal Link</th>
<th>RHCC Link (employees and partners)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ansible for Middleware</td>
<td><a target="_blank" href="https://docs.google.com/presentation/d/12S1G0YHw_VS9kExZjQmlMIyl13vh8ZKjKrFRN4RnpOs/edit?usp=sharing">Google Source</a></td>
<td>Coming soon!</td>
</tr>
</tbody>
</table>

# Network Automation

<table>
Expand Down
18 changes: 15 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NRJNCH95');</script>
<!-- End Google Tag Manager -->

<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZVQ046EDBT"></script>
Expand All @@ -10,7 +18,7 @@
gtag('js', new Date());

gtag('config', 'G-ZVQ046EDBT');
</script>
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

Expand All @@ -29,6 +37,10 @@
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NRJNCH95"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script src="{{ '/assets/prism.js' }}"></script>
<script src="{{ '/assets/tablelink.js' }}"></script>

Expand All @@ -48,7 +60,7 @@
</a>
<a class="header-link" href="{{ '/slides/ebooks' }}">
E-Books
</a>
</a>
<a class="header-link" href="{{ '/slides/customer_references' }}">
Customer References
</a>
Expand All @@ -60,7 +72,7 @@
</a>
<a target="_new" class="header-link" href="https://labs.demoredhat.com/">
Labs
</a>
</a>
<a class="header-link" target="_new" href="https://github.com/ansible/slides/issues/new">
Open an Issue
</a>
Expand Down