Skip to content

Commit 5995d31

Browse files
Merge pull request #23 from TartejBrothers/Changes
Added Links
2 parents 2b980c7 + 9e570bb commit 5995d31

File tree

5 files changed

+42
-36
lines changed

5 files changed

+42
-36
lines changed

activites.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<div class="navright">
1919
<a href="index.html" class="navitems">Home</a>
2020

21-
<a href="contact.html" class="navitems">Contact Us</a>
22-
<a href="volunteer.html" class="navitems">Volunteer</a>
21+
<a href="#contact" class="navitems">Contact Us</a>
22+
<a href="index.html#volunteer" class="navitems">Volunteer</a>
2323
<img
2424
src="images/assests/gripblack.png"
2525
alt="menu"
@@ -292,7 +292,7 @@ <h1>Research and Documentation</h1>
292292
<button class="donatebottom">Donate Now</button>
293293
<img src="images/assests/logo.png" alt="logo" />
294294
</div>
295-
<div class="footer">
295+
<div class="footer" id="contact">
296296
<div class="footerleft">
297297
<div class="footerlefthead">
298298
<img src="images/assests/logo.png" alt="logo" />
@@ -311,11 +311,11 @@ <h1>AD LIFE</h1>
311311
<div class="footerrightheader">WHO WE ARE</div>
312312
<hr class="footerrightsplitter" />
313313
<ul>
314-
<li>> Homepage</li>
315-
<li>> Activities</li>
316-
<li>> Information</li>
317-
<li>> Contribute Now</li>
318-
<li>> Contact</li>
314+
<a href="index.html"><li>> Homepage</li></a>
315+
<a href="activites.html"><li>> Activities</li></a>
316+
<a href="information.html"><li>> Information</li></a>
317+
<a href="mentees.html"><li>> Contribute Now</li></a>
318+
<a href="#contact"><li>> Contact</li></a>
319319
</ul>
320320
</div>
321321
<div class="footerrightbody">

css/global.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
font-family: opensans;
1919
src: url("/fonts/opensans.ttf");
2020
}
21-
21+
html {
22+
scroll-behavior: smooth;
23+
}
2224
* {
2325
margin: 0;
2426
padding: 0;
@@ -255,6 +257,10 @@ input#search {
255257
.footer ul {
256258
list-style-type: none;
257259
}
260+
.footerrightbody a {
261+
color: #fff;
262+
text-decoration: none;
263+
}
258264
.footer ul li {
259265
display: flex;
260266
align-items: center;

index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<div class="navright">
2121
<a href="index.html" class="navitems">Home</a>
2222

23-
<a href="contact.html" class="navitems">Contact Us</a>
24-
<a href="volunteer.html" class="navitems">Volunteer</a>
23+
<a href="#contact" class="navitems">Contact Us</a>
24+
<a href="#volunteer" class="navitems">Volunteer</a>
2525
<img
2626
src="images/assests/grip.png"
2727
alt="menu"
@@ -77,7 +77,7 @@ <h1>Changing Lives, One Act of Kindness at a Time.</h1>
7777
vulnerable people through interventions and support in health
7878
(including nutrition), education, and empowerment.
7979
</p>
80-
<button class="headerbtn">Donate Now</button>
80+
<a href="#donation"><button class="headerbtn">Donate Now</button></a>
8181
<p class="headerquote">
8282
Everything is possible only with good health and adequate nutrition.
8383
</p>
@@ -170,7 +170,7 @@ <h2>Our <font color="#E6222B">Mission</font></h2>
170170
<p></p>
171171
</div>
172172
</div>
173-
<div class="volunteer">
173+
<div class="volunteer" id="volunteer">
174174
<div class="volunteerleft">
175175
<h1>Volunteer Now</h1>
176176
<p class="volunteerside">We’d love to hear from you</p>
@@ -207,7 +207,7 @@ <h1>Volunteer Now</h1>
207207
<div class="logosection">
208208
<img src="images/assests/logo.png" alt="logo" />
209209
</div>
210-
<div class="donation">
210+
<div class="donation" id="donation">
211211
<div class="donationleft">
212212
<h1>Donation</h1>
213213

@@ -257,7 +257,7 @@ <h1>Donation</h1>
257257
</form>
258258
</div>
259259
</div>
260-
<div class="footer">
260+
<div class="footer" id="contact">
261261
<div class="footerleft">
262262
<div class="footerlefthead">
263263
<img src="images/assests/logo.png" alt="logo" />
@@ -276,11 +276,11 @@ <h1>AD LIFE</h1>
276276
<div class="footerrightheader">WHO WE ARE</div>
277277
<hr class="footerrightsplitter" />
278278
<ul>
279-
<li>> Homepage</li>
280-
<li>> Activities</li>
281-
<li>> Information</li>
282-
<li>> Contribute Now</li>
283-
<li>> Contact</li>
279+
<a href="index.html"><li>> Homepage</li></a>
280+
<a href="activites.html"><li>> Activities</li></a>
281+
<a href="information.html"><li>> Information</li></a>
282+
<a href="mentees.html"><li>> Contribute Now</li></a>
283+
<a href="#contact"><li>> Contact</li></a>
284284
</ul>
285285
</div>
286286
<div class="footerrightbody">

information.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<div class="navright">
2020
<a href="index.html" class="navitems">Home</a>
2121

22-
<a href="contact.html" class="navitems">Contact Us</a>
23-
<a href="volunteer.html" class="navitems">Volunteer</a>
22+
<a href="#contact" class="navitems">Contact Us</a>
23+
<a href="index.html#volunteer" class="navitems">Volunteer</a>
2424
<img
2525
src="images/assests/gripblack.png"
2626
alt="menu"
@@ -158,7 +158,7 @@ <h1>Training and Communication</h1>
158158
</p>
159159
</div>
160160

161-
<div class="footer">
161+
<div class="footer" id="contact">
162162
<div class="footerleft">
163163
<div class="footerlefthead">
164164
<img src="images/assests/logo.png" alt="logo" />
@@ -177,11 +177,11 @@ <h1>AD LIFE</h1>
177177
<div class="footerrightheader">WHO WE ARE</div>
178178
<hr class="footerrightsplitter" />
179179
<ul>
180-
<li>> Homepage</li>
181-
<li>> Activities</li>
182-
<li>> Information</li>
183-
<li>> Contribute Now</li>
184-
<li>> Contact</li>
180+
<a href="index.html"><li>> Homepage</li></a>
181+
<a href="activites.html"><li>> Activities</li></a>
182+
<a href="information.html"><li>> Information</li></a>
183+
<a href="mentees.html"><li>> Contribute Now</li></a>
184+
<a href="#contact"><li>> Contact</li></a>
185185
</ul>
186186
</div>
187187
<div class="footerrightbody">

mentees.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<div class="navright">
1919
<a href="index.html" class="navitems">Home</a>
2020

21-
<a href="contact.html" class="navitems">Contact Us</a>
22-
<a href="volunteer.html" class="navitems">Volunteer</a>
21+
<a href="#contact" class="navitems">Contact Us</a>
22+
<a href="index.html#volunteer" class="navitems">Volunteer</a>
2323
<img
2424
src="images/assests/gripblack.png"
2525
alt="menu"
@@ -181,7 +181,7 @@ <h1>Mentors</h1>
181181
</div>
182182
</div>
183183
</div>
184-
<div class="footer">
184+
<div class="footer" id="contact">
185185
<div class="footerleft">
186186
<div class="footerlefthead">
187187
<img src="images/assests/logo.png" alt="logo" />
@@ -200,11 +200,11 @@ <h1>AD LIFE</h1>
200200
<div class="footerrightheader">WHO WE ARE</div>
201201
<hr class="footerrightsplitter" />
202202
<ul>
203-
<li>> Homepage</li>
204-
<li>> Activities</li>
205-
<li>> Information</li>
206-
<li>> Contribute Now</li>
207-
<li>> Contact</li>
203+
<a href="index.html"><li>> Homepage</li></a>
204+
<a href="activites.html"><li>> Activities</li></a>
205+
<a href="information.html"><li>> Information</li></a>
206+
<a href="mentees.html"><li>> Contribute Now</li></a>
207+
<a href="#contact"><li>> Contact</li></a>
208208
</ul>
209209
</div>
210210
<div class="footerrightbody">

0 commit comments

Comments
 (0)