-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathspd.html
More file actions
142 lines (142 loc) · 5.75 KB
/
Copy pathspd.html
File metadata and controls
142 lines (142 loc) · 5.75 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Healthy Patterns</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vide/0.5.1/jquery.vide.min.js"></script>
<script src="js/application.js"></script>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="https://use.typekit.net/hgq1zqp.css">
<link rel="stylesheet" href="css/application.css" />
<link rel="stylesheet" href="css/nav.css" />
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-5 table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<th class="text-center" colspan="5" scope="col">Recommended Light Levels at the Eye</th>
</tr>
<tr>
<th colspan="1" scope="col">CCT/Color</th>
<th colspan="1" scope="col">Range</th>
<th colspan="1" scope="col">Type of SPD</th>
<th colspan="1" scope="col">CS</th>
<th colspan="1" scope="col">E<sub>v</sub></th>
</tr>
</thead>
<tbody>
<tr>
<td class="align-middle text-center color-6500" rowspan="12">6500 K</td>
<td class="table-242">Low</td>
<td class="table-242">Low SPD</td>
<td class="align-middle text-center" rowspan="3">0.4</td>
<td class="table-242">Low E<sub>v</sub></td>
</tr>
<tr>
<td class="table-242">Mid</td>
<td class="table-242">Mid SPD</td>
<td class="table-242">Mid E<sub>v</sub></td>
</tr>
<tr>
<td class="table-242">High</td>
<td class="table-242">High SPD</td>
<td class="table-242">High E<sub>v</sub></td>
</tr>
<tr>
<td>Low</td>
<td>Low SPD</td>
<td class="align-middle text-center" rowspan="3">0.3</td>
<td>Low E<sub>v</sub></td>
</tr>
<tr>
<td>Mid</td>
<td>Mid SPD</td>
<td>Mid E<sub>v</sub></td>
</tr>
<tr>
<td>High</td>
<td>High SPD</td>
<td>High E<sub>v</sub></td>
</tr>
<tr>
<td class="table-242">Low</td>
<td class="table-242">Low SPD</td>
<td class="align-middle text-center" rowspan="3">0.2</td>
<td class="table-242">Low E<sub>v</sub></td>
</tr>
<tr>
<td class="table-242">Mid</td>
<td class="table-242">Mid SPD</td>
<td class="table-242">Mid E<sub>v</sub></td>
</tr>
<tr>
<td class="table-242">High</td>
<td class="table-242">High SPD</td>
<td class="table-242">High E<sub>v</sub></td>
</tr>
<tr>
<td>Low</td>
<td>Low SPD</td>
<td class="align-middle text-center" rowspan="3">0.1</td>
<td>Low E<sub>v</sub></td>
</tr>
<tr>
<td>Mid</td>
<td>Mid SPD</td>
<td>Mid E<sub>v</sub></td>
</tr>
<tr>
<td>High</td>
<td>High SPD</td>
<td>High E<sub>v</sub></td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-7">
<div class="row">
<div class="col">
<figure class="w-100 text-center "><img class="w-100" src="img/spd/topright.png" /></figure>
</div>
</div>
<div class="row">
<div class="col-md-4">
<figure class="w-100 text-center "><img class="w-100" src="img/spd/low.jpg" /></figure>
</div>
<div class="col-md-4">
<figure class="w-100 text-center "><img class="w-100" src="img/spd/med.jpg" /></figure>
</div>
<div class="col-md-4">
<figure class="w-100 text-center "><img class="w-100" src="img/spd/high.jpg" /></figure>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="spd-cct-button-container">
<img class="w-100 m-0 p-0" src="img/spd/buttons/6500.png"/>
</div><div class="spd-cct-button-container">
<img class="w-100 m-0 p-0" src="img/spd/buttons/5000.png"/>
</div><div class="spd-cct-button-container">
<img class="w-100 m-0 p-0" src="img/spd/buttons/4000.png"/>
</div><div class="spd-cct-button-container">
<img class="w-100 m-0 p-0" src="img/spd/buttons/3500.png"/>
</div><div class="spd-cct-button-container">
<img class="w-100 m-0 p-0" src="img/spd/buttons/3000.png"/>
</div><div class="spd-cct-button-container">
<img class="w-100 m-0 p-0" src="img/spd/buttons/2700.png"/>
</div>
</div>
</div>
</div>
</body>
</html>