-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
288 lines (288 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Learning and using Blender together!" />
<link rel="stylesheet" href="styles.css" />
<title>SLC Blender User Group</title>
</head>
<body>
<header class="header-background">
<div class="container">
<h1>
<span>
SLC Blender User Group:
<em>Learning and using Blender together!</em>
</span>
</h1>
</div>
</header>
<nav>
<div class="nav-decoration left">
<div class="nav-bar-button small">
<a class="icon-link" href="https://www.blender.org/" target="_blank">
<span class="nav-bar-icon icon-image-blender-logo"></span>
</a>
</div>
<div class="nav-bar-button extraDecoration">
<div class="nav-bar-icon icon-image-node-material"></div>
<div class="icon-down-arrow"></div>
</div>
<div class="nav-bar-button extraDecoration">
<div class="nav-bar-icon icon-image-object-data"></div>
<div class="icon-text">Home</div>
<div class="icon-down-arrow"></div>
</div>
</div>
<div class="navBarPageSelectors">
<ul class="nav-bar-page-tabs">
<li class="nav-bar-tab current-page">
<a href="./">Home</a>
</li>
<li class="nav-bar-tab">
<a href="learning/">Learning</a>
</li>
<li class="nav-bar-tab">
<a href="community/">Community</a>
</li>
</ul>
</div>
<div class="nav-decoration right">
<div class="nav-bar-button">
<div class="nav-bar-icon icon-image-scene-data"></div>
<div class="icon-down-arrow"></div>
<div class="icon-text">Scene</div>
<div class="icon-down-arrow"></div>
</div>
<div class="nav-bar-button gizmo-shading-toggle">
<div class="gizmo-toggle hidden-input">
<input
type="checkbox"
id="gizmo-overlay"
name="gizmo-overlay"
value="gizmo"
/>
<div class="gizmo-icon">
<label for="gizmo-overlay">
<div class="nav-bar-icon icon-image-gizmo"></div>
</label>
</div>
<div class="gizmo-reveal-image"></div>
</div>
<div class="icon-down-arrow"></div>
</div>
<div class="goat-shading-toggle hidden">
<input
type="radio"
id="shading-wireframe"
value="shading-wireframe"
name="shading-picker"
checked
/>
<input
type="radio"
id="shading-solid"
value="shading-solid"
name="shading-picker"
/>
<input
type="radio"
value="shading-material"
id="shading-material"
name="shading-picker"
/>
<input
type="radio"
value="shading-rendered"
id="shading-rendered"
name="shading-picker"
/>
<div class="shading-toggle-buttons nav-bar-button">
<label class="nav-bar-render-picker" for="shading-wireframe">
<div class="nav-bar-icon icon-image-shading-wireframe"></div>
</label>
<label class="nav-bar-render-picker" for="shading-solid">
<div class="nav-bar-icon icon-image-shading-solid"></div>
</label>
<label class="nav-bar-render-picker" for="shading-material">
<div class="nav-bar-icon icon-image-shading-material"></div>
</label>
<label class="nav-bar-render-picker" for="shading-rendered">
<div class="nav-bar-icon icon-image-shading-rendered"></div>
</label>
<div class="icon-down-arrow"></div>
</div>
<div id="rendered-goat-container">
<div class="rendered-goat-image viewport-goat-wireframe"></div>
<div class="rendered-goat-image viewport-goat-solid"></div>
<div class="rendered-goat-image viewport-goat-material"></div>
<div class="rendered-goat-image viewport-goat-rendered"></div>
</div>
</div>
</div>
</nav>
<main>
<div class="container content">
<div class="node-grid-row">
<div class="node-block">
<!-- Pick node label color -->
<div class="node-label node-label-orange">
<div class="icon downward-arrow"></div>
<h2 class="node-label-text">What Are We About?</h2>
<div></div>
</div>
<div class="node-body">
<div class="node-entry">
<!-- Pick whether or not entry socket is present + color -->
<div class="node-socket socket-entry node-socket-purple"></div>
<div class="node-value">
<p>
We started as a group of Blender 3D users in and around Salt
Lake City, Utah, meeting at the Downtown SLC Public Library.
When COVID 19 started, we moved our meetings completely
online to
<a href="https://discord.gg/a2su4DSecS" target="_blank"
>Discord</a
>, where we continue meet, even more regularly than before;
now twice a month!
</p>
<p>
Our mission is to provide support, networking, and
inspiration for others by sharing progress on our own
projects.
</p>
<p>
Since we started meeting on Discord, we've had people from
all over the world join our server, and they too make it an
awesome place. Even if you're not an SLC local, we'd love
for you to come join us to share your Blender learning
adventure!
</p>
<p>
There's plenty of resources for learning this powerful,
free, open source 3D creation suite, but we meet online to
support each other!
</p>
</div>
<!-- Pick whether or not exit socket is present + color -->
<div class="node-socket socket-exit node-socket-green"></div>
</div>
</div>
</div>
</div>
<div class="node-grid-row">
<div class="node-block">
<!-- Pick node label color -->
<div class="node-label node-label-blue">
<div class="icon downward-arrow"></div>
<h2 class="node-label-text">What Do We Do?</h2>
<div></div>
</div>
<div class="node-body">
<div class="node-entry">
<!-- Pick whether or not entry socket is present + color -->
<div class="node-socket socket-entry node-socket-grey"></div>
<div class="node-value">
<p>Use Blender. Share. Ask questions. Help others.</p>
<p>
We're a friendly and informal group that adapts to the needs
of our members.
</p>
<p>
What did you make? What do you want to make? What's a
problem you're running into? We're here to help you solve
problems and cheer you on while you work toward your
learning and creative goals.
</p>
</div>
<!-- Pick whether or not exit socket is present + color -->
<div class="node-socket socket-exit node-socket-grey"></div>
</div>
</div>
</div>
</div>
<div class="node-grid-row">
<div class="node-block">
<!-- Pick node label color -->
<div class="node-label node-label-purple">
<div class="icon downward-arrow"></div>
<h2 class="node-label-text">When Do We Meet?</h2>
<div></div>
</div>
<div class="node-body">
<div class="node-entry">
<!-- Pick whether or not entry socket is present + color -->
<div class="node-socket socket-entry node-socket-yellow"></div>
<div class="node-value">
<p>
We have two monthly meetings, held on
<a href="https://discord.gg/a2su4DSecS" target="_blank"
>our Discord server</a
>.
</p>
<ul>
<li>
Second Saturday of each month, from 1PM - 5PM Mountain
Time
</li>
<li>
Fourth Thursday of each month, from 7PM - 11PM Mountain
Time
</li>
</ul>
</div>
<!-- Pick whether or not exit socket is present + color -->
<div class="node-socket socket-exit node-socket-yellow"></div>
</div>
</div>
</div>
</div>
<div class="node-grid-row">
<div class="node-block">
<!-- Pick node label color -->
<div class="node-label node-label-red">
<div class="icon downward-arrow"></div>
<h2 class="node-label-text">Who Should Join?</h2>
<div></div>
</div>
<div class="node-body">
<div class="node-entry">
<!-- Pick whether or not entry socket is present + color -->
<div class="node-socket socket-entry node-socket-blue"></div>
<div class="node-value">
<p>
Anyone with an interest in 3D/2D/art that wants to meet with
other Blender tinkerers or professionals. We're artists,
makers, designers, animators, game devs, programmers, movie
makers, educators, and more.
</p>
<p>
We're beginners, to veterans of Blender and other similar
software. We welcome users of Maya, 3D max, Lightwave,
Cinema 4d, Inventor, Sketchup, pen and paper... who are
interested in learning Blender.
</p>
<p>
We love to learn and share our love for Art, 3D, design,
motion graphics... and how it intersects with Blender.
Perhaps you're just interested to see what it's about or you
want to expand your toolset and skills, you're welcome too.
</p>
<p>
We look forward to meeting you! Please join our chat at:
<a href="https://discord.gg/a2su4DSecS" target="_blank"
>https://discord.gg/a2su4DSecS</a
>
</p>
</div>
<!-- Pick whether or not exit socket is present + color -->
<div class="node-socket socket-exit node-socket-blue"></div>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>