This repository was archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfaqs.html
More file actions
117 lines (115 loc) · 5.59 KB
/
faqs.html
File metadata and controls
117 lines (115 loc) · 5.59 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
<html>
<head>
<meta charset="UTF-8">
<title>Women Techies | DSC</title>
<link rel="icon" href="Assets/favicon2.png" type="image/x-icon"/>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<style>
#about {
color: white;
position: absolute;
font-size: 1.4em;
text-align: justify;
margin: 2% 13% 5% 13%;
}
#back{
height: auto;
width: 10vw;
left: 2%;
position: absolute;
}
body {
margin-top: 2vh;
}
#faq {
text-align: center;
padding-top: 2%;
}
div {
margin-top : 5vh;
}
h1 {
font-size: 2.5em;
}
@media only screen and (max-width: 800px) {
#about{
position: absolute;
font-size: 1.2em;
text-align: justify;
margin: 6% 10% 10% 10%;
}
#back{
height: auto;
width: 10vw;
top: 0vh;
left : 0vw;
position: absolute;
min-width: 75px;
}
#faq {
text-align: center;
padding-top: 2%;
}
h1 {
font-size: 1.6em;
text-align: center;
}
}
</style>
</head>
<body style="font-family: 'Muli', sans-serif;background: rgba(0,194,162,1); color : white;">
<a href="https://dscvit.com/Women-Techies-Site/#five"> <img id="back" src="Assets/previous.svg"></a>
<h1 id="faq" style="text-align: center">FAQs</h1>
<div id="about">
<div>
<b>1. Is there any registration fees for the Hackathon?</b>
<br><i>No. You do not have to pay anything to anyone to register yourself for the Hackathon.</i>
</div>
<div>
<b> 2. Do I need to have any specific qualifications to be a participant for the Hackathon?</b>
<br><i>If you love to code, you are more than welcome to participate in the Hackathon.</i>
</div>
<div>
<b> 3. How do I submit what I have made for the Hackathon?</b>
<br><i>You have to develop the application on your local system and submit it on HackerEarth in tar/zip file format along with instructions to run the application and source code.</i>
</div>
<div>
<b>4. Do we need to have the entire idea fully working?</b>
<br><i>The entire idea need not be fully implemented however, the submission should be functional so that it can be reviewed by the judges.</i>
</div>
<div>
<b> 5. How is the environment? Will your environment support any language? Will you provide any IDE and DB for us to work on ideas? </b>
<br><i>You have to develop the entire software application on your local system and submit it on HackerEarth in tar/zip file format along with instructions to run the application and source code</i>
</div>
<div>
<b> 6.Does one have to be online and available for the entire duration of the Hackathon?</b>
<br><i>No, one does not need to be online for the entire duration. You can develop the application on your local system based on the given themes and then submit it, on the specific challenge page.</i>
</div>
<div>
<b> 7.There is no specific technology mentioned, are there any restrictions on using a number of pre-built libraries? </b>
<br><i>There is no restriction to use any language, technology stack, or libraries. You can use any of them to create a web/mobile application.</i>
</div>
<div>
<b> 8. Do I need to give a demo for the product that I have built?</b>
<br><i>If you want, you can submit a small presentation or video that demonstrates your submission. However, it's not mandatory, and only good to have. In case you are one of the winners, you might be invited to demo your application at a physical event, details of which will be shared with sufficient advance notice.</i>
</div>
<div>
<b> 9. A fully developed application needs to have a solid backend for data storage like SQL, SharePoint etc. Since its online, is it acceptable to show only the prototype of it? </b>
<br><i>Yes, it's absolutely fine to submit just the prototype. If you use any database like MySQL or PostgreSQL, you can also submit a database dump along with your submission. However, you are allowed to submit just the prototype.</i>
</div>
<div>
<b> 10. If it is a team submission, does that mean all team members will have access to work at the same time? </b>
<br><i>Yes, all team members can log in from their account and do application submission on HackerEarth.</i>
</div>
<div>
<b> 11. Who will own the IP(Intellectual Property) Rights to the product I build? </b>
<br><i>The developer/developers of the web/mobile application will have all rights and own the IP of the product. However, all code needs to be in the public domain (open source) so that it can be evaluated by the judges.</i>
</div>
<div>
<b> 12. Is this a women-only hackathon?</b>
<br><i>No,this is not a women-only hackathon. For a team to be eligible to participate, there is a requirement of 50% of the members to be girls.</i>
</div>
</div>
</body>
</html>