Skip to content

Commit 33b47eb

Browse files
authored
2020 Launch! (DotNetConfTh#14)
1 parent 74ea57e commit 33b47eb

File tree

311 files changed

+94370
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+94370
-87
lines changed

2018/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- ========== Meta Tags ========== -->
55
<meta
66
http-equiv="Content-Security-Policy"
7-
content="default-src 'self' 'unsafe-inline' https: http:; img-src https: 'self' 'data:'; font-src https: http: 'self'"
7+
content="default-src 'self' 'unsafe-inline' https: http:; img-src https: 'self'; font-src https: http: 'self'"
88
/>
99
<meta charset="UTF-8" />
1010
<meta name="description" content="Thailand .NET Conf 2018" />

2019/about.html

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
---
2+
layout: "2019"
3+
year: "2019"
24
---
5+
36
<!--================ Join section Start =================-->
47
<section class="section-margin">
58
<div class="container">
69
<div class="section-intro text-center pb-98px">
710
<p class="section-intro__title">Join the event</p>
811
<h2 class="primary-text">About the event</h2>
9-
<img src="/assets/img/{{page.year}}/home/section-style.png" alt="">
12+
<img
13+
src="/assets/img/{{page.year}}/home/section-style.png"
14+
alt=""
15+
/>
1016
</div>
1117

1218
<div class="d-lg-flex justify-content-between">
@@ -15,7 +21,9 @@ <h2 class="primary-text">About the event</h2>
1521
<i class="flaticon-prize"></i>
1622
</div>
1723
<h3>Always First Service</h3>
18-
<p>.NET Conf is partnering with organizers around the globe to bring you 100+ local in-person events
24+
<p>
25+
.NET Conf is partnering with organizers around the globe to
26+
bring you 100+ local in-person events
1927
</p>
2028
</div>
2129

@@ -24,22 +32,31 @@ <h3>Always First Service</h3>
2432
<i class="flaticon-earth-globe"></i>
2533
</div>
2634
<h3>International Business</h3>
27-
<p>.NET Conf provides a wide selection of live sessions that feature the best speakers from the
28-
community </p>
35+
<p>
36+
.NET Conf provides a wide selection of live sessions that
37+
feature the best speakers from the community
38+
</p>
2939
</div>
3040

3141
<div class="card-feature mb-5 mb-lg-0">
3242
<div class="feature-icon">
3343
<i class="flaticon-sing"></i>
3444
</div>
3545
<h3>World Great Speaker</h3>
36-
<p> Join your fellow developers in a city near you to learn more about .NET</p>
46+
<p>
47+
Join your fellow developers in a city near you to learn more
48+
about .NET
49+
</p>
3750
</div>
3851
</div>
3952
<div class="row mt-5">
4053
<div class="col-12 text-center">
41-
<a class="button mb-2" href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
42-
target="_blank">FREE TICKETS</a>
54+
<a
55+
class="button mb-2"
56+
href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
57+
target="_blank"
58+
>FREE TICKETS</a
59+
>
4360
</div>
4461
</div>
4562
</div>

2019/agenda.html

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
2+
layout: "2019"
3+
year: "2019"
24
---
3-
{% capture section_style %}
4-
/assets/img/{{page.year}}/home/section-style.png
5-
{% endcapture %}
5+
6+
{% capture section_style %} /assets/img/{{page.year}}/home/section-style.png {%
7+
endcapture %}
68

79
<section class="section-margin mb-5 pb-5" id="agenda">
810
<div class="container">
911
<div class="section-intro text-center pb-98px">
1012
<p class="section-intro__title">Join the event</p>
1113
<h2 class="primary-text">Conference Agenda</h2>
12-
<img src="{{ section_style }}" alt="">
14+
<img src="{{ section_style }}" alt="" />
1315
</div>
1416

1517
<div class="row">
@@ -28,24 +30,27 @@ <h4>26 October, 2019</h4>
2830
<!-- Tab panes -->
2931
<div class="tab-content">
3032
<div id="day1" class="tab-pane active">
31-
3233
{% assign sessions = site.data.data-2019.sessions %}
3334
{% for session in sessions %}
3435
<div class="schedule-card">
3536
<div class="row no-gutters">
3637
<div class="col-md-3">
3738
{% for speaker in session.speakers %}
3839
<div class="card-identity">
39-
<img src="/assets/img/{{page.year}}/speakers/{{ speaker | split: ' ' | first | strip | downcase }}.jpg"
40-
alt="{{ speaker }}">
40+
<img
41+
src="/assets/img/{{page.year}}/speakers/{{ speaker | split: ' ' | first | strip | downcase }}.jpg"
42+
alt="{{ speaker }}"
43+
/>
4144
<h3>{{ speaker }}</h3>
4245
<p></p>
4346
</div>
4447
{% endfor %}
4548
</div>
4649
<div class="col-md-9 align-self-center">
4750
<div class="schedule-content">
48-
<p class="schedule-date h2">{{ session.time }}</p>
51+
<p class="schedule-date h2">
52+
{{ session.time }}
53+
</p>
4954
<a class="schedule-title">
5055
<h3>{{ session.title }}</h3>
5156
</a>
@@ -55,7 +60,6 @@ <h3>{{ session.title }}</h3>
5560
</div>
5661
</div>
5762
{% endfor %}
58-
5963
</div>
6064
</div>
6165
</div>
@@ -70,7 +74,7 @@ <h3>{{ session.title }}</h3>
7074
<div class="section-intro text-center pb-98px">
7175
<p class="section-intro__title">Join the event</p>
7276
<h2 class="primary-text">Get Your Ticket</h2>
73-
<img src="{{ section_style }}" alt="">
77+
<img src="{{ section_style }}" alt="" />
7478
</div>
7579

7680
<div class="row justify-content-center">
@@ -82,8 +86,11 @@ <h3>Free Ticket</h3>
8286
<h1 class="priceTable-price"><span>฿</span> 00.00</h1>
8387
</div>
8488
<div class="priceTable-footer">
85-
<a class="button" href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
86-
target="_blank">
89+
<a
90+
class="button"
91+
href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
92+
target="_blank"
93+
>
8794
FREE TICKETS
8895
</a>
8996
</div>

2019/index.html

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
---
2-
redirect_from:
3-
- /
2+
layout: "2019"
3+
year: "2019"
44
---
5+
56
<section class="hero-banner" id="home">
67
<div class="container text-center">
78
<span class="hero-banner-icon"><i class="flaticon-sing"></i></span>
89
<p>26 October 2019, Microsoft (Thailand) - Bangkok</p>
910
<p><strong>08:00 - 18:00</strong></p>
1011
<h1>.NET CONF 2019</h1>
11-
<a class="button button-header" href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
12-
target="_blank">FREE TICKETS</a>
12+
<a
13+
class="button button-header"
14+
href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
15+
target="_blank"
16+
>FREE TICKETS</a
17+
>
1318
</div>
1419
</section>
1520

@@ -18,13 +23,22 @@ <h1>.NET CONF 2019</h1>
1823
<div class="row">
1924
<div class="col-lg-4 align-self-center mb-5 mb-lg-0">
2025
<div class="innovative-wrapper">
21-
<h3 class="primary-text">Prepare yourself for the <br class="d-none d-xl-block"> .NET Conf 2019
26+
<h3 class="primary-text">
27+
Prepare yourself for the
28+
<br class="d-none d-xl-block" />
29+
.NET Conf 2019
2230
</h3>
23-
<p class="h4 primary-text2 mb-3">Discover the world of .NET</p>
24-
<p>Join us for .NET Conf, an event where we will be showcasing many of the advancements and
25-
capabilities of .NET. including some of the cool technologies that were recently announced by
26-
Microsoft. These technologies (but not limited
27-
to) include Web, Mobile Desktop, .NET Core, EF Core, C#, IoT, AI, ML, and Mobile.</p>
31+
<p class="h4 primary-text2 mb-3">
32+
Discover the world of .NET
33+
</p>
34+
<p>
35+
Join us for .NET Conf, an event where we will be
36+
showcasing many of the advancements and capabilities of
37+
.NET. including some of the cool technologies that were
38+
recently announced by Microsoft. These technologies (but
39+
not limited to) include Web, Mobile Desktop, .NET Core,
40+
EF Core, C#, IoT, AI, ML, and Mobile.
41+
</p>
2842
</div>
2943
</div>
3044
<div class="col-lg-8 pl-xl-5">
@@ -48,10 +62,16 @@ <h1 class="seconds">0</h1>
4862
</ul>
4963

5064
<div class="clockdiv-content text-center">
51-
<p class="h4 primary-text2 mb-2">26 October 2019, Microsoft (Thailand) - Bangkok</p>
65+
<p class="h4 primary-text2 mb-2">
66+
26 October 2019, Microsoft (Thailand) - Bangkok
67+
</p>
5268
<p class="h5 primary-text2 mb-2">08:00 - 18:00</p>
53-
<a class="button" href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
54-
target="_blank">FREE TICKETS</a>
69+
<a
70+
class="button"
71+
href="https://dotnetconfth2019.eventbrite.com/?aff=dotnetconfsite"
72+
target="_blank"
73+
>FREE TICKETS</a
74+
>
5575
</div>
5676
</div>
5777
</div>

2019/location.html

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,51 @@
11
---
2+
layout: "2019"
3+
year: "2019"
24
---
5+
36
<section class="section-padding gallery-area gallery-bg" id="location">
47
<div class="container">
58
<div class="section-intro section-intro-white text-center pb-98px">
69
<p class="section-intro__title">Join the event</p>
710
<h2 class="primary-text">Location</h2>
8-
<img src="/assets/img/{{page.year}}/home/section-style.png" alt="">
11+
<img
12+
src="/assets/img/{{page.year}}/home/section-style.png"
13+
alt=""
14+
/>
915
</div>
1016

1117
<div class="row">
12-
<div class="col-lg-6 align-self-center mb-5 mb-lg-0 section-intro-white">
18+
<div
19+
class="col-lg-6 align-self-center mb-5 mb-lg-0 section-intro-white"
20+
>
1321
<h3 class="primary-text h2">Microsoft (Thailand)</h3>
14-
<p><strong>Located in: </strong>All Seasons Place - CRC Tower</p>
15-
<p><strong>Address: </strong>
16-
87 Witthayu Rd, Khwaeng Lumphini, Khet Pathum Wan, Bangkok 10330</p>
1722
<p>
18-
<a href="https://goo.gl/maps/YSSHeJjkQa5XXVKu5" target="_blank">
19-
<strong style="color: var(--yellow)">Click to open on Google Maps </strong>
23+
<strong>Located in: </strong>All Seasons Place - CRC Tower
24+
</p>
25+
<p>
26+
<strong>Address: </strong> 87 Witthayu Rd, Khwaeng Lumphini,
27+
Khet Pathum Wan, Bangkok 10330
28+
</p>
29+
<p>
30+
<a
31+
href="https://goo.gl/maps/YSSHeJjkQa5XXVKu5"
32+
target="_blank"
33+
>
34+
<strong style="color: var(--yellow);"
35+
>Click to open on Google Maps
36+
</strong>
2037
</a>
2138
</p>
2239
</div>
2340
<div class="col-lg-6 pl-xl-5">
2441
<iframe
2542
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3875.66003837231!2d100.5459929152739!3d13.739020601290061!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30e29edeea4242f9%3A0x3884b66371c14b49!2sMicrosoft+(Thailand)!5e0!3m2!1sen!2sth!4v1566315248800!5m2!1sen!2sth"
26-
width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
43+
width="100%"
44+
height="450"
45+
frameborder="0"
46+
style="border: 0;"
47+
allowfullscreen
48+
></iframe>
2749
</div>
2850
</div>
2951
</div>

2019/speaker-list-item.html

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
---
2+
layout: "2019"
3+
year: "2019"
4+
---
5+
16
<div class="col-lg-4 col-sm-6 mb-4">
27
<div class="card-speaker">
3-
<img class="card-img rounded-0"
8+
<img
9+
class="card-img rounded-0"
410
src="/assets/img/{{page.year}}/speakers/{{ include.name | split: ' ' | first | strip | downcase }}.jpg"
5-
alt="{{ include.name }}">
11+
alt="{{ include.name }}"
12+
/>
613
<div class="speaker-footer">
714
<h4>{{ include.name }}</h4>
815
<p>{{ include.position }}</p>
@@ -11,31 +18,34 @@ <h4>{{ include.name }}</h4>
1118
<ul class="speaker-social">
1219
{% if include.linkedin %}
1320
<li>
14-
<a href="https://www.linkedin.com/in/{{ include.linkedin }}" target="_blank">
21+
<a
22+
href="https://www.linkedin.com/in/{{ include.linkedin }}"
23+
target="_blank"
24+
>
1525
<i class="ti-linkedin"> </i>
1626
</a>
1727
</li>
18-
{% endif %}
19-
20-
{% if include.github %}
28+
{% endif %} {% if include.github %}
2129
<li>
22-
<a href="https://github.com/{{ include.github }}" target="_blank">
30+
<a
31+
href="https://github.com/{{ include.github }}"
32+
target="_blank"
33+
>
2334
<i class="ti-github"> </i>
2435
</a>
2536
</li>
26-
{% endif %}
27-
28-
{% if include.website %}
37+
{% endif %} {% if include.website %}
2938
<li>
3039
<a href="{{ include.website }}" target="_blank">
3140
<i class="ti-rss-"></i>
3241
</a>
3342
</li>
34-
{% endif %}
35-
36-
{% if include.youtube %}
43+
{% endif %} {% if include.youtube %}
3744
<li>
38-
<a href="https://www.youtube.com/user/{{ include.youtube }}" target="_blank">
45+
<a
46+
href="https://www.youtube.com/user/{{ include.youtube }}"
47+
target="_blank"
48+
>
3949
<i class="ti-youtube"> </i>
4050
</a>
4151
</li>

0 commit comments

Comments
 (0)