1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

1010 Commits

Author SHA1 Message Date
Adam Harvey
5335474af5 Add Twitter icon to the home page, linking to @official_php.
I've deliberately implemented this in such a way as to allow for further social
media buttons down the track if we want. I've also kept it intentionally
unobtrusive: it's there (previously, we only mentioned the Twitter account on
the mailing lists page, which was weird), but pretty subtle in the sidebar.

There's one additional dependency: a one glyph subset of Font Awesome (created
using Fontello) containing the Twitter icon. (Should we later want to include
other icons from Font Awesome, fonts/Font-Awesome/config.json can be fed back
into Fontello as a starting point.) The additional style sheet and font file
are cached correctly, and once loaded by the user, shouldn't need to be loaded
again, as with Fira Sans. On a cold page load, this adds two requests and just
under 3 kB to the page load.

I consider all of this reasonable, both technically and in terms of promoting
@official_php a little more, but I won't be terribly offended if someone wants
to revert this.
2014-07-02 15:19:25 -07:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Paul Dragoonis
3077014284 Working on the responsiveness of the homepage, mainly the right panel and download section. Very minute UI changes 2014-06-01 22:11:55 +01:00
Paul Dragoonis
e99f4a4256 Adding missing title tags to anchors. Fixing casing on titles 2014-06-01 18:34:38 +01:00
Levi Morrison
97e12798e7 Updated some homepage stuff 2014-04-28 10:05:17 -06:00
Levi Morrison
8fb9b79ca8 Related functions now on right; some homepage fixes. 2014-04-27 23:14:11 -06:00
Levi Morrison
7ed703b0d0 Fixing up the downloads section of homepage 2014-04-09 21:18:53 -06:00
Philip Olson
2b91fbb436 This will cause someone to cry, but it looks nicer. Feel free to improve. 2014-04-09 15:59:57 -07:00
Philip Olson
2fc7eeccae Linked 'Download PHP' to downloads.php, as requested by Christopher Jones 2014-04-09 15:45:46 -07:00
Levi Morrison
a0c92b9c7e More date format standardization 2014-03-14 09:01:40 -06:00
Levi Morrison
ae01ce1573 Converted font sizes to rem units for most elements.
Some elements are sized relative to their parent (such as sub, sup); these were
left as em. Adjusted many line-heights, paddings and margins accordingly.

Also simplified some styles as a result.
2014-03-07 11:19:36 -07:00
Levi Morrison
66322fa6e3 Updated markup for news items on homepage to use newer HTML 5 elements; at the same time this fixes #66391. 2014-01-03 10:33:31 -07:00
Hannes Magnusson
d83cc645c7 Javascript changes affect the frontpage too 2013-12-28 22:00:26 -08:00
Levi Morrison
4f3a842900 Standardized headers to use .title; this is actually an old convention we're re-enforcing. It should be much easier to create these headers now. 2013-12-27 16:49:59 -07:00
Hannes Magnusson
1c311cc448 Add a "headsup" bar when we add new news entries 2013-12-26 15:16:51 -08:00
Hannes Magnusson
913d3fa2cf Most of these don't work, others are just to old.
There is maybe one or two here that are ok, but that hardly justifies keeping this alive
2013-12-23 11:39:44 -08:00
Levi Morrison
b953858f5e Fixed some homepage layout issues. 2013-12-15 11:28:05 -07:00
Levi Morrison
e916105a19 Fixed merge conflict. 2013-12-15 11:27:28 -07:00
Hannes Magnusson
d47fcc2698 Move styling to css to fix markup validation error 2013-12-04 17:04:17 -08:00
Hannes Magnusson
9bf1f752e7 Fix markup validation warning
The hN a[id] was used in a previous implementation of the news entries
but is no longer useful

Also removed commented out javascript that is of no value
2013-12-04 17:04:17 -08:00
Hannes Magnusson
c61c0b9398 Kill STATIC_ROOT, its not helpful. Also use MYSITE for all js/css 2013-12-04 12:10:54 -08:00
Hannes Magnusson
ee8897ce18 Remove outdated comment, and no-longer-used pregen-events 2013-12-03 19:38:07 -08:00
philip
54e5393d96 Added link to the archive/, let's see what this breaks 2013-12-03 18:48:26 -08:00
Hannes Magnusson
1b2be8c0c7 Missing anchors for news entries
Our atom/rss feeds includes these links.
Note: Not using id= as that would generate "genanchor" links which
would mess up the layout :/
2013-12-03 10:58:39 -08:00
Levi Morrison
6e51566e17 Enhancements for news articles on homepage. 2013-11-22 15:23:17 -07:00
Hannes Magnusson
885bee0160 Sync the frontpage news with docs & download styles 2013-11-21 19:21:19 -08:00
Hannes Magnusson
facccef14b Redesign the download page :) 2013-11-20 23:38:31 -08:00
Hannes Magnusson
56f6fe690e Plus two lines, missed the date! 2013-11-20 21:15:00 -08:00
Hannes Magnusson
5f680f0af2 Remove the conference panel, and make the announcement panel a link 2013-11-20 21:02:22 -08:00
Hannes Magnusson
f46b45e9d5 Replace overengineering of 367 lines of code with 29 lines 2013-11-20 20:54:22 -08:00
Hannes Magnusson
ea1ec35752 whooops :D 2013-11-20 19:08:29 -08:00
Hannes Magnusson
ff8a3a256e Prettify the the right bar a little
Split the conference panel into cfp and confs
And add a link to te 5.5 migration guide
2013-11-20 19:07:38 -08:00
Hannes Magnusson
7079d2176b PHP doesn't really power facebook 2013-11-20 18:42:10 -08:00
Hannes Magnusson
ccf9c6399e Replace the index.php with the new layout, dropping the old one 2013-11-20 16:11:28 -08:00
Adam Harvey
2851ba1f6a Revert SOPA changes. 2012-03-28 11:38:45 +08:00
Peter Cowburn
242591fdd3 make SOPA times in 2012 2012-01-18 10:11:49 +00:00
Rasmus Lerdorf
a24bf6978d Grow SOPA blackout window a bit now that the hearing has been postponed 2012-01-18 07:43:06 +00:00
Rasmus Lerdorf
c8bfa6c48a Initial SOPA blackout page 2012-01-14 10:31:15 +00:00
Stewart Lord
6c31e4deaa Modified index.php to switch between the current stable home page and the
beta home page according to the result of myphpnet_beta().

This will allow us to modify the content of the home page without influencing
the current stable site.

Added index-beta.php and index-stable.php which are exact copies of the
previous index.php.
2011-01-06 04:07:39 +00:00
Stewart Lord
34de9f3142 The php logo now has the "current" style when on the home page. Tweaked
index.php to pass 'current' => 'home' when calling the header. Updated
header.inc to set the current class on the logo when on the home page.
Adjusted CSS rules to apply the darker bottom border to the logo.

Made the mega drop-down background color a touch lighter.
2011-01-04 04:52:07 +00:00
Adam Harvey
1a01f65a4b Fix bug #53372 (Link incorrect/Not working - OSTG.com). 2010-11-23 10:02:14 +00:00
Hannes Magnusson
f34193ec71 Update the link to HiT (/english no longer exists) as requested by Jonny Bergkvist 2010-10-04 08:58:51 +00:00
Philip Olson
8b6c5107db Removed bogus comment, patch by Hannes Magnusson ( http://news.php.net/php.webmaster/6230 ) 2009-10-20 18:07:04 +00:00
Hannes Magnusson
8c24b0cb88 Fix the comment, it doesnt make sense 2009-10-20 17:33:48 +00:00
Colin Viebrock
483a47b284 revised egg code ... sorry about the fail yesterday 2009-10-15 14:49:37 +00:00
Philip Olson
00f4d6d496 revert failed easter egg 2009-10-15 02:16:15 +00:00
Colin Viebrock
ce691827c2 easter egg for homepage 2009-10-15 00:16:50 +00:00
Hannes Magnusson
a72f147f16 Enable the RC box again 2009-08-23 10:44:16 +00:00
Hannes Magnusson
82245cc40b Fixed bug#48738 (Notice issued about $RCS on docs.php.net/index.php) 2009-06-30 12:52:13 +00:00
Hannes Magnusson
cbdc79ce64 5.3.0 downloads 2009-06-30 10:54:46 +00:00