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

commit3a7ff8c2e93558b670045d48cefb27d3ffdaed63
parent677c018f65
authorlsgalante <lsgalante12@gmail.com>
date2025-05-05 10:06
mostly get rid of comments i guess

 index.html | 82 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

diff --git a/index.html b/index.html
index 5332fe7..e9c7f4b 100644
--- a/index.html
+++ b/index.html
@@ -1,44 +1,48 @@
 <!DOCTYPE html>
-<html>
-
-<!-- Header section -->
-<head>
-
-  <!-- Website tab label -->
-  <title>lucas website</title>
-
-  <!-- Link to stylesheet -->
-  <link rel="stylesheet" href="styles.css">
-
-</head>
-
-<!-- Main website content -->
-<body>
 
-  <!-- Main page header -->
-  <h1>Lucas Galante Website</h1>
-
-  <!-- Contact link -->
-  <div>Contact: <a href="mailto:mail@lucas.co">mail@lucas.co</a></div>
-
-  <!-- Code link -->
-  <br> <div>Code: <a href="https://github.com/lsgalante?tab=repositories">https://github.com/lsgalante/</a></div>
-
-  <!-- Projects section -->
-  <br> <br> <div>Projects</div>
-
-  <br> <div> <a href="./projects/simulations.html">Simulations</a> </div>
-  <br> <div> <a href="./projects/branch.html">Branch</a> </div>
-  <br> <div> <a href="./projects/spoon.html">Spoon</a> </div>
-  <br> <div> <a href="./projects/chariot.html">Chariot</a> </div>
-  <br> <div> <a href="./porjects/vise.html">Vise</a> </div>
-  <br> <div> <a href="./projects/box.html">Box</a> </div>
-  <br> <div> <a href="./projects/drawing_1">Drawing 1</a> </div>
-  <br> <div> <a href="./projects/house_1">House 1</a> </div>
-  <br> <div> <a href="./projects/house_2">House 2</a> </div>
-  <br> <div> <a href="./projects/early_computer_modeling.html">Early computer modeling</a> </div>
-  <br> <div> <a href="./projects/charcoal_drawings.html">Charcoal Drawings</a> </div>
+<html>
 
-</body>
+  <head>
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="styles.css">
+    <!-- Something to do with iphones -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <!-- Browser tab label -->
+    <title>lucas.co/</title>
+    <link rel="preload" href="TerminusTTF.woff2" as="font" type="font/woff2" crossorigin>
+  </head>
+
+  
+  <body>
+    <div class="background-rectangle"></div>
+
+    
+    <div class="content-container">
+      <!-- Header -->
+      <h1>Lucas Galante Website</h1>
+
+      <!-- Contact link -->
+      <div>Contact: <a href="mailto:mail@lucas.co">mail@lucas.co</a> </div>
+
+      <!-- Code link -->
+      <br> <div>Code: <a href="https://github.com/lsgalante?tab=repositories">https://github.com/lsgalante/</a></div>
+
+      <!-- Projects section -->
+      <br> <br> <div>Projects</div>
+
+      <br> <div> <a href="./projects/simulations.html">Simulations</a> </div>
+      <br> <div> <a href="./projects/branch.html">Branch</a> </div>
+      <br> <div> <a href="./projects/spoon.html">Spoon</a> </div>
+      <br> <div> <a href="./projects/chariot.html">Chariot</a> </div>
+      <br> <div> <a href="./projects/vise.html">Vise</a> </div>
+      <br> <div> <a href="./projects/box.html">Box</a> </div>
+      <br> <div> <a href="./projects/drawing-1.html">Drawing 1</a> </div>
+      <br> <div> <a href="./projects/house-1.html">House 1</a> </div>
+      <br> <div> <a href="./projects/house-2.html">House 2</a> </div>
+      <br> <div> <a href="./projects/early-computer-modeling.html">Early computer modeling</a> </div>
+      <br> <div> <a href="./projects/charcoal-drawings.html">Charcoal Drawings</a> </div>
+    </div>
+
+  </body>
 
 </html>