-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaid.html
83 lines (83 loc) · 3.82 KB
/
aid.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>hod-office</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">>
</head>
<body>
<section class="navbar">
<div class="w-layout-blockcontainer container2 w-container">
<div class="div-block-12"><img src="images/comScience_logo.png" loading="lazy" width="251" alt="" class="image">
<div class="div-block-11">
<a href="index.html" class="link-3">Home</a>
<a href="about.html" class="link-3">About</a>
<a href="faculty.html" class="link-3">Faculty</a>
<a href="contact.html" class="link-3">Contact</a>
<a href="news.html" class="link-3">News</a>
<a href="event.html" class="link-3">Event</a>
</div>
</div>
</div>
</section>
<section>
<div class="w-layout-blockcontainer container-7 w-container">
<div class="div-block-35">
<h1>Tuition and Financial Aid</h1>
<div class="div-block-34"><img src="images/images1.jpg" loading="lazy" width="562" alt="">
<div class="text-block-5">Have questions or need help?<br>Rider’s One Stop Services is dedicated to helping students and families with financial related needs throughout their time at the University. Our team consists of the Office of Financial Aid, the Office of the Bursar and the One Stop Help Desk.We're happy to help with anything and everything aid-related. Let us answer your questions, help you complete your FAFSA and develop a financial game plan that meets your unique needs. </div>
</div>
</div>
<div class="div-block-36">
<a href="#" class="link-9">Apply Now</a>
</div>
</div>
</section>
<section class="footer">
<div class="w-layout-blockcontainer w-container">
<div class="div-block-8">
<div class="academics">
<h4 class="heading-5">Academics</h4>
<div class="div-block-9">
<a href="#" class="footer-link">Undergraduate Courses</a>
<a href="#" class="footer-link">Graduate Courses(MPhil Computer Science)</a>
<a href="#" class="footer-link">Graduate Courses(MSc Computer Science)</a>
<a href="#" class="footer-link">Graduate Courses(PhD)</a>
<a href="#" class="footer-link">Academic Calendar</a>
</div>
</div>
<div class="academics">
<h4 class="heading-5">Admissions</h4>
<div class="div-block-9">
<a href="#" class="footer-link">Undergraduate</a>
<a href="#" class="footer-link">GraduateI nternational</a>
<a href="#" class="footer-link">Students Entry</a>
<a href="aid.html" class="footer-link">Financial Aid</a>
<a href="#" class="footer-link">Contact Us</a>
</div>
</div>
<div class="academics">
<h4 class="heading-5">Research</h4>
<div class="div-block-9">
<a href="research.html" class="footer-link">Research at DCS</a>
<a href="#" class="footer-link">Research Impact</a>
<a href="#" class="footer-link">Libraries</a>
</div>
</div>
<div class="academics">
<h4 class="heading-5">About The Department</h4>
<div class="div-block-9">
<a href="#" class="footer-link">Introducing to DCS</a>
<a href="#" class="footer-link">Head of Department's office</a>
<a href="#" class="footer-link">Faculty</a>
<a href="#" class="footer-link">Events</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>