15
15
< a href ="#home "> Home</ a >
16
16
< a href ="#about "> About</ a >
17
17
< a href ="#team "> Team</ a >
18
+ < a href ="#goals "> Goals</ a >
19
+ < a href ="#gallery "> Gallery</ a >
20
+ < a href ="#links "> Links</ a >
18
21
</ nav >
19
22
20
23
<!-- Home Section -->
21
24
< section id ="home " class ="container " style ="text-align: center; ">
22
25
< h1 > Welcome to BRONCORADAR</ h1 >
23
- < img src ="BRONCORADAR Logo.png " alt ="BRONCORADAR Logo " style ="display: block; margin: 0 auto; ">
26
+ < img src ="BRONCORADAR Logo.png " alt ="BRONCORADAR Logo " style ="display: block; margin: 0 auto; max-width: 100%; height: auto; ">
24
27
</ section >
25
28
26
29
<!-- About Section -->
@@ -38,7 +41,7 @@ <h3>Alex Sanna</h3>
38
41
< p > Developer</ p >
39
42
</ div >
40
43
< div class ="team-member ">
41
- < h3 > Sam Araya</ h3 >
44
+ < h3 > Samuel Araya</ h3 >
42
45
< p > Developer</ p >
43
46
</ div >
44
47
< div class ="team-member ">
@@ -52,6 +55,45 @@ <h3>Darshil Sheth</h3>
52
55
</ div >
53
56
</ section >
54
57
58
+ <!-- Goals Section -->
59
+ < section id ="goals " class ="container ">
60
+ < h2 > Project Goals</ h2 >
61
+ < ul >
62
+ < li > Enhance the usability and accessibility of the CPP interactive map.</ li >
63
+ < li > Improve the design and user interface for a better experience.</ li >
64
+ < li > Ensure mobile-friendly responsiveness and performance optimization.</ li >
65
+ </ ul >
66
+ </ section >
67
+
68
+ <!-- Gallery Section -->
69
+ < section id ="gallery " class ="container ">
70
+ < h2 > Project Gallery</ h2 >
71
+ < div class ="gallery ">
72
+ < figure >
73
+ < img src ="screenshot1.png " alt ="Map view with markers " style ="max-width:100%; height:auto; ">
74
+ < figcaption > Interactive Map with building markers</ figcaption >
75
+ </ figure >
76
+ < figure >
77
+ < img src ="screenshot2.png " alt ="Building Directory and Distance Measurement Features " style ="max-width:100%; height:auto; ">
78
+ < figcaption > Building Directory and Search</ figcaption >
79
+ </ figure >
80
+ < figure >
81
+ < img src ="screenshot3.png " alt ="Distance Measurement Example " style ="max-width:100%; height:auto; ">
82
+ < figcaption > Distance Measurement Feature</ figcaption >
83
+ </ figure >
84
+ </ div >
85
+ </ section >
86
+
87
+ <!-- Links Section -->
88
+ < section id ="links " class ="container about ">
89
+ < h2 > Project Links</ h2 >
90
+ < ul >
91
+ < li > < a href ="broncoradar.com " target ="_blank " rel ="noopener "> BroncoRadar Website</ a > </ li >
92
+ < li > < a href ="https://github.com/Placeholder-Group/BroncoRadar " target ="_blank " rel ="noopener "> GitHub Repository</ a > </ li >
93
+ < li > < a href ="https://docs.google.com/presentation/d/1zlSGX7XnLoQeU-3nr1lGhZzLdrIBODR8RhpRMjHf_b0/edit?usp=sharing " target ="_blank " rel ="noopener "> Presentation Slides</ a > </ li >
94
+ </ ul >
95
+ </ section >
96
+
55
97
</ body >
56
98
57
- </ html >
99
+ </ html >
0 commit comments