-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathcpp-projects.html
More file actions
186 lines (175 loc) · 7.69 KB
/
cpp-projects.html
File metadata and controls
186 lines (175 loc) · 7.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>C++ Projects - Project Vault</title>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<link rel="stylesheet" href="cpp-projects.css" />
<link rel="stylesheet" href="../../style.css" />
</head>
<body>
<header class="ml-header">
<div class="header-content">
<h1>C++ Projects</h1>
<p>Classic C++ projects showcasing data structures, algorithms, and real-world system implementations</p>
<a href="../../index.html" class="back-button">← Back to Home</a>
</div>
</header>
<main class="ml-main">
<div class="projects-container">
<!-- Library Management System -->
<div class="project-card fade-in" style="animation-delay: 0.1s">
<div class="project-icon">
<i class="fas fa-book"></i>
</div>
<div class="project-content">
<h3>Library Management System</h3>
<p>A C++ project that manages book records, borrowing, returning, and tracking availability in a library system.</p>
<div class="tech-stack">
<span class="tech-tag">C++</span>
<span class="tech-tag">File Handling</span>
<span class="tech-tag">OOP</span>
</div>
<a href="https://www.onlinegdb.com/L7DHA3dS2"
class="view-code-btn" target="_blank">
<i ></i> View Project
</a>
<a href="https://github.com/pavitraag/Project-Vault/tree/main/TechStack/CPP/projects"
class="view-code-btn" target="_blank">
<i class="fab fa-github"></i> View Code
</a>
</div>
</div>
<!-- Student Record Management -->
<div class="project-card fade-in" style="animation-delay: 0.2s">
<div class="project-icon">
<i class="fas fa-user-graduate"></i>
</div>
<div class="project-content">
<h3>Student Record Management</h3>
<p>C++ based project to store, update, and manage student records with roll numbers, grades, and personal details.</p>
<div class="tech-stack">
<span class="tech-tag">C++</span>
<span class="tech-tag">Data Structures</span>
</div>
<a href="https://onlinegdb.com/O_0yDPt6j"
class="view-code-btn" target="_blank">
<i ></i> View Project
</a>
<a href="https://github.com/pavitraag/Project-Vault/tree/main/TechStack/CPP/projects"
class="view-code-btn" target="_blank">
<i class="fab fa-github"></i> View Code
</a>
</div>
</div>
<!-- Bank Management System -->
<div class="project-card fade-in" style="animation-delay: 0.3s">
<div class="project-icon">
<i class="fas fa-university"></i>
</div>
<div class="project-content">
<h3>Bank Management System</h3>
<p>A banking system simulation in C++ allowing users to create accounts, deposit, withdraw, and check balances.</p>
<div class="tech-stack">
<span class="tech-tag">C++</span>
<span class="tech-tag">File Handling</span>
</div>
<a href="https://onlinegdb.com/f6liAsosT"
class="view-code-btn" target="_blank">
<i ></i> View Project
</a>
<a href="https://github.com/pavitraag/Project-Vault/tree/main/TechStack/CPP/projects"
class="view-code-btn" target="_blank">
<i class="fab fa-github"></i> View Code
</a>
</div>
</div>
<!-- Tic-Tac-Toe Game -->
<div class="project-card fade-in" style="animation-delay: 0.4s">
<div class="project-icon">
<i class="fas fa-gamepad"></i>
</div>
<div class="project-content">
<h3>Tic-Tac-Toe Game</h3>
<p>A simple console-based Tic-Tac-Toe game implemented in C++ for two players.</p>
<div class="tech-stack">
<span class="tech-tag">C++</span>
<span class="tech-tag">Game Logic</span>
</div>
<a href="https://onlinegdb.com/XoG7ZuWB7"
class="view-code-btn" target="_blank">
<i ></i> View Project
</a>
<a href="https://github.com/pavitraag/Project-Vault/tree/main/TechStack/CPP/projects"
class="view-code-btn" target="_blank">
<i class="fab fa-github"></i> View Code
</a>
</div>
</div>
</div>
</main>
<footer id="contact">
<div class="footer-container">
<div class="footer-section company-info">
<h1 class="heading">Project Vault</h1>
<p>
Project Vault is a curated collection of diverse projects ranging
from stunning websites and interactive games to intelligent machine
learning applications and classic C++ programs.
</p>
<div class="social">
<a class="message" href="mailto:pavitraagopi@gmail.com" target="_blank" aria-label="Email">
<i class="fa-solid fa-envelope"></i>
</a>
<a class="linkedin" href="https://www.linkedin.com/in/pavitraa-g/" target="_blank" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a class="github" href="https://www.github.com/pavitraag" target="_blank" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="footer-section quick-links">
<h1 class="heading">Quick Links</h1>
<ul class="footer-ul">
<li><a href="../../index.html"><i class="fa-solid fa-house"></i> Home</a></li>
<li><a href="./aboutus.html"><i class="fa-solid fa-circle-info"></i> About</a></li>
<li><a href="#"><i class="fa-solid fa-icons"></i> Components</a></li>
<li><a href="../../faq.html"><i class="fa-solid fa-question-circle"></i> FAQ</a></li>
<li><a href="./discussion.html"><i class="fa-solid fa-comment"></i> Forum</a></li>
<li><a href="./contact.html"><i class="fa-solid fa-phone"></i> Contact</a></li>
</ul>
</div>
<div class="footer-section send-message">
<h1 class="heading">Keep In Touch</h1>
<form id="contact-form" name="Project Vault Contact" autocomplete="off">
<div class="form-group group1">
<input type="text" id="name" name="name" placeholder="Your name" autocomplete="name" required />
<input type="email" id="email" name="email" placeholder="Your email" autocomplete="email" required />
</div>
<div class="form-group">
<textarea id="message" name="message" placeholder="Your message" required></textarea>
<button type="submit">
<span class="button-text">SEND MESSAGE</span>
<div class="loading" style="display: none"></div>
</button>
</div>
</form>
</div>
</div>
<div class="copyright">
Created By Pavitraa ❤️ | © <span id="currentYear">2024</span> All Rights Reserved
</div>
</footer>
<script src="../../script.js"></script>
<script src="../js_files/cpp.js"></script>
</body>
</html>