FSbootcampP1G7 / dnd-companion-app

FS Bootcamp Project 1 Group 7
0 stars 0 forks source link

created 4 characters feature/characters #35

Closed gerikoci31 closed 1 month ago

gerikoci31 commented 1 month ago
<div class="gallery">
  <a target="_blank" href="/assets/images/Kratos_PS4.png">
    <img src="/assets/images/Kratos_PS4.png" alt="kratos" width="100" height="200">
  </a>
  <div class="desc">Kratos is a character and the protagonist of Santa Monica Studio's God of War series, based on Greek mythology and, later, Norse mythology. He first appeared in the 2005 video game God of War, which led to the development of eight additional titles featuring the character as the protagonist.</div>
</div>

<div class="gallery">
  <a target="_blank" href="/assets/images/vecna.jpg">
    <img src="/assets/images/vecna.jpg" alt="vecna" width="100" height="200">
  </a>
  <div class="desc">Vecna is a fictional character appearing in the Dungeons & Dragons fantasy role-playing game. Vecna has been named one of the greatest villains in the Dungeons & Dragons franchise. Originally appearing in the Greyhawk campaign setting, Vecna was described as a powerful wizard who became a lich.</div>
</div>

<div class="gallery">
  <a target="_blank" href="/assets/images/Vincent_Valentine.png">
    <img src="/assets/images/Vincent_Valentine.png" alt="Vincent Valentine" width="100" height="200">
  </a>
  <div class="desc">Vincent Valentine is a character in Square's 1997 role-playing video game Final Fantasy VII. He is designed by Tetsuya Nomura, and also appears in various titles from the Compilation of Final Fantasy VII, a metaseries set in the Final Fantasy VII continuity</div>
</div>