Skip to content

Commit af3caa8

Browse files
committed
Update home page with placement guide content
1 parent d8cd975 commit af3caa8

File tree

1 file changed

+35
-70
lines changed

1 file changed

+35
-70
lines changed

docs/index.md

Lines changed: 35 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,51 @@
1-
# ✨ Modern MkDocs Template
1+
# 🎓 The Ultimate College Placement Guide
22

3-
Welcome to your new documentation site! This template is pre-configured with the best plugins and extensions for a professional experience.
3+
Welcome to the **College Placement Guide**, a comprehensive resource designed to help students navigate the transition from campus to corporate life. Whether you are aiming for a FAANG giant, a high-growth startup, or a core engineering role, we have a roadmap for you.
44

55
---
66

7-
## 🚀 Key Features
7+
## 🧭 Navigate the Guide
88

9-
- 🌓 **Dark Mode** support is built-in and follows system preferences by default.
10-
- 📱 **Mobile Friendly** design that looks great on any screen.
11-
- 🔍 **Instant Search** with highlighting and suggestions.
12-
- 📊 **Mermaid Diagrams** for flowcharts, sequences, and more.
13-
- 🔡 **Latex Math** support via Arithmatex.
9+
### 📂 [Placement Overview](placements/index.md)
10+
Understand the fundamental differences between **On-Campus** and **Off-Campus** recruitment cycles and how to prepare for each.
1411

15-
---
16-
17-
## 📝 Markdown Examples
18-
19-
### 💡 Admonitions
20-
21-
!!! tip "Pro Tip"
22-
Use admonitions to highlight important information. They come in various flavors like `note`, `abstract`, `info`, `tip`, `success`, `question`, `warning`, `failure`, `danger`, `bug`, and `example`.
23-
24-
### 📑 Content Tabs
25-
26-
=== "Python"
27-
```python
28-
def welcome():
29-
print("Welcome to MkDocs Material!")
30-
```
31-
32-
=== "JavaScript"
33-
```javascript
34-
function welcome() {
35-
console.log("Welcome to MkDocs Material!");
36-
}
37-
```
12+
### 🛠️ [Core Preparation](resume.md)
13+
Deep-dives into the essentials:
14+
* **[Resume Building](resume.md)**: Crafting an ATS-proof marketing document.
15+
* **[Technical Skills](preparation/technical-skills.md)**: Mastering the fundamentals beyond DSA.
16+
* **[DSA Mastery](departments/cse/dsa.md)**: A structured path for problem-solving.
17+
* **[Mock Tests](preparation/mock-tests.md)**: Testing your mettle under pressure.
3818

39-
### 📉 Diagrams
19+
### 🤝 [Interview Stages](interviews/gd.md)
20+
Conquer every round:
21+
* **[Group Discussions](interviews/gd.md)**: Leadership and communication.
22+
* **[Personal Interviews](interviews/pi.md)**: The STAR method and HR rounds.
23+
* **[Soft Skills](preparation/soft-skills.md)**: Personality development and impact.
4024

41-
```mermaid
42-
graph LR
43-
A[Plan] --> B[Write]
44-
B --> C[Deploy]
45-
C --> D{Happy?}
46-
D -- Yes --> A
47-
D -- No --> B
48-
```
25+
### 🏘️ [Department Roadmaps](departments/index.md)
26+
Specialized technical guides for:
27+
* [Computer Science (CSE)](departments/cse/index.md)
28+
* [Electronics (ECE)](departments/ece/index.md)
29+
* [Mechanical (MECH)](departments/mech/index.md)
30+
* [Electrical (EEE)](departments/eee/index.md)
31+
* [Civil (CIVIL)](departments/civil/index.md)
4932

50-
### 🔢 Math Equations
51-
52-
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
53-
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
54-
55-
### ✅ Task Lists
33+
---
5634

57-
- [x] Create project
58-
- [x] Configure extensions
59-
- [ ] Write documentation
60-
- [ ] Profit!
35+
## 🚀 Quick Starts
6136

62-
### 🎨 Icons & Emojis
37+
::: tip "Success Mantra"
38+
Preparation (90%) + Luck (10%) = Placement. You control the 90%. Start today.
39+
:::
6340

64-
- :material-rocket-launch: Built for speed
65-
- :fontawesome-brands-github: Open source
66-
- :octicons-device-camera-video-24: Media friendly
67-
- :smile: :fire: :heart:
41+
1. **Read the [Ultimate Tips](tips-strategies.md)**: Get the mindset right.
42+
2. **Fix your [Resume](resume.md)**: Your first impression.
43+
3. **Start [Cold Emailing](cold-email.md)**: Don't wait for opportunities; create them.
6844

6945
---
7046

71-
## 🛠️ Getting Started
47+
> [!NOTE]
48+
> This guide is a living document. We are constantly updating it with the latest industry trends and interview experiences.
7249
73-
1. **Install dependencies**:
74-
```bash
75-
pip install -r requirements.txt
76-
```
77-
78-
2. **Run locally**:
79-
```bash
80-
mkdocs serve
81-
```
82-
83-
3. **Build site**:
84-
```bash
85-
mkdocs build
86-
```
50+
---
51+
**Happy Preparing, and see you at the workplace!**

0 commit comments

Comments
 (0)