Skip to content

Commit

Permalink
Update projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rohmeh authored Dec 16, 2024
1 parent 8d890ed commit 379c25b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</head>
<body class="container d-flex flex-column min-vh-100">

<nav class="navbar navbar-expand-lg navbar-light fixed-top" style="background-color: #ffffff; border-bottom: 1px solid #e6e6e6; padding: 10px;">
<a class="navbar-brand main_color" href="index.html" style="font-family: 'Inter', sans-serif; font-size: 1.2rem; color: #343a40; font-weight: 500;">
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #ffffff; border-bottom: 1px solid #e6e6e6; padding: 10px;">
<a class="navbar-brand main_color" href="index.html" style="font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 500;">
Rohan Mehra
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
Expand All @@ -18,12 +18,12 @@
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html" style="font-family: 'Inter', sans-serif; font-size: 1rem; color: #343a40; margin: 0 10px; text-transform: none;">
<a class="nav-link main_color" href="index.html" style="font-family: 'Inter', sans-serif; font-size: 1rem; margin: 0 10px; text-transform: none;">
About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html" style="font-family: 'Inter', sans-serif; font-size: 1rem; color: #343a40; margin: 0 10px; text-transform: none;">
<a class="nav-link main_color" href="projects.html" style="font-family: 'Inter', sans-serif; font-size: 1rem; margin: 0 10px; text-transform: none;">
Projects
</a>
</li>
Expand Down

0 comments on commit 379c25b

Please sign in to comment.