diff --git a/.gitignore b/.gitignore index 897fdc4..2f0d0a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ hieradata/nodes/example-puppet-master.yaml +.DS_Store +site/.DS_Store +site/profile/.DS_Store +site/.DS_Store diff --git a/site/profile/files/sample_website/403.html b/site/profile/files/sample_website/403.html new file mode 100755 index 0000000..5dd33a6 --- /dev/null +++ b/site/profile/files/sample_website/403.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + Puppet Example Site + + + + + + + + + + + + + + + + + +

403 Error

+
+
+
+
+
+
+
+ +
+ + +
Puppet
+
+ +
+
+
+
+
+
+
+ + + diff --git a/site/profile/files/sample_website/404.html b/site/profile/files/sample_website/404.html new file mode 100755 index 0000000..1f1502e --- /dev/null +++ b/site/profile/files/sample_website/404.html @@ -0,0 +1,61 @@ + + + + + + + + + + + + + Puppet Example Site + + + + + + + + + + + + + + + + + +
+
+
+

403 Error

+
+
+
+
+ +
+ + +
Puppet
+
+ +
+
+
+
+
+
+
+ + + diff --git a/site/profile/files/sample_website/css/main.css b/site/profile/files/sample_website/css/main.css index a35b8f2..573cf4e 100644 --- a/site/profile/files/sample_website/css/main.css +++ b/site/profile/files/sample_website/css/main.css @@ -1,23 +1,64 @@ body { - margin-top: 200px; - margin-left: 60px; - width: 70%; - font-family: 'Helvetica', 'Arial', 'Sans-Serif'; - background:black url(../img/logo.png) no-repeat left top; + margin-top: 10px; + margin-left: 60px; + width: 70%; + font-family: 'Helvetica', 'Arial', 'Sans-Serif'; + background: black; } -a { text-decoration: none; color: #999; } -a:hover { text-decoration: underline; } +a { + text-decoration: none; + color: #999; +} -p, ul { font-size: 1.5em; line-height: 0.5em; color: #fff; } +a:hover { + text-decoration: underline; +} -h1, h2, h3, h4 { color: #ffad1a } -h1 { font-size: 2em; } -h2 { font-size: 1.7em; } -h3 { font-size: 1.5em; } -h4 { font-size: 1.3em; } +p, +ul { + font-size: 1.5em; + line-height: 0.5em; + color: #fff; +} -nav ul, footer ul { padding: 0px; list-style: none; font-weight: bold; } -nav ul li, footer ul li { display: inline; margin-right: 20px; } +h1, +h2, +h3, +h4 { + color: #ffad1a +} -footer { border-top: 1px solid #d5d5d5; font-size: .8em; } +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.7em; +} + +h3 { + font-size: 1.5em; +} + +h4 { + font-size: 1.3em; +} + +nav ul, +footer ul { + padding: 0px; + list-style: none; + font-weight: bold; +} + +nav ul li, +footer ul li { + display: inline; + margin-right: 20px; +} + +footer { + border-top: 1px solid #d5d5d5; + font-size: .8em; +} \ No newline at end of file diff --git a/site/profile/files/sample_website/img/LEGO.jpg b/site/profile/files/sample_website/img/LEGO.jpg new file mode 100755 index 0000000..f9fafe1 Binary files /dev/null and b/site/profile/files/sample_website/img/LEGO.jpg differ diff --git a/site/profile/files/sample_website/img/LEGO_404.jpg b/site/profile/files/sample_website/img/LEGO_404.jpg new file mode 100644 index 0000000..1b83c9e Binary files /dev/null and b/site/profile/files/sample_website/img/LEGO_404.jpg differ diff --git a/site/profile/templates/index.html.epp b/site/profile/templates/index.html.epp index aebb6b8..cc79c9d 100644 --- a/site/profile/templates/index.html.epp +++ b/site/profile/templates/index.html.epp @@ -9,6 +9,7 @@
+ Puppet
<% if $kernel == 'windows' { -%>