flamegraphs: Improve the title page
[libguestfs-talks.git] / 2023-flamegraphs / 1000-title.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <style>
6   body { height: 100%; }
7   #bg-image {
8       background-image: url("background.png");
9       background-repeat: no-repeat;
10       background-attachment: fixed;
11       background-size: 100% 100%;
12       height: 100%;
13       z-index: -2;
14       /*filter: blur(8px);*/
15       backgrop-filter: blur(8px);
16   }
17   #titlepage {
18       background-color: rgba(1,1,1,0.1);
19       z-index: 2;
20   }
21 </style>
22
23 <div id="bg-image" />
24
25 <div id="titlepage">
26   <p class="title">
27     Fedora 38 and Flamegraphs
28   </p>
29
30   <p class="author">
31     Richard W.M. Jones <small>(rjones @ redhat.com)</small> <br/>
32     <small>Wednesday March 8th, 2023</small>
33   </p>
34
35   <p class="abstract">
36     Easy <b>performance analysis</b> of the whole system using
37     <b>perf</b>, <b>frame pointers</b>, and <b>flamegraphs</b>
38   </p>
39 </div>