Skip to content

Commit edef6c5

Browse files
authored
Merge pull request #8 from EDTA1000/EDTA1000-patch-6
Edta1000 patch 6
2 parents b876fd5 + 2893190 commit edef6c5

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.github/workflows/index.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<link rel="z.JPG" sizes="180x180" href="https://raw.githubusercontent.com/EDTA1000/-PowerPoint-Python-Codes-and-Libraries/refs/heads/main/a.jpg">
3+
<html lang="fa">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="description" content="پاورپوینت کدها و کتابخانه های پایتونPowerPoint Python Codes and Libraries">
7+
<meta name="keywords" content="پاورپوینت کدها و کتابخانه های پایتونPowerPoint Python Codes and Libraries">
8+
<title>پاورپوینت کدها و کتابخانه های پایتونPowerPoint Python Codes and Libraries</title>
9+
<style>
10+
body{
11+
background-image: url("https://raw.githubusercontent.com/EDTA1000/-PowerPoint-Python-Codes-and-Libraries/refs/heads/main/a.jpg");
12+
background-size: cover;
13+
background-position: center;
14+
background-repeat: no-repeat;
15+
font-family: sans-serif;
16+
padding: 20px;
17+
color: white;
18+
text-shadow: 1px 1px 1px black;
19+
}
20+
.container: {
21+
background-color: rgba(0, 0, 0, 0.6);
22+
padding: 20px;
23+
border-radius: 20px;
24+
max-width:1400px;
25+
margin: auto;
26+
}
27+
.download-btn {
28+
display: inline-block;
29+
padding: 1px 20px;
30+
text-decoration: none;
31+
font-weight:bold;
32+
border-radius: 10px;
33+
margin-top: 1px;
34+
}
35+
.download-btn:hover {
36+
background-color: #ffaa00;
37+
}
38+
</style>
39+
</head>
40+
<body>
41+
<div class="container">
42+
<h1></h1>
43+
<p>در این پاورپوینت تقریباً کوچک در مورد کدهای پایتون توضیح داده شده؛همچنین کمی درباره تاریخچه پایتون توضیح داده شدهThis relatively small PowerPoint explains Python codes; it also explains a little about Python's history.</p>
44+
<p><strong>دانلود ابر پاورپوینت:Download PowerPoint:</strong></p>
45+
<a class="download-btn" href="little_project.pptx"download><button style=padding; 10px 20 px;font-size:16px;">Download PowerPointدانلود پاورپوینت</a>
46+
</div>
47+
</body>
48+
</html>

0 commit comments

Comments
 (0)