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 84913a5 commit a9789c1
Showing 1 changed file with 19 additions and 23 deletions.
42 changes: 19 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,27 @@
</head>
<body>

<!-- 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>
<!-- 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>

<!-- Main Content -->
<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>
<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>

</body>
</html>

0 comments on commit a9789c1

Please sign in to comment.