Skip to content

Commit 59e6f34

Browse files
committed
add basic navigation bar
1 parent cd32d4c commit 59e6f34

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,19 @@
6666
</style>
6767
</head>
6868
<body class="bg-gray-900 text-white font-inter antialiased">
69+
<nav class="bg-gray-800 p-4">
70+
<div class="container mx-auto flex justify-between items-center">
71+
<a href="#" class="font-mono llm-text text-2xl font-bold"> CoResearch AI </a>
72+
<ul class="flex gap-7">
73+
<li>
74+
<a href="#" class="hover:text-blue-400 text-2xl"> Home </a>
75+
</li>
76+
<li>
77+
<a href="#" class="hover:text-blue-400 text-2xl"> Solutions </a>
78+
</li>
79+
</ul>
80+
</div>
81+
</nav>
6982
<header
7083
class="bg-gradient-to-br from-gray-800 to-black p-8 md:p-12 lg:p-16 flex items-center justify-center min-h-screen"
7184
>
@@ -176,11 +189,11 @@ <h3 class="text-xl font-semibold mb-2 text-purple-300">
176189
</section>
177190

178191
<section
179-
class="bg-gradient-to-br from-gray-800 to-black p-8 md:p-12 lg:p-16"
192+
class="bg-gradient-to-br from-gray-800 to-black p-8 md:p-12 lg:p-16 flex items-center justify-center mt-20"
180193
>
181194
<div class="container mx-auto text-center">
182195
<h2
183-
class="text-3xl md:text-4xl lg:text-5xl font-semibold mb-6 text-blue-300"
196+
class="text-3xl md:text-4xl lg:text-5xl font-semibold mb-20 text-blue-300"
184197
>
185198
Ready to Transform Your Research?
186199
</h2>

0 commit comments

Comments
 (0)