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

commit79a579be238e131e51f5968122a409653b908c33
parent5cd906fced
authorlsgalante <[email protected]>
date2025-06-20 12:34
Move top 3 images to the bottom in branch.html

 projects/branch.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/projects/branch.html b/projects/branch.html
index c8671c1..3ce518d 100644
--- a/projects/branch.html
+++ b/projects/branch.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 
 <html>
-  
+
   <head>
     <meta charset="UTF-8">
     <link rel="stylesheet" href="../styles.css">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>lucas.co/branch.html</title>
   </head>
-  
+
   <body>
     <div class="content-container">
 
@@ -20,19 +20,19 @@
       <br>
 
       <div class="image-container">
-        <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_a_0.webp">
-        <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_a_1.webp">
-        <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_a_2.webp">
         <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_b_0.webp">
         <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_b_1.webp">
         <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_b_2.webp">
         <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_b_3.webp">
         <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_b_4.webp">
         <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_b_5.webp">
+        <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_a_0.webp">
+        <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_a_1.webp">
+        <img src="https://pub-c0a064adda8e4234ab95cc26a264b806.r2.dev/branch_style_a_2.webp">
         <div class="footer"></div>
       </div>
-     
+
     </div>
   </body>
-  
+
 </html>