-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex2.html
More file actions
58 lines (52 loc) · 2.18 KB
/
index2.html
File metadata and controls
58 lines (52 loc) · 2.18 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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">
<meta name="author" content="Ezeliora Godsfavour">
<meta name="description" content="Netflix-clone">
<!-- icons -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@100;200;300;400;500;600;800&family=Roboto:wght@400;500;700;900&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style2.css">
<title>Netflix-clone-profile page</title>
</head>
<body>
<!-- Profile page -->
<header>
<img src="./IMAGES/logo (2).png" alt="Netflix-logo" id="profile-logo">
</header>
<main>
<h2 id="welcome-text">Kim izliyor?</h2>
<div class="container">
<div class="box-container">
<div class="box1">
<img src="./IMAGES/ProfilePicture.png" alt="profile-logo">
<p>Murat</p>
</div>
<div class="box1">
<img src="/IMAGES/ProfilePicture (1).png" alt="profile-logo">
<p>Umut</p>
</div>
<div class="box1">
<img src="/IMAGES/ProfilePicture (2).png" alt="profile-logo">
<p>Kemal</p>
</div>
<div class="box1">
<img src="/IMAGES/ProfilePicture (3).png" alt="profile-logo">
<p>Çocuk</p>
</div>
<div class="box1">
<img src="/IMAGES/Vector.png" alt="profile-logo" id="add-icon">
<p id="add-icon-text">Profil Ekle</p>
</div>
</div>
</div>
<a href="/index3.html"><h3 id="enter-text">PROFİLLERİ YÖNET</h3></a>
</main>
</body>
</html>