This repository was archived by the owner on Dec 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
85 lines (76 loc) · 4.51 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="Josef Ridky <[email protected]>">
<meta name="description" content="DevConf are free and open, annual, open-source community conferences for community contibutors, sponsored by Red Hat.">
<meta property="og:title" content="DevConf.INFO">
<meta property="og:site_name" content="DevConf.info">
<meta property="og:description" content="DevConf are free and open, annual, open-source community conferences for community contibutors, sponsored by Red Hat.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://devconf.info">
<meta property="og:image" content="https://devconf.info/assets/images/devconf-icon.svg">
<meta property="twitter:image" content="https://devconf.info/assets/images/devconf-icon.svg">
<!-- YouTube Channel Linking Verification -->
<meta name="google-site-verification" content="IXOh3zMePCSVZkCqKQr8dZVFfpQgPG5Og-ZpULr8MJ4" />
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/assets/build/css/main.css?id=296056955c4513b0816e">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#512954">
<title>DevConf</title>
</head>
<body>
<!-- Full Page Image Header with Vertically Centered Content -->
<div class="h-100 w-100 d-flex flex-column">
<header class="masthead">
<div class="container h-100">
<div class="row align-items-center" style="padding: 10% 0 0 0">
<div class="col-sm text-center" style="padding: 10% 0 0 0">
<img src="/assets/images/devconf-logo-reverse.svg" alt="DevConf logo" style="width: 42vw;">
</div>
</div>
<div class="card-group h-25 pt-5 justify-content-md-center align-items-center landing-flags">
<div class="card-body text-center px-4">
<a class="underline" href="/cz">
<div class="d-block mx-auto pb-3"><img src="/assets/images/cz-flag.svg" alt="CZ flag"></div>
DevConf.CZ - Brno
</a>
</div>
<div class="card-body text-center px-4">
<a class="underline" href="/in">
<div class="d-block mx-auto pb-3"><img src="/assets/images/in-flag.svg" alt="IN flag"></div>
DevConf.IN - Bangalore
</a>
</div>
<div class="card-body text-center px-4">
<a class="underline" href="/us">
<div class="d-block mx-auto pb-3"><img src="/assets/images/us-flag.svg" alt="US flag"></div>
DevConf.US - Boston
</a>
</div>
</div>
</div>
</header>
<!-- Page Content -->
<footer class="landing-footer py-4 mx-auto w-100">
<div class="card-group justify-content-md-center px-5">
<div class="card-body text-center py-3 px-3 mx-auto"><a href="/coc">Code of Conduct</a></div>
<div class="card-body text-center py-3 px-3 mx-auto"><a href="/media-policy">Media Policy</a></div>
<div class="card-body text-center py-3 px-3 mx-auto"><a href="/participation-agreement">Participation Agreement</a></div>
<div class="card-body text-center py-3 px-3 mx-auto"><a href="/privacy-statement">Privacy Statement</a></div>
</div>
</footer>
</div>
</body>
</html>