Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 0dfcba4

Browse files
committed
Updated Welcome Theme with new logos and link to docs.wplib.box (MkDocs)
1 parent dc446ed commit 0dfcba4

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
6.82 KB
Loading
14.6 KB
Loading
12.1 KB
Loading

www/wp-content/themes/wplib-box-welcome/index.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
body { background: lightgray; font-size:18pt;}
1313
#main { margin: 50px auto; text-align: center;}
1414
#outer { padding: 50px; margin: 0 auto; width: 960px; background:white;;height:100%;}
15+
#outer img { margin-right: 2em;}
1516
p, li { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif }
1617
h1,h2 { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }
1718
h1 {margin-bottom:0;}
@@ -22,8 +23,8 @@
2223
<body>
2324
<div id="main">
2425
<div id="outer">
25-
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="100" height="100" alt="WPLib Box Logo"/>
26-
<h1>WPLib Box Welcome Theme</h1>
26+
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="527" height="146" alt="WPLib Box Logo"/>
27+
<h1>Welcome Theme</h1>
2728
<h2>Version 0.17.0</h2>
2829
<div id="content">
2930
<p>Hello and welcome to WPLib Box. This theme should help you get started.</p>
@@ -43,6 +44,7 @@
4344
<li><a href="http://mailhog.wplib.box" target="_blank">View</a> emails sent out by WPLib Box in MailHog <em>(if any)</em></li>
4445
<li><a href="#" target="_blank">Enable</a> a different stack <em>(vs. Nginx/MySQL/PHP7/Redis)</em></li>
4546
<li><a href="#" target="_blank">Manage</a> your project dependencies using <a href="https://getcomposer.org" target="_blank">Composer</a></li>
47+
<li><a href="http://docs.wplib.box" target="_blank">See MkDocs</a> in action, for documenting your plugin or theme.</li>
4648
</ul>
4749

4850
<p>And to give feedback or get help:</p>

0 commit comments

Comments
 (0)