Last active
June 6, 2020 09:25
-
-
Save VictorOmondiCDS/0aeb791ff483ac803ac05926b2767b31 to your computer and use it in GitHub Desktop.
Esther Njeri Kanini | Portfolio Website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Esther Njeri Kanini Portfolio | HOME</title> | |
</head> | |
<body> | |
<nav> | |
<div class="logo"></div> | |
<div class="menu"></div> | |
</nav> | |
<main> | |
<div id="home"></div> | |
<div id="project"> | |
<div></div> | |
<div></div> | |
</div> | |
<div id="skills"></div> | |
<div id="about-me"></div> | |
</main> | |
<footer> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment