forked from vmwarecodeconnect/CodeConnect2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
250 lines (239 loc) · 10.4 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!--MIT License
Copyright (c) 2020 Max Base
-->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="asset/style.css">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
</head>
<body>
<header>
<a href="https://vmwarecodeconnect.github.io/CodeConnect2021/">
<img class="logo" src="asset/logo-gray.png">
</a>
<div class="time">OCTOBER 5 - 7, 2021</div>
<div class="countdown-time">
<span id="d"></span>
d
:
<span id="h"></span>
h
:
<span id="m"></span>
m
:
<span id="s"></span>
s
</div>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Oct 5, 2021 09:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo"
document.getElementById("d").innerHTML = days;
document.getElementById("h").innerHTML = hours;
document.getElementById("m").innerHTML = minutes;
document.getElementById("s").innerHTML = seconds;
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);
</script>
<nav>
<li><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/">Home</a></li>
<li><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/schedule/">Agenda</a></li>
<li><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/speakers/">Speakers</a></li>
<li><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/hackathon">Hackathon</a></li>
<li><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/faqs">FAQ</a></li>
<li><a href="https://code.vmware.com/join">Join</a></li>
</nav>
</header>
<hr class="gradient">
<section class="content">
<div class="container1">
<h1>Register Now for <br>Code Connect 2021
</h1>
<p>
Learn, code, and connect with the VMware <br>{code} community in 100% live sessions!
</p>
<br>
<a href="https://www.vmware.com/vmworld/en/index.html" target="_blank" class="button">
REGISTER NOW
</a>
</div>
</section>
<div class="container3">
<div class="container-card">
<div class="card">
<div class="card-header">
<img src="image/vmworld_agenda.jpg" alt="agenda" />
</div>
<div class="card-body">
<h>
Agenda
</h>
<br>
<p>
View our full calendar of Kubernetes and IT Automation sessions!
</p>
<a href="https://vmwarecodeconnect.github.io/CodeConnect2021/schedule/" class="text-decoration-none"> LEARN MORE <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="fa fa-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</a>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="image/vmworld_hackathon.jpg" alt="hackathon" />
</div>
<div class="card-body">
<h>
Hackathon
</h>
<br>
<p>
Put your coding and collaboration skills to work!
</p>
<a href="https://vmwarecodeconnect.github.io/CodeConnect2021/hackathon/" class="text-decoration-none"> LEARN MORE <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="fa fa-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</a>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="image/vmworld_connect.jpg" alt="connect" />
</div>
<div class="card-body">
<h>
Connect
</h>
<br>
<p>
Join VMware {code} and network with our growing {code} community.
</p>
<a href="https://code.vmware.com/join" target="_blank" class="text-decoration-none"> LEARN MORE <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="fa fa-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</a>
</div>
</div>
</div>
</div>
<!-- learn code connect here -->
<div class="container4">
<h2> Code Connect Tracks </h2>
<div class="container-card">
<div class="card">
<div class="card-header">
<img src="asset/IT-auto-bg.jpeg" alt="IT Automation" />
</div>
<div class="card-body">
<h>
IT Automation
</h>
<br>
<p>
With the rise of virtualized networks and cloud services, automation helps IT teams deliver services with improved speed, consistency, and security.
</p>
<a href="https://vmwarecodeconnect.github.io/CodeConnect2021/schedule/" class="text-decoration-none"> SEE SESSIONS <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="fa fa-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</a>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="asset/kubernetes-bg.jpeg" alt="Kubernetes" />
</div>
<div class="card-body">
<h>
Kubernetes
</h>
<br>
<p>
Learn more about K8s! An open-source container orchestration platform that enables the operation of an elastic web server framework for cloud applications.
</p>
<a href="https://vmwarecodeconnect.github.io/CodeConnect2021/schedule/" class="text-decoration-none"> SEE SESSIONS <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="fa fa-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</a>
</div>
</div>
</div>
</div>
<!-- codeconnect at vmware here -->
<section class="attends">
<h2>Code Connect at VMworld 2021</h2>
<h4>Learn from the best</h4>
<p>Two tracks, two days, dozens of live sessions from <br> subject matter experts in their fields</p>
<h4>Coding, customized</h4>
<p>Choose sessions in two live tracks and <br> customize your learning.</p>
<h4>Connect beyond content</h4>
<p>Networking and learning opportunities, get to know <br> the VMware{code} community</p>
<h4>Have fun along the way</h4>
<p>Coding is meant to be fun! Don't take yourself too seriously, <br> grab a beer, and come ready to learn</p>
</section>
<!-- <hr> -->
<section class="subscribe">
<h2> Connect With Us! </h2>
<p>
Join VMware {code} for updates to stay in the loop with our code community.
</p>
<br>
<a href="https://code.vmware.com/join" class="button" target="_blank">
<span>Join for updates</span>
</a>
</section>
<hr class="gradient">
<section="container3">
<footer>
<ul class="linear-list">
<li>
<a href="https://twitter.com/vmwarecode">
<img src="https://githubuniverse.com/assets/img/svgs/twitter.svg">
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/vmware/">
<img src="https://githubuniverse.com/assets/img/svgs/linkedin.svg">
</a>
</li>
<li>
<a href="https://www.instagram.com/vmware/?hl=en">
<img src="https://githubuniverse.com/assets/img/svgs/instagram.svg">
</a>
</li>
<li>
<a href="https://www.youtube.com/vmwarecode">
<img src="https://githubuniverse.com/assets/img/svgs/youtube.svg">
</a>
</li>
</ul>
<li>
<a href="https://www.vmware.com/vmworld/en/code-of-conduct.html">Code of Conduct</a>
</li>
<br>
<a href="">
<img class="logo" src="asset/graycode-logo.png">
</a>
<p class="copyright">© 2021 VMware {code}. All rights reserved.</p>
</footer>
</section>
</body>
</html>