Skip to content

Commit a481c42

Browse files
authored
Merge pull request realstoman#7 from NangialaiStoman/ui
UI Design Changes
2 parents c57eabb + dd3782a commit a481c42

35 files changed

+281
-30
lines changed

package-lock.json

Lines changed: 50 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11+
"@tailwindcss/forms": "^0.3.3",
1112
"@tailwindcss/postcss7-compat": "^2.0.2",
1213
"autoprefixer": "^9",
1314
"core-js": "^3.6.5",
7.72 KB
Loading
4.1 KB
Loading
4.16 KB
Loading
3.84 KB
Loading
5.93 KB
Loading
3.56 KB
Loading
5.36 KB
Loading
2.74 KB
Loading

src/assets/images/brands/nb_color.png

9.91 KB
Loading

src/assets/images/brands/nb_gray.png

4.39 KB
Loading
4.79 KB
Loading
3.14 KB
Loading
8.63 KB
Loading
4.08 KB
Loading
3.41 KB
Loading
3.13 KB
Loading

src/assets/images/dev.svg

Lines changed: 1 addition & 0 deletions
Loading

src/assets/images/developer.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/images/profile.jpeg

30.4 KB
Loading

src/components/about/AboutCounter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="mt-10 sm:mt-20 bg-gray-100 shadow-sm">
33
<div
4-
class="container mx-auto py-20 px-10 block sm:flex sm:justify-between sm:items-center"
4+
class="container mx-auto py-20 block sm:flex sm:justify-between sm:items-center"
55
>
66
<div class="mb-20 sm:mb-0">
77
<p class="text-4xl font-bold text-gray-600 mb-2">12</p>

src/components/about/AboutMe.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
2-
<div class="block sm:flex sm:gap-10">
2+
<div class="block sm:flex sm:gap-10 mt-10 sm:mt-20">
33
<div class="w-full sm:w-1/4 mb-7 sm:mb-0">
44
<img
5-
src="../../assets/images/mobile-project-1.jpg"
5+
src="../../assets/images/profile.jpeg"
66
class="rounded-xl w-96"
77
alt=""
88
/>

src/components/about/Clients.vue

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,66 @@
11
<template>
2-
<div class="mt-10">
3-
<p class="text-3xl font-semibold">
2+
<div class="mt-10 sm:mt-20">
3+
<p class="text-2xl sm:text-4xl text-gray-600 font-sans font-semibold">
44
Some of the best companies I worked with
55
</p>
6+
<div class="grid grid-cols-2 sm:grid-cols-4 mt-10 sm:mt-20 gap-2">
7+
<div>
8+
<img
9+
src="../../assets/images/brands/amazon_gray.png"
10+
alt="Amazon"
11+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
12+
/>
13+
</div>
14+
<div>
15+
<img
16+
src="../../assets/images/brands/sony_gray.png"
17+
alt="SONY"
18+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
19+
/>
20+
</div>
21+
<div>
22+
<img
23+
src="../../assets/images/brands/adidas_gray.png"
24+
alt="Adidas"
25+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
26+
/>
27+
</div>
28+
<div>
29+
<img
30+
src="../../assets/images/brands/fila_gray.png"
31+
alt="FILA"
32+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
33+
/>
34+
</div>
35+
<div>
36+
<img
37+
src="../../assets/images/brands/nb_gray.png"
38+
alt="NB"
39+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
40+
/>
41+
</div>
42+
<div>
43+
<img
44+
src="../../assets/images/brands/samsung_gray.png"
45+
alt="Samsung"
46+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
47+
/>
48+
</div>
49+
<div>
50+
<img
51+
src="../../assets/images/brands/canon_gray.png"
52+
alt="Canon"
53+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
54+
/>
55+
</div>
56+
<div>
57+
<img
58+
src="../../assets/images/brands/puma_gray.png"
59+
alt="Puma"
60+
class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer"
61+
/>
62+
</div>
63+
</div>
664
</div>
765
</template>
866

src/components/home/Banner.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<!-- Banner start -->
3-
<section class="flex flex-col items-center sm:flex-row justify-between">
3+
<section
4+
class="flex flex-col sm:justify-between items-center sm:flex-row mt-8 sm:mt-20"
5+
>
46
<div class="w-full sm:w-1/3 text-left">
57
<h1
68
class="text-3xl sm:text-5xl text-center sm:text-left font-semibold text-gray-700 uppercase"
@@ -25,8 +27,8 @@
2527
>
2628
</div>
2729
</div>
28-
<div class="w-full sm:w-2/3 text-right">
29-
<img src="@/assets/images/developer.svg" alt="Developer" />
30+
<div class="w-full sm:w-2/3 text-right float-right mt-8 sm:mt-0">
31+
<img src="@/assets/images/dev.svg" alt="Developer" />
3032
</div>
3133
</section>
3234
<!-- Banner end -->

src/components/project/ProjectsGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<!-- Projects start -->
3-
<section class="pt-12 sm:pt-20">
3+
<section class="pt-20 sm:pt-28">
44
<div class="text-center">
55
<p class="text-2xl sm:text-5xl font-semibold mb-3 text-gray-600">
66
Projects Portfolio

0 commit comments

Comments
 (0)