-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
23 lines (21 loc) · 751 Bytes
/
Copy pathcontact.html
File metadata and controls
23 lines (21 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang = "eg">
<head>
<link rel="stylesheet" href="styles.css">
<title>Portfolio</title>
</head>
<body>
<section class = "navbarSection">
<nav class="navbar">
<ul class = "navbarList">
<li><a href="index.html">Main</a></li>
</ul>
</nav>
</section>
<div class = "contactImages">
<a href= "https://www.linkedin.com/in/alex-volchek-579496171/"> <img src = "assets/images/linkedin.png" alt = "linkedin"></a>
<a href= "mailto: alexvolchek615@gmail.com"> <img src = "assets/images/email.png" alt = "email"></a>
<a href= "https://github.com/alexvolchek615"> <img src = "assets/images/github.png" alt = "github"></a>
</div>
</body>
</html>