-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (81 loc) · 2.76 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
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PEDA</title>
<!-- <link rel="icon" href="icono.ico" type="image/x-icon"> -->
<link rel="icon" href="icono.ico" type="https://pedamedia.github.io/peda/icono.ico">
<meta name="description" content="Organizador y procesador inteligente de asignaturas
y promedios fundamentales para la vida universitaria">
<meta property="og:image" content="https://pedamedia.github.io/peda/img.png" />
<meta name="keywords" content="PEDA, peda, pedamedia, App, pensums, mallas, notas, unal, descarga, universidad nacional de colombia, organizador inteligente, plan de estudios y datos academicos">
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
background-color: black;
color: white;
font-family: Arial, sans-serif;
}
div {
text-align: center;
}
img {
max-width: 100%;
height: auto;
margin: 10px 0;
}
a {
color: rgb(0, 0, 255);
text-decoration: none;
transition: color 0.3s;
}
a:hover {
color: rgb(255, 0, 255);
text-decoration: underline;
}
a:active {
color: rgb(100, 100, 100);
}
</style>
</head>
<body>
<div>
<img src="logo.png" alt="PEDA app logo">
<p>¡Bienvenido a PEDA!
<br><br>
Organizador y procesador inteligente de asignaturas, horarios<br>
y promedios fundamentales para la vida universitaria
<br><br>
Contacto: pedasoporte@gmail.com
<br><br><br>
<a href="https://www.microsoft.com/store/apps/9NQW2H4CG31L" target="_blank">
<img src="ms.png" alt="logo microsoft store"><br>
Disponible en Microsoft Store
</a>
<br><br><br>
<a href="https://drive.google.com/drive/u/3/folders/1iCVYvYiOK-5eGVSIs9KMKFeMftvbTI1B" target="_blank">
<img src="car.png" alt="logo carpeta"><br>
Archivos de la Aplicación
</a>
<br><br><br>
<a href="https://www.instagram.com/pedamedia/" target="_blank">
<img src="insta.png" alt="logo instagram"><br>
Más información en Instagram<br>@pedamedia
</a>
<br><br>
<!--
-------------------------------------------------
<br><br><br>
Si te gusta este proyecto<br>por favor apóyame para seguir desarrollándolo<br><br>Nequi: 3222527206
</p>
<img src="qr.png" alt="PEDA app logo">
<br><br>
<a href="https://recarga.nequi.com.co/bdigitalpsl/#!/" target="_blank">Desde cualquier banco</a>
<br><br><br>
-->
</div>
</body>
</html>