Skip to content
Snippets Groups Projects
engineering.tsx 1.17 KiB
export function Engineering() {
  return (
    <>
      <div className="row mt-4">
        <div className="col">
          <div className="bd-callout bd-callout-info">
            <h4>Silver Medal Criterion #1</h4>
            <p>
              Demonstrate engineering success in a part of your project by going
              through at least one iteration of the engineering design cycle.
              This achievement should be distinct from your Contribution for
              Bronze.
            </p>
            <p>
              If you plan to show engineering success by creating a new Part
              that has been shown to work as expected, you must document your
              contribution on the Part's Main Page on the{" "}
              <a href="https://parts.igem.org/Main_Page">Registry</a> for your
              team to be eligible for this criteria.
            </p>
            <hr />
            <p>
              Please see the{" "}
              <a href="https://competition.igem.org/judging/medals">
                2024 Medals Page
              </a>{" "}
              for more information.
            </p>
          </div>
        </div>
      </div>
    </>
  );
}