~mhall119/uds-project/faq-visa-removal

« back to all changes in this revision

Viewing changes to template-register.php

  • Committer: mhall119
  • Date: 2013-02-26 17:40:02 UTC
  • mfrom: (65.1.3 wordpress-theme)
  • Revision ID: mhall119@ubuntu.com-20130226174002-97mkjbf1v31u10w3
Merge changes for virtual uds

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        <div class="row row-hero">
11
11
                <div class="span-6">
12
12
                        <h1>Register</h1>
13
 
                        <p>Apply to attend the Ubuntu Developer Summit.</p>
 
13
                        <p>Register to participate in the Ubuntu Developer Summit.</p>
14
14
                </div>
15
15
        </div><!-- END .row -->
16
16
        
20
20
                                <h3>Registration</h3>
21
21
                                <p>You can commence your registration for the Ubuntu Developer Summit from this page.</p>
22
22
                        </div>
23
 
                        <div class="span-4">
 
23
                        <div class="span-8 last">
24
24
                                <div class="box-event developer">
25
25
                                        <h2>Developer Summit</h2>
26
26
                                        <p><?php echo get_post_meta($post->ID, 'Register UDS Date', true) ?></p>
28
28
                                        <a href="<?php echo get_post_meta($post->ID, 'Register UDS URL', true) ?>" class="link-cta<?php $url = get_post_meta($post->ID, 'Register UDS URL', true); if (empty($url)) { echo ' disabled'; } ?>">Register for the Developer Summit</a>
29
29
                                </div>
30
30
                        </div>
31
 
                        <div class="span-4 last">
32
 
                                <div class="box-event enterprise">
33
 
                                        <h2>Enterprise Summit</h2>
34
 
                                        <p><?php echo get_post_meta($post->ID, 'Register UES Date', true) ?></p>
35
 
                                        <p><?php echo get_post_meta($post->ID, 'Register UES Copy', true) ?></p>
36
 
                                        <a href="<?php echo get_post_meta($post->ID, 'Register UES URL', true) ?>" class="link-cta<?php $url = get_post_meta($post->ID, 'Register UES URL', true); if (empty($url)) { echo ' disabled'; } ?>">Register for the Enterprise Summit</a>
37
 
                                </div>
38
 
                        </div>
39
31
                </div>
40
32
        </div><!-- END .row -->
41
33
        
43
35
                <div class="clearfix">
44
36
                        <div class="span-4">
45
37
                                <h3>FAQs</h3>
46
 
                                <p>Answers to the most frequent queries are on this page. If you have a question not covered by this section, or if you need a supporting letter for your visa application, please contact <a href="mailto:events@canonical.com">events@canonical.com</a> directly.</p>
 
38
                                <p>Answers to the most frequent queries are on this page. If you have a 
 
39
             question not covered by this section, or if you need a supporting letter for 
 
40
             your visa application, please contact <a href="mailto:events@canonical.com">events@canonical.com</a> directly.</p>
47
41
                        </div>
48
42
                        <div class="span-8 last">
49
43
                                <ul>
70
64
                </div>
71
65
        </div><!-- END .row -->
72
66
        
73
 
        <?php get_template_part('partial', 'sponsors'); ?>
74
 
        
75
67
<?php get_footer(); ?>