Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qianling - Portfolio page #71

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Conversation

Qiannnly
Copy link

@Qiannnly Qiannnly commented Oct 8, 2023

No description provided.

Comment on lines +36 to +37


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this whitespace looks odd, let's remove it :)!


<div class="about">
<p class="title">
Hey there, I'm Qianling! <br />An aspiring Software Engineer.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I am not the biggest fan of <br />. I would rather make another <p> and use margins to create the desired distance between the lines


</p>
<div>
<button class="say-hello-button">Let's Start ></button>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could try seeing if we need the <div> without much of a use. Can we make in-line elements to block elements? :)

<h2 class="footer-header">Contact</h2>
<div class="contact">
<a href="https://github.com"><img src = "github.png" alt="github-logo"></a>

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whitespace

<div class="contact">
<a href="https://github.com"><img src = "github.png" alt="github-logo"></a>

<a href="https://www.linkedin.com" target="blank"><img src = "linkedin.png" alt="linkedin-logo"></a>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could break this into multiple lines to make it more readable

margin: 0;
}

/* header section */
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment is somewhat redundant as the class name is self-explanatory

font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* home section */
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, somewhat redundant comment

background-color: whitesmoke;
}

/* project section */
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants