-
Notifications
You must be signed in to change notification settings - Fork 119
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
base: main
Are you sure you want to change the base?
Conversation
</head> | ||
<body> | ||
<h1>Hello, world!</h1> | ||
<!-- Navigation Bar --> | ||
<div class="navbar"> |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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;"> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
?
No description provided.