Skip to content

Commit 3d61c9d

Browse files
committed
thumbnails for projects fixed
1 parent 4999064 commit 3d61c9d

File tree

13 files changed

+158
-230
lines changed

13 files changed

+158
-230
lines changed

package-lock.json

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

public/assets/about-illustration.webp

-23.9 KB
Binary file not shown.
-28.3 KB
Binary file not shown.

public/assets/home-illustration.webp

-72.8 KB
Binary file not shown.

public/assets/social.png

-387 KB
Binary file not shown.

src/components/Nav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { current = '' } = Astro.props;
88
align-items: center;
99
display: flex;
1010
flex: 1;
11-
font-family: var(--font-family-sans);
11+
font-family: var(--font-family-serif);
1212
font-weight: 700;
1313
justify-content: flex-end;
1414
text-transform: uppercase;

src/data/reflections/first-poem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: First poem
2+
title: Usability tests
33
publishDate: 01 Dec 2021
4-
description: A sample page with the most common elements of an article, including headings, paragraphs, lists, and images. Use it as a starting point for applying your own styles.
4+
description: Some learnings
55
---
66

77
![Illustration of woman using a computer receiving likes](/assets/blog/casual-life-3d-likes.webp)

src/data/work/covid19bharat.md

Lines changed: 27 additions & 169 deletions
Large diffs are not rendered by default.

src/data/work/visual-inspection.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ publishDate: 01 Dec 2021
44
description: At SAP, I had the opportunity to work on end-to-end on the suite of applications for Visual Inspection under the umbrella of Manufacturing.
55
year: 2021
66
tags: abc, xyz, something-else
7-
thumbnail:
7+
thumbnail: visual-inspection.jpg
88
---
99

10-
![Illustration of woman using a computer receiving likes](/assets/blog/casual-life-3d-likes.webp)
11-
12-
# Heading one
13-
1410
Visual inspection helps reduce human errors in the process of testing and maintaining manufacturing quality.
1511

1612
> There was a wall at Schüco’s factory shopfloor, in Bielefeld Germany where they had hung defective parts labelled with a price tag to remind the workers everyday how much a defect costs to them.

src/pages/index.astro

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,17 @@ const permalink = Astro.site.href;
1010
<div class="home-container">
1111
<div class="home-copy">
1212
<h1>Hi, I am Vivek 👋</h1>
13-
<p>Engineering + Design</p>
13+
<p>Designer & Front-End Engineer</p>
1414
<p>I am a maker at heart, I like to make things. I work with information, data and graphics and interaction to often communicate for clarity, play or making it usable.</p>
15-
16-
<p>Past</p>
15+
<p>Work</p>
1716
<ul>
18-
<li><span>Currently, </span>UX Designer at SAP</li>
19-
<li><span>2021 - 2022</span>Leading DataKind & covid19bharat.org</li>
20-
<li><span>2016 - 2018</span>Gramener - data visualisation for the ministry</li>
21-
<li><span>2012 - 2016</span>Symantec & Informatica - B2B data products UX</li>
17+
<li><span>Currently, </span>Senior UX Designer at <a href="https://www.sap.com/india/index.html">SAP</a></li>
18+
<li><span>2021 - 2022</span>Leading <a href="https://www.datakind.org/2021/11/23/reintroducing-datakind-bengaluru/">DataKind</a> & <a href="https://covid19bahrat.org">covid19bharat.org</a></li>
19+
<li><span>2016 - 2018</span>Data analysis & visualisation at <a href="https://gramener.com/">Gramener</a></li>
20+
<li><span>2012 - 2016</span>B2B data products UX at <a href="https://www.veritas.com/">Symantec</a> & <a href="https://www.informatica.com/in/">Informatica</a></li>
2221
</ul>
2322
<p>You can know more about work history on <a target="_blank" href="https://linkedin.com/in/vivek-shrinivasan">linkedin</a></p>
2423
</div>
25-
26-
<div class="hero-image-container">
27-
<a href="/work"><h1>Work -></h1></a>
28-
<a href="/reflections"><h1>Reflections -></h1></a>
29-
</div>
3024
</div>
3125
</BaseLayout>
3226

0 commit comments

Comments
 (0)