Skip to content

Commit dbb211f

Browse files
committed
Projects refactoring and folder
1 parent fdb6631 commit dbb211f

File tree

11 files changed

+27
-16929
lines changed

11 files changed

+27
-16929
lines changed

package-lock.json

Lines changed: 19 additions & 16915 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@
44
<!-- Projects grid title -->
55
<div class="text-center">
66
<p
7-
class="text-2xl sm:text-5xl font-semibold mb-3 text-ternary-dark dark:text-ternary-light"
7+
class="text-2xl sm:text-5xl font-semibold mb-2 text-ternary-dark dark:text-ternary-light"
88
>
99
{{ projectsHeading }}
1010
</p>
11-
<!-- Note: This description is commented, if you want to, you can uncomment this -->
12-
<!-- <p class="text-md sm:text-xl text-gray-500 dark:text-ternary-light">
13-
{{ projectsDescription }}
14-
</p> -->
1511
</div>
1612

1713
<!-- Filter and search projects -->
18-
<div class="mt-10 sm:mt-16">
14+
<div class="mt-10 sm:mt-10">
1915
<h3
2016
class="
2117
text-center text-secondary-dark
@@ -108,8 +104,6 @@ export default {
108104
data: () => {
109105
return {
110106
projectsHeading: 'Projects Portfolio',
111-
projectsDescription:
112-
'Some of the projects I have successfully completed',
113107
selectedProject: '',
114108
searchProject: '',
115109
projects: [

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<script>
2222
import AppBanner from '@/components/AppBanner';
23-
import ProjectsGrid from '../components/ProjectsGrid.vue';
23+
import ProjectsGrid from '../components/projects/ProjectsGrid.vue';
2424
2525
export default {
2626
name: 'Home',

src/views/Projects.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</template>
77

88
<script>
9-
import ProjectsGrid from '../components/ProjectsGrid.vue';
9+
import ProjectsGrid from '../components/projects/ProjectsGrid.vue';
1010
1111
export default {
1212
name: 'Projects',

0 commit comments

Comments
 (0)