LU03.L01 - Portfolio Seite

Live Preview

  <body>
    <h1>Mein Portfolio</h1>
 
    <section>
      <h2>Über mich</h2>
      <img src='meinBild.jpg' alt='Ein Bild von mir' width='200' height='200'>
      <p>Ich bin ein professioneller Entwickler, spezialisiert auf das <strong>Durchsuchen</strong> von Code anderer Entwickler nach <strong>Fehlern</strong> und <strong>Sicherheitslücken</strong>. Ich liebe es, meine Fähigkeiten zu nutzen, um Software sicherer und effizienter zu machen.</p>
    </section>
 
    <section>
      <h2>Meine Hobbys</h2>
      <ul>
        <li>Programmieren</li>
        <li>Musik hören</li>
        <li>Wandern</li>
      </ul>
    </section>
 
    <section>
      <h2>Lieblingsessen</h2>
      <ol>
        <li>Pizza</li>
        <li>Sushi</li>
        <li>Steak</li>
      </ol>
    </section>
 
    <section>
      <h2>Soziale Medien</h2>
      <ul>
        <li><a href='https://www.facebook.com/meinProfil' target='_blank'>Facebook</a></li>
        <li><a href='https://www.twitter.com/meinProfil' target='_blank'>Twitter</a></li>
        <li><a href='https://www.linkedin.com/meinProfil' target='_blank'>LinkedIn</a></li>
      </ul>
    </section>
 
  </body>

Dieser Code enthält die folgenden neu hinzugefügten Elemente:


Repository

Kevin Maurizi, Marcel Suter