1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
5
+ < title > Login Page</ title >
6
+ < link rel ="stylesheet " href ="style.css ">
7
+ </ head >
8
+ < body >
9
+
10
+ < div class ="main ">
11
+ < div class ="navbar ">
12
+ < div class ="icon ">
13
+ < h2 class ="logo " > Internshala</ h2 >
14
+ </ div >
15
+
16
+ < div class ="menu ">
17
+ < ul >
18
+ < li > < a href ="# "> HOME</ a > </ li >
19
+ < li > < a href ="# "> ABOUT</ a > </ li >
20
+ < li > < a href ="# "> SERVICE</ a > </ li >
21
+ < li > < a href ="# "> DESIGN</ a > </ li >
22
+ < li > < a href ="# "> CONTACT</ a > </ li >
23
+ </ ul >
24
+ </ div >
25
+
26
+ < div class ="search ">
27
+ < input class ="srch " type ="search " name ="" placeholder ="Need Help ....... ? ">
28
+ < a href ="# "> < button class ="btn "> Search</ button > </ a >
29
+ </ div >
30
+
31
+ </ div >
32
+ < div class ="content ">
33
+ < h1 > Placement < br > < span > & Internship</ span > < br > Course</ h1 >
34
+ < p class ="par "> Their intern course offers a wide range of online internships in various fields, < br >
35
+ providing students with practical work experience exposure to different industries, < br > and the opportunity to develop their skills.</ p >
36
+
37
+ < button class ="cn "> < a href ="# "> JOIN US</ a > </ button >
38
+
39
+ < div class ="form ">
40
+ < h2 > Login Here</ h2 >
41
+ < input type ="email " name ="email " placeholder ="Enter Email Here ">
42
+ < input type ="password " name ="" placeholder ="Enter Password Here ">
43
+ < button class ="btnn "> < a href ="# "> Login</ a > </ button >
44
+
45
+ < p class ="link "> Don't have an account< br >
46
+ < a href ="# "> Sign up </ a > here</ a > </ p >
47
+ < p class ="liw " style ="text-align: center; "> Log in with</ p >
48
+
49
+ < div class ="icons " style ="text-align: center; ">
50
+ <!-- <a href="#"><ion-icon name="logo-facebook"></ion-icon></a>
51
+ <a href="#"><ion-icon name="logo-instagram"></ion-icon></a> -->
52
+ < a href ="# "> < ion-icon name ="logo-twitter "> </ ion-icon > </ a >
53
+ < a href ="# "> < ion-icon name ="logo-google "> </ ion-icon > </ a >
54
+ < a href ="# "> < ion-icon name ="logo-skype "> </ ion-icon > </ a >
55
+
56
+
57
+ </ div >
58
+
59
+ </ div >
60
+ </ div >
61
+ </ div >
62
+ </ div >
63
+ </ div >
64
+ < script src ="https://unpkg.com/ionicons@5.4.0/dist/ionicons.js "> </ script >
65
+ </ body >
66
+ </ html >
0 commit comments