Skip to content

Commit 1b85fa2

Browse files
committed
Merge branch 'master' of github.com:cs480-projects/cs480-projects.github.io
ink
2 parents bbf82f4 + cff8f26 commit 1b85fa2

File tree

84 files changed

+2929
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2929
-86
lines changed
Binary file not shown.

teams-spring2025/BRONCORADAR/index.html

+45-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515
<a href="#home">Home</a>
1616
<a href="#about">About</a>
1717
<a href="#team">Team</a>
18+
<a href="#goals">Goals</a>
19+
<a href="#gallery">Gallery</a>
20+
<a href="#links">Links</a>
1821
</nav>
1922

2023
<!-- Home Section -->
2124
<section id="home" class="container" style="text-align: center;">
2225
<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;">
2427
</section>
2528

2629
<!-- About Section -->
@@ -38,7 +41,7 @@ <h3>Alex Sanna</h3>
3841
<p>Developer</p>
3942
</div>
4043
<div class="team-member">
41-
<h3>Sam Araya</h3>
44+
<h3>Samuel Araya</h3>
4245
<p>Developer</p>
4346
</div>
4447
<div class="team-member">
@@ -52,6 +55,45 @@ <h3>Darshil Sheth</h3>
5255
</div>
5356
</section>
5457

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+
5597
</body>
5698

57-
</html>
99+
</html>
1.21 MB
Loading
68.5 KB
Loading
1.11 MB
Loading

teams-spring2025/BRONCORADAR/styles.css

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ h1, h2 {
1515
text-align: center;
1616
}
1717

18+
#goals {
19+
text-align: center;
20+
}
21+
22+
#goals ul {
23+
display: inline-block;
24+
text-align: left;
25+
list-style-position: outside;
26+
padding-left: 20px;
27+
}
28+
1829
a {
1930
text-decoration: none;
2031
color: inherit;
69 KB
Loading
222 KB
Loading
211 KB
Loading
Loading
92.3 KB
Loading
401 KB
Loading
68.7 KB
Loading
261 KB
Loading
135 KB
Loading
103 KB
Loading
528 KB
Loading
40.1 KB
Loading
328 KB
Loading
492 KB
Loading
1.62 KB
Loading

0 commit comments

Comments
 (0)