diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2025-12-02 20:08:49 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2025-12-02 20:08:49 -0500 |
| commit | 8e4f8d50982eee7afa80a883e2017b30729e117d (patch) | |
| tree | ce9071f98c1644f8d9c2b8813cb6b32fb0664b21 | |
| parent | fa9963fe8826e28d7d3ac0b94f1cd72356286c4b (diff) | |
| -rwxr-xr-x | website/about.html | 5 | ||||
| -rwxr-xr-x | website/hover.js | 1 | ||||
| -rwxr-xr-x | website/projects.html | 7 | ||||
| -rwxr-xr-x | website/work.html | 5 |
4 files changed, 13 insertions, 5 deletions
diff --git a/website/about.html b/website/about.html index 23690d7..e821522 100755 --- a/website/about.html +++ b/website/about.html @@ -9,6 +9,9 @@ Gridbit Laboratories also offers a various set of workshops, classes, and consultation. It's main goal is open up the creative talents of Montana to the world." />
<meta name="keywords" content="Montana production company, production company, video production company, audio production company, Montana action classes, acting classes,
Montana workshops, business workshops, Gridbit Labs, Gridbit Laboratories, Gridbit Laboratories LLC" />
+ <script>
+ alert("This website is for viewable archive purposes only! None of the projects (except rapbot) exist, and these guys don't do this stuff anymore. Move on with your life!");
+ </script>
</head>
<body>
<div id="other_container">
@@ -97,4 +100,4 @@ piwikTracker.enableLinkTracking(); </body>
-</html>
\ No newline at end of file +</html>
diff --git a/website/hover.js b/website/hover.js index a654309..835a0cd 100755 --- a/website/hover.js +++ b/website/hover.js @@ -1,5 +1,4 @@ $(document).ready(function() {
- alert("This website is for viewable archive purposes only! None of the projects (except rapbot) exist, and these guys don't do this stuff anymore. Move on with your life!");
$(".link_box").hover(
function () {
$(this).addClass("hover");
diff --git a/website/projects.html b/website/projects.html index e82a0ef..35e53b6 100755 --- a/website/projects.html +++ b/website/projects.html @@ -8,7 +8,10 @@ <meta name="description" content="Gridbit Laboratories, LLC is a production company providing custom video, sound, and web design.
Gridbit Laboratories also offers a various set of workshops, classes, and consultation. It's main goal is open up the creative talents of Montana to the world." />
<meta name="keywords" content="Montana production company, production company, video production company, audio production company, Montana action classes, acting classes,
- Montana workshops, business workshops, Gridbit Labs, Gridbit Laboratories, Gridbit Laboratories LLC" />
+ Montana workshops, business workshops, Gridbit Labs, Gridbit Laboratories, Gridbit Laboratories LLC" />
+ <script>
+ alert("This website is for viewable archive purposes only! None of the projects (except rapbot) exist, and these guys don't do this stuff anymore. Move on with your life!");
+ </script>
</head>
<body>
<div id="other_container">
@@ -82,4 +85,4 @@ piwikTracker.enableLinkTracking(); </body>
-</html>
\ No newline at end of file +</html>
diff --git a/website/work.html b/website/work.html index 10a43b1..5f73a90 100755 --- a/website/work.html +++ b/website/work.html @@ -9,6 +9,9 @@ Gridbit Laboratories also offers a various set of workshops, classes, and consultation. It's main goal is open up the creative talents of Montana to the world." />
<meta name="keywords" content="Montana production company, production company, video production company, audio production company, Montana action classes, acting classes,
Montana workshops, business workshops, Gridbit Labs, Gridbit Laboratories, Gridbit Laboratories LLC" />
+ <script>
+ alert("This website is for viewable archive purposes only! None of the projects (except rapbot) exist, and these guys don't do this stuff anymore. Move on with your life!");
+ </script>
</head>
<body>
<div id="other_container">
@@ -88,4 +91,4 @@ piwikTracker.enableLinkTracking(); </body>
-</html>
\ No newline at end of file +</html>
|
