Making WordPress.org

Ticket #53: header.txt

File header.txt, 3.6 KB (added by cyberchimps, 11 years ago)

Header html with additions

Line 
1<body id="wordpress-org" style="" cz-shortcut-listen="true">
2<div id="wporg-header">
3    <div class="wrapper">
4        <!-- TODO mobile menu button hidden on larger displays -->
5        <a id="mobile-menu-button" class="" href="#"></a>
6
7        <h1><a href="//wordpress.org">WordPress.org</a></h1>
8
9        <div id="head-search">
10            <form action="http://wordpress.org/search/do-search.php" method="get">
11                <input class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org"> <input type="submit" class="button" value="">
12            </form>
13        </div>
14        <div style="clear:both"></div>
15        <ul>
16            <li><a href="http://wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li>
17            <li><a href="http://wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li>
18            <li><a href="http://wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine.">Plugins</a></li>
19            <li><a href="http://wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li>
20            <li><a href="http://wordpress.org/support/" title="Forums, documentation, help.">Support</a>
21                <ul class="nav-submenu">
22                    <li><a href="http://wordpress.org/support/" title="Support and discussion forums.">Forums</a></li>
23                    <li><a href="http://codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li>
24                </ul>
25                <div class="uparrow"></div>
26            </li>
27            <li><a href="http://make.wordpress.org/" title="Contribute your knowledge.">Get Involved</a>
28                <ul class="nav-submenu">
29                    <li><a href="http://make.wordpress.org/core/" title="Write the code.">Core</a></li>
30                    <li><a href="http://make.wordpress.org/ui/" title="Improve the interface.">UI</a></li>
31                    <li><a href="http://make.wordpress.org/accessibility/" title="Create a better experience.">Accessibility</a></li>
32                    <li><a href="http://make.wordpress.org/plugins/" title="Extend the system.">Plugins</a></li>
33                    <li><a href="http://make.wordpress.org/themes/" title="Beautify the web.">Themes</a></li>
34                    <li><a href="http://make.wordpress.org/support/" title="Help the users.">Support</a></li>
35                    <li><a href="http://make.wordpress.org/polyglots/" title="Translate for the world.">Polyglots</a></li>
36                    <li><a href="http://make.wordpress.org/mobile/" title="On the go.">Mobile</a></li>
37                </ul>
38                <div class="uparrow"></div>
39            </li>
40            <li><a href="http://wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li>
41            <li><a href="http://wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>
42            <li><a href="http://wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li>
43            <li id="download" class="button download-button"><a href="http://wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li>
44        </ul>
45        <div style="clear:both"></div>
46    </div>
47</div>
48
49<!-- TODO Mobile download section hidden on larger displays -->
50<div id="download-mobile">
51    <div class="wrapper">
52        <span class="download-ready">Ready to get started?</span><a class="button download-button" href="http://wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a>
53    </div>
54</div>
55
56<!-- feed is cached -->