From d63303a19aaee576ab501e88ff97146a416a5a3c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Dec 2017 13:42:21 -0300 Subject: [PATCH] =?UTF-8?q?-=20Agrega=20lista=20de=20invited=20speaker=20-?= =?UTF-8?q?=20Corrige=20menu=20centrandolo=20y=20agregando=20la=20secci?= =?UTF-8?q?=C3=B3n=20de=20invited=20speaker=20-=20corrije=20sidebar,=20sac?= =?UTF-8?q?ando=20cosas=20(falta=20afiche)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- committess.php | 31 +++++++--- header.php | 12 ++-- invitedspeakers.php | 136 ++++++++++++++++++++++++++++++++++++++++++++ program.php | 38 +++++++++++++ sidebar.php | 21 ++++--- style/style.css | 49 +++++++--------- 6 files changed, 238 insertions(+), 49 deletions(-) create mode 100644 invitedspeakers.php create mode 100644 program.php diff --git a/committess.php b/committess.php index 94ce8b9..bf0a3a9 100644 --- a/committess.php +++ b/committess.php @@ -8,19 +8,36 @@

Organizing Committee

diff --git a/header.php b/header.php index 7de4b74..937b26f 100644 --- a/header.php +++ b/header.php @@ -64,20 +64,24 @@ + +
diff --git a/invitedspeakers.php b/invitedspeakers.php new file mode 100644 index 0000000..cd16a93 --- /dev/null +++ b/invitedspeakers.php @@ -0,0 +1,136 @@ + + + +
+ + + + + diff --git a/program.php b/program.php new file mode 100644 index 0000000..a34e0b7 --- /dev/null +++ b/program.php @@ -0,0 +1,38 @@ + + + +
+
+
+ +

Program

+

To be announced

+ + +
+
+ + + + diff --git a/sidebar.php b/sidebar.php index f0955d6..256ae0d 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,5 +1,5 @@