-
Notifications
You must be signed in to change notification settings - Fork 4
/
faq.htm
109 lines (89 loc) · 5.32 KB
/
faq.htm
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
<!DOCTYPE html>
<html>
<head>
<title>Delhi hardware hackers club</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css"/>
<link rel="stylesheet" href="assets/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<script src="assets/index.js"></script>
<meta name="description" content="Delhi Hardware Hackers club is DELHI-NCR's coolest Electronic Entusiast club">
<meta name="viewport" content="width=device-width, initial-scale=1.0,viewport-fit=cover">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#df0e62">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#df0e62">
<meta name="twitter:card" content="summary"></meta>
<meta charset="utf-8">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:title" content="Delhi Hardware Hackers Club">
<meta property="og:image" content="">
<meta property="og:description" content="Delhi Hardware Hackers club is DELHI-NCR's coolest Electronic Enthusiast club">
<meta property="og:site_name" content="Delhi Hardware Hackers club">
<meta property="og:locale" content="en_US">
<meta name="theme-color" content="#df0e62">
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<h4><b>Delhi Hardware Hackers Club</b></h4>
</a>
<a role="button" class="navbar-burger burger" onclick="toggleBurger()" aria-label="menu" aria-expanded="false" data-target="hhcnavbar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="hhcnavbar" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="index.htm">
Home
</a>
<a class="navbar-item" href="index.htm/#about">
About
</a>
<a class="navbar-item" href="https://www.meetup.com/">
Events
</a>
<a class="navbar-item" href="https://github.com/hardware-hackers-club-delhi/Code-of-Conduct">
Disclamer
</a>
<a class="navbar-item" href="faq.htm#faq">
FAQ
</a>
</div>
</div>
</nav>
<div class="start-breadcrumb">
<div class="start-banner">
<!-- <div class="logo-oo"></div> -->
<!-- <div><h1 class="big"> Delhi Hardware Hackers Club</h1></div> -->
<!-- <div><p>Join Delhi-NCR's Coolest Electronic Enthusiasts</p></div> -->
<!-- <div class="social">
<a href="https://t.me/hhcdelhi"><div class="fa fa-telegram"></div> </a>
<a href="https://twitter.com/HackersHhc"><div class="fa fa-twitter"></div> </a>
<a href="https://github.com/hardware-hacker-club-delhi"><div class="fa fa-github"></div> </a>
</div> -->
<div><h1 class="big"> FAQ </h1></div>
</div>
</div>
<div id="faq">
<h1 class="title">FAQ</h1>
<p><b>Who is this club for?</b></p>
<p>Anyone to Everyone - Student , Maker, Working professionals are welcome to join us!</p> <br>
<p><b>Any pre-requisites to join? Do I need to know the hardware? </b></p>
<p>Nope. None at all. This is a beginner friendly community, we all learn from each other and grow together.</p> <br>
<p><b>What Code of Conduct do I follow?</b></p>
<p>We follow a safe and healthy environment policy, everyone from beginner to experienced is equal for us, Irrespective of sex, class, creed, nationality, sexual orientation. Only enthusiasm matters. You can read complete CoC <a href="https://github.com/hardware-hackers-club-delhi/Code-of-Conduct">here</a></p> <br>
<p><b>Is this a paid / subscription based group?</b></p>
<p>No, it’s completely FREE! UNLESS OTHERWISE STATED for specific events</p> <br>
<p><b>How can I contribute?</b></p>
<p>You can help us plan upcoming meetups, prepare talks and share your knowledge, help us with design and other awesome content. Options are limitless!</p> <br>
<p><b>How can I propose a talk?</b></p>
<p>You can open an issue here and organiser can help you from there :</p> <br>
<p><b>Any disclaimers?</b></p>
<p>Yes, since hardware projects can be a bit risky, we need to approach with caution. To keep this community and it’s partners interests safe, we follow a safety disclaimer. Read it <a href="https://github.com/hardware-hackers-club-delhi/Code-of-Conduct/blob/master/Safety_Disclamer.md">here</a></p> <br>
</div>