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

WX's Portfolio Page #92

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

WX's Portfolio Page #92

wants to merge 6 commits into from

Conversation

wenxin-p
Copy link

No description provided.

</head>
<body>
<h1>Hello, world!</h1>
<!-- Navigation Bar -->
<div class="navbar">

Choose a reason for hiding this comment

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

we could use nav here

I aspire to design and build beautiful websites for businesses
around the globe. If you need a modern and powerful website, simply
send me an
<span style="color: hsl(40, 95%, 54%)">email</span> or visit my

Choose a reason for hiding this comment

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

let's try to use css files for such styles

send me an
<span style="color: hsl(40, 95%, 54%)">email</span> or visit my
<span style="color: hsl(40, 95%, 54%)">Linkedin profile</span>.
<div id="discover-btn">

Choose a reason for hiding this comment

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

why not use a button, if it is supposed to be a button?

<h1>Recipe Site</h1></a>
<p><i>A website design created to store recipes.</i></p>
<p>October 2024</p>
<p><a href="https://wenxin-p.github.io/recipe-site-bootcamp/index.html"><u>Visit Site</u></p></a>

Choose a reason for hiding this comment

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

we could use css instead of the u tag, both works though

<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="Coming Soon Logo.jpg" alt="Coming Soon" style="width:300px;height:200px;">

Choose a reason for hiding this comment

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

let's avoid inline styles like here and use css. Alternatively you could just use the width and heigth attribute on an img tag


<!-- The flexible grid (content) -->
<div class="main-container">
<h1>MY PROJECTS.</h1>

Choose a reason for hiding this comment

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

what's the difference between portfolio.html and index.html?

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