-
Notifications
You must be signed in to change notification settings - Fork 0
/
finance.html
174 lines (110 loc) · 6.73 KB
/
finance.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<html>
<head>
<title>
Finance Services
</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<meta charset="utf-8">
<meta name="keywords" content="Finance,Financial Aid,Scholorship,Loan">
<meta name="description" content="To get Financial Services">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
</head>
<body>
<!-- Header section -->
<header>
<div id="upper-div">
<!--Website logo with login-->
<div id="topbar">
<a href="index.html"> <img id="logo" src="images/councelling2.png"></a>
<div id="signin-div" class="topbar-section">
<img id="signin-image" src="images/signin-logo.png">
<span id="signin-text"><a href="Student-login.html">Log in</a></span>
</div>
<div class="topbar-section topbar-menu">
<a href="news.html"> News</a>
</div>
<div class="topbar-section topbar-menu" >
<a href="top.html"> Top universities</a>
</div>
<div class="topbar-section topbar-menu">
<a href="courses.html"> Courses </a>
</div>
<div class="topbar-section topbar-menu">
<a href="about.html"> About Ipseity</a>
</div>
</div>
</div>
<div class="clear"></div>
<div id="menu-bar-container">
<div id="menu-bar">
<h1>A platform that connect you to future.</h1>
<img id="local-news" src="images/counselling-services-in-nigeria.png" >
</div>
<div class="clear"></div>
<div id="menu-bar-2-container">
<div id="menu-bar-2">
<a href="finance.html">Finance services</a>
<a href="travel.html">Travel support</a>
<a href="meet_a_guid.html">Meet a guide</a>
<a href="contacts.html">Contact Us</a>
</div>
</div>
</div>
</header>
<!-- Main page section -->
<div class="clear"></div>
<div id="page-container">
<div id="main-article">
<h2>Main page->Financial Services</h2>
<div id="article-container">
<h3><a href="">Financial Services</a></h3>
<div id="fincnce-article-summary">
<div class="support">
<h3>Scholorship Tests</h3>
<hr>
<p>Considering the potential of the students nowadays,
our people focus on providing the best faculties possible with the privilage of free education.
Scholarship exams will be held measuring the capability of the students and their fees will be monitored accordingly.
The main focus of this program is to help improve knowledge of the students minimizing the constraint of finances.</p>
</div>
<div class="support">
<h3>Financial Aid</h3>
<hr>
<p>If somehow you are not able to crack the scholarship exams and still need financial help,
we have our guys waiting to help you at the bank. We have tie ups with the top banks available Worldwide.
In any case if you are not a member of the list of banks available then we will help you to open an account in bank your choice.
We assure you a hassle free sevice. </p>
</div>
<div class="support">
<h3>Loan</h3>
<hr>
<p>There are special aid programs or additional aid eligibility for serving in the military or for being the spouse or child of a veteran. Federal student aid may be available for studying at a school outside the United States, whether you’re studying abroad or getting your degree from an international school.Federal student aid from ED covers such expenses as tuition and fees, room and board, books and supplies, and transportation. Aid can also help pay for other related expenses, such as a computer and dependent care.Other than federal aid, you might be eligible for financial assistance from your state. Contact your state grant agency for more information.Many schools offer financial aid from their own grant and/or scholarship funds.
</p>
</div> </div>
</div>
</div>
<div id="heads">
<p> <h2>Financial Guides</h2><p>
<img class="article-side-image" src="images/fhead.png">
<div class="side-article">
<p><a class="heads-link" href="">Miss. Grace</a></p>
<p><span class="date"> Head of Financial support</span><br>
<p class="topic-link no-border" href="">Grace is competent in working with people of diverse backgrounds and ages.
She is experienced with navigating issues related to stress, anxiety and depression, anger, grief and loss,
career transitions and aging; along with family concerns surrounding transitions, aging and more.</p>
+91-8756612000
</p>
</div>
<div class="clear"></div>
<img class="article-side-image" src="images/mhead.png">
<div class="side-article">
<p><a class="heads-link" href="">Mr. Mukesh Jindal</a></p>
<p><span class="date border-right">Senior Bank Executive </span><br><p class="topic-link no-border" href="">As a Managing director he remained the highest paid bank chief executive in India. He has led the bank — the most valuable lender in the country — since its inception 25 years ago.
</p>
+91-8855689022
</p>
</div>
</div>
</div>
</body>
</html>