Giter VIP home page Giter VIP logo

niteshseram.in's Introduction

Portfolio V2

This is my personal website built with NextJs 13, Tailwind CSS, MDX and Vercel.

Banner

Overview

This is 2nd iteration of my personal website built using NextJs, Tailwind CSS, and Vercel. This will be my digital corner where I will be sharing my thoughts, learning, and random stuff. This was not built with the intention to be a template but feel free to fork and customize it for your own use. If you find any issues in the website, feel free to open an issue and if you want, you can open a pull request for it too.

Main folder structure

  • app/*- All the static pages
  • pages/api/views/*- API for handling blog views
  • components/*- All the components like Navbar, Footer, etc are here
  • content/*- It contains all the mdx files for blog

Running locally

# Clone this repository
git clone https://github.com/niteshseram/niteshseram.in.git

# Go into the repository folder
cd niteshseram.in

# Install dependencies
yarn

# Run
yarn dev

Create a .env.local file similar to .env.example with the values in it. But is not absolutely necessary thing to do to run the website locally.

  • DATABASE_URL - DB URL for tracking the blog's view

Built using

niteshseram.in's People

Contributors

imgbotapp avatar niteshseram avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

niteshseram.in's Issues

Fix alignment issue in navbar

FIx/Bug:
In the Large screen, the navbar element is not center in the container. There is a margin-bottom present.

Solution:
We need that margin-bottom for the mobile nav menu. Hence, we can use a media query to make margin-bottom 0 when the screen size is lg

feat: Make the header stick at the top

When we scroll down, make the header stick at the top. The header style should be something like glassmorphism style or blur the background behind the header.

Fix twitter image card

Replace relative path by absolute path
/static/images/banner.PNG to https://niteshseram.in/static/images/banner.PNG

Fix heading anchor style for blog

In the below image, # is the anchor element in the blog's heading which is only partially visible in mobile view. Need to fix the CSS of this or figure out any workaround
typo

Browser warning about <hr> in <li>

Issue/Bug:
As stated in Devtools: "Warning: Did not expect server HTML to contain a <hr /> in a <li />"

Steps to fix:
Replace component from Item components with a bottom border on each item
Adjust the height and color of the border as well as padding on the Item to replicate the same look but remove the bug.

Update README file

Update the default README file by writing about the project and technologies used

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.