technomad-jekyll_theme 0.1.0 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf75dfab20ad12b4b8ae54e7ceb042b67645cabc
4
- data.tar.gz: bb6efb1a94a668a7f3cc093ded3a9fc1c127e287
3
+ metadata.gz: 43b402a4d3d9f88bc32e1390a1c0de1f9f081024
4
+ data.tar.gz: 20debca8cb8f67cd5d7b35735b57104d5de74d94
5
5
  SHA512:
6
- metadata.gz: cb1cdee7c1d8dabe95f27e11f9f2a3a965d9ecfc3a634c9e755fb616cb0e8f5d0926babc5bff82038b0ac74d9302adab724f7cb079f4593887e940d844a465ab
7
- data.tar.gz: 3f56582fa9a675c3a7981af814fcbc22adb0be6dacfe4921178e009537f7ddf3a8e1ca19238765069044d7f66ab84cc95531516be2bf8ab1909d2859af74b788
6
+ metadata.gz: 69818ed9668cb255952aa52fe2a7506a9637131865bd7fda269062c6c5f6cdc36dd9264e1d9409ecd261d37c3d8d0f6bdf860853e8ee685d53125d79e4b87051
7
+ data.tar.gz: fb434ee6e26a35a21c1f2ca100efec0b5b6150eb198382aebfd00cbe77604e869456137534389877d4bdee641e2c10cbcb80ceb5647c32626df6bb1acea555c7
@@ -0,0 +1,15 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <link rel="stylesheet" href="./css/main.css">
8
+ <title>SPA-Wommy</title>
9
+ <meta name="description" content="wommy's SPA powered by technomad">
10
+ <script src="./data.json"></script>
11
+ </head>
12
+ <body>
13
+ {{ content }}
14
+ </body>
15
+ </html>
@@ -0,0 +1,130 @@
1
+ body{
2
+ background:cornsilk;
3
+
4
+ max-width:100rem;
5
+ margin:0;
6
+ margin:auto;
7
+ padding:0;
8
+
9
+ box-sizing:border-box;
10
+
11
+ line-height:1.5;
12
+
13
+ font-size:1.25rem;
14
+
15
+ font-family:"Comic Sans MS";
16
+ }
17
+
18
+ .wrapper{
19
+ max-width:60rem;//960
20
+ margin:auto;
21
+
22
+ nav{
23
+ position:fixed;
24
+
25
+ // width:10vw;
26
+ // height:50vh;
27
+
28
+ background-color: rgba(0, 0, 0, 0.1);
29
+
30
+ // padding:5rem 0;
31
+
32
+ & a{
33
+ display:block;
34
+ font-size:2.25rem;
35
+
36
+ padding:.5rem 1rem;
37
+ margin:1rem;
38
+
39
+ text-decoration:none;
40
+ // padding-left:2rem;
41
+ font-variant:small-caps;
42
+ // text-align:center;
43
+
44
+ &:hover{
45
+ text-decoration:underline;
46
+ }
47
+ &:visited{
48
+ color:black;
49
+ }
50
+ &:active{
51
+ color:cyan;
52
+ }
53
+ }
54
+ }
55
+
56
+ .feed{
57
+ max-width:48rem; // 768 || ^.8
58
+ margin:2rem 0;
59
+ margin-left:auto;
60
+ }
61
+
62
+ article{
63
+ min-height:25vh;
64
+ background-color: rgba(0, 0, 0, 0.1);
65
+
66
+ text-align:justify;
67
+
68
+ padding:3rem;
69
+ margin:2rem;
70
+ margin-right:0;
71
+ }
72
+
73
+ }
74
+
75
+ .em{
76
+ font-size:32pt;
77
+ // padding:3.5rem;
78
+ margin:0;
79
+ // text-align:center;
80
+
81
+ & button{
82
+ display:block;
83
+ width:auto;
84
+ margin-left:auto;
85
+ // float:right;
86
+ }
87
+ }
88
+
89
+ h3, h4{
90
+ margin-bottom:0;
91
+ }
92
+
93
+ h3+p, h4+p{
94
+ margin-top:0;
95
+ }
96
+
97
+ form{
98
+ input, textarea{
99
+ display:block;
100
+ width:100%;
101
+ margin:1rem;
102
+ }
103
+ }
104
+
105
+ .sScreen{
106
+ width:99vw;
107
+ height:80vh;
108
+ background-color:orange;
109
+ position:absolute;
110
+ z-index:-1;
111
+ }
112
+
113
+ .screen{
114
+ position:relative;
115
+ outline:2px solid black;
116
+ height:80vh;
117
+ margin:0 auto;
118
+ }
119
+ .w1366{
120
+ width:1366px;
121
+ height:768px;
122
+ background-color:lime;
123
+ }
124
+ .w960{
125
+ width:960px;
126
+ background-color:cyan;
127
+ }
128
+ .w320{
129
+ width:320;
130
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: technomad-jekyll_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tommy Williams
@@ -58,7 +58,9 @@ email:
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
- files: []
61
+ files:
62
+ - _layouts/default.html
63
+ - _sass/technomad.scss
62
64
  homepage: https://github.com/wommy/technomad-jekyll_theme
63
65
  licenses:
64
66
  - Apache-2.0