Coder Social home page Coder Social logo

smartclub's Introduction

结构

headerfooter 为全局 layout,只需在 container 中填充内容即可。

以下为渲染部份

#####history.html: 历史活动页面(blog)

<div class="post">
  <!-- 题图 -->
  <div id="image"><img src="static/images/test.jpg" /></div>
  
    <!-- 文本区域 -->
    <div id="text">
      <a href="#"> <!-- 文章地址 -->
        
        <div id="head">
          <p id="title">Title</p><!-- 标题 -->
          <small>date</small><!-- 日期 -->
        </div>
      </a>
        
       <div id="content">
           <!-- 文章摘要 -->
       </div>
          
  </div>
        
  <span style="float: right">
    <a href="#">阅读全文</a>
  </span>
</div>

#####post.html: 正文

<div class="post typo">
        <h1><!-- 标题 --></h1> 
        <p><small><!-- 日期 --></small></p> 
        <div class="typo post">
          <!-- 文章内容(已经 typo.css 格式化) -->
        </div>
</div>

#####index.html: 首页Gallery

<div id="slider">
      
      <ul class="pgwSlider">
        <!-- 以下规则请参照 http://pgwjs.com/pgwslider/ -->
        <li>
          <a href="#"> <!-- 跳转连接 -->
            <img src="http://ww1.sinaimg.cn/bmiddle/68f4ec25jw1elpp5gt970j21kw11xwpg.jpg">
            <span>SmartClub 华工站</span> <!-- 描述 -->
          </a>
        </li>

      </ul>
</div>

smartclub's People

Contributors

djyde avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.