Skip to content

Commit

Permalink
readd @sjaybush18 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelCenzano committed Oct 25, 2023
1 parent 35e6a2c commit 7a6a7e1
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions labconnect/templates/tips_and_tricks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tips and Tricks for LabConnect</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}

header {
background-color: #007bff;
color: #fff;
text-align: center;
padding: 20px 0;
}

h1, h2, h3 {
margin: 0;
padding: 0;
}

.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h1 {
font-size: 28px;
}

h2 {
font-size: 24px;
margin-top: 20px;
}

h3 {
font-size: 20px;
margin-top: 20px;
}

ul {
margin: 0;
padding-left: 20px;
}

li {
margin: 10px 0;
}

footer {
text-align: center;
padding: 20px 0;
background-color: #007bff;
color: #fff;
}
</style>
</head>
<body>
<header>
<h1>Tips and Tricks for LabConnect</h1>
</header>
<div class="container">
<h2>Welcome to LabConnect Tips and Tricks!</h2>
<p>This page is designed to help you navigate through LabConnect and make the most out of your experience. Whether you're reaching out to professors, trying to join projects, or navigating deadlines, we've got some helpful advice for you!</p>

<h3>1. Communication is Key: Emailing Professors</h3>
<ul>
<li><strong>Be Proactive:</strong> Don’t hesitate to reach out to professors via email. Professors appreciate students who take the initiative to communicate.</li>
<li><strong>Be Clear and Concise:</strong> Clearly state your purpose, ask your questions, and express your interest in the project.</li>
</ul>

<h3>2. Don’t Get Discouraged: Follow up In-Person</h3>
<ul>
<li><strong>Office Visits:</strong> If you don’t receive a response via email, try finding the professors in their office spaces. It demonstrates your commitment and can sometimes lead to more fruitful conversations.</li>
<li><strong>Be Respectful:</strong> Respect their time and be prepared to introduce yourself and explain why you are interested in their project.</li>
</ul>

<h3>3. Missed the Deadline? It’s Not Always Over!</h3>
<ul>
<li><strong>Ask Politely:</strong> If you’ve missed a deadline, it’s worth reaching out to ask if you can still participate. Some professors can be quite lenient and understanding.</li>
<li><strong>Unofficial Participation:</strong> Even if it's past the deadline, some students can still work on a project they are interested in, albeit unofficially. It’s about the learning experience!</li>
</ul>

<h3>4. Conclusion: Good Luck!</h3>
<p>We hope these tips help you in making the most out of LabConnect. Remember, the initiative you take today can open doors for you tomorrow. Wishing you all the best in your endeavors!</p>
</div>
<footer>
<p>Good luck, and happy connecting!</p>
</footer>
</body>
</html>

0 comments on commit 7a6a7e1

Please sign in to comment.