Skip to content

Commit

Permalink
link to more more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Mar 28, 2024
1 parent 77a22d9 commit 2fbfd92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/src/config.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ site = {
},
agGrid = {
css => 'https://cdn.jsdelivr.net/npm/[email protected]/styles/ag-grid.min.css'
theme => 'https://cdn.jsdelivr.net/npm/[email protected]/styles/ag-theme-balham.min.css'
js => 'https://cdn.jsdelivr.net/npm/[email protected]/dist/ag-grid-community.min.noStyle.js'
theme => 'https://cdn.jsdelivr.net/npm/[email protected]/styles/ag-theme-balham.min.css'
js => 'https://cdn.jsdelivr.net/npm/[email protected]/dist/ag-grid-community.min.noStyle.js'
},
agCharts = {
js => 'https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/ag-charts-community.min.js'
Expand Down
13 changes: 12 additions & 1 deletion build/src/header.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,23 @@
</head>
<body>
<header>
<nav class="navbar navbar-dark bg-dark">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand mb-0 h1" href="/">
<span class="d-none d-lg-block">Google Cloud Platform 💸 Pricing</span>
<span class="d-lg-none">GCP 💸 Pricing</span>
</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0 d-none d-lg-block">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">More Tools</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://gcloud-iam.nkn-it.de/">Google Cloud Identity and Access Management (IAM)</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://aws-pricing.com/">Amazon EC2 Instance Type Comparison</a></li>
<li><a class="dropdown-item" href="https://ami.nkn-it.de/">Amazon Machine Images (AMIs)</a></li>
</ul>
</li>
</ul>
<div class="text-end">
<div class="d-none d-lg-block">
<a class="btn btn-success" href="/grid.html" role="button">✅ Instance Picker</a>
Expand Down

0 comments on commit 2fbfd92

Please sign in to comment.