summary refs log tree commit diff
path: root/showcase/tech/print/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'showcase/tech/print/index.html')
-rw-r--r--showcase/tech/print/index.html78
1 files changed, 78 insertions, 0 deletions
diff --git a/showcase/tech/print/index.html b/showcase/tech/print/index.html
new file mode 100644
index 0000000..1d34689
--- /dev/null
+++ b/showcase/tech/print/index.html
@@ -0,0 +1,78 @@
+<!doctype html>
+<html lang="en"><head><meta charset="utf-8">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<link rel="stylesheet" href="../css/main.css">
+<link rel="shortcut icon" href="../i/favicon.ico">
+<title>Tech Showcase: 3D Printers</title></head><body>
+
+<header>
+	<h1>3D Printing Machines
+	<i>Technology Showcase</i></h1>
+</header>
+
+<nav>
+	<a href=".." class="btn">Home</a>
+	<a href="" class="btn">3D Printers</a>
+	<a href="../ev" class="btn">EVs</a>
+	<a href="../drone" class="btn">Drones</a>
+	<a href="../template" class="btn">Template</a>
+	<a href="http://github.com/4stc/tech_showcase" class="btn">Source</a>
+	<i>Technology / 3D Printers</i>
+</nav>
+
+<main>
+<div class="col" id="left">
+	<h2>Print Anything</h2>
+	<p>3D printers are amazing, they allow you to create specialized,
+	personalized, precisely made objects. The limitlessness of what you
+	can print is just inspiring as well. Also, many 3D printers totally
+	look like futuristic technology, here are some good examples:</p>
+	<div class="grid">
+		<aside>
+			<h3>3D Printer Examples</h3>
+		</aside>
+		<figure>
+			<img src="../i/print1.png" alt="photo of a 3D printer">
+		</figure>
+		<figure>
+			<img src="../i/print2.png" alt="photo of a 3D printer">
+		</figure>
+		<figure>
+			<img src="../i/print3.png" alt="photo of a 3D printer">
+		</figure>
+		<figure>
+			<img src="../i/print4.png" alt="photo of a 3D printer">
+		</figure>
+	</div>
+</div>
+<div class="col" id="right">
+	<h2>Core Advancements</h2>
+	<ul>
+		<li><h3>Complex Object Creation</h3>
+		<p>3D Printers allow you to create highly detailed objects which
+		would normally require tons of factory equipment to create</p></li>
+		<li><h3>Limitlessness</h3>
+		<p>There is no preexisting list of what can be printed, making the
+		printer's creativity the only limit</p></li>
+	</ul>
+	<h2>Challenges to Overcome</h2>
+	<ul>
+		<li><h3>Difficulty</h3>
+		<p>Many people have busy lives and struggle to find time for
+		learning new complicated technologies</p></li>
+		<li><h3>Expensiveness</h3>
+		<p>While 3D Printers are less expensive than they used to be,
+		they're still costly, this is understandably a deterrent for
+		many people</p></li>
+	</ul>
+</div>
+</main>
+
+<footer>
+	<p>Made by Name Surname |
+	<a href="../i/wireframe_mobile.png" target="_blank">Mobile Wireframe</a> |
+	<a href="../i/wireframe_desktop.png" target="_blank">Desktop Wireframe</a>
+	</p>
+</footer>
+
+</body></html>