Skip to content

Commit

Permalink
Merge pull request #501 from swstkswstk/career
Browse files Browse the repository at this point in the history
created careers page
  • Loading branch information
PriyaGhosal authored Oct 15, 2024
2 parents 639ec66 + d52650a commit db00a68
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 440 deletions.
Binary file modified .DS_Store
Binary file not shown.
52 changes: 38 additions & 14 deletions Faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,24 @@
</div>
</header>

<section class="section hero has-bg-image" aria-labelledby="hero-label" style="display: flex; justify-content: center; align-items: center; height: 100vh;">
<section class="section hero has-bg-image" aria-labelledby="hero-label"
style="display: flex; justify-content: center; align-items: center; height: 100vh;">
<div class="container" style="margin: 10rem auto 0; width:80%">
<div class="hero-content" style="max-width: 600px;">
<h1 class="headline-lg" id="hero-label" data-aos="zoom-in">
Frequently <span class="span">Asked</span> Questions
</h1>
<p class="title-md has-before" data-aos="fade-right">

<p> <b>Welcome to SkillWise’s Learning Hub!</b></p>

<p> At SkillWise, we’re committed to delivering an exceptional learning experience tailored to your goals. Whether you’re exploring new courses, seeking flexible payment options, or curious about certifications, our FAQ section has you covered. We’ve crafted it to ensure you find clear, helpful answers that guide you every step of the way. Your success is our priority, and we’re here to make your journey enriching, seamless, and empowering—so you can focus on what truly matters: achieving your full potential.
</p>

<p> <b>Welcome to SkillWise’s Learning Hub!</b></p>

<p> At SkillWise, we’re committed to delivering an exceptional learning experience tailored to your
goals. Whether you’re exploring new courses, seeking flexible payment options, or curious about
certifications, our FAQ section has you covered. We’ve crafted it to ensure you find clear, helpful
answers that guide you every step of the way. Your success is our priority, and we’re here to make
your journey enriching, seamless, and empowering—so you can focus on what truly matters: achieving
your full potential.
</p>
</p>
</div>

Expand All @@ -128,7 +134,10 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">1. What type of courses does SkillWise offer?</p>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>SkillWise offers a wide range of courses across various categories, including Data Science, UI/UX
Expand All @@ -147,7 +156,10 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">2. What payment methods are accepted?</p>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>We accept a variety of payment methods including credit/debit cards, PayPal, and other online
Expand All @@ -165,7 +177,10 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">3. Will I receive a certificate after completing a course?</p>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>Yes! All courses provide a certificate of completion that can be downloaded and added to your
Expand All @@ -183,7 +198,10 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">4. What should I do if I encounter issues with the course videos?</p>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>If you're experiencing problems with video playback or course content, try refreshing your
Expand All @@ -202,7 +220,10 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">5. Can I get a refund if I'm not satisfied with a course?</p>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>Yes, we have a refund policy in place. Please refer to our Refund Policy section for more details
Expand All @@ -220,7 +241,10 @@ <h1 data-aos="zoom-in">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">6. How long do I have access to a course after purchasing it?</p>
<span class="expandToggle"><p class="expand">+</p><p class="revert">-</p></span>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>Once you purchase a course, you get lifetime access, allowing you to learn at your own pace.</p>
Expand Down Expand Up @@ -249,7 +273,7 @@ <h1 data-aos="zoom-in">
<script>
function handleHelpful(button, response) {
const resultText = button.parentElement.querySelector(".helpful-result");

// Disable the buttons after one selection
const buttons = button.parentElement.querySelectorAll("button");
buttons.forEach(btn => {
Expand All @@ -268,4 +292,4 @@ <h1 data-aos="zoom-in">
</script>
</body>

</html>
</html>
191 changes: 191 additions & 0 deletions careers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SkillWise Internship Opportunities</title>
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="./assets/font/font.css">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/Faq.css">
<link rel="preload" as="image" href="./assets/images/faq.png">
<link rel="preload" as="image" href="./assets/images/hero-bg.png">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<style>
* {
font-size: large;
}

body {
margin-top: 180px;
}

.application-form {
display: flex;
align-items: center;
justify-content: center;
margin-left: 500px;
}

.helpful-buttons {
margin-top: 10px;
display: flex;
align-items: center;
gap: 10px;
}

.helpful-btn {
padding: 5px 10px;
border: none;
background-color: #007bff;
color: white;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.3s ease;
}

.helpful-btn:hover {
background-color: #0056b3;
}

.helpful-result {
margin-left: 10px;
font-weight: bold;
}
</style>
</head>

<body
style="background-image: url('./assets/images/hero-bg.png'); background-size: cover; background-repeat: no-repeat;">
<header class="header" data-header>
<div class="container">
<a href="./index.html">
<img src="./assets/images/Skillwise_logo.jpg" width="100" height="20" alt="SkillWise home">
</a>
<nav class="navbar" data-navbar>
<div class="navbar-top">
<a href="./index.html">
<img src="./assets/images/Skillwise_logo.jpg" width="100" height="20" alt="SkillWise home">
</a>
<button class="nav-close-btn" aria-label="close menu" data-nav-toggler>
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
</div>
<ul class="navbar-list">
<li class="navbar-item"><a href="./index.html" class="navbar-link title-sm">Home</a></li>
<li class="navbar-item"><a href="./index.html#courses" class="navbar-link title-sm">Courses</a></li>
<li class="navbar-item"><a href="./index.html#blog" class="navbar-link title-sm">Blog</a></li>
<li class="navbar-item"><a href="./index.html#contact" class="navbar-link title-sm">Contacts</a></li>
<li class="navbar-item"><a href="Faq.html" class="navbar-link title-sm">FAQ</a></li>
<li class="navbar-item"></li>
<a href="/SkillWise/careers.html" class="navbar-link title-sm" data-nav-link>Careers</a>
</li>

</ul>
</nav>
<a href="./signin.html"
style="padding: 10px 15px; background-color: black; font-size: large; border-radius: 10px;"
class="btn btn-secondary">Start Free Trial</a>

<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<ion-icon name="menu-outline" aria-hidden="true"></ion-icon>
</button>
<div class="overlay" data-overlay data-nav-toggler></div>
</div>
</header>
<main>
<section class="internship-info">
<div class="container">
<h1>Internship Opportunities: Gain Valuable Experience with Skillwise</h1>
<p>At Skillwise, we're committed to fostering the next generation of talent. We invite motivated individuals to
join our dynamic team and contribute to our ongoing success story. Our internship program offers a unique
opportunity to gain hands-on experience in a collaborative, innovative environment that prioritizes personal
and professional growth.</p>
<h2>What We Offer:</h2>
<ul>
<li>Immersive learning experience in a fast-paced, industry-leading company</li>
<li>Mentorship from experienced professionals</li>
<li>Exposure to cutting-edge projects and technologies</li>
<li>Opportunity to build a professional network</li>
<li>Certificate of completion upon successful fulfillment of the internship</li>
</ul>
<h2>What We're Looking For:</h2>
<ul>
<li>Passionate and driven individuals eager to learn and contribute</li>
<li>Strong academic background in relevant fields</li>
<li>Excellent communication and teamwork skills</li>
<li>Innovative mindset and problem-solving abilities</li>
</ul>
<p><strong>Note:</strong> This is an unpaid internship focused on educational and professional development.</p>
<p>Join us at Skillwise and take the first step towards a promising career. Apply now to be part of our journey
towards unprecedented success.</p>
</div>
</section>
<section class="application-form">
<div class="container">
<h2>Apply for Internship</h2>
<form id="internship-application-form" action="#" method="POST">
<div class="form-group">
<label for="first-name">First name</label>
<input type="text" id="first-name" name="first-name" maxlength="100" required>
</div>
<div class="form-group">
<label for="last-name">Last name</label>
<input type="text" id="last-name" name="last-name" maxlength="100" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" maxlength="250" required>
</div>
<div class="form-group">
<label for="phone">Phone</label>
<input type="tel" id="phone" name="phone" maxlength="50" required>
</div>
<div style="margin: 20px 0px;" class="form-group">
<label for="position">Position</label>
<select id="position" name="position" class="form-group" style="font: large;" required>
<option value="" disabled selected>Select a position</option>
<option value="Frontend Developer">Frontend Developer</option>
<option value="Blockchain Enthusiast">Blockchain Enthusiast</option>
<option value="Digital Marketing">Digital Marketing</option>
<option value="Graphic Designer">Graphic Designer</option>
<option value="Researcher">Researcher</option>
<option value="Other">Other</option>
</select>
</div>
<div class="form-group">
<label for="start-date">Start Date</label>
<input type="date" id="start-date" name="start-date" required>
</div>
<div class="form-group">
<label for="cv-linkedin">Link to CV/LinkedIn</label>
<input type="url" id="cv-linkedin" name="cv-linkedin">
</div>
<button style="font-size: 18px; margin-top: 5px;" type="submit" class="btn btn-primary w-100">Apply</button>
</form>
<p id="form-submission-message" style="display: none;">Thank you! We'll be in touch.</p>
</div>
</section>
</main>
<script src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js" type="module"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js" nomodule></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
document.getElementById('internship-application-form').addEventListener('submit', function (event) {
event.preventDefault();
// Here you would typically send the form data to a server
document.getElementById('form-submission-message').style.display = 'block';
this.reset();
});
</script>
</body>

</html>
Loading

0 comments on commit db00a68

Please sign in to comment.