-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
213 lines (196 loc) Β· 12.7 KB
/
Copy pathindex.html
File metadata and controls
213 lines (196 loc) Β· 12.7 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
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
<!--Many students are suffering from lack of guidance. And they dont know what is the right resources. So i buit a simple website named SolutionNow to solve this problem.Instead of creating the random startup website.
It is the startup where students can find all learning recources in one place.-->
<!DOCTYPE html>
<html>
<head>
<title>solutionNow</title>
<!--here i connected various Css files using link tags-->
<link rel="stylesheet" type="text/css" href="certificationSection.css">
<link rel="stylesheet" type="text/css" href="collaborationSection.css">
<link rel="stylesheet" type="text/css" href="hrSection.css">
<link rel="stylesheet" type="text/css" href="guidanceSection.css">
<link rel="stylesheet" type="text/css" href="internshipSecction.css">
<link rel="stylesheet" type="text/css" href="projectsSection.css">
<link rel="stylesheet" type="text/css" href="competitionSection.css">
<link rel="stylesheet" type="text/css" href="skillSection.css">
<link rel="stylesheet" type="text/css" href="problemSection.css">
<link rel="stylesheet" type="text/css" href="solutionSection.css">
<link rel="stylesheet" type="text/css" href="headingBox.css">
<link rel="stylesheet" type="text/css" href="footer.css">
</head>
<body>
<!--It is the title box. It shows the heading for the startup website-->
<div class="headingBox">
<h1>solutionNow</h1>
<h2 style="font-weight: bold;">One solution for all your learning needs.</h2>
</div>
<!--It is the problem section. It shows the problem faced by the students-->
<section class="problemSection">
<h2>PROBLEMS</h2>
<ul>
<li>Most students do not know what skills are trending in their industry.</li>
<li>They struggle to find internships, mentors, or HR contacts.</li>
<li>They lack guidance on how to enter and grow in their chosen career paths.</li>
<li>They miss out on industry events and opportunities due to lack of exposure.</li>
</ul>
</section>
<!-- It is the solution section.It shows how the solutionNow help to solve the problems -->
<section class="solutionSection">
<h1 style="font-weight: bold; color: #22c55e;">SOLUTION</h1>
<ul>
<br><li>Curated learning paths based on industry trends and in-demand skills.</li>
<li>Networking platform to connect with professionals, mentors, and peers.</li>
<li>Personalized career guidance and resources for skill development.</li>
<li>Regular updates on industry events, internships, and job opportunities.</li>
</ul>
</section>
<!-- It is the skill section. It has must learn trending skills with youTube playlist links. It contains skils from basic to advanced level -->
<section class="skillsSection">
<h2>Trending Skills & Certifications 2026</h2>
<div class="skillsGrid">
<!--I used box grid to display the skills-->
<div class="skillCard">
<!--Beginner level -->
<h3>Beginner</h3>
<ul>
<li><a href="https://youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg&si=SN7IuWuTFPAwTCqc" target="_blank">Python Programming (CodeWithHarry Full Course)</a></li>
<li><a href="https://youtu.be/zJSY8tbf_ys?si=WkaKhesc3l--zpT2" target="_blank">HTML, CSS, JavaScript Projects for Beginners </a></li>
<li><a href="https://youtu.be/WzO6VynQ7UM?si=mNrXO485QM55dVj4" target="_blank">Git & GitHub (Ultimate Beginner's Guide 2025)</a></li>
<li><a href="https://youtube.com/playlist?list=PLsjUcU8CQXGFFAhJI6qTA8owv3z9jBbpd&si=8KIFn_eTFm_glxFr" target="_blank">SQL & Databases (Complete Playlist)</a></li>
<li><a href="https://youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK&si=2WGwnBJHg011tvH0" target="_blank">Linux Basics (Geeky Hub)</a></li>
<li><a href="https://youtube.com/playlist?list=PLBlnK6fEyqRgMCUAG0XRw78UA8qnv6jEx&si=Fc4HKkopAKOoFU8O" target="_blank">Computer Networks (Knowledge Gate)</a></li>
</ul>
</div>
<!--Intermediate level -->
<div class="skillCard">
<h3>Intermediate</h3>
<ul>
<li><a href="https://youtube.com/playlist?list=PLgUwDviBIf0oF6QL8m22w1hIDC1vJ_BHz&si=f_DI2zsriY-t4GuM" target="_blank">Data Structures & Algorithms (C++/Java)</a></li>
<li><a href="https://youtube.com/playlist?list=PLsyeobzWxl7oa1WO9n4cP3OY9nOtUcZIg&si=5W_MDSKLHe4NxnYG" target="_blank">Object-Oriented Programming</a></li>
<li><a href="https://youtu.be/TtPXvEcE11E?si=YVpMIgm5vGYXvkjk" target="_blank">Web Development</a> </li>
<li><a href="https://youtube.com/playlist?list=PL9ooVrP1hQOFtZ5oAAeOgi_nH-txMcDMu&si=GNON1vQNosqNLFMJ" target="_blank">Cloud Basics</a> </li>
<li><a href="https://youtube.com/playlist?list=PLEiEAq2VkUUKgEFXH1tBbHwq38oWYDScU&si=TBBw15vfsY7dySM9" target="_blank">Data Visualization </a></li>
<li><a href="https://youtu.be/Zh6CrNu_3YY?si=CLJ7HhmndAPRskVE" target="_blank">API Development</a></li>
</ul>
</div>
<!-- Advanced level -->
<div class="skillCard">
<h3>Advanced</h3>
<ul>
<li><a href="https://youtube.com/playlist?list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU&si=7kM4Zdgu3LFNbWLF" target="_blank">Machine Learning & AI</a></li>
<li><a href="https://youtube.com/playlist?list=PLl4APkPHzsUXseJO1a03CtfRDzr2hivbD&si=vMYWiJNMvw80QRA-" target="_blank">DevOps & CI/CD</a></li>
<li><a href="https://youtube.com/playlist?list=PLEiEAq2VkUUJfPOj5nRounXvf3n17PCft&si=1RLfVKWHo3tF2UgF" target="_blank">Cybersecurity</a></li>
<li><a href="https://youtube.com/playlist?list=PLS5SEs8ZftgUNcUVXtn2KXiE1Ui9B5UrY&si=uoubCMtm97lxvAra" target="_blank">Blockchain Development</a></li>
<li><a href="https://youtube.com/playlist?list=PL2hXNYim5xvop-LH93T2P75Y-09GIyHG6&si=mAWyTEdJiiYUbHKC" target="_blank">Generative AI</a> </li>
<li><a href="https://youtu.be/PHsC_t0j1dU?si=L35wj3_-iuwbfZic" target="_blank">Data Engineering</a></li>
</ul>
</div>
</div>
<!-- It include the certifications which must be done by CSE and allied students-->
<div class="certificationsCard">
<h3>π Certifications to Boost Your Profile</h3>
<ul style="font-style: italic; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
<li><a href="https://aws.amazon.com/certification/certified-cloud-practitioner/" target="_blank">AWS Certified Cloud Practitioner</a></li>
<li><a href="https://www.coursera.org/professional-certificates/google-data-analytics" target="_blank">Google Data Analytics Professional Certificate</a></li>
<li><a href="https://learn.microsoft.com/en-us/certifications/azure-fundamentals/" target="_blank">Microsoft Azure Fundamentals (AZ-900)</a></li>
<li><a href="https://www.coursera.org/learn/machine-learning" target="_blank">Coursera Machine Learning by Andrew Ng</a></li>
<li><a href="https://www.coursera.org/professional-certificates/ai-engineer" target="_blank">IBM AI Engineering Professional Certificate</a></li>
<li><a href="https://www.coursera.org/professional-certificates/meta-front-end-developer" target="_blank">Meta Front-End Developer Certificate</a></li>
<li><a href="https://www.netacad.com/courses/cybersecurity/essentials" target="_blank">Cybersecurity Essentials (Cisco)</a> / <a href="https://www.ibm.com/training/certification/cybersecurity" target="_blank">Cybersecurity Essentials (IBM)</a></li>
<li><a href="https://www.coursera.org/professional-certificates/google-cybersecurity" target="_blank">Google Cybersecurity Certificate</a></li>
<li><a href="https://www.oracle.com/in/education/training/java/" target="_blank">Oracle Java Foundations Certification</a></li>
<li><a href="https://www.redhat.com/en/services/training-and-certification" target="_blank">Red Hat Linux Certification</a></li>
<li><a href="https://www.tensorflow.org/certificate" target="_blank">TensorFlow Developer Certificate</a></li>
<li><a href="https://www.coursera.org/specializations/jhu-data-science" target="_blank">Data Science Specialization (Johns Hopkins / Coursera)</a></li>
</ul>
</div>
</section>
<!--It is the competition section. It includes various competitions. I used Iframes to display the competition list. It is taken from competition dashboard of cit -->
<section class="competitionSection">
<h2>Competitions & Opportunities</h2>
<p class="competitionIntro">
Stay ahead by exploring the latest tech and innovation competitions.
Participate, learn, and showcase your talent on a global stage!
</p>
<p>Disclaimer: Sign in with your Cit college email id to access the document.</p>
<div class="competitionBox">
<iframe
src="https://docs.google.com/spreadsheets/d/19s4dN-0-rjACV0q8JIdloiMI2ErUpGo85hsNhKLkUqo/edit?gid=0#gid=0"
width="100%"
height="600"
style="border:none; border-radius:16px;">
</iframe>
</div>
</section>
<!--It is the section for internships. I connect this with Unstop Portal. So on clicking this students can see the current internships -->
<section class="internshipSection">
<h2>Internships & Opportunities</h2>
<p class="internshipIntro">
Explore top internship opportunities from startups, MNCs, and global organizations.
Learn real-world skills, build your network, and kickstart your career with hands-on experience.
</p>
<button class="internshipBtn" onclick="window.open('https://unstop.com/internship-portal', '_blank')">
π Visit Internship Portal
</button>
</section>
<!--It is the section for project ideas.I connected the drive link. It contains 500+ project ideas with source code. -->
<section class="projectsSection">
<h2>π‘ Top 500 Project Ideas with Source Code</h2>
<p class="projectsIntro">
Explore 500+ innovative project ideas along with source code.
Perfect for learning, portfolio building, and hands-on practice in 2026.
</p>
<button class="projectsBtn" onclick="window.open('https://drive.google.com/file/d/1JLC0TA5FAG8suI_14Z4gk6RXnSzNxwUV/view?usp=drivesdk', '_blank')">
π Download Project Ideas
</button>
</section>
<!--It is the section for building connections ie linkedin. I connected the linkedin url -->
<section class="collaborationSection">
<h2>Collaborate & Connect</h2>
<p class="collaborationIntro">
Connect with us on LinkedIn to explore collaborations, mentorship, and networking opportunities.
Let's innovate, learn, and grow together!
</p>
<button class="collaborationBtn" onclick="window.open('https://www.linkedin.com', '_blank')">
π Visit LinkedIn
</button>
</section>
<!--It is the section for HR contacts.It contains 1800+ HR contacts. I connected the drive link -->
<section class="hrSection">
<h2>π HR Contacts for Job Opportunities</h2>
<p class="hrIntro">
You've learnt everything and now it's time to connect with recruiters!
Access 1800+ verified HR contacts to kickstart your job search.
</p>
<button class="hrBtn" onclick="window.open('https://drive.google.com/file/d/1ElqmcwDgCfR2F5usHmK93JAsm8V4scIQ/view?usp=drivesdk', '_blank')">
π Access HR Contacts
</button>
</section>
<!--It is the section for guidance.I connect with TEAM IMPACT CIT Linktree. -->
<section class="guidanceSection">
<h2>π Podcasts, Expert Guidance & Industry Insights</h2>
<p class="guidanceIntro">
Stay updated with podcasts, interviews, and expert advice.
Fill industry gaps, learn from professionals, and accelerate your career growth From TEAM IMPACT CIT.
</p>
<button class="guidanceBtn" onclick="window.open('https://linktr.ee/IMPACT_CIT?fbclid=PAdGRzdgNgXHNleHRuA2FlbQIxMQABp9Qt9JQWy7hcT-RNxth6aPHbha-CZe9imKnut2O96vscLvtbMO9Ng6PEilLO_aem_UhuLypLa4_fBtKJDWQiCOQ', '_blank')">
π Access Resources on Linktree
</button>
</section>
<div style ="border: gold 2px solid; border-radius: 10px; padding: 10px; margin: 20px 0;">
<footer>
<h2>SolutionNow</h2>
<p>Empowering students to learn, connect, and grow through collaboration and mentorship.</p>
<div class="social-links">
<a href="https://www.linkedin.com" target="_blank">LinkedIn</a>
<a href="https://www.instagram.com" target="_blank">Instagram</a>
<a href="https://www.youtube.com" target="_blank">YouTube</a>
</div>
<div class="location">
π <a href="https://maps.app.goo.gl/WxJdaL86PXAFE8S19" target="_blank">Our Location</a>
</div>
<p class="copy">Β© 2025 SolutionNow. All rights reserved.</p>
</footer>
</div>
</body>
</html>