git.lucas.co / website
source for lucas.co

commit74408e3a0764990059d75c10f028e8abd7893993
parent6dcf805c4b
authorlsgalante <lsgalante12@gmail.com>
date2025-05-05 10:08
add project files

 projects/box.html                     | 26 ++++++++++++++++++++++++++
 projects/branch.html                  | 26 ++++++++++++++++++++++++++
 projects/charcoal-drawings.html       | 26 ++++++++++++++++++++++++++
 projects/chariot.html                 | 26 ++++++++++++++++++++++++++
 projects/drawing-1.html               | 26 ++++++++++++++++++++++++++
 projects/early-computer-modeling.html | 26 ++++++++++++++++++++++++++
 projects/house-1.html                 | 26 ++++++++++++++++++++++++++
 projects/house-2.html                 | 26 ++++++++++++++++++++++++++
 projects/spoon.html                   | 26 ++++++++++++++++++++++++++
 projects/vise.html                    | 26 ++++++++++++++++++++++++++
 10 files changed, 260 insertions(+)

diff --git a/projects/box.html b/projects/box.html
new file mode 100644
index 0000000..d1bc1d0
--- /dev/null
+++ b/projects/box.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/box/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Box</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/branch.html b/projects/branch.html
new file mode 100644
index 0000000..cade406
--- /dev/null
+++ b/projects/branch.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+  
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff  -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/branch/</title>
+  </head>
+  
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+      
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Branch</h1>
+
+      <hr>
+      
+    </div>
+  </body>
+  
+</html>
diff --git a/projects/charcoal-drawings.html b/projects/charcoal-drawings.html
new file mode 100644
index 0000000..1b35ddf
--- /dev/null
+++ b/projects/charcoal-drawings.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/charcoal-drawings/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Charcoal Drawings</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/chariot.html b/projects/chariot.html
new file mode 100644
index 0000000..af1b53a
--- /dev/null
+++ b/projects/chariot.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/chariot/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Chariot</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/drawing-1.html b/projects/drawing-1.html
new file mode 100644
index 0000000..bc8c0e3
--- /dev/null
+++ b/projects/drawing-1.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/drawing-1/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Drawing 1</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/early-computer-modeling.html b/projects/early-computer-modeling.html
new file mode 100644
index 0000000..992e236
--- /dev/null
+++ b/projects/early-computer-modeling.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/early-computer-modeling/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Early Computer Modeling</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/house-1.html b/projects/house-1.html
new file mode 100644
index 0000000..f836e8c
--- /dev/null
+++ b/projects/house-1.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/house-1/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>House 1</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/house-2.html b/projects/house-2.html
new file mode 100644
index 0000000..9723ce3
--- /dev/null
+++ b/projects/house-2.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device=width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/house-2/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>House 2</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/spoon.html b/projects/spoon.html
new file mode 100644
index 0000000..b72f63d
--- /dev/null
+++ b/projects/spoon.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/spoon/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Spoon</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>
diff --git a/projects/vise.html b/projects/vise.html
new file mode 100644
index 0000000..6836ed7
--- /dev/null
+++ b/projects/vise.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+
+<html>
+
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="../styles.css">
+    <!-- iphone stuff -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- browser tab label -->
+    <title>lucas.co/vise/</title>
+  </head>
+
+  <body>
+    <div class="background-rectangle"></div>
+    <div class="content-container">
+
+      <h1> <a href="../index.html">Up</a> </h1>
+      <h1>Vise</h1>
+
+      <hr>
+
+    </div>
+  </body>
+
+</html>