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

Develop to Prod v1.15.0 #126

Merged
merged 4 commits into from
Sep 27, 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
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "post-zen",
"author": "Brandon Castillo, Marketing Engineering, Postman.",
"version": "1.14.0",
"version": "1.15.0",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
50 changes: 48 additions & 2 deletions templates/document_head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<meta property="twitter:domain" content="https://support.postman.com/hc/en-us">
<meta property="twitter:site" content="@getpostman">
<meta name="twitter:title" content="Postman Support Center | Postman Support Center">

<!-- Voyager -->
<link rel="preconnect" href="https://voyager.postman.com" crossorigin="anonymous" />
<link href="https://voyager.postman.com/font/fonts.css" rel="stylesheet" />
<link href="https://voyager.postman.com/font/fonts.css" rel="stylesheet" />
<!-- Bootstrap v5 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
Expand All @@ -40,4 +40,50 @@
<!-- Postman Status API -->
<script type="text/javascript" src="https://cdn.statuspage.io/se-v2.js"></script>
<!-- Font Awesome icons -->
<script src="https://kit.fontawesome.com/a289f6d567.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/a289f6d567.js" crossorigin="anonymous"></script>

<!-- Facebook Pixel Code -->
<script text="text/javascript">
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '402119569597383');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=402119569597383&ev=PageView&noscript=1"
/></noscript>

<!-- LinkedIn Pixel Code -->
<script type="text/javascript">
_linkedin_partner_id = "4496132";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4496132&fmt=gif" />
</noscript>

<!-- Google Tag Manager -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-821881030"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'AW-821881030');
</script>
2 changes: 1 addition & 1 deletion templates/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
</div>
</div>
</div>
<div class="col-12 d-block d-md-none text-center order-last"><span class="col-12 small">© 2023
<div class="col-12 d-block d-md-none text-center order-last"><span class="col-12 small">© 2024
Postman, Inc.</span></div>
</div>
</div>
Expand Down