source for lucas.co
index.html (1.5K)
1 <!DOCTYPE html>
2
3 <html>
4
5 <head>
6 <meta charset="UTF-8">
7 <link rel="stylesheet" href="styles.css">
8 <!-- iphone stuff -->
9 <meta name="viewport" content="width=device-width, initial-scale=1.0">
10 <!-- Browser tab label -->
11 <title>lucas.co/</title>
12 <script src="main.js" defer></script>
13 </head>
14
15 <body>
16
17 <div class="content-container">
18
19 <!-- header -->
20 <div>Lucas Galante</div>
21
22 <br>
23 <br>
24
25 <!-- about -->
26 <div class="flex-container">
27 <div>Contact</div>
28 <div><a href="mailto:mail@lucas.co">mail@lucas.co</a></div>
29 <th>Code</th>
30 <div><a href="https://github.com/lsgalante?tab=repositories">https://github.com/lsgalante/</a></div>
31 </div>
32
33 <br>
34 <br>
35
36 <!-- body -->
37 <div class="flex-container">
38 <div>Projects</div>
39 <a href="./projects/simulations.html">Simulations</a>
40 <a href="./projects/branch.html">Branch</a>
41 <a href="./projects/spoon.html">Spoon</a>
42 <a href="./projects/chariot.html">Chariot</a>
43 <a href="./projects/vise.html">Vise</a>
44 <a href="./projects/box.html">Box</a>
45 <a href="./projects/drawing-1.html">Drawing 1</a>
46 <a href="./projects/house-1.html">House 1</a>
47 <a href="./projects/house-2.html">House 2</a>
48 <a href="./projects/computer-modeling.html">Early computer modeling</a>
49 <a href="./projects/charcoal-drawings.html">Charcoal Drawings</a>
50 </div>
51
52 </div>
53
54 </body>
55
56 </html>