-
Notifications
You must be signed in to change notification settings - Fork 1
/
apply.html
30 lines (27 loc) · 1.32 KB
/
apply.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hack Nights | Hackers@UPC | FIB UPC Barcelona</title>
<meta name="description" content="HackNights are born with the aim of offering a collaborative work space where you can work freely in what you like the most. A place where you learn, grow and teach in community. No prize, no competition. Only you, your friends and your projects.">
<meta name="author" content="Hackers@UPC">
<meta name="application-name" content="Hack Nights">
<meta name="apple-mobile-web-app-title" content="Hack Nights">
<meta name="theme-color" content="#553e6c">
<link rel="shortcut icon" href="icons/favicon.ico">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320"/>
<meta name="keywords" content="Hackathon, HackUPC, Hackers@UPC, UPC, FIB, Universitat Politécnica de Catalunya, Barcelona, Working space, Mini, Pizza, Hack, Hacker, Hacking, Barcelona, BCN"/>
</head>
<body>
<script src="/hackNights.js"></script>
<script>
if(hackNights.nextEvent.applyUrl){
window.location.replace(hackNights.nextEvent.applyUrl);
}else{
window.location.replace("/");
}
</script>
</body>