<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<script type="module" src="script.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>StudentPAL</title>
</head>
<body>
<div class="container">
<header>
<div class="fixed-header">
<div id="logo-block">
<img class="nav-logo" src="logo.png" width ="40" height="40" />
</div>
<div id="nav-block">
<nav>
<ul class="nav">
<li><a class="current" href="index.html"> Home </a> </li>
<li><a href="practical.html"> Practical </a> </li>
<li><a href="academic.html"> Academic </a> </li>
<li><a href="lifestyle.html"> Lifestyle </a> </li>
</ul>
</nav>
</div>
</div>
<div class="clear"></div>
</header>
<div class="box-1">
<img class="logo" src="logo.png" width ="80" height="80" />
<h1> <b>Welcome to StudentPAL!</b> </h1>
<h2> A practical, academic, and lifestyle toolkit for students, by students </h2>
<h3><i>Are you a student who feels overwhelmed by adulthood?</i> </h3>
<p> Young adults often feel unprepared to face the responsibilities of the real world. StudentPAL is your personalized buddy for planning out your future, refining your professional presence, and managing your daily wellness - all in an open and comfortable virtual environment. Check out the Practical, Academic, and Lifestyle tabs for some helpful hints regarding your future! </p>
</div>
<div class="box-2">
<h2><i> Our Story</i> </h2>
<p> StudentPAL is an easy to use, student-made support system dedicated to helping today’s youth navigate life’s future challenges. Growing up into adulthood can be one of the most challenging, overwhelming, and difficult times in a person’s life. This is where StudentPAL steps in. What sets this program apart from others, is that StudentPAL was completely designed, created, and implemented by a group of students who understand the daily struggles of the next generation. StudentPAL was created by a team of four determined, optimistic, and hardworking high school students. After taking courses such as Career and Life Management, these students still felt unprepared for the next steps in their lives. They felt like the people teaching them did not understand them - who they were, their challenges, and their stories. Acknowledging that they were not the only ones who felt this way, they took their future into their own hands. From there, StudentPAL was born. StudentPAL gives students the tools they need to plan for their professional and academic goals, while also helping them maintain a healthy, positive, and excellent quality of life through various resources, functions, and more. In addition, StudentPAL caters to any type of student, taking into account the diverse community which may use this program. What is the overall mission of StudentPAL? Our goal is to give the next generation the means to achieve success in their lives, to help students gain the confidence they need in adulthood and independence, and to make a positive social impact to the community and the world! </p>
</div>
</div>
</body>
</html>