Skip to content

Commit

Permalink
fix: tech icons on project have discs
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Dec 31, 2021
1 parent 68bac6d commit e3e5512
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/contents/projects/love4heroes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ cards on the "Warm Messages" Board.

<blockquote className='with-icons'>
## Tech Stack Used
<TechIcons techs={['react', 'tailwindcss', 'firebase', 'swr']} />
<div class='not-prose mt-2'>
<TechIcons techs={['react', 'tailwindcss', 'firebase', 'swr']} />
</div>
</blockquote>

This project was built using Next.js, Tailwindcss, SWR, and Firebase.
Expand Down
4 changes: 3 additions & 1 deletion src/contents/projects/petrolida-2021.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ each one. Lastly is the pre-event such as the talk show.

<blockquote className='with-icons'>
## Tech Stack Used
<TechIcons techs={['nextjs', 'tailwindcss']} />
<div class='not-prose mt-2'>
<TechIcons techs={['nextjs', 'tailwindcss']} />
</div>
</blockquote>

This project was made using Next.js and Tailwindcss. Although this is
Expand Down
4 changes: 3 additions & 1 deletion src/contents/projects/ppdbsumsel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ This project objective is to give information about PPDB (Penerimaan Peserta Did

<blockquote className='with-icons'>
## Tech Stack Used
<TechIcons techs={['react', 'tailwindcss']} />
<div class='not-prose mt-2'>
<TechIcons techs={['react', 'tailwindcss']} />
</div>
</blockquote>

This project was developed using Create React App for a snappier website and delivering a quick and easy-to-use interface. We decided to use Tailwindcss for this site for a better look and maintainability.
Expand Down
4 changes: 3 additions & 1 deletion src/contents/projects/seasforus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ This project aims to create a space so people all over the world can join clean-

<blockquote className='with-icons'>
## Tech Stack Used
<TechIcons techs={['nextjs', 'tailwindcss', 'swr']} />
<div class='not-prose mt-2'>
<TechIcons techs={['nextjs', 'tailwindcss', 'swr']} />
</div>
</blockquote>

SeasForUs is a web app using Next.js and Laravel as the back-end framework. The frontend was created using Next.js and TypeScript to provide a good developer experience as well as other advantages like static site generation and image optimization. Data from users is sent to the server and stored in a MySQL database.
Expand Down
4 changes: 3 additions & 1 deletion src/contents/projects/sxceosleague.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ and give them information and knowledge about this event.

<blockquote className='with-icons'>
## Tech Stack Used
<TechIcons techs={['nextjs', 'tailwindcss']} />
<div class='not-prose mt-2'>
<TechIcons techs={['nextjs', 'tailwindcss']} />
</div>
</blockquote>

This project was made using Next.js and Tailwindcss. For a static
Expand Down
4 changes: 3 additions & 1 deletion src/contents/projects/tutee-id.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ tutors.

<blockquote className='with-icons'>
## Tech Stack Used
<TechIcons techs={['react', 'redux', 'firebase']} />
<div class='not-prose mt-2'>
<TechIcons techs={['react', 'redux', 'firebase']} />
</div>
</blockquote>

This project was made using React, Redux, and Firebase. This project
Expand Down

0 comments on commit e3e5512

Please sign in to comment.