You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Nidar Elyasa | Awesome Girl</title>

<link rel="icon" href="favicon.ico" type="image/png" />

<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300"
rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.13.1/css/all.css"
rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/yellow-black.css">
<!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-grey.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-red.css"> -->
<!-- <link rel="stylesheet" href="css/themes/yellow-black.css"> -->
</head>
<body>
<main>
<div class="intro">Hello, I'm Nidar!</div>
<div class="tagline">All-Star | Code HTML CSS | Linux | Defensive
| Offensive</div>
<!-- Find your icons from here - https://fontawesome.com/icons?
d=gallery&s=brands -->
<div class="icons-social">
<a target="_blank" href="https://github.com/nidarfa">
<i class="fab fa-github" aria-hidden="true" title="Github"></i>
<span class="sr-only">Github</span>
</a>
<a target="_blank" href="https://twitter.com/nidar_elyasa">
<i class="fab fa-twitter" aria-hidden="true" title="Twitter"></i>
<span class="sr-only">Twitter</span>
</a>
<a target="_blank" href="https://stackoverflow.com/users/22131373/nidarfa-
15">
<i class="fab fa-stack-overflow" aria-hidden="true"
title="StackOverflow"></i>
<span class="sr-only">StackOverflow</span>
</a>
<a target="_blank" href="https://www.linkedin.com/in/fathan-nidar">
<i class="fab fa-linkedin" aria-hidden="true" title="LinkedIn"></i>
<span class="sr-only">LinkedIn</span>
</a>
<a target="_blank" href="https://medium.com/@nidarelyasa">
<i class="fab fa-medium" aria-hidden="true" title="Medium"></i>
<span class="sr-only">Medium</span>
</a>
</div>
</main>
</body
</html>

You might also like