Skip to content

Commit ba6f27b

Browse files
authored
Merge pull request #137 from Nsanjayboruds/portfolio-template
Portfolio Add: Portfolio Template Section
2 parents bd5e5ae + e003d7d commit ba6f27b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

assets/templates.png

85.8 KB
Loading

script.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ const sampleProjects = [
4444
id: 4,
4545
title: 'Portfolio Website',
4646
description: 'A modern, responsive portfolio website with smooth animations, dark mode toggle, and optimized performance. Great starting point for personal branding.',
47-
repoUrl: 'https://github.com/example/portfolio',
48-
demoUrl: 'https://example.github.io/portfolio/',
49-
difficulty: 'beginner',
47+
repoUrl: 'https://github.com/Nsanjayboruds/Template-hub',
48+
demoUrl: 'https://templateshub.netlify.app/',
49+
difficulty: 'intermediate',
5050
upvotes: 31,
5151
hasDemo: true,
5252
hasReadme: true,
53-
previewImage: null,
53+
previewImage: 'assets/templates.png',
5454
tags: ['HTML', 'CSS', 'JavaScript', 'Responsive']
5555
},
5656
{

0 commit comments

Comments
 (0)