-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (80 loc) · 2.52 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="">
<title>Aulas de Python</title>
<style>
body {
color: azure;
background-color: black;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
text-align: center;
min-height: 100vh;
font-family: Arial, sans-serif;
}
header {
margin-bottom: 20px;
}
footer {
background-color: #f0f0f0;
padding: 30px;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.row {
display: flex;
justify-content: space-between;
}
.col {
flex: 1;
padding: 10px;
}
ul {
list-style: none;
padding: 0;
}
.social-icons {
display: flex;
}
.social-icons li {
margin-right: 10px;
}
.social-icons a {
color: #333;
font-size: 24px;
}
div{
color: red;
}
</style>
<body>
<header>
<h1>Aqui Está a Lista de Atividades de Python Feitas</h1>
<h2>Aluno: Ytallo Gabriel</h2>
<h3>2 A D.S</h3>
</header>
<main>
<h4>Atividades das Aulas:</h4><br>
<br><a href="https://www.mediafire.com/file/fdvvwz1yms7hqux/01.py/file">Aula 01 de Python</a><br>
<br><a href="https://www.mediafire.com/file/09lb5wjr91u7luv/02.py/file">Aula 02 de Python</a><br>
<br><a href="https://www.mediafire.com/file/mvfilq4jaxtuxpy/Calculadora_de_IMC.py/file">Aula de Fazer uma Calculadora de IMC</a><br>
<br><a href="https://www.mediafire.com/file/ruwnmwt0jqntoo6/calculadora_de_z.py/file">Aula de Fazer uma Calculadora de Z</a><br>
<br><a href="https://www.mediafire.com/file/mc3wxbzsqkpuwzl/raio_de_c%25C3%25ADrculo.py/file">Aula de Somar o Raio de Círculo</a><br>
<div>
<p>AVISO: Todos os Links Fará o Dowload Do Arquivo</p>
</div>
</main>
</body>
<script>
window.alert("Site Atualizado")
</script>
</html>