3 Navigation - mynimi/Hearts-in-Wonderland GitHub Wiki

[English Version]

Menu

Das Menu ist eine einfache Auflistung von Links., für den hover-effekt ist ausserdem noch ein span-element vorhanden.

  1. Öffne den Code (Vorlage)
  2. Suche nach <!--menu-->
  3. Finde <a href='/'><span data-hover='Home'>Home</span></a> und die zwei Links darunter und ersetze sie durch die gleiche Struktur.
  4. <a href="LINK"><span data-hover"MENUPUNKTNAME">MENUPUNKTNAME</span></a>
  5. Speichern und fertig

[Deutsche Version]

Navigation

The menu is a simple list of links. For the hover effect you also need a span element with a data-attribute

  1. Open the code (template)
  2. Search for <!--menu-->
  3. Find <a href='/'><span data-hover='Home'>Home</span></a> and the two links below that and replace with your own links following the structure
  4. <a href="LINK"><span data-hover"MENUITEMNAME">MENUITEMNAME</span></a>
  5. Save and your done
⚠️ **GitHub.com Fallback** ⚠️