-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacebookclone.html
109 lines (101 loc) · 4.55 KB
/
facebookclone.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<title>Facebookclone</title>
</head>
<body>
<!--upper portion-->
<div class=" h-[620px] bg-blue-100 flex ">
<div class="w-10/12 max-w-[900px] flex flex-row justify-between items-center mx-auto">
<!--left part-->
<div >
<h1 class="font-bold text-6xl text-blue-600" >facebook</h1>
<p class="text-2xl mt-4">Facebook helps you connect and share <br>with the people in your life.</p>
</div>
<!--right part-->
<div>
<div class="w-[400px] h-[320px] bg-white rounded mt-14 ">
<div class="flex flex-col justify-between items-center">
<input type="text" placeholder="EMAIL ADDRESS OR PHONE NO."
class="w-[350px] h-10 mt-4 rounded border-2 p-4"
>
<input type="password" placeholder="PASSWORD" class="w-[350px] h-10 mt-4 rounded border-2 p-4">
<div class="w-15 bg-blue-600 mt-4 h-10 rounded text-center border-2">
<button class=" w-[350px] h-10 text-white text-xl ">
Log In
</button>
</div>
<a href="#" class="mt-4 text-blue-600">Forgotten password?</a>
<hr class="w-[370px] bg-slate-400 mt-4"></hr>
<button class="bg-green-600 w-[180px] h-12 text-white mt-8 rounded ">
Create new account
</button>
</div>
</div>
<div class="mt-2 flex justify-center">
<p><a href="" class="font-bold">Create a page</a> for a celebrity, brand or business.</p>
</div>
</div>
</div>
</div>
<!--bottom part-->
<div class="w-[950px] max-w-[900px] flex flex-col justify-between items-center mx-auto">
<div class="w-[950px] flex text-sm justify-start text-slate-400">
<a href="" class="mt-2">ENGLISH(UK)</a>
<a href="" class="m-2">বাংলা</a>
<a href="" class="m-2">हिंदी</a>
<a href="" class="m-2">آپ کا خیرمقدم </a>
<a href="" class="m-2">नेपाली </a>
<a href="" class="m-2"> ଓଡ଼ିଆ </a>
<a href="" class="m-2"> ESPANOL</a>
<a href="" class="m-2">BRAZIL</a>
<a href="" class="m-2"> FRANCE</a>
<a href="" class="m-2"> ITALIANO</a>
<!--<div class="flex items-center justify-center bg-slate-200 w-6 h-4 mt-2 pt-2 m-2 rounded border-2 border-black border-opacity-20">
<div class="flex items-center justify-center h-2">
<div class="w-2 h-4 bg-black"></div> Vertical part
<div class="h-2 w-4 bg-black"></div> Horizontal part
</div>
</div>-->
</div>
<div class="w-[950px] h-0.5 mt- bg-slate-200 opacity "></div>
<div class="w-[950px] mt-2 text-sm text-slate-400">
<a href="" >Sign up</a>
<a href="" class="m-4">Log in</a>
<a href="" class="m-2">messengar</a>
<a href="" class="m-2">facebook lite</a>
<a href="" class="m-2">video</a>
<a href="" class="m-2">places</a>
<a href="" class="m-2">games</a>
<a href="" class="m-2">market place</a>
<a href="" class="m-2">meta pay</a>
<a href="" class="m-2">meta store</a>
<a href="" class="m-2">Meta Quest</a>
<a href="" >Ran-ban meta</a>
<a href="" class="m-2">Meta Ai</a>
<a href="" class="m-2">Instagram</a>
<a href="" class="m-2">Threads</a>
<a href="" class="m-2">fundrasiers</a>
<a href="" class="m-2">services</a>
<a href="" class="m-2">Voting Information center</a>
<a href="" class="m-2">Privacy Policy</a>
<a href="" class="m-2">Privacy Center</a>
<a href="" class="m-2">Groups</a>
<a href="" class="m-2">About</a>
<a href="" class="m-2">Creat ad</a>
<a href="" class="m-2">Creat page</a>
<a href="" class="m-2">Develpoers</a>
<a href="" class="m-2">Carriers</a>
<a href="" class="m-2">Cookies</a>
<a href="" class="m-2">Adchoices</a>
<a href="" class="m-2">Terms</a>
<a href="" class="m-2">Help</a>
<a href="">contactuploadingnon-user</a>
</div>
</div>
</body>
</html>