Skip to content

Commit 8f6a1d6

Browse files
committed
wip targeted landing pages
1 parent 645c0b9 commit 8f6a1d6

File tree

3 files changed

+495
-15
lines changed

3 files changed

+495
-15
lines changed

app/views/main/for_designers.html.erb

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
<style>
2-
body {
3-
overflow-x: hidden;
4-
}
5-
</style>
1+
<section class="text-green-900" style="height: 60vh;">
2+
<div class="h-full bg-right-bottom bg-cover flex shadow-lg" style="background-image: url(<%= image_path 'https://images.unsplash.com/photo-1518562180175-34a163b1a9a6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80' %>);">
3+
<div class="container mx-auto p-4 flex items-center z-10">
4+
<div class="text-center w-full">
5+
<div class="text-black py-4 px-5 my-5">
6+
<div class="mb-3 text-4xl md:text-6xl" style="text-shadow: white 0px 0px 10px;">
7+
The <span class="text-blue-500">smart</span> notebook<br class="hidden sm:block" />
8+
for <span class="text-blue-500">smart</span> writers
9+
</div>
10+
<div class="leading-normal text-3xl" style="text-shadow: white 0px 0px 10px;">
11+
Novel planning software that's fun <em>and</em> effective.
12+
</div>
13+
</div>
14+
</div>
15+
</div>
16+
</div>
17+
</section>
18+
19+
20+
21+
22+
23+
<% 15.times do %><br/><% end %>
24+
25+
626

727
<div id="index-banner" class="hero">
828
<div class="section no-pad-bot">

app/views/main/for_roleplayers.html.erb

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
<style>
2-
body {
3-
overflow-x: hidden;
4-
}
5-
</style>
1+
<section class="text-green-900" style="height: 60vh;">
2+
<div class="h-full bg-right-bottom bg-cover flex shadow-lg" style="background-image: url(<%= image_path 'https://images.unsplash.com/photo-1518562180175-34a163b1a9a6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80' %>);">
3+
<div class="container mx-auto p-4 flex items-center z-10">
4+
<div class="text-center w-full">
5+
<div class="text-black py-4 px-5 my-5">
6+
<div class="mb-3 text-4xl md:text-6xl" style="text-shadow: white 0px 0px 10px;">
7+
The <span class="text-blue-500">smart</span> notebook<br class="hidden sm:block" />
8+
for <span class="text-blue-500">smart</span> roleplayers
9+
</div>
10+
<div class="leading-normal text-3xl" style="text-shadow: white 0px 0px 10px;">
11+
Create your world and share it with your players.
12+
</div>
13+
</div>
14+
</div>
15+
</div>
16+
</div>
17+
</section>
18+
19+
20+
21+
22+
23+
<% 15.times do %><br/><% end %>
24+
25+
26+
627

728
<div id="index-banner" class="hero">
829
<div class="section no-pad-bot">

0 commit comments

Comments
 (0)