-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (65 loc) · 2.56 KB
/
index.html
File metadata and controls
74 lines (65 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skill Shine | Study Abroad Consultancy in Kakinada</title>
<meta name="description" content="Skill Shine - Your Trusted Study Abroad Consultancy in Kakinada. Helping students pursue dreams of studying in the USA, Canada, UK, Australia, and Europe.">
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
header { background: #004aad; color: #fff; padding: 40px 20px; text-align: center; }
nav { background: #022b6d; padding: 10px; text-align: center; }
nav a { color: #fff; margin: 0 15px; text-decoration: none; font-weight: bold; }
section { padding: 30px 20px; }
footer { background: #222; color: #ccc; text-align: center; padding: 15px; }
.contact { background: #f4f4f4; padding: 30px 20px; }
.button { background: #004aad; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; }
</style>
</head>
<body>
<header>
<h1>Welcome to Skill Shine</h1>
<p>You name it, we make it happen</p>
</header>
<nav>
<a href="#about">About Us</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
</nav>
<section id="about">
<h2>About Skill Shine</h2>
<p>At Skill Shine, we believe that dreams have no boundaries. With years of expertise in overseas education counseling, we guide aspiring students from Kakinada and across India to reach top universities worldwide. From choosing the right course to helping with visas and scholarships, we are with you at every step of your journey.</p>
</section>
<section id="services">
<h2>Our Services</h2>
<ul>
<li>Study Abroad Counseling</li>
<li>University Admission Guidance</li>
<li>Visa Application Assistance</li>
<li>IELTS & PTE Coaching</li>
<li>Scholarship Assistance</li>
<li>Pre-Departure Briefing</li>
</ul>
</section>
<section>
<h2>Countries We Cover</h2>
<p>We guide students to top universities in:</p>
<ul>
<li>USA</li>
<li>Canada</li>
<li>Australia</li>
<li>UK</li>
<li>Europe & More</li>
</ul>
</section>
<section id="contact" class="contact">
<h2>Contact Us</h2>
<p><strong>📞 Phone/WhatsApp:</strong> <a href="tel:+919849692827">+91 98496 92827</a></p>
<p><strong>📧 Email:</strong> <a href="mailto:skillshineinfo@gmail.com">skillshineinfo@gmail.com</a></p>
<p><a href="https://wa.me/919849692827" class="button">Message Us on WhatsApp</a></p>
</section>
<footer>
<p>© 2025 Skill Shine | All Rights Reserved</p>
</footer>
</body>
</html>