-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
163 lines (148 loc) · 6.85 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
---
id: 'index'
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Presentations by Szymon Kulec @Scooletz">
<meta name="author" content="Szymon Kulec @Scooletz">
<meta name="theme-color" content="#ffffff">
<title>Presentations by Szymon Kulec @Scooletz</title>
<!-- icon-->
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha256-azvvU9xKluwHFJ0Cpgtf0CYzK7zgtOznnzxV4924X1w=" crossorigin="anonymous" />
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="/assets/css/agency.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="nav-link js-scroll-trigger" href="#page-top">TOP</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#author">Author</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading text-uppercase">@Scooletz</div>
<div class="intro-lead-in">Presentations</div>
</div>
</div>
</header>
{% for presentation in site.data.presentations %}
<section class="{% cycle '', 'bg-light' %}" id="{{ presentation.id }}">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">{{ presentation.name }}</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p class="large">
{{ presentation.abstract }}
</p>
</div>
</div>
<div class="row">
<div class="col">
<a class="btn btn-primary btn-lg text-uppercase" href="/{{ presentation.path }}" class="button" target="_blank">Slides</a>
{% if presentation.video %}<a class="btn btn-primary btn-lg text-uppercase" href="{{ presentation.video }}" class="button" target="_blank">Video</a>{% endif %}
{% if presentation.videoPL %}<a class="btn btn-primary btn-lg text-uppercase" href="{{ presentation.videoPL }}" class="button" target="_blank">Video (Polish only)</a>{% endif %}
</div>
</div>
</div>
</section>
{% endfor %}
<!-- Author -->
<section class="{% cycle '', 'bg-light' %}" id="author">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Author</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="team-member">
<img class="mx-auto rounded-circle" src="/assets/img/scooletz.jpg" alt="">
<h4>Szymon Kulec</h4>
<p class="large">
<p class="text-muted">Microsoft MVP, architect, speaker, co-founder of Dotnetos.</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://blog.scooletz.com">
<i class="fab fa-wordpress-simple"></i>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://twitter.com/scooletz">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.facebook.com/scooletz">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://github.com/scooletz">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<p class="large">
I incorporate a combination of Software Architecture and Performance Engineer. I do my best to learn and share knowledge of modern architecture principles, distributed systems, as well as deep understanding of performance principles.
<br/>
<br/>
I never allocate before noon.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<span class="copyright">Copyright © Szymon Kulec @Scooletz 2019</span></a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/js/bootstrap.bundle.min.js" integrity="sha256-MSYVjWgrr6UL/9eQfQvOyt6/gsxb6dpwI1zqM5DbLCs=" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.js" integrity="sha256-tw5/wId1F+4LyUF2ZJnpRoHNXJ66jrK3IGhfq4LhLjY=" crossorigin="anonymous"></script>
<!-- Custom scripts for this template -->
<script src="/assets/js/agency.js"></script>
</body>
</html>