-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (160 loc) · 8.84 KB
/
Copy pathindex.html
File metadata and controls
168 lines (160 loc) · 8.84 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nexatech University | www.nexatech.edu.kg</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" sizes="32x32" href="images/logo-text-only-white-32x32.png">
<link rel="icon" type="image/png" sizes="128x128" href="images/logo-text-only-white-128x128.png">
<link rel="apple-touch-icon" sizes="512x512" href="images/logo-text-only-white-512x512.png">
</head>
<body>
<!-- Header -->
<header>
<div class="container header-content">
<a href="index.html" class="logo"><img src="images/logo.png" alt="Nexatech University" style="height: 100px;"></a>
<div class="menu-toggle" id="menuToggle">
<span></span>
<span></span>
<span></span>
</div>
<nav id="mainNav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="admissions.html">Admissions</a></li>
<li><a href="campus.html">Campus</a></li>
<li><a href="faculty.html">Faculty</a></li>
<li><a href="news.html">News & Events</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="javascript:void(0)" class="student-login">Student Login</a></li>
</ul>
</nav>
</div>
</header>
<script>
// Mobile Menu Toggle
const menuToggle = document.getElementById('menuToggle');
const mainNav = document.getElementById('mainNav');
if (menuToggle && mainNav) {
menuToggle.addEventListener('click', function() {
mainNav.classList.toggle('active');
});
}
</script>
<script src="js/student-login.js" defer></script>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<h1>Welcome to Nexatech University</h1>
<p>A leading institution of higher learning dedicated to academic excellence, innovation, and preparing students for success in a rapidly changing world</p>
</div>
</section>
<!-- About Section -->
<section class="about">
<div class="container">
<h2 class="section-title">About Nexatech University</h2>
<div class="about-content">
<div class="about-text">
<h3>Our Mission</h3>
<p>Nexatech University is committed to providing a transformative educational experience that integrates rigorous academic instruction with practical, hands-on learning opportunities. We foster an environment that encourages intellectual curiosity, critical thinking, and creative problem-solving to prepare students for leadership roles in their chosen fields.</p>
<h3>Our Vision</h3>
<p>To be a globally recognized center of academic excellence and innovation, where students, faculty, and researchers collaborate to address complex global challenges and advance knowledge across disciplines.</p>
<h3>Core Values</h3>
<p>Excellence in teaching and research, integrity in all endeavors, innovation in approach, diversity in perspectives, and active engagement with our community and the world.</p>
</div>
<div class="about-image">
<img src="images/campus-overview.png" alt="Nexatech University Campus" width="100%" height="auto">
</div>
</div>
</div>
</section>
<!-- Key Highlights Section -->
<section class="programs">
<div class="container">
<h2 class="section-title">Why Choose Nexatech University</h2>
<div class="programs-grid">
<div class="program-card">
<h3>Academic Excellence</h3>
<p>Our rigorous curriculum is designed by leading experts in each field, combining theoretical foundations with practical applications. With a student-faculty ratio of 15:1, we ensure personalized attention and mentorship for every student.</p>
</div>
<div class="program-card">
<h3>Cutting-Edge Research</h3>
<p>Students have the opportunity to work alongside faculty on groundbreaking research projects in state-of-the-art facilities. Our research centers focus on areas such as renewable energy, artificial intelligence, public health, and sustainable development.</p>
</div>
<div class="program-card">
<h3>Global Opportunities</h3>
<p>Through our partnerships with over 50 universities worldwide, students can participate in exchange programs, study abroad opportunities, and international research collaborations that broaden their global perspective.</p>
</div>
<div class="program-card">
<h3>Career Success</h3>
<p>Our dedicated career services team provides comprehensive support, including internships, job placement assistance, and networking opportunities with our extensive alumni network of over 25,000 professionals worldwide.</p>
</div>
</div>
</div>
</section>
<!-- Institutional Achievements -->
<section class="about">
<div class="container">
<h2 class="section-title">Institutional Achievements</h2>
<div class="about-content">
<div class="about-image">
<img src="images/graduation.png" alt="Graduation Ceremony" width="100%" height="auto">
</div>
<div class="about-text">
<h3>Accreditation and Recognition</h3>
<p>Nexatech University is fully accredited by the Kyrgyzstan Ministry of Education and Science and has received international recognition for its academic programs. We consistently rank among the top universities in Central Asia for research output and student satisfaction.</p>
<h3>Student Success</h3>
<p>Our graduates have a 92% employment rate within six months of graduation, with many securing positions at leading multinational corporations, research institutions, and government agencies. Our alumni network spans across 60 countries, providing valuable connections for current students.</p>
<h3>Community Impact</h3>
<p>Through our community engagement programs, students and faculty collaborate on projects that address local and global challenges, including sustainable development initiatives, healthcare outreach, and educational programs for underserved communities.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-column">
<img src="images/logo.png" alt="Nexatech University" style="height: 100px; margin-bottom: 10px;">
<p>www.nexatech.edu.kg</p>
<p>Providing quality education for a brighter future</p>
</div>
<div class="footer-column">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="admissions.html">Admissions</a></li>
<li><a href="campus.html">Campus</a></li>
<li><a href="faculty.html">Faculty</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Resources</h3>
<ul>
<li><a href="#">Library</a></li>
<li><a href="#">Student Services</a></li>
<li><a href="#">Academic Calendar</a></li>
<li><a href="#">Financial Aid</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Contact</h3>
<ul>
<li>Email: info@nexatech.edu.kg</li>
<li>Phone: +996 312 555 7392</li>
<li>Address: 76 Prospect Mira, Bishkek 720000, Kyrgyzstan</li>
<li>Office Hours: Monday - Friday, 8:30 AM - 5:30 PM</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© <span class="current-year"></span> Nexatech University. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>