~ubuntu-uy-website-team/ubuntu-uy-website/Desarrollo

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
<!DOCTYPE HTML>
<html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>Ubuntu Uruguay Oficial LoCO Team</title>

    <link rel="shortcut icon" href="images/favicon.ico" type="image/ico" />
    <link rel="icon" href="images/favicon.ico" type="image/ico" />

    <!-- stylesheets -->
    <!--[if !IE ]><!-->
    <link rel="stylesheet" type="text/css" href="css/default.css" />
    <!--<![endif]-->

    <!--[if gte IE 7]>
    <link rel="stylesheet" type="text/css" href="css/ie.css" />
    <![endif]-->

    <!--[if IE 6 ]>
    <link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen, projection" />
    <![endif]-->

    <!--[if IE ]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/ventanas.js"></script>

    </head>
    <body id="home">
	<?php include ("menu.php"); # Se carga el menú superior?>
        <section id="main-section">
	    <div class="container" >
		<div style="text-align: center;"><script type="text/javascript"><!--
		    google_ad_client = "pub-7121804174351439";
		    /* 728x90, creado 2/08/09 */
		    google_ad_slot = "0108334074";
		    google_ad_width = 728;
		    google_ad_height = 90;
		    //-->
		    </script><script type="text/javascript"
		    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
		    </script>
		</div><br>
		<section id="content">
		<!-- all column wide content -->
		<article class="main-content leading">
		    <h3><center>Calendario de eventos</center></h3>
		    <div align="center">
		    <table border="0" style="width: 100%;">
			<tbody>
			    <tr>
				<td style="text-align: center;">
				    <a href="http://loco.ubuntu.com/teams/ubuntu-uy/events/history">
					<img src="./images/calendar-prev.png" alt="Eventos anteriores" title="Previo" />
				    </a><br>
				</td>
				<td style="text-align: center;">
				    <a href="http://loco.ubuntu.com/events/">
					<img src="./images/calendar.png" alt="Todos los eventos" />
				    </a><br>
				</td>
				<td style="text-align: center;">
				    <a href="http://loco.ubuntu.com/teams/ubuntu-uy/events">
					<img src="./images/calendar-next.png" alt="Eventos próximos" />
				    </a><br>
				</td>
			    </tr>
			    <tr>
				<td style="vertical-align: top; text-align: center;">
				    <a href="http://loco.ubuntu.com/teams/ubuntu-uy/events/history">Eventos anteriores</a><br>
				</td>
				<td style="vertical-align: top; text-align: center;">
				    <a href="http://loco.ubuntu.com/teams/ubuntu-uy/events"> Todos los eventos</a><br>
				</td>
				<td style="vertical-align: top; text-align: center;">
				    <a href="http://loco.ubuntu.com/teams/ubuntu-uy/events"> Eventos próximos</a><br>
				</td>
			    </tr>
			</tbody>
		    </table>
		<p><br>
		<iframe frameborder="0" height="600" scrolling="no" src="http://www.google.com/calendar/hosted/ubuntu.org.uy/embed?src=ubuntu.org.uy_st9pepitqdnek1pp23kqsetuo8%40group.calendar.google.com&amp;ctz=America/Montevideo" style="border: 0" width="700"></iframe>
		</div>
		</article>
	<hr class="divide" />
	<?php include ('footer.php'); # Se carga el pié de página ?>
    </body>
</html>