Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dawid Krzoska Portfolio</title>
<link rel="stylesheet" href="dist\css\main.css">
</head>
<body>
<header>
<div class = "menu_button">
<span class = "menu_button_inside" ></span>
</div>
<nav class="nav">
<ul class="menu-nav">
<li class="menu-nav-item active">
<a href="index.html" class="menu-nav-link"> Home </a>
</li>
<li class="menu-nav-item">
<a href="dist/about.html" class="menu-nav-link"> About </a>
</li>
<li class="menu-nav-item">
<a href="dist/projects.html" class="menu-nav-link"> Projects </a>
</li>
<li class="menu-nav-item">
<a href="dist/contact.html" class="menu-nav-link"> Contact </a>
</li>
</ul>
</nav>
</header>
<main>
<section class="home">
<h2>
Hi ! My name is
</h2>
<h1 class="home_name">
Dawid <span class="home_name_last"> Krzoska </span>
</h1>
<h2>
Web Developer , Student , C++ Programer
</h2>
<div class="social-icons">
<a href="https://www.facebook.com/dawid.krzoska.566/">
<i class="fab fa-facebook fa-2x"></i>
</a>
<a href="https://www.linkedin.com/in/dawid-krzoska-a3b99918a/">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="https://github.coventry.ac.uk/krzoskad">
<i class="fab fa-github fa-2x"></i>
</a>
</div>
<footer>&copy;Copyright 2020</footer>
</section>
</main>
<script src="https://kit.fontawesome.com/6d2ea823d0.js"></script>
<script src="dist/js/main.js"></script>
</body>
</html>