-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (84 loc) · 4.02 KB
/
index.html
File metadata and controls
96 lines (84 loc) · 4.02 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="https://avatars.githubusercontent.com/u/235677736?s=200&v=4" type="image/png">
<title>opeNN-source</title>
<meta name="description" content="Клуб opeNN-source — контрибьютим в опенсорс, создаём проекты и учимся на практике.">
<link rel="stylesheet" href="./css/styles.css">
<style>
</style>
</head>
<body>
<div class="wrap" role="main">
<header>
<a href="https://github.com/opeNN-source" class="logo" aria-label="opeNN-source">
<div class="mark">
<img src="https://avatars.githubusercontent.com/u/235677736?s=200&v=4" alt="opeNN-source">
</div>
<div class="title">
<div class="name">opeNN-source</div>
<div class="subtitle">open source клуб, Нижний Новгород</div>
</div>
</a>
</header>
<main>
<section class="content">
<h1>Контрибьютим, создаём, учимся на практике</h1>
<p class="lead">Контрибьютим в опенсорс, создаём открытые проекты и учимся разработке на реальной практике. Каждый может предложить идею и развивать её вместе с сообществом.</p>
<div class="cards" aria-label="Что будем делать">
<div class="card">
<h3>Контрибьютим в open source</h3>
<p>Учимся работать с реальным кодом: PR, issue, code review, CI.</p>
</div>
<div class="card">
<h3>Собственные проекты</h3>
<p>Запускаем небольшие open-source проекты и доводим их до рабочего состояния.</p>
</div>
<div class="card">
<h3>Обзор проектов</h3>
<p>Регулярные разборы интересных репозиториев и технологий.</p>
</div>
</div>
<section style="margin-top:20px">
<h3>Клуб только стартует</h3>
<button id="openPdf" class="btn btn-primary">У нас eсть базовая концепция</button>
<p style="color:var(--muted)">
Но многое ещё будет формироваться — вместе с участниками.
Нужна помощь: сайт, правила, структура встреч, идеи проектов и организация.
</p>
<!-- Просмотр PDF -->
<div id="pdf-viewer" class="pdf-viewer">
<header>
<h2>Базовая концепция</h2>
<button class="pdf-btn" id="backBtn">назад</button>
</header>
<iframe id="pdfFrame" class="pdf-frame" src=""></iframe>
</div>
</section>
</section>
<aside>
<div class="panel">
<div class="meta">Как присоединиться</div>
<div class="cta">
<button class="btn btn-primary" onclick="window.open('https://t.me/sw1pr0g', '_blank')">
Я хочу помочь
</button>
</div>
</div>
<div style="height:14px"></div>
<div class="panel">
<div class="meta">Полезно знать</div>
<p style="margin:0;color:var(--muted)">Формат встреч: митапы и онлайновые созвоны. Участие открыто для всех уровней.</p>
</div>
</aside>
</main>
<footer>
opeNN-source — open source клуб, Нижний Новгород
</footer>
</div>
<script src="./js/members.js"></script>
<script src="./js/pdf.js"></script>
</body>
</html>