GithubHelp home page GithubHelp logo

b-b's Introduction

b-b

dna <!doctype html>

<title>Blog &ndash; Layout Examples &ndash; Pure</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--[if lte IE 8]>
    <link rel="stylesheet" href="css/layouts/blog-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
    <link rel="stylesheet" href="css/layouts/blog.css">
<!--<![endif]-->

A Sample Blog

Creating a blog layout using Pure

        <nav class="nav">
            <ul class="nav-list">
                <li class="nav-item">
                    <a class="pure-button" href="http://purecss.io">Pure</a>
                </li>
                <li class="nav-item">
                    <a class="pure-button" href="http://yuilibrary.com">YUI Library</a>
                </li>
            </ul>
        </nav>
    </div>
</div>

<div class="content pure-u-1 pure-u-md-3-4">
    <div>
        <!-- A wrapper for all the blog posts -->
        <div class="posts">
            <h1 class="content-subhead">Pinned Post</h1>

            <!-- A single blog post -->
            <section class="post">
                <header class="post-header">
                    <img class="post-avatar" alt="Tilo Mitra&#x27;s avatar" height="48" width="48" src="img/common/tilo-avatar.png">

                    <h2 class="post-title">Introducing Pure</h2>

                    <p class="post-meta">
                        By <a href="#" class="post-author">Tilo Mitra</a> under <a class="post-category post-category-design" href="#">CSS</a> <a class="post-category post-category-pure" href="#">Pure</a>
                    </p>
                </header>

                <div class="post-description">
                    <p>
                        Yesterday at CSSConf, we launched Pure – a new CSS library. Phew! Here are the <a href="https://speakerdeck.com/tilomitra/pure-bliss">slides from the presentation</a>. Although it looks pretty minimalist, we’ve been working on Pure for several months. After many iterations, we have released Pure as a set of small, responsive, CSS modules that you can use in every web project.
                    </p>
                </div>
            </section>
        </div>

        <div class="posts">
            <h1 class="content-subhead">Recent Posts</h1>

            <section class="post">
                <header class="post-header">
                    <img class="post-avatar" alt="Eric Ferraiuolo&#x27;s avatar" height="48" width="48" src="img/common/ericf-avatar.png">

                    <h2 class="post-title">Everything You Need to Know About Grunt</h2>

                    <p class="post-meta">
                        By <a class="post-author" href="#">Eric Ferraiuolo</a> under <a class="post-category post-category-js" href="#">JavaScript</a>
                    </p>
                </header>

                <div class="post-description">
                    <p>
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
                    </p>
                </div>
            </section>

            <section class="post">
                <header class="post-header">
                    <img class="post-avatar" alt="Reid Burke&#x27;s avatar" height="48" width="48" src="img/common/reid-avatar.png">

                    <h2 class="post-title">Photos from CSSConf and JSConf</h2>

                    <p class="post-meta">
                        By <a class="post-author" href="#">Reid Burke</a> under <a class="post-category" href="#">Uncategorized</a>
                    </p>
                </header>

                <div class="post-description">
                    <div class="post-images pure-g">
                        <div class="pure-u-1 pure-u-md-1-2">
                            <a href="http://www.flickr.com/photos/uberlife/8915936174/">
                                <img alt="Photo of someone working poolside at a resort"
                                     class="pure-img-responsive"
                                     src="http://farm8.staticflickr.com/7448/8915936174_8d54ec76c6.jpg">
                            </a>

                            <div class="post-image-meta">
                                <h3>CSSConf Photos</h3>
                            </div>
                        </div>

                        <div class="pure-u-1 pure-u-md-1-2">
                            <a href="http://www.flickr.com/photos/uberlife/8907351301/">
                                <img alt="Photo of the sunset on the beach"
                                     class="pure-img-responsive"
                                     src="http://farm8.staticflickr.com/7382/8907351301_bd7460cffb.jpg">
                            </a>

                            <div class="post-image-meta">
                                <h3>JSConf Photos</h3>
                            </div>
                        </div>
                    </div>
                </div>
            </section>

            <section class="post">
                <header class="post-header">
                    <img class="post-avatar" alt="Andrew Wooldridge&#x27;s avatar" height="48" width="48" src="img/common/andrew-avatar.png">

                    <h2 class="post-title">YUI 3.10.2 Released</h2>

                    <p class="post-meta">
                        By <a class="post-author" href="#">Andrew Wooldridge</a> under <a class="post-category post-category-yui" href="#">YUI</a>
                    </p>
                </header>

                <div class="post-description">
                    <p>
                        We are happy to announce the release of YUI 3.10.2! You can find it now on the Yahoo! CDN, download it directly, or pull it in via npm. We’ve also updated the YUI Library website with the latest documentation.
                    </p>
                </div>
            </section>
        </div>

        <div class="footer">
            <div class="pure-menu pure-menu-horizontal">
                <ul>
                    <li class="pure-menu-item"><a href="http://purecss.io/" class="pure-menu-link">About</a></li>
                    <li class="pure-menu-item"><a href="http://twitter.com/yuilibrary/" class="pure-menu-link">Twitter</a></li>
                    <li class="pure-menu-item"><a href="http://github.com/yahoo/pure/" class="pure-menu-link">GitHub</a></li>
                </ul>
            </div>
        </div>
    </div>
</div>

b-b's People

Contributors

beenabout-it avatar

Watchers

 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.