Skip to content

Commit b8359c9

Browse files
committed
Updates
1 parent 1673c0c commit b8359c9

File tree

7 files changed

+104
-16
lines changed

7 files changed

+104
-16
lines changed

resources/_gen/assets/sass/sass/main.sass_48b060fe05b0a273d182ef83c0605941.content

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"sass/main.min.ae907e3fac23b14d1e4ad7a0465afd40a18abe91f72a2b22608fb62f8b85258d.css","MediaType":"text/css","Data":{"Integrity":"sha256-rpB+P6wjsU0eStegRlr9QKGKvpH3KisiYI+2L4uFJY0="}}
1+
{"Target":"sass/main.min.bed392a779698b5d9705b189de155d7f6577bbf5d07fd94e9e65df85416d452b.css","MediaType":"text/css","Data":{"Integrity":"sha256-vtOSp3lpi12XBbGJ3hVdf2V3u/XQf9lOnmXfhUFtRSs="}}

themes/code-cell/assets/sass/main.sass

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,60 @@
33
+foundation-everything
44

55
img.logo
6-
width: 200px
7-
height: 200px
6+
width: 5em
7+
height: 5em
8+
9+
a
10+
color: rgb(100%,65.899658%,0%)
11+
a:hover
12+
color: rgb(100%,65.899658%,0%)
13+
814

915
header
10-
margin: 100px 0
16+
text-align: center
17+
font-family: 'Roboto Mono', monospace
18+
19+
>.grid-x
20+
height: 100vh
21+
min-height: 100vh
22+
1123
h1
1224
font-size: 5em
25+
display: inline
26+
vertical-align: middle
27+
margin-left: 20px
28+
29+
section
30+
padding: 50px
31+
32+
#who
33+
color: white
34+
background-color: #343242
35+
h2
36+
text-align: center
37+
font-family: 'Roboto Mono', monospace
38+
39+
#clients
40+
a
41+
color: inherit
42+
img
43+
width: 50px
44+
height: 50px
45+
46+
h2
47+
text-align: center
48+
font-family: 'Roboto Mono', monospace
49+
margin-bottom: 30px
50+
51+
h3
52+
display: inline
53+
vertical-align: middle
54+
margin-left: 20px
55+
font-size: 1.4em
56+
57+
footer
58+
font-family: 'Roboto Mono', monospace
59+
padding: 50px
60+
color: white
61+
background-color: #343242
62+
text-align: center

themes/code-cell/layouts/_default/baseof.ace

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ html lang={{.Site.LanguageCode}}
1111

1212
{{ $style := resources.Get "sass/main.sass" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
1313
link href="{{ $style.Permalink }}" rel="stylesheet"
14+
link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"
1415

1516
body
16-
.grid-x
17-
.cell.text-center
18-
header
19-
= yield header
20-
main
21-
= yield main
22-
footer
23-
= yield footer
17+
header
18+
= yield header
19+
main
20+
= yield main
21+
footer
22+
= yield footer
2423

2524
script src="/js/jquery.min.js"
2625
script src="/js/what-input.min.js"

themes/code-cell/layouts/index.ace

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
11
= content header
2-
img.logo src="/img/logo.svg"
3-
h1 Code Cell
2+
.grid-x.grid-padding-x.align-center-middle.text-center
3+
.cell
4+
img.logo src="/img/logo.svg"
5+
h1 Code Cell
46

57
= content main
8+
section#who
9+
h2 Who are we?
10+
p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
11+
12+
section.grid-x#clients
13+
.cell
14+
h2 Clients
15+
.cell
16+
.grid-x.grid-padding-x.align-center-middle.text-center
17+
.cell.small-12.medium-8.large-5.grid-x
18+
.cell.small-12.medium-6
19+
a href="https://www.endian.io" target="_blank"
20+
img src="/img/endian.png"
21+
h3 Endian
22+
.cell.small-12.medium-6
23+
a href="https://www.kowala.tech/" target="_blank"
24+
img src="/img/kowala.svg"
25+
h3 Kowala
626

727
= content footer
8-
p © Code Cell S.L. 2018
28+
.grid-x.grid-padding-x.align-center-middle.text-center
29+
.cell
30+
| Contact us at
31+
a href=mailto:admin@code-cell.com admin@code-cell.com
32+
.cell
33+
| © Code Cell S.L. 2018
34.9 KB
Loading
Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)