Skip to content

Commit 095a094

Browse files
committed
restructured
1 parent 3d3f90b commit 095a094

File tree

13 files changed

+2699
-737
lines changed

13 files changed

+2699
-737
lines changed

package-lock.json

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

public/assets/vivek.jpg

14.4 KB
Loading

src/components/Bio.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div>
2-
<img src="/assets/profile-pic.webp" alt="Headshot of Maxi Ferreira">
2+
<img src="/assets/vivek.jpg" alt="Headshot of Vivek S">
33
<p>
4-
Hi, I'm <strong>Maxi</strong>. I'm a software engineer and data scientist based in Los Angeles.
5-
You can follow me on <a href="https://www.twitter.com/Charca" target="_blank">Twitter</a>,
6-
see some of my work on <a href="https://www.github.com/Charca" target="_blank">GitHub</a>,
7-
or read more about me on <a href="https://www.maxiferreira.com" target="_blank">my website</a>.
4+
Hi, I'm <strong>Vivek</strong>. I am a designer from Bangalore.
5+
You can follow me on <a href="https://www.twitter.com/kaizer1v" target="_blank">Twitter</a>,
6+
see some of my work on <a href="https://www.github.com/kaizer1v" target="_blank">GitHub</a>,
7+
or read more about me on <a href="https://www.vivekipedia.in" target="_blank">my website</a>.
88
</p>
99
</div>
1010

src/components/Nav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const { current = '' } = Astro.props;
5757

5858
<nav>
5959
<a class={current === "" ? "selected" : ""} href='/'>home</a>
60-
<a class={current === "play" ? "selected" : ""} href='/play'>play</a>
60+
<a class={current === "work" ? "selected" : ""} href='/work'>work</a>
6161
<a class={current === "reflections" ? "selected" : ""} href='/reflections'>reflections</a>
6262
<div class="theme-toggle-container">
6363
<ThemeToggleButton client:load />

src/data/blog-posts/markdown-test.md renamed to src/data/reflections/first-poem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Markdown Test Page
2+
title: First poem
33
publishDate: 01 Dec 2021
44
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.
55
---

src/data/blog-posts/hello-world.md renamed to src/data/reflections/write-something.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello World 👋
2+
title: Write something 👋
33
publishDate: 30 Nov 2021
44
description: Every blog starts with a single post. This is yours. Make it great.
55
---

src/data/play/another-project.md renamed to src/data/work/another-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Markdown Test Page
2+
title: Another project
33
publishDate: 01 Dec 2021
44
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.
55
---

src/data/play/zinc-learning-labs.md renamed to src/data/work/zinc-learning-labs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello World 👋
2+
title: Zinc learning labs
33
publishDate: 30 Nov 2021
44
description: Every blog starts with a single post. This is yours. Make it great.
55
---

src/pages/index.astro

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,23 @@ const permalink = Astro.site.href;
99
<BaseLayout title={title} description={description} permalink={permalink}>
1010
<div class="home-container">
1111
<div class="home-copy">
12-
<h1>Becoming!</h1>
13-
<p>The underlying question:</p>
14-
<p>Do I want to become something or do I want be as I am?</p>
15-
<p>I believe, one becomes by their doing. I am currently in the transition of becoming something by exploring, playing and reflecting to understand what I am and what I want to become. But one can’t ignore the past doings and thus, embracing the past to create the future is for me - “becoming”. “Becoming” is the change and change is a habit.</p>
12+
<h1>Hi, I am Vivek 👋</h1>
13+
<p>Engineering + Design</p>
14+
<p>I am a maker at heart, I like to make things. I work with information, data and graphics and interaction to often either communicate for clarity, play or making it usable.</p>
1615

1716
<p>Past</p>
1817
<ul>
19-
<li>Web development and front-end engineering, a lot of javascript</li>
20-
<li>Data visualisation, python for data analysis and D3 for charts</li>
21-
<li>DataKind & covid19bharat.org</li>
22-
<li>Gramener - data visualisation for the ministry</li>
23-
<li>Symantec & Informatica - B2B data products UX</li>
24-
<li>UX design at SAP Labs - Focus on B2B UX (current)</li>
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>
2522
</ul>
2623
<p>You can know more about work history on <a target="_blank" href="https://linkedin.com/in/vivek-shrinivasan">linkedin</a></p>
2724
</div>
2825

2926
<div class="hero-image-container">
30-
<a href="/play"><h1>Play -></h1></a>
27+
<a href="/work"><h1>Work -></h1></a>
3128
<a href="/reflections"><h1>Reflections -></h1></a>
32-
<!-- <picture>
33-
<source srcset="/assets/home-illustration.webp" media="(min-width: 600px)">
34-
<img class="hero-image" alt="Illustration of person reading a book" src="/assets/home-illustration-small.webp" width="550" height="466">
35-
</picture>
36-
<p class="caption">
37-
Illustration by
38-
<a href="https://icons8.com/illustrations/author/5c07e68d82bcbc0092519bb6" target="_blank" rel="noopener">Icons 8</a>
39-
from
40-
<a href="https://icons8.com/illustrations" target="_blank" rel="noopener">Ouch!</a>
41-
</p> -->
4229
</div>
4330
</div>
4431
</BaseLayout>
@@ -57,6 +44,8 @@ const permalink = Astro.site.href;
5744
flex: 1;
5845
padding: 0 1em;
5946
}
47+
.home-copy ul { list-style-type: none; }
48+
.home-copy span { color: #707070; padding: 0 0.3rem; font-size: 0.8rem; }
6049

6150
.home-copy h1 {
6251
font-weight: 700;

src/pages/reflections/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Bio from '../../components/Bio.astro';
44
import getPostData from '../../utils/getPostData';
55
66
export async function getStaticPaths() {
7-
const posts = await Astro.glob('../../data/blog-posts/*.md');
7+
const posts = await Astro.glob('../../data/reflections/*.md');
88
return posts.map(p => ({
99
params: { slug: p.file.split('/').pop().split('.').shift() },
1010
props: { post: p },

0 commit comments

Comments
 (0)