コード例 #1
0
ファイル: homepage.php プロジェクト: hdragomir/ProjectsLounge
">Become a member</a>
    </div>
    <div class="section">
        <div id="featured_projects">
            <h2>Featured Projects</h2>
            <ul class="projects-list">
               <?php 
echo Projects_utils::list_projects_view($featured_projects);
?>
            </ul>
        </div>
        <div id="featured_members">
            <h2>Featured Members</h2>
            <ul>
                <?php 
echo Profiles_utils::list_profiles_view($featured_members);
?>
            </ul>
        </div>
    </div>
</div>
    
    <div id="reasons">
        <h2>5 reasons to <a href="<?php 
echo url::site('projects/add');
?>
">become a member</a></h2>
    
        <p id="nr_1" class="reason">Gain high visibility amongst web specialists.</p>
        <p id="nr_2" class="reason">Create and update your online portfolio quickly and free.</p>
        <p id="nr_3" class="reason">Communicate with your team members and collaborators.</p>
コード例 #2
0
ファイル: list.php プロジェクト: hdragomir/ProjectsLounge
<div class="section-wrapper">
    <div class="section">
        <ul class="profiles-list">
        <?php 
echo Profiles_utils::list_profiles_view($profiles);
?>
        </ul>
    </div>
</div>