-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (45 loc) · 2.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<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>Document</title>
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"/>
</head>
<body>
<header>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<nav class="navig">
<div><a href="/index.html" class="active" >Home</a></div>
<div><a href="../UGR-3127-12/html/about.html">About</a></div>
<div><a href="../UGR-3127-12/html/qualification.html">Qualification</a></div>
<div><a href="../UGR-3127-12/html/portfolio.html">portfolio</a></div>
<div><a href="../UGR-3127-12/html/blog.html">Blog</a></div>
<div><a href="../UGR-3127-12/html/contact.html">Contact</a></div>
</nav>
<section id="txt">
<pre><em>Hello</em>, I'm Mekdes. <br> A full-stack web developer.</pre>
</section>
<div class="logo">
<a href="https://www.facebook.com/me/"><img src="images/facebook_social media_icon.png" alt="facebook"></a>
<a href="dc"><img src="images/square_twitter_blue_icon.png" alt="twitter"></a>
<a href="https://github.com/Mekdeskebede/Mekdeskebede"><img src="images/github_icon.png" alt="github"></a>
<a href="https://www.linkedin.com/in/mekdes-kebede-b570a5227/?lipi=urn%3Ali%3Apage%3Ad_flagship3_feed%3BMzsT1cGvTTmvbMwes9pIpg%3D%3D"><img src="images/linkedin_network_linkedin logo_icon.png" alt="linkedin"></a>
</div>
</header>
<footer >
mekdi © 2021
<div class="footer">
<a href="https://www.facebook.com/me/"><img src="images/facebook_social media_icon.png" alt="facebook"></a>
<a href="dc"><img src="images/square_twitter_blue_icon.png" alt="twitter"></a>
<a href="https://github.com/Mekdeskebede/Mekdeskebede"><img src="images/github_icon.png" alt="github"></a>
<a href="https://www.linkedin.com/in/mekdes-kebede-b570a5227/?lipi=urn%3Ali%3Apage%3Ad_flagship3_feed%3BMzsT1cGvTTmvbMwes9pIpg%3D%3D"><img src="images/linkedin_network_linkedin logo_icon.png" alt="linkedin"></a>
</div>
</footer>
</body>
</html>