Initial 2020 static site
This commit is contained in:
parent
68b4fbdd40
commit
7a38accc47
6 changed files with 481 additions and 0 deletions
80
2020/coc.html
Normal file
80
2020/coc.html
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
<!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">
|
||||||
|
|
||||||
|
<title>foss-north 2020</title>
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" href="favicon.ico">
|
||||||
|
|
||||||
|
<!-- Bootstrap -->
|
||||||
|
<!-- Latest compiled and minified CSS -->
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body><nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
|
||||||
|
<a class="navbar-brand" href="https://foss-north.se/"><img src="images/brand-logo.png" /></a>
|
||||||
|
|
||||||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||||
|
<ul class="navbar-nav mr-auto"><li class="nav-item"><a class="nav-link" href="/2020/">Home</a>
|
||||||
|
</li><li class="nav-item active"><a class="nav-link" href="/2020/coc.html">Code of Conduct<span class="sr-only">(current)</span></a>
|
||||||
|
</li></ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="http://foss-north.se/">More foss events</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="container">
|
||||||
|
<h1 id="code-of-conduct">Code of Conduct</h1>
|
||||||
|
|
||||||
|
<p>We, the organizers, want foss-north to be an event that is open and accessible to all. We require all attendees, speakers, sponsors and volunteers at our conference to agree with the following code of conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to help ensure a safe environment for everybody.</p>
|
||||||
|
|
||||||
|
<p>Any questions regarding this can be directed to the e-mail found in the footer of this page.</p>
|
||||||
|
|
||||||
|
<div class="bodybreak"> </div>
|
||||||
|
|
||||||
|
<h2 id="short-version">Short Version</h2>
|
||||||
|
|
||||||
|
<p>Our conference is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organisers.</p>
|
||||||
|
|
||||||
|
<h2 id="full-version">Full Version</h2>
|
||||||
|
|
||||||
|
<p>Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion, technology choices, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.</p>
|
||||||
|
|
||||||
|
<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
|
||||||
|
|
||||||
|
<p>Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualised images, activities, or other material. Booth staff (including volunteers) should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.</p>
|
||||||
|
|
||||||
|
<p>If a participant engages in harassing behavior, the conference organisers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</p>
|
||||||
|
|
||||||
|
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately. Conference staff can be identified as they’ll be wearing branded clothing and/or badges.</p>
|
||||||
|
|
||||||
|
<p>Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
|
||||||
|
|
||||||
|
<p>We expect participants to follow these rules at conference and workshop venues and conference-related social events.</p>
|
||||||
|
|
||||||
|
<div class="bodybreak"> </div>
|
||||||
|
|
||||||
|
<p>Original source and credit: <a href="http://2012.jsconf.us/#/about">http://2012.jsconf.us/#/about</a> and <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy">The Ada Initiative</a><br />
|
||||||
|
This work is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons Attribution 3.0 Unported License</a></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
foss-north and foss-gbg are arranged by Free Open Source Software North Conferences ek.för.<br />
|
||||||
|
Contact: info -at- foss-gbg.se.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Optional JavaScript -->
|
||||||
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
2020/images/brand-logo.png
Normal file
BIN
2020/images/brand-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
2020/images/logo-black.png
Normal file
BIN
2020/images/logo-black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
113
2020/index.html
Normal file
113
2020/index.html
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
<!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">
|
||||||
|
|
||||||
|
<title>foss-north 2020</title>
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" href="favicon.ico">
|
||||||
|
|
||||||
|
<!-- Bootstrap -->
|
||||||
|
<!-- Latest compiled and minified CSS -->
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body><nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
|
||||||
|
<a class="navbar-brand" href="https://foss-north.se/"><img src="images/brand-logo.png" /></a>
|
||||||
|
|
||||||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||||
|
<ul class="navbar-nav mr-auto"><li class="nav-item active"><a class="nav-link" href="/2020/">Home<span class="sr-only">(current)</span></a>
|
||||||
|
</li><li class="nav-item"><a class="nav-link" href="/2020/coc.html">Code of Conduct</a>
|
||||||
|
</li></ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="http://foss-north.se/">More foss events</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="container">
|
||||||
|
<p>
|
||||||
|
<img src="images/logo-black.png" width="40%" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h1>Announcing foss-north 2020</h1>
|
||||||
|
<p>foss-north 2020 will run from March 29 - April 1 in Gothenburg, Sweden. It will consist of one community day filled with workshops, unconferences, hackathons, and fun, then two conference days, and end with a day of training sessions. We are currently looking for sponsors!</p>
|
||||||
|
|
||||||
|
<div class="bodybreak"> </div>
|
||||||
|
|
||||||
|
<h1>Sponsors</h1>
|
||||||
|
|
||||||
|
<p>A great conference is made by great contents. For great contents we need great sponsors. Please join us in making foss-north 2020 the best foss-north of them all.</p>
|
||||||
|
|
||||||
|
<p>We want to create the meeting space for open source communities in the Nordic region. The foss-north event is one step on that path. Nothing of this would be possible by the support of our sponsors.</p>
|
||||||
|
|
||||||
|
<p>We are looking for sponsors of all sizes to be a part of the foss-north event. We offer the following tiers:</p>
|
||||||
|
|
||||||
|
<div class="bodytext">
|
||||||
|
<table class="table table-striped">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="leftalign">Benefit</th>
|
||||||
|
<th>Base</th>
|
||||||
|
<th>Silver</th>
|
||||||
|
<th>Gold</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="leftalign">Cost</td>
|
||||||
|
<td>10kSEK</td>
|
||||||
|
<td>25kSEK</td>
|
||||||
|
<td>40kSEK</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="leftalign">Availability</td>
|
||||||
|
<td>Unlimited</td>
|
||||||
|
<td>Unlimited</td>
|
||||||
|
<td>2</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="leftalign">Logo and link</td>
|
||||||
|
<td>Yes, small</td>
|
||||||
|
<td>Yes, large</td>
|
||||||
|
<td>Yes, largest</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="leftalign">Mention in keynote</td>
|
||||||
|
<td> </td>
|
||||||
|
<td> </td>
|
||||||
|
<td>Yes</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="leftalign">Number of free tickets</td>
|
||||||
|
<td>3</td>
|
||||||
|
<td>5</td>
|
||||||
|
<td>10</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>We are also offering a limited number of booths for our sponsors. Please tell us if you are interested in this.</p>
|
||||||
|
|
||||||
|
<p>You find a more detailed information in our <a href="sponsorship-2020.pdf">sponsorship prospectus</a>. Prospective sponsors are welcome to contacting <a href="mailto:info@foss-gbg.se">info@foss-gbg.se</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
foss-north and foss-gbg are arranged by Free Open Source Software North Conferences ek.för.<br />
|
||||||
|
Contact: info -at- foss-gbg.se.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Optional JavaScript -->
|
||||||
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
2020/sponsorship-2020.pdf
Normal file
BIN
2020/sponsorship-2020.pdf
Normal file
Binary file not shown.
288
2020/style.css
Normal file
288
2020/style.css
Normal file
|
@ -0,0 +1,288 @@
|
||||||
|
@import url(https://fonts.googleapis.com/css?family=Armata);
|
||||||
|
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: 'Armata', serif;
|
||||||
|
color: #333333;
|
||||||
|
font-size: 48pt;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: 'Armata', serif;
|
||||||
|
color: #333333;
|
||||||
|
font-size: 36pt;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.left {
|
||||||
|
font-family: 'Armata', serif;
|
||||||
|
color: #333333;
|
||||||
|
font-size: 36pt;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-family: 'Armata', serif;
|
||||||
|
color: #333333;
|
||||||
|
font-size: 24pt;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.talkheading {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.talkmajor {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
font-weight: 800;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.talktitle {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 12pt;
|
||||||
|
font-weight: 800;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.talkspeaker {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 11pt;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.talkspeaker > a {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 11pt;
|
||||||
|
color: black;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.scheduletime {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 11pt;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
margin-bottom: 0;
|
||||||
|
border-bottom: solid black 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
padding-top: 9px;
|
||||||
|
padding-bottom: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-nav > .active > a,
|
||||||
|
.navbar-nav > .active > a:hover,
|
||||||
|
.navbar-nav > .active > a:focus {
|
||||||
|
font-weight: 1200;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body { padding-top: 100px; }
|
||||||
|
|
||||||
|
.offsetanchor {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
top: -150px;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footer {
|
||||||
|
background-color: #ffcc33;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 9pt;
|
||||||
|
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
margin-top: 40px;
|
||||||
|
|
||||||
|
border-top: solid black 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-image:linear-gradient(#ffcc33 100px, #fff 450px);
|
||||||
|
background-image:-webkit-linear-gradient(#ffcc33 100px, #fff 450px);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-color: white
|
||||||
|
}
|
||||||
|
|
||||||
|
div.bodytext {
|
||||||
|
text-align: center;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: center;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.left {
|
||||||
|
text-align: left;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.tight {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.bodybreak {
|
||||||
|
background-color: #ffcc33;
|
||||||
|
display: block;
|
||||||
|
height: 2px;
|
||||||
|
|
||||||
|
margin-top: 60px;
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.sp-image {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.speaker > div.picture {
|
||||||
|
float: left;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 10px;
|
||||||
|
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 2px;
|
||||||
|
border-color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.name {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 24pt;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.title {
|
||||||
|
font-blackfamily: 'Roboto', sans-serif;
|
||||||
|
font-size: 24pt;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.links {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
font-weight: 800;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.abstract {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.bio {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
font-style: italic;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.sponsorrow,
|
||||||
|
div.speakerrow {
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.speakerfront,
|
||||||
|
a.speakerfront:hover,
|
||||||
|
a.speakerfront:focus {
|
||||||
|
color: #333333;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-style: dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.projectlink,
|
||||||
|
a.projectlink:hover,
|
||||||
|
a.projectlink:focus {
|
||||||
|
color: #333333;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 24pt;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-style: dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
.speakergrid {
|
||||||
|
padding: 20px;
|
||||||
|
max-width: 80%;
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sponsorrow {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sponsor {
|
||||||
|
padding: 20px;
|
||||||
|
max-width: 80%;
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.toptitle
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
color: #ffcc33;
|
||||||
|
font-family: 'Armata', serif;
|
||||||
|
font-size: 18pt;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: black;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.topsub {
|
||||||
|
text-align: center;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-size: 18pt;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue