diff options
Diffstat (limited to 'website/projects.html')
| -rwxr-xr-x | website/projects.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/website/projects.html b/website/projects.html new file mode 100755 index 0000000..e82a0ef --- /dev/null +++ b/website/projects.html @@ -0,0 +1,85 @@ +
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html dir="ltr" lang="en-US">
+
+<head>
+ <title>Gridbit Labs - Projects</title>
+ <link rel="stylesheet" type="text/css" href="style.css" />
+ <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" />
+</head>
+<body>
+ <div id="other_container">
+
+ <div class="about_header">
+ <a href="index.html" class="header_link"><img src="logo.png" class="logo" /> </a>
+ <img src="ruler.png" class="ruler_pic" />
+ </div>
+
+
+
+ <div class="content_container">
+ <div class="top_info">
+ <h2>Projects</h2>
+ <div class="about_links_container">
+ <a href="about.html" class="links">about</a>
+ <a href="work.html" class="links">work</a>
+ <a href="projects.html" class="links activated">projects</a>
+ </div>
+ </div>
+
+ <span class="about_snippet">This is what we do for fun.</span>
+
+ <div class="folioh project_boxes">
+ <img class="project_pics" src="folioh.jpg" />
+ <div class="folioh_info">
+ <h3>Folioh</h3>
+ <span class="project_link"><a href="http://www.folioh.com">folioh.com</a></span>
+ <p>Folioh is an interactive closed community for independent artists to share their talents with other artists different and alike. It was built on the idea that the internet provides tools but nothing to truly expose an independent artist. Its a community built for artists exclusively, so you know you wont get trolls and trouble makers. The community is closed so only members can view comments features of the community.</p>
+ </div>
+ </div>
+
+ <div class="activly project_boxes">
+ <img class="project_pics" src="activly.jpg" />
+ <div class="activly_info">
+ <h3>Activly</h3>
+ <span class="project_link"><a href="http://www.activly.com">activly.com</a></span>
+ <p>Activly is a platform for businesses to post what they are up to each day. By doing this, people are kept informed about what is happening at the restaurants, bars, and venues in their hometown.</p>
+ </div>
+ </div>
+
+ <div class="rapbot project_boxes">
+ <img class="project_pics" src="rapbot.jpg" />
+ <div class="rapbot_info">
+ <h3>Rapbot</h3>
+ <span class="project_link"><a href="http://www.rapbot.gridbitlabs.com">rapbot.gridbitlabs.com</a></span>
+ <p>Rapbot is an experiment that illustrates the power of HTML5 and jQuery. Rapbot takes the lyrics from randomly selected songs and will rap them for your musical pleasure. It was developed in 2 days, coding and design by Scott and beats by Alex. </p>
+ </div>
+ </div>
+
+
+
+ </div>
+
+ <div class="footer">
+ <p>© 2011 Gridbit Laboratories, LLC</p>
+ </div>
+
+ <!-- Piwik -->
+<script type="text/javascript">
+var pkBaseURL = (("https:" == document.location.protocol) ? "https://a.gridbitlabs.com/" : "http://a.gridbitlabs.com/");
+document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
+</script><script type="text/javascript">
+try {
+var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2);
+piwikTracker.trackPageView();
+piwikTracker.enableLinkTracking();
+} catch( err ) {}
+</script><noscript><p><img src="http://a.gridbitlabs.com/piwik.php?idsite=2" style="border:0" alt="" /></p></noscript>
+<!-- End Piwik Tracking Code -->
+
+</body>
+
+</html>
\ No newline at end of file |
