-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (265 loc) · 10.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!doctype html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-sidebar" src="https://cdn.ampproject.org/v0/amp-sidebar-0.1.js"></script>
<script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
<link href=https://fonts.gstatic.com rel="dns-prefetch preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Montserrat" rel="stylesheet">
<title>Groundhog Lighting</title>
<link rel="canonical" href="https://www.groundhoglighting.com">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"type": "SoftwareSourceCode",
"codeRepository" : "https://github.com/GroundhogLighting",
"about" : "Open Source tools for lighting analysis",
"author" : "German Molina",
"name" : "Groundhog Lighting"
}
</script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<style amp-custom>
/* any custom style goes here */
body {
background-color: white;
font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
}
nav{
z-index: 9999;
position:fixed;
top:0;
line-height : 3.5em;
box-sizing:border-box;
background-color:white;
width: 100vw;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
nav > ul {
line-height : 3.5em;
padding: 0;
margin:0;
text-align: left;
}
nav > ul > li, #sidebar > ul > li{
line-height : 3.5em;
display : inline;
padding: 0rem 1.5rem;
list-style: none;
cursor:pointer;
}
nav > ul > li {
padding: 15px 1.5rem;
}
#sidebar > ul > li{
display:block;
}
.display-size{
padding: 10px;
padding-top: 50px;
min-height: 100vh;
width: 100vw;
margin:0;
box-sizing:border-box;
}
#home{
background-size:cover;
background-repeat: no-repeat, repeat;
background-color:black;
padding-left:0;
}
#home h1 {
width: 100vw;
text-align:left;
font-weight:400;
padding-left: 10px;
color: white;
}
.button-group{
width: 100%;
text-align: center;
}
.button-group a{
text-decoration:none;
padding: 5mm 5mm;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border-radius: 2px;
color: white;
background-color: #16253c;
margin: 5px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.display-size p {
padding: 15px;
text-align: center;
}
.display-size p a {
color: #16253c;
text-decoration:none;
font-weight: bold;
}
@media only screen and (max-width: 600px) {
.xs-hide {
display:none;
}
#home{
background-image: url(images/small_home.jpg);
}
.button-group a{
display:block;
}
amp-img {
max-width: 90vw;
margin-right:auto;
margin-left:auto;
}
}
@media only screen and (min-width: 600px) {
.xs-show {
display:none;
}
#home{
background-image: url(images/home4.jpg);
}
#home h1 {
padding-bottom: 150px;
padding-top: 10px;
margin:0;
background: linear-gradient(to bottom, black, transparent);
}
.display-size p {
font-size: 20px;
max-width: 50vw;
margin: 24px auto;
}
}
p.license {
padding:0;
text-align: center;
font-size:90%;
margin-top: 3em;
}
#menu-button{
line-height:3.5rem;
font-size: 3rem;
}
.round {
border-radius:50%;
}
.amp-img-container{
margin-left:auto;
margin-right:auto;
text-align:center;
}
</style>
</head>
<body>
<nav >
<ul >
<li tabindex="0" role="button" id="menu-button" class="xs-show" on='tap:sidebar.toggle'>☰</li>
<li tabindex="1" role="button" class="xs-hide" on='tap:home.scrollTo(duration=200)'>Home</li>
<li tabindex="2" role="button" class="xs-hide" on='tap:groundhog.scrollTo(duration=200)'>Groundhog</li>
<li tabindex="3" role="button" class="xs-hide" on='tap:emp.scrollTo(duration=200)'>Emp</li>
<li tabindex="4" role="button" class="xs-hide" on='tap:emp-core.scrollTo(duration=200)'>Emp Core</li>
<li tabindex="5" role="button" class="xs-hide" on='tap:contact.scrollTo(duration=200)'>Contact</li>
</ul>
</nav>
<amp-sidebar id="sidebar" layout="nodisplay" side="left">
<ul>
<li tabindex="1" role="button" on='tap:home.scrollTo(duration=200),sidebar.toggle'>Home</li>
<li tabindex="2" role="button" on='tap:groundhog.scrollTo(duration=200),sidebar.toggle'>Groundhog</li>
<li tabindex="3" role="button" on='tap:emp.scrollTo(duration=200),sidebar.toggle'>Emp</li>
<li tabindex="4" role="button" on='tap:emp-core.scrollTo(duration=200),sidebar.toggle'>Emp Core</li>
<li tabindex="5" role="button" on='tap:contact.scrollTo(duration=200),sidebar.toggle'>Contact</li>
</ul>
</amp-sidebar>
<div id="home" class="display-size">
<h1>Groundhog Lighting</h1>
</div>
<div id="groundhog" class="display-size">
<h1>Groundhog</h1>
<div class="amp-img-container" style="max-width: 400px">
<amp-img alt="Groundhog image"
src="images/CasaPG.png"
width="480"
height="480"
class="round"
layout="responsive"
>
</amp-img>
</div>
<p>
A SketchUp extension for performing lighting analysis
using Emp under the hood.
</p>
<div class='button-group'>
<a href="https://github.com/GroundhogLighting/Groundhog">Learn more</a>
<a href="https://github.com/GroundhogLighting/Groundhog/raw/master/Groundhog_macosx.rbz">Download for macOS</a>
<a href="https://github.com/GroundhogLighting/Groundhog/raw/master/Groundhog_win64.rbz">Download for Windows x64</a>
</div>
</div>
<div id="emp" class="display-size">
<h1>Emp</h1>
<div class="amp-img-container" style="max-width: 400px">
<amp-img alt="Emp image"
src="images/emp.jpeg"
width="480"
height="480"
class="round"
layout="responsive"
>
</amp-img>
</div>
<p>
A scriptable <a href="http://www.radiance-online.org">Radiance-based</a> calculation engine based on 'Emp core' and
<a href="https://www.lua.org/">Lua</a>.
</p>
<div class='button-group'>
<a href="https://github.com/GroundhogLighting/Emp">Learn more</a>
<a href="#" class="unavailable">Download for macOS</a>
<a href="#" class="unavailable">Download for Windows x64</a>
</div>
</div>
<div id="emp-core" class="display-size">
<h1>Emp core</h1>
<div class="amp-img-container" style="max-width: 400px">
<amp-img alt="Emp image"
src="images/emp_core.jpeg"
width="480"
height="480"
class="round"
layout="responsive"
>
</amp-img>
</div>
<p>
An embeddable <a href="http://www.radiance-online.org">Radiance-based</a>
calculation static library. The heart of Emp.
</p>
<div class='button-group'>
<a href="https://github.com/GroundhogLighting/Emp_core">Learn more</a>
</div>
</div>
<div id="contact" class="display-size">
<h1>Contact</h1>
<p>
For more information, please e-mail
<a href="mailto:[email protected]">German Molina</a>
</p>
<p class="license" >
Some of the images displayed in this website may be property
of a third party.
In order to protect such property, the use of all the images and contents in this website is
forbidden unless given explicit permission by
<a href="mailto:[email protected]">German Molina</a>
</p>
</div>
</body>
</html>