header v1
This commit is contained in:
		
							
								
								
									
										51
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										51
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,51 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="cs">
 | 
			
		||||
  <!-- Lukáš Kaňka -->
 | 
			
		||||
  <!-- lukas.kanka@outlook.cz -->
 | 
			
		||||
  <!-- Discord: Lukáš K. -->
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="UTF-8" />
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
			
		||||
    <link rel="stylesheet" href="style.css" />
 | 
			
		||||
  
 | 
			
		||||
    <script
 | 
			
		||||
      src="https://kit.fontawesome.com/0a43c6cd1f.js"
 | 
			
		||||
      crossorigin="anonymous"
 | 
			
		||||
    ></script>
 | 
			
		||||
    <title>Project 2</title>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
    <header>
 | 
			
		||||
      <!-- Harry - logo (Harry Potter) -->
 | 
			
		||||
      <div class="logo">
 | 
			
		||||
	      <img src="img/terminal.png" alt="" />
 | 
			
		||||
<h1 class="title">Terminal</h1>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <!-- Harry - navigation -->
 | 
			
		||||
      <nav>
 | 
			
		||||
        <ul>
 | 
			
		||||
          <li><a href="">Domů</a></li>
 | 
			
		||||
          <li><a href="">O nás</a></li>
 | 
			
		||||
          <li><a href="">Kontakt</a></li>
 | 
			
		||||
        </ul>
 | 
			
		||||
      </nav>
 | 
			
		||||
 | 
			
		||||
      <div class="menu-icon">
 | 
			
		||||
        <!-- Ikona hamburger -->
 | 
			
		||||
        <i class="fa-solid fa-bars"></i>
 | 
			
		||||
        <!-- Ikona cross -->
 | 
			
		||||
        <!-- <i class="fa-solid fa-xmark"></i> -->
 | 
			
		||||
      </div>
 | 
			
		||||
    </header>
 | 
			
		||||
    <main>
 | 
			
		||||
      <!-- Background - Bradavice CSS import -->
 | 
			
		||||
      <section class="welcome"></section>
 | 
			
		||||
    </main>
 | 
			
		||||
 | 
			
		||||
    <footer>Copyright ©  <a href="https://git.archoslinux.cz/kankys" target="_blank">Lukáš Kaňka</a> 2024</footer>
 | 
			
		||||
    <script src="script.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user