harshgoel05/another-portfolio

Font size changes | Work Experience

Closed this issue · 19 comments

Describe the bug
The work experience section (https://harshgoel.me/work) doesn't have proper text sizing. The dates should be smaller and the designation should be bigger

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Hey @harshgoel05 , can I work on this issue ? Please assign me this

Hey @bhimeshagrawal , go ahead! 👯

Hey @harshgoel05 if not done. Could I take up the issue ?

Hey @harshgoel05 if this issue is unresolved , can you assign this to me?

Go ahead @GaushJ , please acknowledge once you start so that I will assign it to you!

I have forked this repo , am working on it . Kindly assign @harshgoel05

Hey @harshgoel05 I found the solution of the problem but unable to run it locally . Here's what I did,
Cloned the repo after forking , ran yarn in terminal , fixed the font size then ran yarn build in terminal. After successful build I ran yarn dev but it shows error in the browse
Capture355
Capture234234
r.

Hello,
Please add a .env as per .env.example @GaushJ

The API base URL will be missing I guess

MONGODB_URI = <MONGODB_URI> ( put a mongodb url here)
BASE_URL = http://localhost:3000 (this is my api URL, change it to http://localhost:3000, in case you tend to use your database)
ENV = <production || development> (environment)

I have no idea about it but I can show you what I did so you could check on your local ,machine
Capture355

@harshgoel05 I changed text-sm to text-base idk if that's right .

You need to make a file called .env in root with content as:

BASE_URL = https://harshgoel.me

It didn't work . I made a .env file called newuser.env and pasted BASE_URL you gave but it still showing error
newfile env

@harshgoel05 What am I doing wrong?

The name will be just '.env'

Its an environment file.

After that restart server.

@harshgoel05 It Worked !! , would you mind explaining in brief how it worked ? P.S The font size increased so will be starting a pull request soon.

Hey @harshgoel05 I have created a pull request .

Closed by #97