- Nov 2022
-
github.com github.com
-
/* Basic font styling */
Well Done
-
-
github.com github.com
-
<!DOCTYPE html>
Well done
-
</section>
Make sure the section is on the same tab as the other section.
-
- Oct 2022
-
github.com github.com
-
body
Great Job
-
-
github.com github.com
-
<a href="https://phiarchitecture.ca/phillipa-atwood-architect-aibc-mraic-leed-ap/">about</a> and <a href="https://phiarchitecture.ca/projects/">projects</a>
Did you know that adding 'target="_blank" ' in the a would open a new window.
-
<a href=
probably keeps the tag together.
-
<p>
Have you thought of intending the paragraphs
-
<!-- Design review of https://phiarchitecture.ca/ criteria based on Web Design Checklist https://docs.google.com/document/d/1OTfnIIFUjAbNJaWD1BSsZLbYJy64phaKGhcT5gH8PRQ/edit. While review will only look at the criteria that is relevent to the website. -->
Nice use of the comments.
-
-
github.com github.com
-
html
It looks good.
-
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
Make sure to add it into a new line.
-
.card-two h2 { color: white; } .card-two p { color: white; }
you also do it this way too; .card-two h2, .card-two p {}
-
-
github.com github.com
-
<i>
its requires /i at the end of the sentence.
-
<br/>
Not recommend to use. Prefer to end it with /p.
-
<p> 'PLAN C'rumours grow; <br/> Dowing Street Christmas<br/> party cancelled;warning<br/> Scotland's R number<br/> could rise above 2 | COVID<br/> latest</p>
It not recommend to use br/.
-
</div>
make sure to use the formal document by clicking the right button mouse, and selected 'formal document'. It helps setting the layout nice.
-
<a1>Breaking </a1> <a2>UK</a2>
dosen't need numbers in the a.
-
<p1><i>Watch Video</p1>
doesn't need a p1, just a p. and the i need the at the end.
-
-
github.com github.com
-
html
It looks good. Like the use of comments.
-
.card-three div p
does it need additional content if it already a class selector??
-
.card-two h2 { color: white; } .card-two p { color: white; }
It can be added together like this; .card-two h2, .card-two p {}
-
-
github.com github.com
-
<!DOCTYPE html>
The page looks great.
-
<br>
Does it need a break between the two words?
-
- Sep 2022
-
github.com github.com
-
A cartoon image of Raze from Valorant standing in Phoenix's fire defusing the spike with a half-smile on her face
Nice detail about the image.
-
<!-- F22 CRS 103 DLU1 - Kris Durke - Assignment A -->
would it be better to have the comment on the line as the rest? To keep it nice and professional.
Should it be near the top to find it easier?
-
-
github.com github.com
-
images/sailboat.jpg
Nice Boat!!
-
<!-- F22 DGL 103 CRS - Ethan Jewell - Assignment A -->
Would it be much easier to put near the top to find the title, course, and assignment block?
-
<!DOCTYPE html>
Testing Testing Nothing is wrong
-