-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (45 loc) · 3.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Infineez Solutions</title>
<link rel="stylesheet" href="styles.css">
<script defer src="script.js"></script>
</head>
<body>
<header>
<img src="topleft.png" alt="Left Logo" class="logo left-logo">
<div class="hamburger" id="hamburger-icon">
☰
</div>
<nav>
<ul class="menu" id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="Internships.html">Internships</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<img src="topright.png" alt="Right Logo" class="logo right-logo">
</header>
<main>
<h1>Welcome to Infineez Solutions - Empowering Future Innovators</h1>
<p>At Infineez Solutions, we are dedicated to bridging the gap between academic learning and real-world industry experience. As a leading provider of internship courses for engineering and degree students, we equip aspiring professionals with the practical skills, hands-on training, and industry insights they need to excel in their careers.
Our expert-led programs are designed to provide cutting-edge knowledge, project-based learning, and mentorship in various domains, ensuring that students gain valuable experience and career-ready skills. Whether you’re looking to enhance your technical expertise or develop professional competencies, Infineez Solutions is your trusted partner in career growth.
Join us today and take your first step toward a successful future!</p>
<br>
<p>At Infineez Solutions, we believe in bridging the gap between academic learning and real-world industry experience. As a leading provider of internship courses, we are dedicated to equipping students with the skills, knowledge, and hands-on experience they need to thrive in today’s competitive job market.
Our mission is simple yet powerful: to empower the next generation of professionals by offering tailored internship programs that foster growth, innovation, and career readiness. Whether you're a student looking to kickstart your career or an institution seeking to enhance your curriculum, Infineez Solutions is your trusted partner in shaping successful futures.
With a focus on cutting-edge technologies, industry-relevant training, and mentorship from seasoned professionals, we provide a transformative learning experience that goes beyond the classroom. Join us at Infineez Solutions, where opportunities meet excellence, and together, we build the leaders of tomorrow.
Explore our programs, discover your potential, and take the first step toward a brighter future with Infineez Solutions!</p>
<br>
<br>
<br>
<br>
<br>
<div class="form-Container">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdACEdJ-GgwWIZyAZrbj3V9t0tGdsNxQ2qiCS94PW4MRFD4qA/viewform?embedded=true" width="400" height="400" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</main>
</body>
</html>