Skip to content

Commit 6b32df2

Browse files
committed
Overall design changes
1 parent 70f263c commit 6b32df2

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

src/components/home/Banner.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<!-- Banner start -->
33
<section
4-
class="flex flex-col sm:justify-between items-center sm:flex-row mt-8 sm:mt-20"
4+
class="flex flex-col sm:justify-between items-center sm:flex-row mt-12 sm:mt-20"
55
>
66
<div class="w-full sm:w-1/3 text-left">
77
<h1
@@ -17,7 +17,7 @@
1717
<div class="flex justify-center sm:block">
1818
<a
1919
href="#"
20-
class="flex justify-center items-center w-36 sm:w-48 mt-10 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-xl bg-indigo-50 hover:bg-indigo-500 text-gray-500 hover:text-white"
20+
class="flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-xl bg-indigo-50 hover:bg-indigo-500 text-gray-500 hover:text-white"
2121
>
2222
<i
2323
data-feather="arrow-down-circle"

src/components/project/SingleProjectInfo.vue

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,27 +58,33 @@
5858
</p>
5959
<div class="flex items-center gap-3 mt-5">
6060
<a
61-
href="#"
61+
href="https://twitter.com/NangialaiStoman"
62+
target="__blank"
6263
class="bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
6364
><i data-feather="twitter" class="w-5 h-5"></i
6465
></a>
6566
<a
66-
href="#"
67+
href="https://instagram.com/NangialaiStoman"
68+
target="__blank"
6769
class="bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
68-
><i data-feather="facebook" class="w-5 h-5"></i
70+
><i data-feather="instagram" class="w-5 h-5"></i
6971
></a>
7072
<a
71-
href="#"
73+
href="https://facebook.com/nangialai.stoman"
74+
target="__blank"
7275
class="bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
73-
><i data-feather="instagram" class="w-5 h-5"></i
76+
><i data-feather="facebook" class="w-5 h-5"></i
7477
></a>
78+
7579
<a
76-
href="#"
80+
href="https://linkedin.com/"
81+
target="__blank"
7782
class="bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
7883
><i data-feather="linkedin" class="w-5 h-5"></i
7984
></a>
8085
<a
81-
href="#"
86+
href="https://www.youtube.com/c/StomanStudio"
87+
target="__blank"
8288
class="bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
8389
><i data-feather="youtube" class="w-5 h-5"></i
8490
></a>

src/components/shared/Footer.vue

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,44 @@
77
Follow me
88
</p>
99
<ul class="flex gap-4 sm:gap-8">
10-
<li
10+
<a
11+
href="https://github.com/NangialaiStoman"
12+
target="__blank"
1113
class="text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
1214
>
1315
<i data-feather="github" class="w-6 sm:w-8 h-6 sm:h-8"></i>
14-
</li>
15-
<li
16+
</a>
17+
<a
18+
href="https://twitter.com/NangialaiStoman"
19+
target="__blank"
1620
class="text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
1721
>
1822
<i data-feather="twitter" class="w-6 sm:w-8 h-6 sm:h-8"></i>
19-
</li>
20-
<li
23+
</a>
24+
<a
25+
href="https://instagram.com/NangialaiStoman"
26+
target="__blank"
2127
class="text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
2228
>
2329
<i
2430
data-feather="instagram"
2531
class="w-6 sm:w-8 h-6 sm:h-8"
2632
></i>
27-
</li>
28-
<li
33+
</a>
34+
<a
35+
href="https://behance.net/NangialaiStoman"
36+
target="__blank"
2937
class="text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
3038
>
31-
<i
32-
data-feather="dribbble"
33-
class="w-6 sm:w-8 h-6 sm:h-8"
34-
></i>
35-
</li>
39+
<i data-feather="feather" class="w-6 sm:w-8 h-6 sm:h-8"></i>
40+
</a>
3641
</ul>
3742
</div>
3843
<div class="flex justify-center items-center text-center">
3944
<div class="text-lg text-ternary-dark dark:text-ternary-light">
4045
&copy; Copyright 2021.
4146
<a
42-
href="https://stoman.me"
47+
href="http://stoman.me"
4348
target="__blank"
4449
class="text-secondary-dark dark:text-secondary-light font-medium"
4550
>Stoman</a

0 commit comments

Comments
 (0)