~sinzui/+junk/essence-wp

« back to all changes in this revision

Viewing changes to themes/samsara/readme.html

  • Committer: Curtis Hovey
  • Date: 2013-02-10 18:59:15 UTC
  • Revision ID: sinzui.is@verizon.net-20130210185915-1rw2uckbmtxw2k5w
Removed old theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC
2
 
    "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml">
5
 
    <head>
6
 
        <title>Samsara 2.0</title>
7
 
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
 
        <style type="text/css" media="screen">
9
 
            @import url(style.css);
10
 
        </style>
11
 
    </head>
12
 
    <body>
13
 
        <div id="rap">
14
 
            <div id="header">
15
 
                <ul id="topnav">
16
 
                    <li>
17
 
                        <a href="#" id="navHome" title="Posted Recently" accesskey="h">Home |</a></li>
18
 
                    <li>
19
 
                        <a href="#" id="navAbout" title="About the Author" accesskey="a">About |</a></li>
20
 
                    <li>
21
 
                        <a href="#" id="navArchives" title="Posted Previously" accesskey="r">Archives |</a></li>
22
 
                    <li>
23
 
                        <a href="#" id="navLinks" title="Recommended Links" accesskey="l">Links |</a></li>
24
 
                    <li>
25
 
                        <a href="#" id="navContact" title="Contact the Author" accesskey="c">Contact </a>
26
 
                    </li>
27
 
                </ul>
28
 
                <h1><a href="http://wpthemes.info">Samsara 2.0</a></h1>
29
 
                <div id="desc">from WPThemes.Info</div>
30
 
            </div>
31
 
            <div id="main">
32
 
                <div id="content">
33
 
                    <div class="post">
34
 
                        <p class="post-date">
35
 
                            Saturday, January 3 2013
36
 
                        </p>
37
 
                        <div class="post-info">
38
 
                            <h2 class="post-title">
39
 
                                <a href="http://wpthemes.info"
40
 
                                    rel="bookmark" title="Samsara">Samsara</a>
41
 
                            </h2>
42
 
                            Posted by Curtis Hovey
43
 
                        </div>
44
 
                        <div class="post-content">
45
 
                            <p>
46
 
                                This is version 2.0 of the 'Samsara' theme.
47
 
                                Follow the steps in the sidebar to install.
48
 
                            </p>
49
 
                        </div>
50
 
                    </div>
51
 
                </div>
52
 
            </div>
53
 
            <div id="sidebar">
54
 
                <ul>
55
 
                    <li>
56
 
                        Step 1: Unzip the contents of the zip archive.
57
 
                    </li>
58
 
                    <li>
59
 
                        Step 2: copy the whole folder into your wordpress's
60
 
                        wp-content/themes/ folder.
61
 
                    </li>
62
 
                    <li>
63
 
                        Step 3: Go to the Presentation area of your
64
 
                        WordPress Admin and Select the 'Samsara'.
65
 
                    </li>
66
 
                    <li>
67
 
                        Step 4: View Site at the top!
68
 
                    </li>
69
 
                </ul>
70
 
            </div>
71
 
        </div>
72
 
    </body>
73
 
</html>