Completed dashboard for Orchard 1.1

--HG--
branch : 1.x
This commit is contained in:
Michael Dorian Bach
2011-04-05 15:42:00 -07:00
parent 8df1445bcc
commit 68d262c130
8 changed files with 62 additions and 15 deletions

View File

@@ -1,29 +1,28 @@
@model dynamic
@{ Layout.Title = T("Welcome to Orchard").ToString(); }
<section class="dashboard group">
<div class="help-item">
<h2>Get up and running.</h2>
<h2 class="start">Get up and running.</h2>
<p>Start by exploring the menu on the left and familiarize yourself with Orchard.
As for the basics, we suggest <a href="#">changing the theme</a>, <a href="#">adding some pages</a>, <a href="#">setup up a
blog</a>, and <a href="#">configuring basic settings.</a></p>
As for the basics, we suggest <a href="Themes/">changing the theme</a>, <a href="Contents/Create/Page/">adding some pages</a>, <a href="Blogs/Create/">setup up a
blog</a>, and <a href="Settings/Index/">configuring basic settings.</a></p>
</div>
<div class="help-item">
<h2>Get more goodies.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nisl justo, pretium quis suscipit vel, consectetur ac purus. Suscipit vel, consectetur ac purus.</p>
<h2 class="gallery">Get more goodies.</h2>
<p>Change the way your site works and looks with <a href="Packaging/Gallery/Themes/">themes</a> and <a href="Packaging/Gallery/Modules/">modules</a>. Theres plenty to choose from in the <a href="http://orchardproject.net/gallery" target="_blank">Orchard Gallery</a>. Were always adding things, so be sure to check back often to see whats new.</p>
</div>
<div class="help-item">
<h2>Make friends.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nisl justo, pretium quis suscipit vel, consectetur ac purus. Suscipit vel, consectetur ac purus.</p>
<h2 class="docs">Read the Docs.</h2>
<p>Are you ready to go deeper and become an Orchard expert? Take a look at the <a href="http://orchardproject.net/docs/" target="_blank">Orchard Documentation Wiki</a> to learn about how everything connects together and what makes Orchard tick.</p>
</div>
<div class="help-item">
<h2>Read the Docs.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nisl justo, pretium quis suscipit vel, consectetur ac purus. Suscipit vel, consectetur ac purus.</p>
<h2 class="friends">Make friends.</h2>
<p>Find friends that share your interest of Orchard. There are a couple ways that you can <a href="http://orchardproject.net/discussions" target="_blank">discuss and get connected</a> to the project including mailing lists, forums and IRC.</p>
</div>
<div class="help-item">
<h2>Contribute back.</h2>
<p>Help grow Orchard. We encourage contributions of all sorts, including code submissions, documentation, translations, feature recommendations, and more. <a href=”#”>Here are some ways to give back to the project</a>.</p>
<h2 class="contribute">Contribute back.</h2>
<p>Help grow Orchard. We encourage contributions of all sorts, including code submissions, documentation, translations, feature recommendations, and more.Here are some ways to <a href="http://orchardproject.net/contribution" target="_blank">give back to the project</a>.</p>
</div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1069,13 +1069,60 @@ fieldset.delete-button {
.dashboard .help-item
{
width: 245px;
min-height: 200px;
background-color: #fafafa;
border: 1px solid #eeeeee;
min-height: 170px;
float: left;
margin: 0 55px 55px 0;
}
.dashboard a:hover
{
text-decoration: underline;
}
.dashboard p
{
padding: 0 8px 0px 8px;
}
.dashboard .help-item h2
{
background-color: #dee0e1;
padding: 6px;
font-size: 16px;
}
.dashboard .help-item h2.gallery
{
background: #f1f1f2 url('images/icon-gallery.png') no-repeat 5px 50%;
padding-left: 40px;
}
.dashboard .help-item h2.friends
{
background: #f1f1f2 url('images/icon-friends.png') no-repeat 5px 50%;
padding-left: 40px;
}
.dashboard .help-item h2.start
{
background: #f1f1f2 url('images/icon-settings.png') no-repeat 5px 50%;
padding-left: 40px;
}
.dashboard .help-item h2.docs
{
background: #f1f1f2 url('images/icon-docs.png') no-repeat 5px 50%;
padding-left: 38px;
}
.dashboard .help-item h2.contribute
{
background: #f1f1f2 url('images/icon-contribute.png') no-repeat 5px 50%;
padding-left: 40px;
}
/* Fields
***************************************************************/

View File

@@ -52,6 +52,7 @@
<Content Include="TheAdmin\Scripts\admin.js" />
<Content Include="TheAdmin\Styles\ie.css" />
<Content Include="TheAdmin\Styles\images\adminNavBackground.gif" />
<Content Include="TheAdmin\Styles\images\icon-gallery.png" />
<Content Include="TheAdmin\Styles\images\info.gif" />
<Content Include="TheAdmin\Styles\images\menu-default.png" />
<Content Include="TheAdmin\Styles\images\menu-glyph.png" />