-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (178 loc) · 9.09 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Timezones of Ubuntu Budgie team members">
<meta name="author" content="Rohan "HEXcube" Villoth">
<title>Timezones of Ubuntu Budgie team members</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/images/favicons/manifest.json">
<link rel="mask-icon" href="assets/images/favicons/safari-pinned-tab.svg" color="#404552">
<meta name="apple-mobile-web-app-title" content="Ubuntu Budgie">
<link rel="shortcut icon" href="assets/images/favicons/favicon.ico">
<!-- <meta name="application-name" content="Ubuntu Budgie"> -->
<meta name="msapplication-config" content="assets/images/favicons/browserconfig.xml">
<meta name="theme-color" content="#404552">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="assets/css/styles.css" rel="stylesheet">
</head>
<body class="landing-page d-flex justify-content-center h-100 text-white text-center">
<div class="container d-flex h-100 mx-auto flex-column">
<header class="masthead px-md-5 mt-3 mb-auto">
<div class="inner">
<div class="masthead-brand pt-1">
<a href="https://ubuntubudgie.org"><img class="navbar-logo img-fluid ml-2 ml-md-0" src="assets/images/art/ubuntu-budgie-wordmark-light.svg" alt="Ubuntu Budgie logo"></a>
</div>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="https://UbuntuBudgie.github.io">Home</a>
<a class="nav-link" href="https://ubuntubudgie.org/team">Team</a>
<a class="nav-link" href="https://ubuntubudgie.org/about">About</a>
</nav>
</div>
</header>
<main role="main" class="inner py-4">
<h3 class="cover-heading mb-4">Team Timezones</h3>
<div class="timezones-list-area lead">
<div class="row py-2">
<div class="col-12 col-md-6 offset-lg-2 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<span>David "fossfreedom" Mohammed</span>
</div>
<div class="col-12 col-md-6 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<div id="timezone-uk" class="clock-container">
<span class="jcgmt-date"></span>
<span>,</span>
<span class="jcgmt-digital"></span>
<span> - </span>
<span class="region-name">UK</span>
</div>
<!-- /clock-container -->
</div>
</div>
<!-- /row -->
<hr class="border-white d-md-none">
<div class="row py-2">
<div class="col-12 col-md-6 offset-lg-2 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<span>Dustin "bashfulrobot" Krysak</span>
</div>
<div class="col-12 col-md-6 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<div id="timezone-vancouver" class="clock-container">
<span class="jcgmt-date"></span>
<span>,</span>
<span class="jcgmt-digital"></span>
<span> - </span>
<span class="region-name">Canada</span>
</div>
<!-- /clock-container -->
</div>
</div>
<!-- /row -->
<hr class="border-white d-md-none">
<div class="row py-2">
<div class="col-12 col-md-6 offset-lg-2 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<span>Nikola "GrindamN" Stojic</span>
</div>
<div class="col-12 col-md-6 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<div id="timezone-belgrade" class="clock-container">
<span class="jcgmt-date"></span>
<span>,</span>
<span class="jcgmt-digital"></span>
<span> - </span>
<span class="region-name">Serbia</span>
</div>
<!-- /clock-container -->
</div>
</div>
<!-- /row -->
<hr class="border-white d-md-none">
<div class="row py-2">
<div class="col-12 col-md-6 offset-lg-2 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<span>Jacob Vlijm</span>
</div>
<div class="col-12 col-md-6 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<div id="timezone-netherlands" class="clock-container">
<span class="jcgmt-date"></span>
<span>,</span>
<span class="jcgmt-digital"></span>
<span> - </span>
<span class="region-name">Netherlands</span>
</div>
<!-- /clock-container -->
</div>
</div>
<!-- /row -->
<hr class="border-white d-md-none">
<div class="row py-2">
<div class="col-12 col-md-6 offset-lg-2 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<span>Rohan "HEXcube" Villoth</span>
</div>
<div class="col-12 col-md-6 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<div id="timezone-india" class="clock-container">
<span class="jcgmt-date"></span>
<span>,</span>
<span class="jcgmt-digital"></span>
<span> - </span>
<span class="region-name">India</span>
</div>
<!-- /clock-container -->
</div>
</div>
<!-- /row -->
<hr class="border-white d-md-none">
<div class="row py-2">
<div class="col-12 col-md-6 offset-lg-2 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<span>Udara Madubhashana</span>
</div>
<div class="col-12 col-md-6 col-lg-5 d-flex align-items-center justify-content-center justify-content-md-start">
<div id="timezone-srilanka" class="clock-container">
<span class="jcgmt-date"></span>
<span>,</span>
<span class="jcgmt-digital"></span>
<span> - </span>
<span class="region-name">Sri Lanka</span>
</div>
<!-- /clock-container -->
</div>
</div>
<!-- /row -->
</div>
<!-- /timezones-list-area -->
<p class="lead pt-4">
<a target="_blank" href="https://ubuntubudgie.org/team" class="styled-button btn btn-secondary">View Team</a>
</p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>© 2016 - <span id="copyright-year"></span> <a target="_blank" href="https://ubuntubudgie.org">Ubuntu Budgie</a></p>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Copyright Year Autoupdate -->
<script type='text/javascript' src="assets/js/copyright-year-update.min.js"></script>
<!-- jClocksGMT.js -->
<script src="https://cdn.rawgit.com/wilq32/jqueryrotate/2.3/jQueryRotate.js" integrity="sha384-irekMZBzO2Dz9USiNWj5ysZmKP0dVzMDiq25T0k28896/l7YHU/xntx0ZIVqiwUx" crossorigin="anonymous"></script>
<script src="https://rawcdn.githack.com/mcmastermind/jClocksGMT/d77a3c6bd98d0696c4da1e93a78d77c422d27f47/js/jClocksGMT.js"></script>
<script src="assets/js/jClocksGMT-config.js"></script>
<!-- https://github.com/remarkablemark/github-corners -->
<script
async
defer
data-href="https://github.com/UbuntuBudgie/TeamTimezones"
data-label="Check out the source code for this website!"
src="https://unpkg.com/[email protected]/dist/embed.min.js"
integrity="sha384-EUEPJWWx9PM624ES+mTJPqjXmh49+udi2mwJ25fNOnbg9khX0d+g7H5fMW6UPRqN"
crossorigin="anonymous"
></script>
<!-- /script -->
</body>
</html>