Skip to content

Commit acb1315

Browse files
committed
updated footer
added tandon logo
1 parent 33f5826 commit acb1315

File tree

8 files changed

+12
-5
lines changed

8 files changed

+12
-5
lines changed

.DS_Store

6 KB
Binary file not shown.

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<footer>
6969
<div class="container container-nav">
70-
<p>NYU Robotic Design Team</p>
70+
<img src="resources/tandon_long_white.png" class="tandon-logo">
7171
</div>
7272

7373
<div class="container container-footer">

contact.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<footer>
6969
<div class="container container-nav">
70-
<p>NYU Robotic Design Team</p>
70+
<img src="resources/tandon_long_white.png" class="tandon-logo">
7171
</div>
7272

7373
<div class="container container-footer">

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<footer>
7878
<div class="container container-nav">
79-
<p>NYU Robotic Design Team</p>
79+
<img src="resources/tandon_long_white.png" class="tandon-logo">
8080
</div>
8181

8282
<div class="container container-footer">
@@ -98,8 +98,10 @@
9898
</a>
9999

100100
</div>
101+
101102
<!-- lines -->
102103
<div style="font-size: 15px;">
104+
103105
Unless otherwise noted, all content copyright NYU Robotic Design Team. All rights reserved.
104106
</div>
105107
</div>

projects.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3>Project: Inter Planetary Excavating Rover</h3>
189189

190190
<footer>
191191
<div class="container container-nav">
192-
<p>NYU Robotic Design Team</p>
192+
<img src="resources/tandon_long_white.png" class="tandon-logo">
193193
</div>
194194

195195
<div class="container container-footer">

resources/tandon_long_white.png

2.88 KB
Loading

shared.css

+5
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ a:has(.footer-icon) {
141141
max-width: 15%;
142142
}
143143

144+
.tandon-logo {
145+
max-width:30%;
146+
margin: 1rem 0;
147+
}
148+
144149
nav ul {
145150
list-style: none;
146151
padding: 0;

team.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>ADVISORY</h1>
7373

7474
<footer>
7575
<div class="container container-nav">
76-
<p>NYU Robotic Design Team</p>
76+
<img src="resources/tandon_long_white.png" class="tandon-logo">
7777
</div>
7878

7979
<div class="container container-footer">

0 commit comments

Comments
 (0)