|
1 | | -# ✨ Modern MkDocs Template |
| 1 | +# 🎓 The Ultimate College Placement Guide |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | --- |
6 | 6 |
|
7 | | -## 🚀 Key Features |
| 7 | +## 🧭 Navigate the Guide |
8 | 8 |
|
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. |
14 | 11 |
|
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. |
38 | 18 |
|
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. |
40 | 24 |
|
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) |
49 | 32 |
|
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 | +--- |
56 | 34 |
|
57 | | -- [x] Create project |
58 | | -- [x] Configure extensions |
59 | | -- [ ] Write documentation |
60 | | -- [ ] Profit! |
| 35 | +## 🚀 Quick Starts |
61 | 36 |
|
62 | | -### 🎨 Icons & Emojis |
| 37 | +::: tip "Success Mantra" |
| 38 | +Preparation (90%) + Luck (10%) = Placement. You control the 90%. Start today. |
| 39 | +::: |
63 | 40 |
|
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. |
68 | 44 |
|
69 | 45 | --- |
70 | 46 |
|
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. |
72 | 49 |
|
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