-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.html
More file actions
28 lines (26 loc) · 966 Bytes
/
Copy pathpython.html
File metadata and controls
28 lines (26 loc) · 966 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Programming Internship</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="top-section">
<a href="https://www.vaultofcodes.in/" target="_blank">
<img src="https://vaultofcodes.site/logo.png" alt="Vault Logo" class="brand-logo" />
</a>
<h1 class="vault-text">Vault of Codes</h1>
<h2>Python Programming Internship – Details</h2>
<p>Learn Python from scratch and explore real-world use cases like:</p>
<ul>
<li>Basic to intermediate Python programming</li>
<li>File handling and exception handling</li>
<li>Mini projects like calculator, to-do app</li>
<li>Introduction to automation or APIs</li>
</ul>
<a href="index.html" class="btn">← Back to Internships</a>
</div>
</body>
</html>