Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaviness authored Nov 13, 2024
1 parent e267b28 commit acc82ad
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,31 @@
</head>
<body>

<!-- Navigation Bar -->
<nav class="navbar">
<a href="index.html" class="name">Luca Caviness</a>
<div class="menu">
<a href="essays.html">Essays</a>
<a href="newsletter.html">Newsletter</a>
<a href="resume.html">Resume</a>
</div>
</nav>
<!-- Header / Navigation Bar -->
<header>
<nav class="navbar">
<a href="index.html" class="name">Luca Caviness</a>
<div class="menu">
<a href="essays.html">Essays</a>
<a href="newsletter.html">Newsletter</a>
<a href="resume.html">Resume</a>
</div>
</nav>
</header>

<!-- Main Content -->
<div class="container">
<img src="files/headshot.jpg" alt="Luca Caviness's Photo" class="profile-pic">
<h1>Luca Caviness</h1>
<p class="bio">I'm Luca Caviness, passionate about [your interests, e.g., tech, writing, and aviation]. Driven by curiosity and dedicated to [mention your purpose, profession, or goals]. Let's connect and share ideas!</p>

<div class="social-links">
<a href="https://www.linkedin.com/in/yourprofile" target="_blank">LinkedIn</a>
<a href="https://github.com/yourusername" target="_blank">GitHub</a>
</div>
</div>
<main class="container">
<section class="main-content">
<img src="files/headshot.jpg" alt="Luca Caviness's Photo" class="profile-pic">
<h1>Luca Caviness</h1>
<p class="bio">I'm Luca Caviness, passionate about tech, writing, and aviation. Driven by curiosity and dedicated to innovation. Let's connect and share ideas!</p>

<div class="social-links">
<a href="https://www.linkedin.com/in/yourprofile" target="_blank">LinkedIn</a>
<a href="https://github.com/yourusername" target="_blank">GitHub</a>
</div>
</section>
</main>

</body>
</html>

0 comments on commit acc82ad

Please sign in to comment.