-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
32 lines (32 loc) · 1.33 KB
/
Copy pathinfo.html
File metadata and controls
32 lines (32 loc) · 1.33 KB
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
<!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">
<link rel="stylesheet" href="style.css">
<title>Info</title>
</head>
<body id="info-body">
<div class="container_info">
<h1>About Project</h1>
<br>
<p>In this project, color palettes are created randomly with certain color placement combinations. <br>Information about the color combinations formed is given as output on the console in each operation.</p>
<h1 id="social-media-h">Social Media Accounts</h1>
<div class="social-media">
<div class="behance">
<img src="img/behance.png" alt="behance">
<a href="https://www.behance.net/muzafferyldrm" target="_blank">Behance</a>
</div>
<div class="instagram">
<img src="img/instagram.png" alt="instagram">
<a href="https://www.instagram.com/enesmuzafferr/" target="_blank">Instagram</a>
</div>
<div class="linkedin">
<img src="img/linkedin.png" alt="linkedin">
<a href="https://www.linkedin.com/in/muzaffer-yildirim/" target="_blank">LinkedIn</a>
</div>
</div>
</div>
</body>
</html>