You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/constants/FreelanceOpps.ts
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,27 @@ import type { Freelance } from '@/models/Freelance';
2
2
3
3
exportconstFreelanceOpps: Freelance[]=[
4
4
{
5
-
header: 'header1',
6
-
info: 'body1',
5
+
header: 'Dark Mode',
6
+
info: "Ever sat in bed scrolling, clicked on a link, and ended up blinding yourself when the webpage opened? Is that your website? I can help transform your website's color palette to a dark mode or offer users the option to switch between light and dark themes, improving comfort, style, and accessibility.",
7
7
},
8
8
{
9
-
header: 'header2',
10
-
info: 'body2',
9
+
header: 'Accessibility Upgrades',
10
+
info: 'Making your website accessible isn’t just the right thing to do, but it can also expand your audience, improve SEO, and protect against legal risks. I can audit and enhance your site to meet accessibility standards: keyboard navigation, screen reader support, color contrast fixes, alt text, and more.',
11
+
},
12
+
{
13
+
header: 'Mobile/Responsive Implementation',
14
+
info: "Does your website look perfect on desktop but break down on phones or tablets? I can fix glitches, adjust layouts, and fully optimize your website for every screen size. Whether it's small tweaks or a complete responsive redesign, I’ll make sure your site looks and works beautifully everywhere.",
15
+
},
16
+
{
17
+
header: 'Content and Bug Fixes',
18
+
info: 'Have a typo, outdated content, or an annoying glitch that’s been bothering you or your users? I offer quick-turnaround updates for text, images, links, and bug fixes to keep your site polished, professional, and functional without the need for a full rebuild.',
19
+
},
20
+
{
21
+
header: 'TypeScript Implementation',
22
+
info: "Want to future-proof your web app? I can help migrate your JavaScript codebase to TypeScript, adding type safety, better tooling, and fewer runtime errors. Whether it's a full conversion or adding TypeScript to new features, I’ll help you level up your code quality and maintainability.",
23
+
},
24
+
{
25
+
header: 'Vue 3 Upgrades & Rewrites',
26
+
info: 'Still running on Vue 2 or dealing with messy legacy code? I specialize in upgrading projects to Vue 3 with the Composition API for better performance, scalability, and maintainability. I can also help refactor spaghetti code into clean, modern Vue architecture.',
0 commit comments