-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
249 lines (238 loc) · 7.84 KB
/
index.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GEPO - Home</title>
<link rel="stylesheet" href="./css/styles.css" />
<link rel="stylesheet" href="./css/home.css" />
<link rel="shortcut icon" href="./assets/favicon_io/favicon.ico" />
<script
src="https://kit.fontawesome.com/4bd740a6dc.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<div class="logo">
<a href="index.html">
<img src="./assets/images/logo.png" alt="JIS Logo" loading="lazy" />
</a>
</div>
<nav id="navBar">
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="./html/about.html">About Us</a></li>
<li>
<a href="./html/partnerships.html">Global Partnerships</a>
</li>
<li>
<a href="./html/programs.html">Programs & Initiatives</a>
</li>
<li><a href="./html/resources.html">Resources & Support</a></li>
<li><a href="./html/events.html">Events & News</a></li>
<li><a href="./html/contact.html">Contact Us</a></li>
<li>
<a href="./html/login.html">Login</a>
</li>
<li><a href="./admin/admin.html">Admin</a></li>
</ul>
</nav>
<img
class="hamburger"
src="assets/images/svgs/hamburger.svg"
alt="hamburger"
/>
</header>
<main>
<section class="hero">
<div class="carousel" id="carousel">
<div class="carousel-track">
<img
src="./assets/images/home-carousal/image1.jpeg"
class="active"
alt="Carousal Image 1"
loading="lazy"
/>
<img
src="./assets/images/home-carousal/image2.jpeg"
alt="Carousal Image 2"
loading="lazy"
/>
<img
src="./assets/images/home-carousal/image3.jpeg"
alt="Carousal Image 3"
loading="lazy"
/>
</div>
<div class="carousel-controls">
<button id="prev">
<i class="fas fa-arrow-left"></i>
</button>
<button id="next">
<i class="fas fa-arrow-right"></i>
</button>
</div>
</div>
<div class="hero-content">
<h1>
Your Gateway to Global Collaboration and International Opportunities
</h1>
<p>
Explore a world of possibilities with the Global Engagement &
Partnerships Office
</p>
<a href="./html/partnerships.html" class="cta-button"
>Partner with Us</a
>
<a href="./html/programs.html" class="cta-button"
>Join a Program</a
>
<a id="contactus" href="./html/contact.html" class="cta-button">Contact Us</a>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="section-title">Quick Links</h2>
<div class="card-container">
<div class="card animate-on-scroll">
<img
src="./assets/quick-links-images/article-hero-image-14160.jpg"
alt="stydy abroad"
/>
<h3>International Admissions</h3>
<p>Join our diverse community of international students.</p>
<a
href="./htmlcontact.html"
class="cta-button quick-links-btn"
>Apply Now</a
>
</div>
<div class="card animate-on-scroll">
<img
src="./assets/quick-links-images/Untitled_design_44_m59nca.jpg"
alt="stydy abroad"
/>
<h3>Faculty Exchange Programs</h3>
<p>
Enhance your teaching and research through international
collaborations.
</p>
<a
href="./html/partnerships.html"
class="cta-button quick-links-btn"
>Explore Options</a
>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="section-title">Latest News</h2>
<div class="card-container">
<div class="card animate-on-scroll">
<img
src="./assets/latest-news-images/partnership1.jpg"
alt="stydy abroad"
/>
<h3>New Partnership Announced</h3>
<p>
JIS partners with University of XYZ for groundbreaking research
collaboration.
</p>
<a
href="./html/events.html"
class="cta-button quick-links-btn"
>Read More</a
>
</div>
<div class="card animate-on-scroll">
<img
src="./assets/latest-news-images/Conference-Room-Technology-Trend.jpg"
alt="stydy abroad"
/>
<h3>Upcoming International Conference</h3>
<p>Join us for the Annual Global Education Summit this fall.</p>
<a
href="./html/login.html?type=register"
class="cta-button quick-links-btn"
>Register Now</a
>
</div>
<div class="card animate-on-scroll">
<img
src="./assets/latest-news-images/brand-success-story.jpg"
alt="stydy abroad"
/>
<h3>Student Success Story</h3>
<p>JIS exchange student wins prestigious international award.</p>
<a
href="./html/partnerships.html#sucess-story"
class="cta-button quick-links-btn"
>Read More</a
>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li>
<a href="./html/programs.html">International Admissions</a>
</li>
<li>
<a href="./html/programs.html">Faculty Exchange Programs</a>
</li>
<li>
<a href="./html/partnerships.html"
>Research Collaborations</a
>
</li>
<li>
<a href="./html/events.html"
>Upcoming International Events</a
>
</li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<p>Global Engagement & Partnerships Office</p>
<p>Email: gepo@jis.edu</p>
<p>Phone: +1 234 567 8900</p>
</div>
<div class="footer-section">
<h3>Follow Us</h3>
<div class="social-icons">
<a href="https://x.com/jisgroupindia" target="_blank"
><i class="fab fa-twitter"></i
></a>
<a
href="https://www.linkedin.com/company/jisgroup/?originalSubdomain=in"
target="_blank"
><i class="fab fa-linkedin"></i
></a>
<a
href="https://www.facebook.com/JISGroupEducationalInitiatives/"
target="_blank"
><i class="fab fa-facebook"></i
></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>
JIS © 2025 Global Engagement & Partnerships Office. All rights
reserved.
</p>
</div>
</footer>
<script src="./js/script.js" defer></script>
<script src="./js/home.js"></script>
</body>
</html>