Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azntaiji committed Dec 7, 2024
1 parent 1c77615 commit fee4665
Show file tree
Hide file tree
Showing 39 changed files with 16 additions and 17 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ sass:
style: compressed
collections_dir: .
collections:
graphic-design:
graphicdesign:
output: true
# permalink: /:collection/:path/
permalink: /:collection/:name
defaults:
- scope:
path: ""
type: "graphic_design"
type: "graphicdesign"
values:
layout: "post"
- scope:
Expand Down Expand Up @@ -44,7 +44,8 @@ excerpt_separator : "\n\n"
incremental : false

# Outputting
permalink: /:slug.html
permalink: /:slug

#paginate_path : /page:num
timezone : America/Los_Angeles

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</head>
<body>
{{ page.title }}
{{ page.modified }}
{{ content }}
{% include nav.html %}
</body>
Expand Down
2 changes: 2 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
</head>
<body>
{{ page.title }}
{{ page.date }}
{{ page.tags }}
{{ content }}
{% include nav.html %}
</body>
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion graphic-design.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: Graphic Design Portfolio
modified: 2024-12-06
---

<ul>
{% for item in site.graphic-design %}
{% for item in site.graphicdesign %}
<li>
<a href="{{ item.url | relative_url }}">{{ item.title }}</a>
<span> - {{ item.date | date: "%B %d, %Y" }}</span>
Expand Down
8 changes: 1 addition & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ title: zach taiji

- [Graphic Design Portfolio](graphic-design.md)
- [Stories and PR Portfolio](stories.md)
- [About](https://github.com/azntaiji)

{{ page.title }}

{{ page.title }}

{{ page.title }}
- [About](https://github.com/azntaiji)
10 changes: 5 additions & 5 deletions stories.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Mostly technology product launches/reviews:

I led the research for these reports, infographics, and data-based stories. I designed the infographics and visuals and secured all media placements:

- [The role Indians play in America’s billion-dollar startup ecosystem Report and Infographic](_graphic_design/the-role-indians-play-in-americas-billion-dollar-startup-ecosystem-report-and-infographic.md)—Featured in Quartz
- [Predicting Startup Unicorns Report and Infographic](_graphic_design/predicting-startup-unicorns-report-and-infographic.md)—Featured on Inc. Magazine and winner of PR Daily Award
- [GDPR Infographic and Report](_graphic_design/gdpr-infographic-and-report.md)—Featured in MarTech Today
- [Cleaning up Brooklyns Dirty Laundry Infographic](_graphic_design/cleaning-up-brooklyns-dirty-laundry-infographic.md)—Featured on NY Daily News
- [The role Indians play in America’s billion-dollar startup ecosystem Report and Infographic](_graphicdesign/the-role-indians-play-in-americas-billion-dollar-startup-ecosystem-report-and-infographic.md)—Featured in Quartz
- [Predicting Startup Unicorns Report and Infographic](_graphicdesign/predicting-startup-unicorns-report-and-infographic.md)—Featured on Inc. Magazine and winner of PR Daily Award
- [GDPR Infographic and Report](_graphicdesign/gdpr-infographic-and-report.md)—Featured in MarTech Today
- [Cleaning up Brooklyns Dirty Laundry Infographic](_graphicdesign/cleaning-up-brooklyns-dirty-laundry-infographic.md)—Featured on NY Daily News
- [Research: Restricting free speech isn’t the solution to violence and hate speech]https://thenextweb.com/news/research-restricting-free-speech-isnt-the-solution-to-violence-and-hate-speech)—Featured in The Next Web
- [While bots get the buzz, apps get the lion's share of funding](https://www.zdnet.com/article/while-bots-get-the-buzz-apps-get-the-lions-share-of-funding-according-to-report/)—Featured in ZDNet
- [SaaS IPOS Then and Now Infographic](_graphic_design/saas-ipos-then-and-now-infographic.md)—Featured in Entrepreneur Magazine
- [SaaS IPOS Then and Now Infographic](_graphicdesign/saas-ipos-then-and-now-infographic.md)—Featured in Entrepreneur Magazine

# Thought Leadership and other Writing Samples

Expand Down

0 comments on commit fee4665

Please sign in to comment.