~jorge/maas-website/trunk

« back to all changes in this revision

Viewing changes to template-community.php

  • Committer: Jorge O. Castro
  • Date: 2013-12-10 15:23:41 UTC
  • mfrom: (12.2.1 mw-content-updates)
  • Revision ID: jorge@ubuntu.com-20131210152341-84by8rw6xl57cc6k
Community page updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
        <div class="grid-12">
11
11
                        <div class="box clearfix">
12
 
                                <h2>Contribute</h2>
 
12
                                <h2>Participate</h2>
13
13
                                <ul>
14
14
                                        <li>
15
15
                                                <a href="/docs/orientation.html">
26
26
                                                <p>We're always looking for feedback on how we can improve our documentation</p>
27
27
                                        </li>
28
28
                                        <li class="last">
29
 
                                                <a href="/community/charmers">
 
29
                                                <a href="/docs/index.html#developing-maas">
30
30
                                                        <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-star.png" width="49" height="49" alt="" />
31
 
                                                        <h4>What should go here?</h4>
 
31
                                                        <h4>Contribute to MAAS</h4>
32
32
                                                </a>
33
 
                                                <p>Mentor new charm authors, review incoming charms, and maintain the charm store.</p>
 
33
                                                <p>Access MAAS codebase documentation. Participate to MAAS' development.</p>
34
34
                                        </li>
35
35
                                </ul>
36
36
                        </div>
39
39
        <div class="grid-4">
40
40
                <div class="box-orange">
41
41
                        <h3><a href="http://www.askubuntu.com">Participate on Ask Ubuntu &rsaquo;</a></h3>
42
 
                        <p>A collaboratively-edited question and answer site for Juju users and developers.</p>
 
42
                        <p>A collaboratively-edited question and answer site for MAAS users and developers.</p>
43
43
                        <p><a href="http://www.askubuntu.com/questions/ask?tags=maas">Ask a question now &rsaquo;</a></p>
44
44
                        <p>And check out our list of <a href="http://askubuntu.com/questions/tagged/maas?sort=faq&pagesize=50">Frequently Asked Questions</a>.</p>
45
45
                </div>
52
52
                                <ul class="clearfix">
53
53
                                        <li><a href="http://webchat.freenode.net/?channels=maas"  class="irc">IRC channel (web version available) &rsaquo;</a></li>
54
54
                                        <li><a href="https://lists.launchpad.net/maas-devel/"  class="mail">Join the MAAS mailing list &rsaquo;</a></li>
55
 
                                        <li class="last"><a href="/?&amp;feed=rss2"class="rss">Subscribe to the MAAS Blog &rsaquo;</a></li>
56
55
                                </ul>
57
56
                        </div>
58
57
                </div>
59
58
        </div>
60
59
<div style="clear:both;"></div>
61
60
 
62
 
        <div class="grid-4">
63
 
                <div class="box-clear">
64
 
                        <h3>#juju on Twitter</h3>
65
 
                        <div class="container-tweet">
66
 
                                <div class="tweet tweet-small clearfix"></div>
67
 
                                <a class="tweet-follow" href="http://twitter.com/ubuntucloud">Follow <span>@ubuntucloud</span> on Twitter</a>
68
 
                        </div>
69
 
                </div>
70
 
        </div>
71
 
 
72
 
        <div class="grid-4">
73
 
                <div class="box-clear border">
74
 
                        <h3>News and announcements</h3>
75
 
                        <?php get_template_part('part', 'blog-latest-articles'); ?>
76
 
                </div>
77
 
        </div>
78
 
 
79
 
        <div class="grid-4">
80
 
                <div class="box-clear">
81
 
                        <h3>Events</h3>
82
 
                        <?php get_template_part('part', 'blog-latest-events'); ?>
83
 
                </div>
84
 
        </div>
85
 
 
86
 
 
87
61
<?php get_footer(); ?>