This repository has been archived by the owner on May 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
46 lines (46 loc) · 2.37 KB
/
home.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" />
</head>
<body>
<div id="header"><img src="images/header.png" alt="Makoa.mx" title="Makoa.mx" /></div><!--header.png es una imagen del logo que aún no está hecho-->
<div id="wrapper">
<div id="userInfo">Bienvenido @shachiel | <a class="logout" href="#">Cerrar Sesión</a></div> <!--@shachiel debe ser el username de twitter -->
<div id="appInfo">
<p>
<strong>Makoa.mx</strong> es un punto de reunión en el que puedes encontrar la ayuda que
necesitas para ese proyecto que te está rompiendo la cabeza completamente gratis.
Lo único que se te pide a cambio es que tu mismo ofrezcas tu ayuda para otros usuarios
en la misma situación que tú.
</p>
<p>
<strong>Makoa</strong> es una palabra Náhuatl que en español significa <i>ayuda</i>
</p>
</div>
<div id="actionButtons">
<a href="#" id="" class="">
<img src="images/necesitomakoa.png" alt="Necesito Makoa"
title="Necesito Makoa" />
</a>
<a href="#" id="" class="">
<img src="images/ofrezcomakoa.png" alt="Ofrezco Makoa"
title="Ofrezco Makoa" />
</a>
</div>
<div id="makoaFeed">
<h2>Entradas recientes:</h2>
<div class="makoaPost">
<img src="" class="twttrAvatar" alt="" title="" />
<h3><span class="offer">Ofrezco</span>: Ayuda con proyecto de Ruby on Rails</h3><!-- link a viewEntry.php -->
<span class="twttrUser">@shachiel</span> <!--link al twitter del usuario-->
</div>
<button>Leer más</button>
</div>
</div>
<div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br />Esta <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" rel="dc:type">obra</span> está bajo una <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">licencia de Creative Commons</a> cc 2010 Makoa.mx<br />
Makoa.mx fue desarrollado durante un <strong>Super Happy Dev House</strong>
</div>
</body>
</html>