1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < link rel ="stylesheet " href ="style.css ">
8
+ < title > BR Architects</ title >
9
+ </ head >
10
+ < body >
11
+
12
+ <!------------------------------------------------NAVBAR------------------------------------------------------------------>
13
+ < nav class ="navbar ">
14
+ < a href ="" style ="float:left " > < strong > BR</ strong > Architects</ a >
15
+ < a href ="#projects " class ="invisible-nav-item " style ="float:right "> Projects</ a >
16
+ < a href ="#about " class ="invisible-nav-item " style ="float:right "> About</ a >
17
+ < a href ="#contact " class ="invisible-nav-item " style ="float:right "> Contact</ a >
18
+ </ nav >
19
+
20
+
21
+ <!------------------------------------------------------------------------------------------------------------------------->
22
+ < div class ="container container1 "> </ div >
23
+
24
+ <!----------------------------------------PROJECTS----------------------------------------------------------------------------->
25
+ < div class ="container container2 " id ="projects ">
26
+ < p class ="heading "> Projects</ p >
27
+ < hr style ="width:100%;color:grey ">
28
+ < div class ="image-collection ">
29
+ < div >
30
+ < span > Summer House</ span >
31
+ < img src ="images/summerhose.jpg " alt ="" width ="100% " >
32
+ </ div >
33
+ < div >
34
+ < span > Renovated</ span >
35
+ < img src ="images/renovated.jpg " alt ="" width ="100% " >
36
+ </ div >
37
+ < div >
38
+ < span > Brick House</ span >
39
+ < img src ="images/brickhose.jpg " alt ="" width ="100% " >
40
+ </ div >
41
+
42
+ < div >
43
+ < span > Renovated</ span >
44
+ < img src ="images/renovated.jpg " alt ="" width ="100% " >
45
+ </ div >
46
+ < div >
47
+ < span > Brick House</ span >
48
+ < img src ="images/brickhose.jpg " alt ="" width ="100% " >
49
+ </ div >
50
+ < div >
51
+ < span > Summer House</ span >
52
+ < img src ="images/summerhose.jpg " alt ="" width ="100% " >
53
+ </ div >
54
+ < div >
55
+ < span > Brick House</ span >
56
+ < img src ="images/brickhose.jpg " alt ="" width ="100% " >
57
+ </ div >
58
+ < div >
59
+ < span > Summer House</ span >
60
+ < img src ="images/summerhose.jpg " alt ="" width ="100% ">
61
+ </ div >
62
+ </ div >
63
+ </ div >
64
+
65
+ <!-----------------------------------------------ABOUT-------------------------------------------------------------->
66
+ < div class ="container container3 " id ="about ">
67
+ < p class ="heading "> About</ p >
68
+ < hr style ="width:100%;color:grey;margin-bottom:10px ">
69
+ < p style ="margin:10px;font-size:16px; "> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</ p >
70
+ < div class ="image-card-collection ">
71
+ < div class ="about-img-card ">
72
+ < img src ="images/johnDoe.jpg " alt ="" width ="100% ">
73
+ < p class ="heading "> John Doe</ p >
74
+ < p class ="about-image-card-designation "> CEO & Founder</ p >
75
+ < p class ="about-image-card-desc "> Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</ p >
76
+ < button class ="about-image-card-button "> CONTACT</ button >
77
+ </ div >
78
+ < div class ="about-img-card ">
79
+ < img src ="images/JaneDoe.jpg " alt ="" width ="100% ">
80
+ < p class ="heading "> Jane Doe</ p >
81
+ < p class ="about-image-card-designation "> Architect</ p >
82
+ < p class ="about-image-card-desc "> Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</ p >
83
+ < button class ="about-image-card-button "> CONTACT</ button >
84
+ </ div >
85
+ < div class ="about-img-card ">
86
+ < img src ="images/MikeRoss.jpg " alt ="" width ="100% ">
87
+ < p class ="heading "> Mike Ross</ p >
88
+ < p class ="about-image-card-designation "> Architect</ p >
89
+ < p class ="about-image-card-desc "> Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</ p >
90
+ < button class ="about-image-card-button "> CONTACT</ button >
91
+ </ div >
92
+ < div class ="about-img-card ">
93
+ < img src ="images/danStar.jpg " alt ="" width ="100% ">
94
+ < p class ="heading "> Dan Star</ p >
95
+ < p class ="about-image-card-designation "> Architect</ p >
96
+ < p class ="about-image-card-desc "> Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</ p >
97
+ < button class ="about-image-card-button "> CONTACT</ button >
98
+ </ div >
99
+ </ div >
100
+ </ div >
101
+
102
+ <!-------------------------------------------------CONTACT------------------------------------------------------------------------>
103
+ < div class ="container container4 " id ="contact ">
104
+ < p class ="heading "> Contact</ p >
105
+ < hr style ="width:100%;color:grey;margin-bottom:10px ">
106
+ < p style ="margin:10px;font-size:16px; "> Lets get in touch and talk about your next project.</ p >
107
+ < input type ="text " placeholder ="Name " required >
108
+ < input type ="email " placeholder ="Email " required >
109
+ < input type ="text " placeholder ="Subject " required >
110
+ < input type ="text " placeholder ="Comment " required >
111
+ < button class ="contact-button "> SEND MESSAGE</ button >
112
+ </ div >
113
+
114
+ <!----------------------------------------------------------------------------------------------------------------------------->
115
+ < div class ="container container5 "> </ div >
116
+
117
+ <!-----------------------------------------FOOTER--------------------------------------------------------------------------------->
118
+ < footer class ="footer "> Made by ❤JugeshRaghav</ footer >
119
+ </ body >
120
+ </ html >
0 commit comments