-
Notifications
You must be signed in to change notification settings - Fork 0
/
pdf.html
60 lines (60 loc) · 2.91 KB
/
pdf.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
<!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="estilos.css">
<title>Document</title>
</head>
<body>
<div class="pdf-page">
<header>
<div class="contenido-header">
<div class="imagen-ufps">
<img src="Logo-nuevo-horizontal.png" alt="">
</div>
<div class="descripcion-header">
<h3 class="nit">NIT. 890500622 - 6</h3>
<div class="admisiones-registro">
<h3>Admisiones y <span class="highlight">Registro Académico</span> </h3>
<hr class="linea-1">
</div>
</div>
</div>
<hr class="linea-2">
</header>
<div class="contenedor">
<h2 class="titulo">LA SUSCRITA VICERRECTORIA ASISTENTE DE ESTUDIOS HACE CONSTAR:</h2>
<div class="texto-carta">
<p>
Que <span class="highlight">MINA GENECO ANGIE LORENA</span> identificado con <span class="highlight">Cédula de Ciudadanía</span>
Número <span class="highlight">1.093.589.999</span> expedida en <span class="highlight">LOS PATIOS</span> se encuentra registrado
como estudiante de la Universidad Francisco de Paula Santander de Cúcuta del programa Académico de <span class="highlight">ARQUITECTURA</span>
con registro ICFES número <span class="highlight">SNIES 7108</span> y el número de matrícula <span class="highlight">1501515</span>
</p>
<p>
El estudiante asistió normalmente a clase los siguientes periodos académicos <span class="highlight">DEL SEGUNDO SEMESTRE
DE 2022 AL PRIMER SEMESTRE DEL 2024.</span>
</p>
<p>
A la fecha el estudiante ha aprobado 69 creditos de un total de 163 de su pensum académico lo que equivale a un avance del 12.3%
</p>
<p>
Dada a solicitud del interesado en San José de Cúcuta, a los 12 días del mes de noviembre de 2024
</p>
</div>
<div class="firma">
<h3>LUZ MARINA BAUTISTA RODRIGUEZ</h3>
<h4>Vicerrectoría Asistente de Estudios</h4>
</div>
</div>
<footer>
<hr>
<span class="texto-footer">Avenida Gran Colombia No. 12E-96 Barrio Colsas</span>
<span class="texto-footer">Teléfono (057)(7) 5776655 ext. 221 - www.ufps.edu.co</span>
<span class="texto-footer">[email protected] San José de Cúcuta - Colombia</span>
<span class="texto-footer-pequeño">Creada mediante decreto 323 de 1970</span>
</footer>
</div>
</body>
</html>