From 405d1189da1a7a1dbb8167a1c8cb1cbf3c7b6744 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Thu, 29 Sep 2016 14:56:52 +0100 Subject: [PATCH 1/4] Added CNAME file --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 3767834..a0823a1 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -web.perlhacks.com \ No newline at end of file +web.perlhacks.com From 3b41a55b24ca999ca596f9107695256913799da1 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Thu, 29 Sep 2016 15:05:31 +0100 Subject: [PATCH 2/4] Bootstrapped --- index.html | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 102 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index fcee238..6e9a3fe 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,107 @@ - + + - Perl for the Web + + + + + + + + + Jumbotron Template for Bootstrap + + + + + + + + + + + + + + + + + -

Perl for the Web

+ + + + +
+
+

Hello, world!

+

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

+

Learn more »

+
+
+ +
+ +
+
+

Heading

+

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

+

View details »

+
+
+

Heading

+

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

+

View details »

+
+
+

Heading

+

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+

View details »

+
+
+ +
+ +
+

© 2016 Company, Inc.

+
+
+ + + + + + + + + From bbe5128e49ff55ab1ca5dc4d362015e047a5b2a3 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Fri, 30 Sep 2016 06:38:39 +0100 Subject: [PATCH 3/4] Added stuff --- index.html | 60 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 6e9a3fe..6e5bfae 100644 --- a/index.html +++ b/index.html @@ -9,20 +9,13 @@ - Jumbotron Template for Bootstrap + Perl Web Advice - - - - + - - - - - + @@ -61,8 +54,16 @@
-

Hello, world!

-

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

+

Perl Web Advice

+

Perl has been used to build dynamic web sites for a very long time. + Over time, the best way to build web sites with Perl has changed. + Unfortunately, a lot of the information out there on the World Wide + Web doesn't change and is, therefore, rather out of date.

+

This site aims to provide a place where you can find the best, + up-to-date advice for building web sites with Perl.

+

(And yes, we're well aware of the dangers of saying that this site + will always be up to date. That's why the code for this site is on + Github.)

Learn more »

@@ -71,18 +72,29 @@

Hello, world!

-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

+

New Project

+

Congratulations! You've decided to use Perl as the technology + to build your new web site. That means you have you pick from + a huge selection of modern tools that you can use on your project. + This section will help you to decide which tools are best for + you.

View details »

-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

+

Project Maintenance

+

Commiserations! You are maintaining and older web site that is + built in Perl. This section will help you to recognise exactly + which technologies are being used. It also has advice on moving + gradually towards a newer toolset.

View details »

-

Heading

-

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+

Hosting

+

You are looking for somewhere to host your new web site that + is built in Perl. This section will give you some suggestions of + the kinds of hosting options that are open to you. Or, if you're + running a hosting company, it has suggestions of what you can do + to make your hosting as attractive as possible to Perl projects.

View details »

@@ -90,7 +102,7 @@

Heading


-

© 2016 Company, Inc.

+

© 2016 Perl Hacks.

@@ -99,8 +111,8 @@

Heading

================================================== --> - - + + From b59ae584d67c7bb1ec7f999767a09152e487ef26 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Fri, 30 Sep 2016 06:39:08 +0100 Subject: [PATCH 4/4] Added a CSS file --- css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 css/styles.css diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..179d408 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,5 @@ +/* Move down content because we have a fixed navbar that is 50px tall */ +body { + padding-top: 50px; + padding-bottom: 20px; +}