-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
79 lines (73 loc) · 4.68 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About | Plone Conference TOKYO 2018</title>
<link rel="shortcut icon" hear="">
<link rel="index contents" href="/" title="Home">
<meta property="og.title" content="Plone Conference Tokyo 2018">
<meta property="og.type" content="">
<meta property="og.url" content="">
<meta property="og.image" content="">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,900">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="about">
<header>
<nav class="gnav">
<input class="gnav-input" id="check" type="checkbox">
<label class="gnav-open" for="check"></label>
<ul class="gnav-contents">
<li class="gnav-contents__home"><a href="index.html" class="gnav-contents__item item-home">Home</a></li>
<li><a href="about.html" class="gnav-contents__item item-about">About</a></li>
<li><a href="#" class="gnav-contents__item item-training">Training</a></li>
<li><a href="#" class="gnav-contents__item item-talks">Talks</a></li>
<li><a href="#" class="gnav-contents__item item-sprints">Sprints</a></li>
<li><a href="#" class="gnav-contents__item item-venue">Venue</a></li>
<li><a href="#" class="gnav-contents__item item-terms">Terms</a></li>
<li><a href="#" class="gnav-contents__item item-contact">Contact</a></li>
<li><a href="#" class="gnav-contents__item item-search">Search</a></li>
</ul>
</nav>
</header>
<main>
<header class="pagetitle">
<h2 class="pagetitle-title">About</h2>
<p class="pagetitle-date">November 5-11</p>
<p class="pagetitle-copy">A sentence briefly expressing the contents of the event.</p>
</header>
<section class="pagecontents">
<h2>H2 Level Title</h2>
<p>Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures <a href="#">HYPER LINK</a> or conversations
in it, “and what is the use of a book,” thought Alice, “without pictures or conversations?”</p>
<h3>H3 Level Title</h3>
<p>So she was considering, in her own mind (as well as she could, for the hot day made her feel very sleepy and stupid), whether the pleasure of making a daisy-chain would be worth the trouble of getting up and picking the daisies, when suddenly
a White Rabbit with pink eyes ran close by her.
<img src="assets/img/dummy-image.png"> So she was considering, in her own mind (as well as she could, for the hot day made her feel very sleepy and stupid), whether the pleasure of making a daisy-chain would be worth the trouble of getting
up and picking the daisies, when suddenly a White Rabbit with pink eyes ran close by her.
</p>
<ul>
<li>List Text TextText</li>
<li>List Text TextText</li>
<li>List Text TextText</li>
<li>List Text TextText</li>
<li>List Text TextText</li>
</ul>
<div class="block_type01">
<img src="https://2018.ploneconf.org/talks/keynotes/jim-fulton/@@images/ca7111d4-491d-45c4-865c-f7fff8622673.jpeg" alt="Jim Fulton" title="Jim Fulton" class="image" />
<div class="text">
<p>Jim Fulton led Zope development for many years and created many key Zope components, such as the ZODB, the Zope Publisher, Component Architecture and more. Jim is also a co-creator of the Buildout development and deployment tool.</p>
<p>At Zope Corporation, he created a wide variety of open-source tools, many concerned with deploying and managing applications. Jim is a Python contributor and has been using Python for more than 20 years.</p>
</div>
</div>
</section>
</main>
<footer>
<p class="copyright">The Plone® Open Source CMS/WCM is © 2000-2018 by the Plone Foundation and friends. Distributed under the GNU GPL license.</p>
</footer>
<script src="assets/js/default.js"></script>
</body>
</html>