-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutUs.php
More file actions
65 lines (56 loc) · 3.2 KB
/
Copy pathAboutUs.php
File metadata and controls
65 lines (56 loc) · 3.2 KB
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
<?php session_start();;?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>AxolotlShop - About Us</title> <!-- Se agrega el título -->
<link rel="shortcut icon" href="img/favicon(1).ico" type="image/x-icon"> <!-- Se coloca un icono -->
<link rel="icon" href="img/favicon1.png"> <!-- Se coloca la misma imagen del icono pero en formato png -->
<link rel="stylesheet" href="Css/style.css" />
<link rel="stylesheet" href="Css/sMain.css" />
</head>
<?php include 'navbar.php'?>
<body style="background-color: #f1f1f1">
<div class="RA">
<div align="center">
<br>
<img src="img/AJRosa.png" weight="100px" height="150px">
<h2>Nosotros somos <span>Ajolote Shop</span></h2>
<hr>
</div>
<div class="RAM">
<img src="img/productos/alebrije_1.jpg" align="left" weight="200" height="300">
<p style="text-align: justify;">Nuestro equipo se nombra como LosPokimones, contamos con 6 integrantes actualmente.</p>
<p style="text-align: justify;">LosPokimones, una organización existente para el apoyo a la economía local e incluso nacional, esta ayuda impacta en el producto interno bruto de la localidad, estado o país, dándole así una oportunidad de trabajo a aquellas personas que realizan artesanías u otros productos.</p>
<p style="text-align: justify;">Por eso y para ello, LosPokimones se encuentran desarrollando AjoloteShop, un sitio web de compras en línea especialmente de productos generados por artesanos mexicanos para fomentar un aumento en la economía de los individuos, y así proveer al resto del mundo de artículos maravillosos pertenecientes a la colorida cultura de México.</p>
<p style="text-align: justify;">Así como también generar una mayor visibilidad sobre la cultura y talento mexicano. Esta página va dirigida a las personas interesadas en descubrir a una nueva cultura mediante sus artesanías, especialmente si son extranjeros, sin embargo, está disponible a todo el que desee adquirirlas.</p>
</div>
<div class="RAD">
<table>
<tr>
<th style="text-align: center"; colspan="6">Equipo de trabajo Los Pokimones</th>
</tr>
<tr >
<th style="text-align: center;">Karla Alvarez</th>
<th style="text-align: center;">Ramón Danzos</th>
<th style="text-align: center;">Alejandra Meza</th>
<th style="text-align: center;">Briseida Monges</th>
<th style="text-align: center;">Samantha Quesney</th>
<th style="text-align: center;">Diego Sanchez</th>
</tr>
<tr style="text-align: center";>
<td><img src="img/Mel.jpg" alt="" width="195" height="205"></td>
<td><img src="img/Ram.jpg" alt="" width="195" height="205"></td>
<td><img src="img/Ale.jpg" alt="" width="195" height="205"></td>
<td><img src="img/Bri.jpg" alt="" width="195" height="205"></td>
<td><img src="img/Sam.jpg" alt="" width="195" height="205"></td>
<td><img src="img/Die.jpg" alt="" width="195" height="205"></td>
</tr>
</table>
</div>
</div>
<?php include'footer.html'?>
</body>
</html>