34 Matching Annotations
  1. Nov 2022
    1. <h1>Write to Communicate</h1> <p>While analyzing this site the first thing I observed was how messy the content was. The content is not grouped in the blocks. It is hard to find headings as the color does not have enough contrast. The language used is not descriptive and accurate enough. For example, in the main headline it just says “Trending???” which doesn’t make any sense. It should be like “Looking for Trending fits?” The size should be a bit large and there should be a button for call-to-action. </p>

      i think it'll be good to have more content here, so that we as the team members review the code and can provide some valuable feedback.

    2. <article class="box-1"> <div> <h1>Write to Communicate</h1> <p>While analyzing this site the first thing I observed was how messy the content was. The content is not grouped in the blocks. It is hard to find headings as the color does not have enough contrast. The language used is not descriptive and accurate enough. For example, in the main headline it just says “Trending???” which doesn’t make any sense. It should be like “Looking for Trending fits?” The size should be a bit large and there should be a button for call-to-action. </p> </div> <img src="images/Screenshot (73).png"> </article>

      you can use the "main" tag here for the web content. It'll be good to have both header and footer too.

    1. <h3>About Us</h3> <p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sequi ipsam dolor incidunt nam, sint similique laborum repellat ex recusandae voluptate laudantium cupiditate ut ad ipsum minus magnam asperiores cum delectus odit hic. Maiores veritatis suscipit inventore, quo reiciendis harum eius.</p> <button>Get in touch</button> </div>

      you can refer the last week content in the brightspace for how to make this footer as like in reference image.

    2. <div class="container"> <div></div> <h2>Lorem ipsum dolor sit amet.</h2> <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Iusto, libero tempora. Ipsam, aliquid recusandae! Eius inventore soluta dolorem? Accusantium similique aliquam dicta, commodi reiciendis praesentium quas nulla mollitia excepturi laboriosam?</p> <button>Learn more</button> </div>

      In order to create the container as article, you can refer the assignment C. It's the same flow we follow while creaating this articles block.

    3. <div> <h1>Lorem ipsum dolor sit amet.</h1> <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. At, expedita eum harum quo itaque quam quibusdam ab pariatur nihil. Dolore quae aperiam id labore placeat fugiat? Error tempora eaque eligendi ipsum! Deleniti nisi aspernatur sint, vero harum cupiditate. Quia quasi, veritatis dicta ab ipsam maiores nam. Quae architecto provident exercitationem reiciendis repellendus accusamus sunt tempore. Ut veritatis quisquam illo quos totam error dolor sequi corporis libero minus provident, et accusantium vel natus minima vitae. Esse praesentium accusamus, nemo nulla eos fuga modi obcaecati harum debitis id earum deserunt corrupti cupiditate veritatis nisi aliquam explicabo, fugiat adipisci recusandae labore eligendi. Libero.</p> <button>Find out how we can help you</button> <img src="images/distance-and-inclass-students.png"> </div>

      If you are unable to get right position of the block, you can refer the videos from "Week 8 --> page Layout Basic --> Float property".

    1. <div class="allcards"> <h2>Check out our recent projects</h2> <article class="cards"> <img src="images/greyscale.jpg" alt="grey image" style="width: 100%; height: 250px" /> <div> <h3>Lorem ipsum dolor sit amet</h3> <p> Lorem ipsum dolor sit amet, consectetur arol adipiscing elit. Nunc eu suscipit lectus. Mauris malesuada dolor ut. </p> <button class="btn2">Learn more</button> </div> </article> <article class="cards"> <img src="images/greyscale.jpg" alt="grey image" style="width: 100%; height: 250px" /> <div> <h3>Lorem ipsum dolor sit amet</h3> <p> Lorem ipsum dolor sit amet, consectetur arol adipiscing elit. Nunc eu suscipit lectus. Mauris malesuada dolor ut. </p>

      can add one space line between two different blocks or articles to avoid clumsy in the code for better readibility, apart from that everything looks fine. Good work.

    1. .footerdiv2 { float: left; width: calc(52% - 130px); margin: 50px 80px 50px 50px; } .btn3 { margin-top: 30px; } .footerdiv3 { width: calc(20% - 80px); float: left; margin: 50px 0px 50px 80px; }

      can add one space line between two different properties to avoid clumsy in the code for better readibility, apart from that everything looks fine. Good work.

    1. <figure> <img src="images/home.png" alt="" width="900" height="500" /> <figcaption> The Home page of the phiarchitecture website. </figcaption> </figure> <figure> <img src="images/About.png" alt="" width="900" height="500" /> <figcaption> The About page of the phiarchitecture website. </figcaption> </figure> <figure> <img src="images/Project.png" alt="" width="900" height="500" /> <figcaption> The Projrct page of the phiarchitecture website. </figcaption> </figure>

      It's better to have some space between each tag in order to understand the code easy(i.e., visibility must be good).

    1. main{ margin-top: 50px; text-align: left;}

      It's best to have css code hierarchy like in html.

      1. html

      2.body

      3.Header

      1. main

      5.Footer

      etc.,

      Then it will be very easy to understand the code.

    2. {color: #D10062; margin: 20px auto ; font-family: 'Open Sans', sans-serif;} ol{color: #D10062; font-family: 'Open Sans', sans-serif;}

      intendation is not good.

  2. Oct 2022
    1. position:relative; top:310px; left: 150px; width:25%;

      you can format this as

      position

                top
      
                left
      
                width
      

      font-family etc.,

      because those are depends on the position, it would be better for readability for other developers without confusing.

    1. html { font-size: 62.5%; /*Setting the root font size on all pages to 62.5%*/ }

      for better readability you can follow the hierarchy format like

      html

      header

      body

      footer

      it will be very useful other devellopers.

    1. <p>Located in the heart of the Comox Valley, Hairpins Boutique Salon offers a high-end experience with competitive prices, top of the line products and a warm, welcoming atmosphere.</p>

      The individual element tags can be formatted as

      opening tag

                         content
      

      closing tag

      for better readability.

  3. Sep 2022
    1. This webpage was created by Janelle as part of DGL 103 Class Assignmnent

      This one is good but you can use " ©" (copyright symbol) inside the element. i think this line has to be in

      element.