|
4 | 4 | <div class="md:flex items-center justify-between px-4 py-5">
|
5 | 5 | <div class="flex justify-between items-center">
|
6 | 6 | <div class="text-2xl font-bold text-gray-800 md:text-3xl">
|
7 |
| - <a href="#">Brand</a> |
| 7 | + <router-link to="/">Logo</router-link> |
8 | 8 | </div>
|
9 | 9 | <div class="md:hidden">
|
10 | 10 | <button type="button" class="block text-gray-800 hover:text-gray-700 focus:text-gray-700 focus:outline-none">
|
|
15 | 15 | </button>
|
16 | 16 | </div>
|
17 | 17 | </div>
|
18 |
| - <div class="flex flex-col md:flex-row md:block -mx-2"> |
19 |
| - <router-link to="/" class="text-lg font-medium text-gray-800 md:mx-2 uppercase">Home</router-link> |
20 |
| - <router-link to="about" class="text-lg font-medium text-gray-800 md:mx-2 uppercase">About</router-link> |
21 |
| - </div> |
22 |
| - <div> |
23 |
| - <a href="#"><i data-feather="moon" class="text-gray-500"></i></a> |
| 18 | + <div class="flex justify-between items-center flex-col md:flex-row"> |
| 19 | + <router-link to="/projects" class="text-lg font-medium text-gray-400 uppercase md:mx-6 mb-2 sm:py-2">Projects</router-link> |
| 20 | + <router-link to="/about" class="text-lg font-medium text-gray-400 uppercase md:mx-2 mb-2 sm:py-2">About Me</router-link> |
| 21 | + <div class="sm:-mt-3 sm:ml-10 bg-gray-50 hover:bg-gray-100 p-2 rounded-lg shadow-sm hover:shadow-md cursor-pointer"> |
| 22 | + <a href="#"><i data-feather="moon" class="text-gray-500"></i></a> |
| 23 | + </div> |
24 | 24 | </div>
|
| 25 | + |
25 | 26 | </div>
|
26 | 27 | </nav>
|
27 | 28 | <!-- Header End -->
|
|
34 | 35 | <div class="container mx-auto bg-white px-4">
|
35 | 36 | <div class="md:flex items-center justify-between py-5">
|
36 | 37 | <div class="flex justify-between items-center">
|
37 |
| - <div class="text-lg text-gray-800"> |
38 |
| - © Copyright 2021 |
| 38 | + <div class="text-lg text-gray-500"> |
| 39 | + © Copyright 2021. <a href="https://stoman.me" target="__blank" class="text-gray-600 font-medium">Stoman</a> |
39 | 40 | </div>
|
40 | 41 | </div>
|
41 | 42 | <div>
|
42 | 43 | <ul class="flex gap-4">
|
43 |
| - <li class="text-gray-500 cursor-pointer"><i data-feather="twitter"></i></li> |
44 |
| - <li class="text-gray-500 cursor-pointer"><i data-feather="instagram"></i></li> |
45 |
| - <li class="text-gray-500 cursor-pointer"><i data-feather="github"></i></li> |
| 44 | + <li class="text-gray-400 hover:text-green-500 cursor-pointer"><i data-feather="twitter"></i></li> |
| 45 | + <li class="text-gray-400 hover:text-green-500 cursor-pointer"><i data-feather="instagram"></i></li> |
| 46 | + <li class="text-gray-400 hover:text-green-500 cursor-pointer"><i data-feather="github"></i></li> |
46 | 47 | </ul>
|
47 | 48 | </div>
|
48 | 49 | </div>
|
|
73 | 74 | }
|
74 | 75 |
|
75 | 76 | #nav a.router-link-exact-active {
|
76 |
| - color: #42b983; |
| 77 | + @apply text-gray-700; |
77 | 78 | }
|
78 | 79 | </style>
|
0 commit comments