Branch: material
Deleted commits count: 1
User: Levi Morrison <[email protected]> Thu, 13 Nov 2014 16:00:17 +0000
Changed paths:
M archive/entries/2014-11-05-1.xml
M include/header.inc
M styles/theme-base.css
M styles/theme-medium.css
diff --git b/archive/entries/2014-11-05-1.xml a/archive/entries/2014-11-05-1.xml
index 8c17b86..8457263 100644
--- b/archive/entries/2014-11-05-1.xml
+++ a/archive/entries/2014-11-05-1.xml
@@ -3,17 +3,72 @@
<title>International PHP Conference Spring 2015</title>
<id>http://php.net/archive/2014.php#id2014-11-05-1</id>
<published>2014-11-05T22:31:52+01:00</published>
- <updated>2014-11-05T22:31:52+01:00</updated>
- <default:finalTeaserDate
xmlns="http://php.net/ns/news">2015-06-10</default:finalTeaserDate>
- <category term="conferences" label="Conference announcement"/>
+ <updated>2014-11-13T11:08:54+01:00</updated>
+ <default:finalTeaserDate
xmlns="http://php.net/ns/news">2014-11-24</default:finalTeaserDate>
+ <category term="cfp" label="Call for Papers"/>
<link href="http://php.net/conferences/index.php#id2014-11-05-1"
rel="alternate" type="text/html"/>
<default:newsImage xmlns="http://php.net/ns/news"
link="https://phpconference.com/2015se/en" title="International PHP Conference
Spring 2015">ipc2015.png</default:newsImage>
<link href="https://phpconference.com/2015se/en" rel="via" type="text/html"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
- <p>The International PHP Conference is a globally recognized event for
PHP developers, webworkers, IT managers and everyone interested in web
technology.</p>
-
- <p>Once again, the conference will explore key topics and core
technologies for developers and decision makers. We will show you how to scale
your applications, explain the details of Continuous Integration or evaluate
different approaches to NoSQL. Attendees will have the opportunity to meet with
speakers, core developers and consultants, and there are often opportunities to
evaluate your code. Community and enterprise projects profit from our
international reputation and impulses given from the developer community.</p>
+ <p>The International PHP Conference is a globally recognized event for
PHP developers, webworkers, IT managers and everyone interested in web
technology.</p>
+ <p>Once again, the conference will explore key topics and core
technologies for developers and decision makers. We will show you how to scale
your applications, explain the details of Continuous Integration or evaluate
different approaches to NoSQL. Attendees will have the opportunity to meet with
speakers, core developers and consultants, and there are often opportunities to
evaluate your code. Community and enterprise projects profit from our
international reputation and impulses given from the developer community.
+ </p>
+ <p>
+ Below is the information for our Call for Papers, the deadline is
November 24th, 2014:
+ </p>
+ <p>
+ We are already planning for the IPC Spring 2015 which will take
place
+ in Berlin again. We hope that next week's
+ conference will give you some inspiration for new talks for the next
+ conference.
+ </p>
+ <p>
+ We are very much looking forward to your submissions for workshops,
+ sessions & keynotes, which can be either in English or in
German. Our
+ goal is to provide at least 60% of the whole program of the
integrated
+ conference in English, so that our international friends have plenty
+ of sessions to choose from. Please see below our list of topics
which
+ we would like to have covered, but please feel free to add
additional
+ topics, if you believe they fit into the scope of the conference.
+ We are looking forward to your exciting submissions and wish you all
+ the best!
+ </p>
+ <p>
+ Basic facts:
+ <ul>
+ <li> Date: June 7th - 10th, 2015 </li>
+ <li> Location: Berlin</li>
+ <li> Deadline for Submissions: November 24th, 2014</li>
+ <li> URL for Submissions: <a
href="http://conftool.sandsmedia.com">conftool.sandsmedia.com</a> </li>
+ </ul>
+ <br/>
+ Topics:
+ <ul>
+ <li>Core PHP /PHPNG</li>
+ <li>PHP Frameworks</li>
+ <li>PHP Scaling & Performance</li>
+ <li>PHP Security</li>
+ <li>PHP Testing & Quality</li>
+ <li>HHVM & Hack</li>
+ <li>Architecture</li>
+ <li>JavaScript / ECMAScript 6</li>
+ <li>JavaScript Frameworks</li>
+ <li>JavaScript Performance & Security</li>
+ <li>Web APIs & Services</li>
+ <li>Agile</li>
+ <li>Continuous Delivery</li>
+ <li>DevOps</li>
+ <li>Cloud</li>
+ <li>Data Stores</li>
+ </ul>
+ </p>
+ <p>
+ We are looking forward to your proposals!
+ For inquiries and suggestions, please do not hesitate to contact us!
+ Yours,
+ The Program Team of the International PHP Conference
+ </p>
</div>
</content>
</entry>
diff --git b/include/header.inc a/include/header.inc
index 88d56c8..fb08291 100644
--- b/include/header.inc
+++ a/include/header.inc
@@ -126,6 +126,7 @@ if (!isset($config["languages"])) {
<?php if (!empty($config['breadcrumbs'])): ?>
<div id="breadcrumbs" class="clearfix">
+ <div id="breadcrumbs-inner">
<?php if (isset($config['next'])): ?>
<div class="next">
<a href="<?php echo $config['next'][0]; ?>">
@@ -140,7 +141,7 @@ if (!isset($config["languages"])) {
</a>
</div>
<?php endif; ?>
- <ul class="breadcrumbs-container">
+ <ul>
<?php
$breadcrumbs = $config['breadcrumbs'];
$last = array_pop($breadcrumbs);
@@ -150,7 +151,8 @@ if (!isset($config["languages"])) {
echo " <li><a href='{$last['link']}'>{$last['title']}</a></li>";
?>
- </ul>
+ </ul>
+ </div>
</div>
<?php endif; ?>
@@ -164,5 +166,5 @@ if (!isset($config["languages"])) {
<?php endif;?>
-<div id="layout">
+<div id="layout" class="clearfix">
<section id="layout-content">
diff --git b/styles/theme-base.css a/styles/theme-base.css
index f0f5222..041ab85 100755
--- b/styles/theme-base.css
+++ a/styles/theme-base.css
@@ -382,7 +382,7 @@ hr {
margin:1.5rem 0;
border:0;
height:0;
- border-top:.25rem solid #1A237E;
+ border-top:.25rem solid #231A7E;
}
.navbar .brand img {
@@ -748,7 +748,7 @@ table.standard th.subr {
#layout .cse table.gsc-search-box,
#layout table.gsc-search-box {
- border: solid 1px #1A237E;
+ border: solid 1px #231A7E;
border-radius: 2px;
}
@@ -764,8 +764,8 @@ table.standard th.subr {
#layout .cse input.gsc-search-button,
#layout input.gsc-search-button {
- background: #3F51B5;
- border: solid 1px #1A237E;
+ background: #513FB5;
+ border: solid 1px #231A7E;
border-radius: 0;
color: rgb(238, 238, 255);
}
@@ -1486,17 +1486,19 @@ div.soft-deprecation-notice blockquote.sidebar {
#breadcrumbs {
-moz-box-sizing:border-box;
box-sizing:border-box;
- margin:0 auto;
padding:.75rem 0;
font-size:.875rem;
display:none;
}
+#breadcrumbs #breadcrumbs-inner {
+ margin:0 auto;
+}
#breadcrumbs ul {
margin:0;
padding:0 .5rem 0 1.5rem;
overflow: hidden;
}
-#breadcrumbs div {
+#breadcrumbs-inner div {
padding:0 1.5rem;
}
#breadcrumbs li {
@@ -1566,7 +1568,7 @@ div.soft-deprecation-notice blockquote.sidebar {
@media (min-width: 1200px) {
#intro .container,
.navbar-inner,
- #breadcrumbs,
+ #breadcrumbs-inner,
#goto div,
#trick div,
#layout,
@@ -1577,7 +1579,7 @@ div.soft-deprecation-notice blockquote.sidebar {
@media (min-width: 1500px) {
#intro .container,
.navbar-inner,
- #breadcrumbs,
+ #breadcrumbs-inner,
#goto div,
#trick div,
#layout,
@@ -1612,7 +1614,7 @@ div.soft-deprecation-notice blockquote.sidebar {
}
#mainmenu-toggle-overlay {
- background: #4F5B93 url(/images/mobile-menu.png) no-repeat center center;
+ background: #231A7E url(/images/mobile-menu.png) no-repeat center center;
float: right;
display: block;
height: 32px;
diff --git b/styles/theme-medium.css a/styles/theme-medium.css
index e5ad3f6..6774949 100755
--- b/styles/theme-medium.css
+++ a/styles/theme-medium.css
@@ -2,11 +2,11 @@
*
* COLORS: | HEX |
* ---------------+---------+
- * light-blue | #E8EAF6 |
+ * light-blue | #EAE8F6 |
* ---------------+---------+
- * medium-blue | #3F51B5 |
+ * medium-blue | #513FB5 |
* ---------------+---------+
- * dark-blue | #1A237E |
+ * dark-blue | #231A7E |
* ---------------+---------+
*
*/
@@ -18,7 +18,7 @@ html {
}
abbr {
- border-color: #3F51B5;
+ border-color: #513FB5;
}
h1, h2, h3, h4, h5, h6 {
@@ -42,7 +42,7 @@ h3:after {
}
a:link {
- color: #3F51B5;
+ color: #513FB5;
}
a:visited {
@@ -69,7 +69,7 @@ dl.qandaentry {
}
h1.refname {
- color: #1A237E;
+ color: #231A7E;
}
@@ -96,7 +96,7 @@ h1.refname {
.title a,
.title {
- color: #1A237E;
+ color: #231A7E;
}
.title time {
color: #212121;
@@ -107,7 +107,7 @@ h1.refname {
.methodname a,
.classsynopsis .classname,
.parameter {
- color: #3F51B5;
+ color: #513FB5;
}
.initializer,
@@ -188,7 +188,7 @@ div.warning a:focus {
}
.navbar .brand,
.navbar .nav > li > a {
- color: #E8EAF6;
+ color: #EAE8F6;
border:0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
@@ -207,7 +207,7 @@ div.warning a:focus {
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
color: #fff;
- background-color: #1A237E;
+ background-color: #231A7E;
}
.navbar .navbar-search .search-query {
background-color: #fff;
@@ -230,8 +230,8 @@ div.warning a:focus {
color: #999;
}
.navbar {
- border-color:#1A237E;
- background:#3F51B5;
+ border-color:#231A7E;
+ background:#513FB5;
box-shadow: 0 .25em .25em rgba(0,0,0,.1);
}
.navbar .brand {
@@ -246,7 +246,7 @@ div.warning a:focus {
/* {{{ User notes */
#usernotes .count {
- background-color: #1A237E;
+ background-color: #231A7E;
color: #fff;
border-radius: 4px;
}
@@ -279,7 +279,7 @@ div.warning a:focus {
.doctable thead tr,
.segmentedlist thead tr {
border-color: #C5CAE9;
- border-bottom-color: #3F51B5;
+ border-bottom-color: #513FB5;
}
.doctable th,
.segmentedlist th {
@@ -295,7 +295,7 @@ div.warning a:focus {
}
.doctable tbody tr:nth-child(even),
.segmentedlist tbody tr:nth-child(even) {
- background-color: #E8EAF6;
+ background-color: #EAE8F6;
}
/* }}} */
@@ -322,11 +322,11 @@ div.warning a:focus {
background-color: transparent;
}
.phpcode span.comment {
- color: #1A237E;
+ color: #231A7E;
background-color: transparent;
}
div.phpcode span.default {
- color: #3F51B5;
+ color: #513FB5;
background-color: transparent;
}
div.phpcode span.keyword {
@@ -375,7 +375,7 @@ var.reset
.warn {
- border-color: #1A237E;
+ border-color: #231A7E;
background-color: #fff;
border-radius: 0 0 2px 2px;
}
@@ -397,12 +397,12 @@ aside.tips .panel > a:after {
border-bottom:1px dotted #666;
}
aside.tips .panel > a:hover:after {
- border-color:#1A237E;
+ border-color:#231A7E;
}
aside.tips a:hover,
aside.tips a:focus {
- color:#1A237E;
- border-color:#1A237E;
+ color:#231A7E;
+ border-color:#231A7E;
}
.soft-deprecation-notice {
@@ -432,8 +432,8 @@ aside.tips a:focus {
border-top-color:#666;
}
.layout-menu ul.child-menu-list li.current a {
- color:#1A237E;
- border-bottom-color:#1A237E;
+ color:#231A7E;
+ border-bottom-color:#231A7E;
}
.layout-menu ul.child-menu-list a {
border-color: #666;--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php