Skip to content

Commit 8f3b718

Browse files
authored
Merge pull request #47 from uxrishu/staging
projects update
2 parents 8c42b6f + 15dfc9a commit 8f3b718

16 files changed

+620
-131
lines changed

about.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,24 @@
2222
<div class="custom__cursor__outer"></div>
2323
<div class="custom__cursor__inner"></div>
2424
<div class="wrapper">
25-
<nav class="mt-4">
25+
<nav class="">
2626
<div class="mx-auto">
2727
<div class="flex">
2828
<div class="flex wrapper justify-between px-4 py-4">
2929
<div class="hidden md:flex items-center space-x-1">
3030
<a href="index.html" class="caption py-4 px-2"><span>Work</span></a>
3131
<a href="about.html" class="caption py-4 px-2"><span>About</span></a>
32+
<a href="products.html" class="caption py-4 px-2"><span>Products</span></a>
3233
<a href="contact.html" class="caption py-4 px-2"><span>Contact</span></a>
3334
</div>
3435

3536
<!-- Primary Navbar items -->
36-
<div class="md:flex items-center space-x-1">
37-
<a href="index.html" class="flex items-center">
38-
<img src="./res/icons/logo.svg" alt="" draggable="false">
39-
</a>
40-
</div>
37+
<!-- Centered logo -->
38+
<div class="lg:absolute lg:left-1/2 transform-translate-x-1/2 md:relative">
39+
<a href="index.html" class="flex items-center">
40+
<img src="./res/icons/logo.svg" alt="" draggable="false" />
41+
</a>
42+
</div>
4143

4244
<div class="hidden md:flex items-center">
4345
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
@@ -55,6 +57,8 @@
5557
</span>
5658
</div>
5759
</div>
60+
61+
5862

5963
<!-- Mobile menu button -->
6064
<div class="md:hidden flex items-center py-4 px-4">
@@ -73,6 +77,7 @@
7377
<ul class="px-5 mobile-nav-items">
7478
<li class="active"><a href="index.html" class="caption m-2">Work</a></li>
7579
<li><a href="about.html" class="caption m-2 transition duration-300">About</a></li>
80+
<li><a href="products.html" class="caption m-2 transition duration-300">Products</a></li>
7681
<li><a href="contact.html" class="caption m-2 transition duration-300">Contact</a></li>
7782
<li><a href="https://www.behance.net/uxrishu" target="_blank"
7883
class="caption m-2 transition duration-300">Behance

contact.html

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,43 @@
2222
<div class="custom__cursor__outer"></div>
2323
<div class="custom__cursor__inner"></div>
2424
<div class="wrapper">
25-
<nav class="mt-4">
25+
<nav class="">
2626
<div class="mx-auto">
2727
<div class="flex">
28-
<div class="flex wrapper justify-between px-4 py-4">
29-
<div class="hidden md:flex items-center space-x-1">
30-
<a href="index.html" class="caption py-4 px-2"><span>Work</span></a>
31-
<a href="about.html" class="caption py-4 px-2"><span>About</span></a>
32-
<a href="contact.html" class="caption py-4 px-2"><span>Contact</span></a>
33-
</div>
28+
<div class="flex wrapper justify-between px-4 py-4">
29+
<div class="hidden md:flex items-center space-x-1">
30+
<a href="index.html" class="caption py-4 px-2"><span>Work</span></a>
31+
<a href="about.html" class="caption py-4 px-2"><span>About</span></a>
32+
<a href="products.html" class="caption py-4 px-2"><span>Products</span></a>
33+
<a href="contact.html" class="caption py-4 px-2"><span>Contact</span></a>
34+
</div>
3435

35-
<!-- Primary Navbar items -->
36-
<div class="md:flex items-center space-x-1">
37-
<a href="index.html" class="flex items-center">
38-
<img src="./res/icons/logo.svg" alt="" draggable="false">
39-
</a>
40-
</div>
36+
<!-- Primary Navbar items -->
37+
<!-- Centered logo -->
38+
<div class="lg:absolute lg:left-1/2 transform-translate-x-1/2 md:relative">
39+
<a href="index.html" class="flex items-center">
40+
<img src="./res/icons/logo.svg" alt="" draggable="false" />
41+
</a>
42+
</div>
4143

42-
<div class="hidden md:flex items-center">
43-
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
44-
<ul class="flex items-center">
45-
<a class="ml-5 " href="https://www.behance.net/uxrishu" target="_blank">
46-
<span class=" text-xl"><i class="fa-brands fa-behance"></i></span>
47-
</a>
48-
<a class="ml-5 " href="https://www.linkedin.com/in/uxrishu/" target="_blank">
49-
<span class="text-xl"><i class="fa-brands fa-linkedin-in"></i> </span>
50-
</a>
51-
<a class="ml-5 " href="https://github.com/uxrishu" target="_blank">
52-
<span class=" text-xl"><i class="fa-brands fa-github"></i></span>
53-
</a>
54-
</ul>
55-
</span>
56-
</div>
44+
<div class="hidden md:flex items-center">
45+
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
46+
<ul class="flex items-center">
47+
<a class="ml-5 " href="https://www.behance.net/uxrishu" target="_blank">
48+
<span class=" text-xl"><i class="fa-brands fa-behance"></i></span>
49+
</a>
50+
<a class="ml-5 " href="https://www.linkedin.com/in/uxrishu/" target="_blank">
51+
<span class="text-xl"><i class="fa-brands fa-linkedin-in"></i> </span>
52+
</a>
53+
<a class="ml-5 " href="https://github.com/uxrishu" target="_blank">
54+
<span class=" text-xl"><i class="fa-brands fa-github"></i></span>
55+
</a>
56+
</ul>
57+
</span>
5758
</div>
59+
</div>
60+
61+
5862

5963
<!-- Mobile menu button -->
6064
<div class="md:hidden flex items-center py-4 px-4">
@@ -73,6 +77,7 @@
7377
<ul class="px-5 mobile-nav-items">
7478
<li class="active"><a href="index.html" class="caption m-2">Work</a></li>
7579
<li><a href="about.html" class="caption m-2 transition duration-300">About</a></li>
80+
<li><a href="products.html" class="caption m-2 transition duration-300">Products</a></li>
7681
<li><a href="contact.html" class="caption m-2 transition duration-300">Contact</a></li>
7782
<li><a href="https://www.behance.net/uxrishu" target="_blank"
7883
class="caption m-2 transition duration-300">Behance

forbes.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,24 @@
2323
<div class="custom__cursor__outer"></div>
2424
<div class="custom__cursor__inner"></div>
2525
<div class="wrapper">
26-
<nav class="mt-4">
26+
<nav class="">
2727
<div class="mx-auto">
2828
<div class="flex">
2929
<div class="flex wrapper justify-between px-4 py-4">
3030
<div class="hidden md:flex items-center space-x-1">
3131
<a href="index.html" class="caption py-4 px-2"><span>Work</span></a>
3232
<a href="about.html" class="caption py-4 px-2"><span>About</span></a>
33+
<a href="products.html" class="caption py-4 px-2"><span>Products</span></a>
3334
<a href="contact.html" class="caption py-4 px-2"><span>Contact</span></a>
3435
</div>
3536

3637
<!-- Primary Navbar items -->
37-
<div class="md:flex items-center space-x-1">
38-
<a href="index.html" class="flex items-center">
39-
<img src="./res/icons/logo.svg" alt="" draggable="false">
40-
</a>
41-
</div>
38+
<!-- Centered logo -->
39+
<div class="lg:absolute lg:left-1/2 transform-translate-x-1/2 md:relative">
40+
<a href="index.html" class="flex items-center">
41+
<img src="./res/icons/logo.svg" alt="" draggable="false" />
42+
</a>
43+
</div>
4244

4345
<div class="hidden md:flex items-center">
4446
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
@@ -56,6 +58,7 @@
5658
</span>
5759
</div>
5860
</div>
61+
5962

6063
<!-- Mobile menu button -->
6164
<div class="md:hidden flex items-center py-4 px-4">
@@ -74,6 +77,7 @@
7477
<ul class="px-5 mobile-nav-items">
7578
<li class="active"><a href="index.html" class="caption m-2">Work</a></li>
7679
<li><a href="about.html" class="caption m-2 transition duration-300">About</a></li>
80+
<li><a href="products.html" class="caption m-2 transition duration-300">Products</a></li>
7781
<li><a href="contact.html" class="caption m-2 transition duration-300">Contact</a></li>
7882
<li><a href="https://www.behance.net/uxrishu" target="_blank"
7983
class="caption m-2 transition duration-300">Behance

0 commit comments

Comments
 (0)