-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (188 loc) · 8.06 KB
/
index.html
File metadata and controls
201 lines (188 loc) · 8.06 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
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
<!--MIT License
Copyright (c) 2020 Max Base
-->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="asset/style.css">
</head>
<body>
<header>
<img class="logo" src="asset/vmw-code-logo_wht.png">
<div class="time">October 5-6, 2021</div>
<div class="countdown-time">
<span id="d">22</span>
d
::
<span id="h">1</span>
h
::
<span id="m">48</span>
m
::
<span id="s">6</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 class="active"><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/">Home</a></li>
<li><a href="">Schedule</a></li>
<li><a href="https://gabrieladarza.github.io/CodeConnect2021-trial-2/speakers/">Speakers</a></li>
<li><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/sponsors">Sponsors</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>
<li><a href="https://vmwarecodeconnect.github.io/CodeConnect2021/hackathon">Hackathon</a></li>
</nav>
</header>
<section class="content">
<div class="container">
<h1 class="gradient-text">Code Connect 2021</h1>
<p>
Join us at our 2021 #CodeConnect for 2 days of learning, coding and connecting with the VMware {code} community in 100% live sessions!
</p>
<br>
<a href="https://forms.gle/92gBcfRBuCfX7oFv7" class="button">
REGISTER
</a>
</div>
</section>
<hr>
<hr class="gradient">
<section class="speakers">
<h1>Meet our Team!</h1>
<ul class="speaker-list">
<li>
<img alt="Gabi Darza" src="image/gabi.png">
<h3>"The best is yet to come"</h3>
<h4>Gabi Darza</h4>
<h5>Community Manager, VMware</h5>
</li>
<li>
<img alt="Kripa Sitaraman" src="image/kripa.png">
<h3>"This year- bigger and better than the last. Looking forward to connecting with everyone"</h3>
<h4>Kripa Sitaraman</h4>
<h5>Community Manager, VMware</h5>
</li>
<li>
<img alt="Eric Nielsen" src="image/ericnielsen.jpeg">
<h3>"Will I run another lab this year? Guess you are just going to have to wait and see"</h3>
<h4>Eric Nielsen</h4>
<h5>Senior Director, Social Meda and Communities</h5>
</li>
</ul>
</section>
<!-- <hr class="gradient"> -->
<!-- <hr> -->
<section class="attends">
<h2>Why attend?</h2>
<h4 class="text-gradient-purple">Learn from the best</h4>
<p>Two tracks, two days, dozens of live sessions from subject matter experts in their fields</p>
<h4 class="text-gradient-purple">Coding, customized</h4>
<p>Choose sessions in two live tracks and customize your learning.</p>
<h4 class="text-gradient-purple">Connect beyond content</h4>
<p>Networking and learning opportunities, get to know the VMware{code} community</p>
<h4 class="text-gradient-purple">Have fun along the way</h4>
<p>Coding is meant to be fun! Don't take yourself too seriously, grab a beer, and come ready to learn</p>
</section>
<hr class="gradient">
<!-- <hr> -->
<section class="subscribe">
<p>
Join VMware {code} for updates to stay in the loop with our 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 class="sponsors">
<div class="container">
<h4>Thank you to our sponsors</h4>
<ul class="sponsor-list">
<li>
<a href="/sponsors/controlup/" data-ga-click="Home, click, cta_text: open controlup page">
<img src="asset/logo_controlup.png" alt="controlup">
</a>
</li>
<li>
<a href="/sponsors/github/" data-ga-click="Home, click, cta_text: open github page">
<img src="asset/logo_github.png" alt="github">
</a>
</li>
<li>
<a href="/sponsors/ibm/" data-ga-click="Home, click, cta_text: open ibm page">
<img src="asset/logo_ibm.png" alt="ibm">
</a>
</li>
<li>
<a href="/sponsors/womenwhocode/" data-ga-click="Home, click, cta_text: open womenwhocode page">
<img src="asset/logo_womenwhocode.png" alt="womenwhocode">
</a>
</li>
<li>
<a href="/sponsors/zoom/" data-ga-click="Home, click, cta_text: open zoom page">
<img src="asset/logo_zoom.png" alt="zoom">
</a>
</li>
</ul>
<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>
</section>
<footer>
<li>
<a href="https://bit.ly/3o9lkUB">Code of Conduct</a>
</li>
<br>
<a href="">
<img class="logo" src="asset/logowhite.png">
</a>
<p class="copyright">© 2021 VMware {code}. All rights reserved.</p>
</footer>
</body>
</html>