-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
664 lines (590 loc) · 20.2 KB
/
index.html
File metadata and controls
664 lines (590 loc) · 20.2 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
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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Browser Night #1 by browseRus, a community event for browser developers in Seoul, May 29, 2025."
/>
<meta property="og:title" content="Browser Night #1 에 초대합니다!"">
<meta property="og:site_name" content="browserRus">
<meta property="og:url" content="https://browserus.org">
<meta property="og:description" content="2025.5.29. 06:30 서초역 3번 출구 오픈업">
<meta property="og:type" content="website">
<meta property="og:image" content="./og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<title>Browser Night 2025 - browseRus</title>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- stats.js lib -->
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<!-- icon names should be specified in alphabetical order -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=calendar_today,group,location_on,schedule"
/>
<link rel="icon" type="image/png" href="favicon.ico"/>
<style>
:root {
--foreground: rgb(192 132 252);
}
a {
color: var(--foreground);
text-decoration: none;
transition: color 0.3s ease;
}
body {
line-height: 1.6;
margin: 0;
padding: 0;
background-color: hsl(222, 47%, 11%);
/* Light gray background */
color: hsl(210, 40%, 98%);
font-family: 'Noto Sans', sans-serif;
font-optical-sizing: auto;
}
.content p{
font-weight: 300;
}
.content strong {
font-weight: 800
}
#star-container {
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
canvas {
position:fixed
}
}
.container {
max-width: 800px;
width: 90%;
margin: 20px auto;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logo {
max-width: 192px;
display: block;
margin: 20px auto 40px auto;
}
.v0 {
color: white;
font-family: 'Nanum Gothic Coding', monospace;
font-weight: 700;
}
.header {
text-align: center;
padding: 20px 0;
border-radius: 8px 8px 0 0;
}
.header h1 {
color: var(--foreground);
margin: 0;
font-size: 4rem;
}
.header p {
color: rgb(203 213 225);
margin: 5px 0;
}
.header p.italic {
color: white;
/* Italic style for "Opening the Browser, Together" */
font-style: italic;
font-size: 1.2em;
}
.promo-section {
background-color: #4c1d95; /* bg-indigo-900 */
padding: 2rem 0; /* py-8 */
color: white; /* text-white */
}
.promo-container {
max-width: 80rem; /* max-w-7xl */
margin: 0 auto; /* mx-auto */
padding: 0 1rem; /* px-4 */
}
@media (min-width: 640px) {
.promo-container {
padding: 0 1.5rem; /* sm:px-6 */
}
}
@media (min-width: 1024px) {
.promo-container {
padding: 0 2rem; /* lg:px-8 */
}
}
.promo-content {
display: flex;
flex-direction: column; /* flex-col */
align-items: center; /* items-center */
justify-content: center; /* justify-center */
gap: 2rem; /* gap-8 */
text-align: center; /* text-center */
}
@media (min-width: 768px) {
.promo-content {
flex-direction: row; /* md:flex-row */
text-align: left; /* md:text-left */
}
}
.promo-item {
display: flex; /* flex */
align-items: center; /* items-center */
gap: 0.75rem; /* gap-3 */
}
.promo-operator {
display: none; /* hidden */
font-size: 2.25rem; /* text-4xl */
font-weight: bold; /* font-bold */
}
@media (min-width: 768px) {
.promo-operator {
display: block; /* md:block */
}
}
.promo-text {
font-size: 1.5rem; /* text-2xl */
font-weight: bold; /* font-bold */
}
.promo-result {
font-size: 1.5rem; /* text-2xl */
font-weight: bold; /* font-bold */
}
.beer-icon {
color: #fbbf24; /* text-amber-400 */
}
.pizza-icon {
color: #f87171; /* text-red-400 */
}
.event-section {
padding: 4.25rem 1rem;
max-width: 80rem;
margin: 0 auto;
}
.event-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
}
.event-card {
background-color: #1e293b;
border-radius: 0.5rem;
padding: 1.25rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #334155;
display: flex;
align-items: flex-start;
gap: 1rem;
transition: transform 0.2s;
justify-content: center;
}
.event-card:hover {
transform: scale(1.05);
}
.event-card .event-header {
display: flex;
align-items: center;
gap: 0.5rem;
.material-symbols-outlined {
color: var(--foreground);
}
}
.event-title {
font-size: 1.125rem;
font-weight: bold;
display: inline;
}
.event-card-content {
width:120px;
}
.event-text {
text-align: center;
font-weight:600;
color: white;
}
.event-subtext {
color: #94a3b8;
font-size: 1rem;
text-align: center;
}
.content {
padding: 20px;
}
.content h2 {
color: var(--foreground);
font-size: 2em;
width: fit-content;
display: block;
margin: 50px auto 0;
}
.content h3 {
margin-top: 30px;
margin-bottom: 4px;
}
.content p,
.content li {
font-size: 1.1em;
}
.content li {
padding-bottom: 10px;;
}
.content ul {
list-style-type: disc;
padding-left: 20px;
}
.cta-button {
display: inline-block;
padding: 14px 20px;
margin: 20px auto;
display: block;
width: fit-content;
background: rgb(147, 51, 234);
color: #fff;
text-decoration: none;
border-radius: 50px;
font-size: 1.2em;
transition: background 0.3s ease;
/* Smooth hover transition */
}
.cta-button:hover {
background: rgba(107, 70, 193);
}
.footer {
text-align: center;
padding: 10px;
font-size: 0.9em;
color: #a9b0b8;
/* Gray footer */
}
/* Responsive Design */
@media screen and (max-width: 768px) {
.event-grid {
grid-template-columns: repeat(2, 1fr);
}
.container {
width: 95%;
box-sizing: border-box;
padding: 15px;
margin: 10px auto;
}
.header {
padding: 15px 0;
}
.header h1 {
font-size: 3em;
}
.header p {
font-size: 1em;
}
.content {
padding: 15px;
}
.content h2 {
font-size: 1.5em;
}
.content p,
.content li {
font-size: 1em;
}
.cta-button {
padding: 8px 15px;
font-size: 1em;
}
}
@media screen and (max-width: 480px) {
.container {
width: 100%;
box-sizing: border-box;
padding: 10px;
margin: 5px auto;
}
.event-grid {
grid-template-columns: repeat(1, 1fr);
}
.header {
padding: 10px 0;
}
.header h1 {
font-size: 1.8em;
}
.header p {
font-size: 0.9em;
}
.content {
padding: 10px;
}
.content h2 {
font-size: 1.5em;
}
.content p,
.content li {
font-size: 1em;
}
.cta-button {
padding: 6px 12px;
font-size: 0.9em;
box-sizing: border-box;
width: 100%;
/* Full-width buttons on mobile */
text-align: center;
}
.footer {
font-size: 0.8em;
}
}
</style>
</head>
<body>
<div id="star-container"></div>
<div class="container">
<img class="logo" src="./logo.svg" alt="browseRus Logo" />
<div class="header">
<h1 class="title">Browser Night <span class="v0">#1</span></h1>
<p class="italic">
Opening the Browser, Together! <br />
Grab some 🍕 pizza, drink some 🍺 beer, and talk code!
</p>
<p>Hosted by browseRus</p>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSdQXEIzIon43Z5JPTSt7hjjDSspXA9G1st_RfW6IoV5bLDISQ/viewform?usp=header"
class="cta-button"
>등록 하러 가기</a
>
</div>
</div>
<section class="promo-section">
<div class="promo-container">
<div class="promo-content">
<div class="promo-item">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="beer-icon">
<path d="M17 11h1a3 3 0 0 1 0 6h-1"></path>
<path d="M9 12v6"></path>
<path d="M13 12v6"></path>
<path d="M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z"></path>
<path d="M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"></path>
</svg>
<span class="promo-text">Beer</span>
</div>
<div class="promo-operator">+</div>
<div class="promo-item">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="pizza-icon">
<path d="M15 11h.01"></path>
<path d="M11 15h.01"></path>
<path d="M16 16h.01"></path>
<path d="m2 16 20 6-6-20A20 20 0 0 0 2 16"></path>
<path d="M5.71 17.11a17.04 17.04 0 0 1 11.4-11.4"></path>
</svg>
<span class="promo-text">Pizza</span>
</div>
<div class="promo-operator">=</div>
<div class="promo-result">Good Times!</div>
</div>
</div>
</section>
<div class="container">
<section class="event-section">
<div class="event-grid">
<div class="event-card">
<div class="event-card-content">
<div class="event-header">
<span class="material-symbols-outlined"> calendar_today </span>
<h2 class="event-title">When</h2>
</div>
<p class="event-text">2025. 5. 29. (목)</p>
<p class="event-subtext">
<a rel="noopener"
target="_blank"
href="https://www.google.com/calendar/render?action=TEMPLATE&text=Browser+Night&location=%EC%84%9C%EC%9A%B8+%EC%84%9C%EC%B4%88%EA%B5%AC+%EC%84%9C%EC%B4%88%EB%8C%80%EB%A1%9C40%EA%B8%B8+83&dates=20250529T093000Z%2F20250529T130000Z"
>
캘박하기!
</a>
</p>
</div>
</div>
<div class="event-card">
<div class="event-card-content">
<div class="event-header">
<span class="material-symbols-outlined"> schedule </span>
<h2 class="event-title">Time</h2>
</div>
<p class="event-text">오후 6시 30분 ~</p>
<p class="event-subtext">등록 시작!</p>
</div>
</div>
<div class="event-card">
<div class="event-card-content">
<div class="event-header">
<span class="material-symbols-outlined"> location_on </span>
<h2 class="event-title">Where</h2>
</div>
<p class="event-text">오픈업 </p>
<p class="event-subtext">서초역 3번 출구</p>
<p class="event-subtext">
<a
rel="noopener"
target="_blank" href="https://naver.me/FY3f9dBH">서울 서초구<br/> 서초대로40길 83</a>
</p>
</div>
</div>
<div class="event-card">
<div class="event-card-content">
<div class="event-header">
<span class="material-symbols-outlined"> group </span>
<h2 class="event-title">Who</h2>
</div>
<p class="event-text">Browser 개발자<br/></p>
<p class="event-subtext">브라우저와 <br/>오픈소스에 관심있는 누구나!</p>
</div>
</div>
</div>
</section>
<div class="content">
<h2>Browser Night <span class="v0">#1</span> 초대장 💌</h2>
<p>
<strong>browseRus</strong>가 2025년 첫 번째 이벤트
<strong>Browser Night <span class="v0">#1</span></strong>를 개최합니다!<br/>
웹 브라우저 개발에 관심 있는 누구나 함께할 수 있는 자리로, 기술 이야기와 경험을 나누고, 새로운 인연을 만들 수 있는 시간을 준비했어요.
</p>
<p>
<strong>browseRus</strong>는 한국의 브라우저 개발자들이 자발적으로 모여 만든 커뮤니티입니다.
브라우저 개발의 최신 트렌드를 공유하고, 서로의 노하우를 나누며, 앞으로의 활동 방향도 함께 이야기해보려 합니다.
이번 행사는 <strong>browseRus</strong>시작을 알리는 첫걸음이기도 해요.
<p>
현장에서는 라이트닝 토크와 <strong>가볍게 즐기는 술 한잔과</strong> 함께하는 주제별 네트워킹이 진행됩니다. 편안한 분위기에서 음식과 음료를 즐기며,
브라우저 개발에 대한 열정을 자유롭게 나눠보세요.
편안한 분위기에서 음식과 음료를 즐기며 브라우저 개발의
열정을 나누는 시간이 될 거예요.
</p>
<p>
<strong>브라우저 개발자가 아니어도 누구나 환영입니다!</strong> 많은 관심과 참여 부탁드립니다.
</p>
<h2>행사 정보 📅</h2>
<ul>
<li><strong>일시 :</strong>
<a
rel="noopener"
target="_blank"
href="https://www.google.com/calendar/render?action=TEMPLATE&text=Browser+Night&location=%EC%84%9C%EC%9A%B8+%EC%84%9C%EC%B4%88%EA%B5%AC+%EC%84%9C%EC%B4%88%EB%8C%80%EB%A1%9C40%EA%B8%B8+83&dates=20250529T093000Z%2F20250529T130000Z"
>2025년 5월 29일(목), 오후 6:30</a></li>
<li><strong>장소 :</strong> <a
rel="noopener"
target="_blank" href="https://naver.me/FY3f9dBH">
오픈업 - 서초역 3번 출구, 서울 서초구 서초대로40길 83 (주차불가)</a></li>
<li><strong>마감 :</strong> 2025년 5월 15일 (행사 2주 전) / 현장 판매 없음 (No Walk-In) </li>
<li><strong>문의 :</strong> <a href="mailto:org.browserus@gmail.com">org.browserus@gmail.com</a> </li>
</ul>
<p>
*본 모임은 비상업적 커뮤니티 이벤트로, 티켓 수익은 전액 행사
진행(음식, 음료, 선물 등)에 사용됩니다*
</p>
<h2>Agenda ⏰</h2>
<ul>
<li><strong>06:30 PM :</strong> 입장, 음식 & 음료, 네트워킹</li>
<li><strong>07:00 PM :</strong> 오프닝 & browseRus 소개</li>
<li><strong>07:10 PM :</strong> 라이트닝 토크</li>
<li><strong>08:00 PM :</strong> 주제별 네트워킹</li>
<li><strong>10:00 PM :</strong> 마무리</li>
</ul>
<p>* 진행 시간과 프로그램은 사전 고지 없이 변경될 수 있습니다.</p>
<h2>라이트닝 토크 발표자 모집 ⚡</h2>
<p>
<h3>Browser Night <span class="v0">#1</span>의 라이트닝 토크에서 당신의 이야기를 들려주세요!</h3>
이번 라이트닝 토크는 브라우저 개발의 딥한 기술 이야기가 아니어도 OK!
브라우저와 관련된 가벼운 경험, 재미있는 에피소드, 혹은 최근 근황들을
5분 이내로 공유해보세요. 발표 자료? 없어도 괜찮아요. 부담 없이, 누구나
무대에 설 수 있는 자리입니다!
</p>
<p>
<h3>특별한 선물</h3>
라이트닝 토크 발표자들에게는 깜찍하고 어썸한
<strong>browseRus</strong> 굿즈가 준비되어 있어요!
</p>
<p>
<h3>지원 방법</h3>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSdQXEIzIon43Z5JPTSt7hjjDSspXA9G1st_RfW6IoV5bLDISQ/viewform?usp=header"
>라이트닝 토크 등록 하러 가기</a
>
페이지에서 라이트닝 토크 주제와 간단한 개요를
작성해주세요. 선정된 발표자는 5월 15일까지 개별적으로 연락드립니다.
</p>
<h2>지금 등록 하세요!</h2>
<p style="font-weight: 500;">
브라우저 개발의 미래를 함께 열어갈 당신을 기다립니다. 자리는 한정되어
있으니 서둘러 등록해주세요!
</p>
<div>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSdQXEIzIon43Z5JPTSt7hjjDSspXA9G1st_RfW6IoV5bLDISQ/viewform?usp=header"
class="cta-button"
>등록 하러 가기</a
>
</div>
</div>
<div class="footer">
<p>
browseRus | 문의:
<a href="mailto:org.browserus@gmail.com">org.browserus@gmail.com</a>
</p>
</div>
</div>
</body>
<script>
particlesJS('star-container', {
particles: {
number: { value: 80, density: { enable: true, value_area: 800 } },
color: { value: '#ffffff' },
shape: {
type: 'circle',
stroke: { width: 0, color: '#000000' },
polygon: { nb_sides: 5 },
image: { src: 'img/github.svg', width: 100, height: 100 }
},
opacity: {
value: 0.11,
random: false,
anim: { enable: false, speed: 1, opacity_min: 0.1, sync: false }
},
size: {
value: 3,
random: true,
anim: { enable: false, speed: 40, size_min: 0.1, sync: false }
},
line_linked: {
enable: true,
distance: 150,
color: '#ffffff',
opacity: 0.11,
width: 1
},
move: {
enable: true,
speed: 2,
direction: 'none',
random: false,
straight: false,
out_mode: 'out',
bounce: false,
attract: { enable: false, rotateX: 600, rotateY: 1200 }
}
},
retina_detect: true
})
</script>
</html>