-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
263 lines (231 loc) · 9.72 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
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>.NET Dev Summit - Virtual Conference</title>
<meta name=".NET Dev Summit" content="width=device-width, initial-scale=1">
<meta name="keywords" content=".NET,Dev,Summit,dotnet,developer,conference,cross platform mobile development,xamarin,blazor,microservices,dapr" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<!-- Font Awesome -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Slick slider -->
<link href="assets/css/slick.css" rel="stylesheet">
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet">
<!-- Montserrat for title -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Header -->
<header id="mu-hero" class="" role="banner">
<!-- Start menu -->
<nav class="navbar navbar-fixed-top navbar-default mu-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html">.NET Dev Summit</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="#mu-hero">Home</a></li>
<li><a href="#mu-about">About</a></li>
<li><a href="#mu-schedule">Events</a></li>
<li><a href="#mu-sponsors">Sponsors</a></li>
<!-- <li><a href="#mu-contact">Contact</a></li> -->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- End menu -->
<div class="mu-hero-overlay">
<div class="container">
<div class="mu-hero-area">
<!-- Start hero featured area -->
<div class="mu-hero-featured-area">
<div class="mu-hero-featured-content">
<img src="assets/images/dotnetHello.png" alt="Hello .NET">
<h1>.NET Dev Summit</h1>
<h2>Virtual Conference</h2>
<h2>Discover the world of .NET</h2>
<p class="mu-event-date-line">Up Next: OCT 31, 2020 @ Singapore</p>
<div class="mu-event-counter-area">
<div id="mu-event-counter">
</div>
<a href="#mu-about"><img style="margin-top:20px" src="assets/images/down.png" /></a>
</div>
</div>
</div>
<!-- End hero featured area -->
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start main content -->
<main role="main">
<!-- Start About -->
<section id="mu-about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-about-area">
<div class="mu-title-area">
<h2 class="mu-title">About The Conference</h2>
</div>
<!-- Start Feature Content -->
<div class="row">
<div class="col-md-12">
<p>
.NET Dev Summit is a free, virtual developer conference organized by the local .NET User group and supported by the .NET Foundation. Join us to learn about the latest and greatest of Microsoft Technologies directly from Microsoft teams, Microsoft MVPs, industry experts, and community rockstars.
</p>
<p><b>Code of Conduct</b> Our User Groups are dedicated to providing a respectful, harassment-free community for everyone. We do not tolerate harassment or bullying of any community member in any form. <a href="https://github.com/dotnetdevsummit/dotnetdevsummit.github.io/blob/main/Code-of-Conduct.md" target="_blank" >While attending the event, you must follow this Code of Conduct. </a> </p>
</div>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
</div>
</section>
<section id="mu-schedule">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="mu-schedule-area">
<div class="mu-title-area">
<h3 class="mu-title">Upcoming events</h3>
</div>
<!-- Start Feature Content -->
<div class="row" style="text-align:center;margin-bottom:4%;">
<p>.Net Dev Summit 2020 - Asia Pacific</p>
<p><a href="https://www.meetup.com/SingaporeMobileDev">SINGAPORE MOBILE .NET DEVELOPERS </a> </p>
<p><b>Date:</b> OCTOBER 31, 2020</p>
👉 <a href="apac/index.html">Register Now</a>
</div>
<!-- End Feature Content -->
</div>
</div>
<div class="col-md-6">
<div class="mu-schedule-area">
<div class="mu-title-area">
<h3 class="mu-title">Past events</h3>
</div>
<!-- Start Feature Content -->
<div class="row" style="text-align:center;margin-bottom:4%;" >
<p>.Net Dev Summit 2020 - Bengaluru</p>
<p><a href="https://www.meetup.com/bdotnetug/">BDOTNET-BENGALURU .NET USER GROUP</a> </p>
<p><b>Date:</b> August 29, 2020</p>
📽 <a href="https://bdotnet.in/dotnet-dev-summit-2020/">Watch Recording</a>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="text-align:center;margin-bottom:4%;">
<div class="mu-title-area">
<h2 class="mu-title">Are You A User Group Leader?</h2>
</div>
<p>We will help you host a .NET Dev Summit and stream live for free! Just submit your event details as a GitHub Pull Request to this website's repo.</p>
<p>Take an existing template and copy into a subfolder with your city's name. Update the Sessions, Speakers, Registration, and Sponsors and send us a PR. That's it! When the PR is merged, we will help you setup the live stream for your event.</p>
<p>Let's do it!</p> <p>👉 <a href="https://github.com/dotnetdevsummit/dotnetdevsummit.github.io">Fork this repo now.</a>👈</p>
</div>
</div>
</div>
</section>
<section id="mu-sponsors">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-sponsors-area">
<div class="mu-title-area">
<h2 class="mu-title">Supported by</h2>
</div>
<!-- Start spnonsors brand logo -->
<div class="mu-sponsors-content">
<div class="row">
<div class="col-md-12" style="text-align: center;">
<a href="https://dotnetfoundation.org/" target="_blank">
<img src="assets/images/dotnetfoundationhorizontal.svg" style="margin-left:20%;" alt=".NET Foundation" />
</a>
</div>
</div>
</div>
</div>
<!-- End spnonsors brand logo -->
</div>
</div>
</div>
</div>
</section>
<!-- End Sponsors -->
</main>
<!-- End main content -->
<!-- Start footer -->
<footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<div class="mu-footer-top">
<!-- <div class="mu-social-media">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
</div> -->
</div>
<div class="mu-footer-bottom">
<p class="mu-copy-right">© Copyright <a rel="nofollow" href="https://dotnetdevsummit.com/">DotnetDevSummit</a>. All rights
reserved.</p>
<p><a href="https://github.com/dotnetdevsummit/dotnetdevsummit.github.io/blob/main/Code-of-Conduct.md" target="_blank">Code of Conduct</a></p>
<div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/"
title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0"
target="_blank">CC 3.0</a></div>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.min.js"></script>
<!-- Event Counter -->
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<!-- Ajax contact form -->
<script type="text/javascript" src="assets/js/app.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>