Skip to content

Commit 96ab7f6

Browse files
authored
Update web projects (#3527)
1 parent 5c6e649 commit 96ab7f6

6 files changed

Lines changed: 20 additions & 12 deletions

File tree

public/images/web-apps/Issta.jpeg

792 KB
Loading

public/images/web-apps/Issta.jpg

-8.2 KB
Binary file not shown.
431 KB
Loading
-122 KB
Loading
232 KB
Loading

src/data/projects.ts

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,63 +47,71 @@ export const projects: WebProject[] = withIndex([
4747
url: 'https://dmarc.io/'
4848
},
4949
{
50-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
50+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
5151
image: '/images/web-apps/dmarcian-BIMI-inspector.jpeg',
5252
skip: false,
5353
text: 'Built in collaboration with the dmarcian team',
5454
title: 'dmarcian BIMI Inspector',
55-
url: 'https://us.dmarcian.com/bimi-inspector/'
55+
url: 'https://dmarcian.com/bimi-lookup/'
5656
},
5757
{
58-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
58+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
5959
image: '/images/web-apps/dmarcian-BIMI-builder.jpeg',
6060
skip: false,
6161
text: 'Built in collaboration with the dmarcian team',
6262
title: 'dmarcian BIMI Builder',
63-
url: 'https://us.dmarcian.com/bimi-inspector/?tab=2'
63+
url: 'https://dmarcian.com/bimi-lookup/builder/'
6464
},
6565
{
66-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
66+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
67+
image: '/images/web-apps/dmarcian-BIMI-SVG-Validator.jpeg',
68+
skip: false,
69+
text: 'Built in collaboration with the dmarcian team',
70+
title: 'dmarcian BIMI SVG Validator',
71+
url: 'https://dmarcian.com/bimi-lookup/svg-validator/'
72+
},
73+
{
74+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
6775
image: '/images/web-apps/dmarcian-DMARC-Validator.jpg',
6876
skip: false,
6977
text: 'Built in collaboration with the dmarcian team',
7078
title: 'dmarcian DMARC Validator',
7179
url: 'https://us.dmarcian.com/dmarc-validator/'
7280
},
7381
{
74-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
82+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
7583
image: '/images/web-apps/dmarcian-DMARC-Wizard.jpg',
7684
skip: false,
7785
text: 'Built in collaboration with the dmarcian team',
7886
title: 'dmarcian DMARC Wizard',
7987
url: 'https://us.dmarcian.com/dmarc-wizard/'
8088
},
8189
{
82-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
90+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
8391
image: '/images/web-apps/dmarcian-DMARC-XML-to-Human-Converter.jpg',
8492
skip: false,
8593
text: 'Built in collaboration with the dmarcian team',
8694
title: 'dmarcian DMARC XML to Human Converter',
8795
url: 'https://us.dmarcian.com/dmarc-xml/'
8896
},
8997
{
90-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
98+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
9199
image: '/images/web-apps/dmarcian-TLS-Inspector.jpg',
92100
skip: false,
93101
text: 'Built in collaboration with the dmarcian team',
94102
title: 'dmarcian TLS Inspector',
95103
url: 'https://us.dmarcian.com/tls-inspector/'
96104
},
97105
{
98-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
106+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
99107
image: '/images/web-apps/dmarcian.jpg',
100108
skip: false,
101109
text: 'Built in collaboration with the dmarcian team',
102110
title: 'dmarcian',
103111
url: 'https://us.dmarcian.com/accounts/register/'
104112
},
105113
{
106-
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts, ',
114+
description: 'TypeScript, SVG, Python, SCSS Modules, React, Django, Postgres, Vite, Sentry, Highcharts',
107115
image: '/images/web-apps/dmarcian-Login.jpg',
108116
skip: false,
109117
text: 'Built in collaboration with the dmarcian team',
@@ -532,8 +540,8 @@ export const projects: WebProject[] = withIndex([
532540
},
533541
{
534542
description: 'HTML5, CSS3, Javascript, jQuery, AngularJS',
535-
image: '/images/web-apps/Issta.jpg',
536-
skip: false,
543+
image: '/images/web-apps/Issta.jpeg',
544+
skip: true,
537545
title: 'Issta',
538546
url: 'https://www.issta.co.il/'
539547
},

0 commit comments

Comments
 (0)