An Open Source HTML Template to create a Now Page for your site. It's as easy as adding a page to your site. Visit https://nownownow.com/about for more detail on what a Now Page is, and why you should make one, too.
(Click the image to watch Now Page Template | Introduction & Tutorial)
• Clean Mobile-First Design
• Attractive Social Media Embeds
• Supports Light & Dark Mode
• Easy to Use
• Fully Customizable & Open Source
My Now Page: http://www.mobypixel.com/now
Now Page Template:
Now Page Template (Dark Mode):
- Download the "now" folder. Here you will find now.html, now.css, and an image folder.
now.html - The page people will see when they visit http://www.YOUR_WEBSITE_NAME.com/now
now.css - The styles for this page.
img - This is where all the Cover art for the page and social badges are stored.
-
Open the now.html in a code editor and update it with all your information.
-
Adding your cover artwork by replacing the "cover.png" file in the img folder.
-
Add the files to your site's root directory. Now your page is available at
http://www.YOUR_WEBSITE_NAME.com/now
-
Share the link and do the happy dance!
By default, the cover image will be square. If you want a rectangular cover image, you can change height and width values of .coverArt
and .coverDiv
(height of container) in the now.css
file:
now.css
.coverArt {
...
max-height: 320px;
max-width: 320px;
...
}
.coverDiv {
height: 320px;
}
Delete this line to remove the image corner rounding:
now.css
.coverArt {
...
border-radius: 160px 160px 160px 160px;
...
}
Make multiple sections like this:
now.html
...
<!-- Section -->
<h2>Section 1 Title</h2>
<p>A brief description.</p>
<!-- Section -->
<h2>Section 2 Title</h2>
<p>A brief description.</p>
...
I was immediately drawn to the idea of creating a Now Page. At first, I just made another page off of my site but it was suffering from severe code bloat. So I made a stripped down version with only what was needed. I'm making this template Open Source because I want to empower creatives to support themselves. I hope it helps you to build a deeper connection with your followers!
If you have any questions, suggestions, or feedback please send them my way. This is as much for me as it is for you. If you use it, send me a link! I'd love to see what you're up to now.
Enjoy!
Nick Culbertson @MobyPixel
Share the project and/or drop some change in the tip jar. If I've saved you some time in development, please compensate my efforts so that I can keep making cool stuff. Donations are not required, but greatly appreciated! :D