Skip to content
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
Binary file added .DS_Store
Binary file not shown.
69 changes: 67 additions & 2 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,77 @@
import { defineConfig } from '@lando/vitepress-theme-default-plus/config';

const baseUrl = 'https://www.tanaab.dev/';

export default defineConfig({
appearance: false,
lang: 'en-US',
title: 'TMS Website',
description: 'Main marketing site',
title: 'Tanaab Maneuvering Systems LLC',
description: 'A tech workshop for special projects.',
head: [
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1' }],
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicons/favicon.ico' }],

['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '48x48', href: '/favicon-48x48.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '64x64', href: '/favicon-64x64.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '128x128', href: '/favicon-128x128.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '192x192', href: '/favicon-192x192.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '256x256', href: '/favicon-256x256.png' }],

['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/favicon-192x192.png' }],

['meta', { name: 'theme-color', content: '#00C88A' }],
],
feed: {
patterns: ['*.md', '*/**/*.md'],
},
robots: {
host: baseUrl,
sitemap: `${baseUrl}sitemap.xml`,
disallowAll: false,
allowAll: false,
policy: [],
policies: [
{
userAgent: '*',
disallow: ['/v/'],
allow: '/',
},
],
},
sitemap: {
hostname: baseUrl,
lastmodDateOnly: false,
transformItems: (items) => {
for (const item of items) {
item.priority = 0.5;
item.changefreq = 'daily';
}
return items;
},
},
themeConfig: {
autometa: {
canonicalUrl: baseUrl,
image: baseUrl,
// twitter: '@devwithlando',
// x: '@devwithlando',
},

collections: false,
contributors: false,
editLink: false,

// ga: {
// id: null,
// },

lastUpdated: false,
navbar: false,

sidebar: {},
siteTitle: false,
},
});
42 changes: 42 additions & 0 deletions .vitepress/theme/fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
@font-face {
font-family: 'AvenirNext';
src:
url('/fonts/AvenirNext-Heavy.woff2') format('woff2'),
url('/fonts/AvenirNext-Heavy.woff') format('woff');
font-style: normal;
font-display: swap;
font-weight: 600;
}

@font-face {
font-family: 'GalaxieCopernicus';
src:
url('/fonts/GalaxieCopernicus-Book.woff2') format('woff2'),
url('/fonts/GalaxieCopernicus-Book.woff') format('woff'),
url('/fonts/GalaxieCopernicus-Book.eot');
font-style: normal;
font-display: swap;
font-weight: 300;
}

@font-face {
font-family: 'GalaxieCopernicus';
src:
url('/fonts/GalaxieCopernicus-Medium.woff2') format('woff2'),
url('/fonts/GalaxieCopernicus-Medium.woff') format('woff'),
url('/fonts/GalaxieCopernicus-Medium.eot');
font-style: normal;
font-display: swap;
font-weight: 400;
}

@font-face {
font-family: 'Anton';
src:
url('/fonts/Anton-Regular.woff2') format('woff2'),
url('/fonts/Anton-Regular.woff') format('woff'),
url('/fonts/Anton-Regular.eot');
font-style: normal;
font-display: swap;
font-weight: 500;
}
2 changes: 2 additions & 0 deletions .vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import VPLTheme from '@lando/vitepress-theme-default-plus';
import './fonts.scss';
import './overrides.scss';

export default VPLTheme;
22 changes: 22 additions & 0 deletions .vitepress/theme/overrides.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* .vitepress/theme/overrides.scss */
:root {
--vp-c-pink-1: #00c88a;
--vp-c-brand: #00c88a;
--vp-c-brand-light: #33d4a1;
--vp-c-bg: #111111;
--vp-font-family-base: 'GalaxieCopernicus, PT Serif, serif';
--vp-font-family-header: 'Anton', 'Helvetica Neue', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
font-family: var(--vp-font-family-header);
}

.dark {
--vp-c-bg: #111111;
--vp-c-brand: #00c88a;
}
83 changes: 81 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
# Welcome to TMS
---
title: TMS
description: A tech workshop for special projects.
layout: home
sidebar: false
navbar: false
---

This site is powered by **VitePress** running with **Bun**.
<div class="hero">
<h1 aria-label="TANAAB MANEUVERING SYSTEMS LLC">
<span aria-hidden="true">TANAAB</span>
<span aria-hidden="true">MANEUVERING</span>
<span aria-hidden="true">SYSTEMS</span>
<span aria-hidden="true">LLC</span>
</h1>
<span class="byline">A tech workshop for special projects.</span>
<div class="links">
<a href="tel:+12024306826" title="Call Tanaab">CALL US</a> |
<a href="mailto:sales@tanaab.dev" title="Email Tanaab">EMAIL US</a>
</div>
<footer>Copyright ©2025</footer>
</div>

<style lang="scss" scoped>
.hero {
padding: 3em;
display: flex;
flex-direction: column;
align-items: center;
h1 {
font-size: 8rem;
color: white;
text-transform: uppercase;
letter-spacing: 0.08em;
line-height: 1.4;
text-align: center;
span {
display: block;
}
}
.byline {
color: var(--vp-c-text-3);
font-weight: 500;
line-height: 1.33;
margin: 0 0 1em;
letter-spacing: -.08rem;
font-size: 3em;
text-align: center;
}
.links {
display: flex;
gap: 10px;
}
footer {
padding-top: 2em;
color: var(--vp-c-text-2);
}
}

@media (max-width: 768px) {
.hero {
padding: 2em;
h1 {
font-size: 4.5em;
}
.byline {
font-size: 2.5em;
}
}
}

@media (max-width: 480px) {
.hero {
padding: 1.5em;
h1 {
font-size: 3.5em;
}
}
}


</style>
46 changes: 46 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[build]
base = "./"
publish = ".vitepress/dist"
command = "npm run build"

[context.deploy-preview]
command = "npm run build"

[build.processing.css]
bundle = true
minify = true
[build.processing.js]
bundle = true
minify = true
[build.processing.html]
pretty_urls = false
[build.processing.images]
compress = true

[[headers]]
for = "/images/*"
[headers.values]
Cache-Control = "public, max-age=31536000"

# pluginz
# https://github.com/netlify/netlify-plugin-lighthouse#readme
[[plugins]]
package = "@netlify/plugin-lighthouse"
[plugins.inputs.audits]
output_path = "reports/lighthouse.html"

[[redirects]]
from = "http://tanaab.dev/*"
to = "https://www.tanaab.dev/:splat"
status = 301
force = true
[[redirects]]
from = "https://tanaab.dev/*"
to = "https://www.tanaab.dev/:splat"
status = 301
force = true
[[redirects]]
from = "http://www.tanaab.dev/*"
to = "https://www.tanaab.dev/:splat"
status = 301
force = true
Binary file added public/.DS_Store
Binary file not shown.
Binary file added public/favicon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/fonts/.DS_Store
Binary file not shown.
Binary file added public/fonts/Anton-Regular.eot
Binary file not shown.
Binary file added public/fonts/Anton-Regular.woff
Binary file not shown.
Binary file added public/fonts/Anton-Regular.woff2
Binary file not shown.
Binary file added public/fonts/AvenirNext-Heavy.woff
Binary file not shown.
Binary file added public/fonts/AvenirNext-Heavy.woff2
Binary file not shown.
Binary file added public/fonts/GalaxieCopernicus-Book.eot
Binary file not shown.
Binary file added public/fonts/GalaxieCopernicus-Book.woff
Binary file not shown.
Binary file added public/fonts/GalaxieCopernicus-Book.woff2
Binary file not shown.
Binary file added public/fonts/GalaxieCopernicus-Medium.eot
Binary file not shown.
Binary file added public/fonts/GalaxieCopernicus-Medium.woff
Binary file not shown.
Binary file added public/fonts/GalaxieCopernicus-Medium.woff2
Binary file not shown.
Binary file added public/images/tms.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.