Skip to content

Commit 4b2c083

Browse files
committed
Updates CTA
1 parent ca280b7 commit 4b2c083

13 files changed

+54
-23
lines changed

.jekyll-cache/.DS_Store

6 KB
Binary file not shown.

_sass/forms.scss

+18-6
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,28 @@
1414
cursor: pointer;
1515
}
1616

17-
.button.alt a {
18-
background: rgba(255,255,255,0.15);
19-
border-radius: 3px;
20-
border: 1px solid rgba(255, 255, 255, 0.3);
21-
padding: 16px 50px;
17+
.button a {
18+
background: rgba(255,255,255,0);
19+
border-radius: 10px !important;
20+
border: 1px solid $button-border;
21+
font-size: larger;
22+
padding: 25px 50px;
23+
box-shadow: 0px 0px 100px $signal-purple;
24+
25+
img {
26+
width: 54px;
27+
height: 54px;
28+
position: relative;
29+
left: -18px;
30+
top: 18px;
31+
}
2232
}
2333

24-
.button.alt a:hover {
34+
.button a:hover {
2535
background: #fff;
2636
color: $brand-color;
37+
border: 1px solid $button-border;
38+
box-shadow: 0px 0px 20px $signal-purple;
2739
}
2840

2941
textarea, input, button, select { font-family: inherit; font-size: inherit; }

_sass/landing-page.scss

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.bottom-cta {
2-
background: linear-gradient(to bottom, $brand-color 0%, $middle-gradient-color 100%);
2+
background: $brand-color;
33
color: #fff;
44
text-align: center;
55
margin: 0;
@@ -56,9 +56,12 @@
5656
}
5757
}
5858

59-
.release-link a {
60-
font-size: 10pt;
61-
color: #ccc !important;
59+
.release-link {
60+
padding-top: 20px !important;
61+
a {
62+
font-size: 10pt;
63+
color: #fff !important;
64+
}
6265
}
6366

6467
@media #{$desktop} {

_sass/variables.scss

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
$brand-color: #0a2867;
22
$secondary-brand-color: #4182e4;
33
$middle-gradient-color: mix($brand-color, $secondary-brand-color, 95%);
4+
$signal-purple: #c937ff;
5+
$button-border: #da72ff;
46

57
// Breakpoints
68
$tablet: "(min-width: 450px)";

_site/css/screen.css

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/css/screen.css.map

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/favicon.png

626 KB
Loading

_site/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="https://getstreamline.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://getstreamline.app/" rel="alternate" type="text/html" /><updated>2022-11-22T12:52:47+00:00</updated><id>https://getstreamline.app/feed.xml</id><title type="html">Streamline</title><subtitle>Streamline is a stream-of-consciousness writer for Obsidian</subtitle><author><name>Alexis Rondeau</name><email>[email protected]</email></author><entry><title type="html">The history of marketing</title><link href="https://getstreamline.app/marketing/2020/08/12/the-history-of-marketing/" rel="alternate" type="text/html" title="The history of marketing" /><published>2020-08-12T00:00:00+00:00</published><updated>2020-08-12T00:00:00+00:00</updated><id>https://getstreamline.app/marketing/2020/08/12/the-history-of-marketing</id><content type="html" xml:base="https://getstreamline.app/marketing/2020/08/12/the-history-of-marketing/">&lt;p&gt;The beginnings of digital marketing technology can be traced back to the 1980’s, when computers became sophisticated enough to store huge volumes of customer information. For a brief moment, no one knew what would happen in digital marketing, but by the 90’s it all became clear.&lt;/p&gt;
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="https://getstreamline.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://getstreamline.app/" rel="alternate" type="text/html" /><updated>2022-11-23T10:48:57+00:00</updated><id>https://getstreamline.app/feed.xml</id><title type="html">Streamline</title><subtitle>Streamline is a stream-of-consciousness writer for Obsidian</subtitle><author><name>Alexis Rondeau</name><email>[email protected]</email></author><entry><title type="html">The history of marketing</title><link href="https://getstreamline.app/marketing/2020/08/12/the-history-of-marketing/" rel="alternate" type="text/html" title="The history of marketing" /><published>2020-08-12T00:00:00+00:00</published><updated>2020-08-12T00:00:00+00:00</updated><id>https://getstreamline.app/marketing/2020/08/12/the-history-of-marketing</id><content type="html" xml:base="https://getstreamline.app/marketing/2020/08/12/the-history-of-marketing/">&lt;p&gt;The beginnings of digital marketing technology can be traced back to the 1980’s, when computers became sophisticated enough to store huge volumes of customer information. For a brief moment, no one knew what would happen in digital marketing, but by the 90’s it all became clear.&lt;/p&gt;
22

33
&lt;p&gt;&lt;img src=&quot;https://source.unsplash.com/random/1500x1146&quot; alt=&quot;Man&quot; /&gt;&lt;/p&gt;
44

_site/images/AppIcon128x128.png

21.4 KB
Loading

_site/index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,14 @@ <h2>Learn to love your mistakes</h2>
102102
</div>
103103
</section>
104104

105-
<section class="bottom-cta">
105+
<section class="bottom-cta cta">
106106
<h2 class="">Let your heart speak and your mind wander</h2>
107-
<div class="button"><a href="https://github.com/akaalias/getstreamline/releases/latest/download/Streamline.zip">Download Streamline for macOS 12+</a></div>
107+
<div class="button">
108+
<a href="https://github.com/akaalias/getstreamline/releases/latest/download/Streamline.zip">
109+
<img src="/images/AppIcon128x128.png" class="button-icon"/>
110+
Download Streamline for macOS 12+
111+
</a>
112+
</div>
108113

109114
<p class="release-link">
110115
<a href="https://github.com/akaalias/getstreamline/releases" target="_blank">Release notes for v3.3</a>

favicon.png

626 KB
Loading

images/AppIcon128x128.png

21.4 KB
Loading

index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,14 @@ <h2>Learn to love your mistakes</h2>
6161
</div>
6262
</section>
6363

64-
<section class="bottom-cta">
64+
<section class="bottom-cta cta">
6565
<h2 class="">Let your heart speak and your mind wander</h2>
66-
<div class="button"><a href="https://github.com/akaalias/getstreamline/releases/latest/download/Streamline.zip">Download Streamline for macOS 12+</a></div>
66+
<div class="button">
67+
<a href="https://github.com/akaalias/getstreamline/releases/latest/download/Streamline.zip">
68+
<img src="{{ site.baseurl }}/images/AppIcon128x128.png" class="button-icon"/>
69+
Download Streamline for macOS 12+
70+
</a>
71+
</div>
6772

6873
<p class="release-link">
6974
<a href="https://github.com/akaalias/getstreamline/releases" target="_blank">Release notes for v3.3</a>

0 commit comments

Comments
 (0)