Skip to content

Commit b2e1528

Browse files
committed
Update home page
1 parent 908485d commit b2e1528

17 files changed

+54
-570
lines changed

404.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="es">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>PHPBarcelona | Grupo de programadores PHP de Barcelona</title>
6+
<meta name="description" content="El grupo de programadores PHP de Barcelona (aka PHPBarcelona) es una asociación sin ánimo de lucro de programadores PHP del área de Barcelona"/>
7+
<meta name="keywords" content="phpbarcelona, phpbcn, php, bcn, barcelona"/>
8+
<meta http-equiv="refresh" content="2; url=https://phpbarcelona.org"/>
9+
<link rel="stylesheet" type="text/css" href="/stylesheets/main.css"/>
10+
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
11+
</head>
12+
<body>
13+
<h1>Página no encontrada</h1>
14+
<hr/>
15+
<p>Redirigiendo a la página principal...</p>
16+
</body>
17+
</html>

LICENSE

-20
This file was deleted.

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
phpbarcelona.github.io
2-
======================
3-
4-
phpbarcelona.org public website
1+
phpbarcelona.org website

favicon.ico

822 Bytes
Binary file not shown.

images/bg_hr.png

-943 Bytes
Binary file not shown.

images/blacktocat.png

-1.39 KB
Binary file not shown.

images/icon_download.png

-1.13 KB
Binary file not shown.

images/php-bcn.png

55.7 KB
Loading

images/sprite_download.png

-16.4 KB
Binary file not shown.

index.html

+20-51
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,26 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="es">
43
<head>
5-
<meta charset='utf-8' />
6-
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7-
<meta name="description" content="PHPBarcelona : Grupo de programadores PHP de Barcelona" />
8-
9-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10-
11-
<title>PHPBarcelona</title>
4+
<meta charset="utf-8"/>
5+
<title>PHPBarcelona | Grupo de programadores PHP de Barcelona</title>
6+
<meta name="description" content="El grupo de programadores PHP de Barcelona (aka PHPBarcelona) es una asociación sin ánimo de lucro de programadores PHP del área de Barcelona"/>
7+
<meta name="keywords" content="phpbarcelona, phpbcn, php, bcn, barcelona"/>
8+
<link rel="stylesheet" type="text/css" href="/stylesheets/main.css"/>
9+
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
1210
</head>
13-
1411
<body>
15-
16-
<!-- HEADER -->
17-
<div id="header_wrap" class="outer">
18-
<header class="inner">
19-
<a id="forkme_banner" href="https://github.com/phpbarcelona">View on GitHub</a>
20-
21-
<h1 id="project_title">PHPBarcelona</h1>
22-
<h2 id="project_tagline">Grupo de programadores PHP de Barcelona</h2>
23-
24-
</header>
25-
</div>
26-
27-
<!-- MAIN CONTENT -->
28-
<div id="main_content_wrap" class="outer">
29-
<section id="main_content" class="inner">
30-
<h3>
31-
<a name="welcome-to-phpbarcelonaorg-website" class="anchor" href="#welcome-to-phpbarcelonaorg-website"><span class="octicon octicon-link"></span></a>Welcome to PHPBarcelona.org website</h3>
32-
33-
<p>A lot of work to do...</p>
34-
</section>
35-
</div>
36-
37-
<!-- FOOTER -->
38-
<div id="footer_wrap" class="outer">
39-
<footer class="inner">
40-
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
41-
</footer>
42-
</div>
43-
44-
<script type="text/javascript">
45-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
46-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
47-
</script>
48-
<script type="text/javascript">
49-
try {
50-
var pageTracker = _gat._getTracker("UA-3409771-1");
51-
pageTracker._trackPageview();
52-
} catch(err) {}
53-
</script>
54-
55-
12+
<h1>PHPBarcelona</h1>
13+
<hr/>
14+
<img src ="/images/php-bcn.png"/>
15+
<p>El <strong>Grupo de programadores PHP de Barcelona</strong> (aka PHPBarcelona) es una asociación sin ánimo de lucro de programadores PHP del área de Barcelona fundada con el principal objetivo de promover el intercambio de conocimiento y el uso del lenguaje PHP.</p>
16+
<p>Puedes unirte al grupo libremente, el único "requisito" es que te interese el PHP y que vivas o seas, o simplemente te guste, Barcelona.</p>
17+
<p>Nos puedes encontrar en:
18+
<ul>
19+
<li>Twitter <a target="_blank" href="https://twitter.com/phpbarcelona">https://twitter.com/phpbarcelona</a></li>
20+
<li>Linkedin <a target="_blank" href="https://linkedin.com/groups/1808804">https://linkedin.com/groups/1808804</a></li>
21+
<li>Google <a target="_blank" href="https://groups.google.com/g/phpbarcelona">https://groups.google.com/g/phpbarcelona</a></li>
22+
<li>Facebook <a target="_blank" href="https://facebook.com/groups/phpbarcelona">https://facebook.com/groups/phpbarcelona</a></li>
23+
</ul>
24+
</p>
5625
</body>
5726
</html>

javascripts/main.js

-1
This file was deleted.

params.json

-1
This file was deleted.

robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

sitemap.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://phpbarcelona.org/</loc>
5+
<changefreq>monthly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
</urlset>

stylesheets/main.css

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
body { background:#ffffff; color:#222222; margin-bottom:40px; }
2+
img { display:block; width:90%; margin-left:auto; margin-right:auto; margin-top:40px; margin-bottom:40px; }
3+
h1 { font-size:48px; font-family:sans-serif; margin:20px; }
4+
p { color:#555555; font-size:24px; font-family:sans-serif; margin:20px; }
5+
a { color:#000000; text-decoration:none; }
6+
hr { height:2px; color:#999999; background-color:#999999; }

stylesheets/pygment_trac.css

-70
This file was deleted.

0 commit comments

Comments
 (0)