Skip to content

Commit 1d03e86

Browse files
authored
Merge pull request #3 from sergey-tihon/master
image cleanup and colors unification
2 parents 48cf007 + 5383bcb commit 1d03e86

7 files changed

Lines changed: 8 additions & 4 deletions

File tree

_sass/libs/_vars.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
border2-bg: rgba(144,144,144,0.5),
4848

4949
accent1: (
50-
bg: #21b2a6,
50+
bg: #31bebd,
5151
fg-bold: #ffffff,
52-
fg: mix(#21b2a6, #ffffff, 25%),
53-
fg-light: mix(#21b2a6, #ffffff, 40%),
52+
fg: mix(#31bebd, #ffffff, 25%),
53+
fg-light: mix(#31bebd, #ffffff, 40%),
5454
border: rgba(0,0,0,0.125),
5555
border-bg: rgba(255,255,255,0.075),
5656
border2: rgba(0,0,0,0.25),

favicon.ico

30.1 KB
Binary file not shown.

images/pic02.jpg

4.2 KB
Loading

images/pic03.jpg

-3.72 KB
Loading

images/pic04.jpg

1.69 KB
Loading

images/safe_top.png

1.31 KB
Loading

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<section id="banner">
66
<div class="inner">
77
<h2>{{ site.title }}</h2>
8-
<p>{{ site.description | markdownify }}</p>
8+
<p>
9+
An end-to-end, functional-first stack <br/>
10+
for cloud-ready web development <br/>
11+
that emphasizes type-safe programming
12+
</p>
913
<!-- <ul class="actions">
1014
<li><a href="" class="button special">Getting started</a></li>
1115
</ul> -->

0 commit comments

Comments
 (0)