Re-theme static site to match Symposion theme
This commit is contained in:
parent
38f3372fbf
commit
6d83526717
6 changed files with 104 additions and 38 deletions
3
content/news-item.md
Normal file
3
content/news-item.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
title: News item
|
||||||
|
tags: news
|
||||||
|
date: 2023-04-20
|
|
@ -1,4 +1,5 @@
|
||||||
title: About FOSSY
|
title: About FOSSY
|
||||||
|
slug: about
|
||||||
|
|
||||||
<p>FOSS is back in Portland, OR - July 13-16th 2023 at the Oregon Convention
|
<p>FOSS is back in Portland, OR - July 13-16th 2023 at the Oregon Convention
|
||||||
Center!</p>
|
Center!</p>
|
||||||
|
@ -37,3 +38,4 @@ proprietary software that is treated as default.</p>
|
||||||
<p>If you are interested in sponsoring our conference, please see our
|
<p>If you are interested in sponsoring our conference, please see our
|
||||||
<a href="https://sfconservancy.org/docs/Fossy-Prospectus.pdf">Sponsorship
|
<a href="https://sfconservancy.org/docs/Fossy-Prospectus.pdf">Sponsorship
|
||||||
Prospectus</a> or contact us at conference@sfconservancy.org</p>
|
Prospectus</a> or contact us at conference@sfconservancy.org</p>
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
@ -6,7 +6,9 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="generator" content="Pelican" />
|
<meta name="generator" content="Pelican" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
|
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
|
||||||
|
<link href="https://2023.fossy.us/static/build/scss/app.css" rel="stylesheet" type="text/css" />
|
||||||
<style>
|
<style>
|
||||||
a {
|
a {
|
||||||
color: #137752;
|
color: #137752;
|
||||||
|
@ -40,17 +42,62 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<body class="sans-serif washed-yellow mt4 mb5" style="background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%);">
|
<body>
|
||||||
<header class="ph3 ph5-ns pt3 pt4-ns pb4 flex-ns mw8 center">
|
|
||||||
<div class="mr4" style="flex-grow: 1">
|
|
||||||
<h1 class="f-subheadline f-headline-ns lh-solid tracked-tight mv0"><a class="washed-yellow no-underline" href="{{ SITEURL }}/index.html">{{ SITENAME }}</a></h1>
|
|
||||||
<h2 class="f3 f2-ns lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
|
|
||||||
<h3 class="f4 f4-ns lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
|
|
||||||
</div>
|
|
||||||
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{{ SITEURL }}/theme/images/conservancy-logo.svg" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
|
|
||||||
</header>
|
|
||||||
<div class="f6 black-70 bg-washed-yellow lh-copy mw8 pv3 pv4-ns ph3 ph5-ns br4-ns center mb4">
|
|
||||||
|
|
||||||
|
<header class="clearfix d-print-none">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark" style="background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%); margin-bottom: 1rem">
|
||||||
|
<div class="container">
|
||||||
|
<h2 class="sans-serif f2 f1-ns b lh-solid tracked-tight mv0 mr3">
|
||||||
|
<a class="washed-yellow hover-washed-yellow" href="/" style="text-decoration: none">
|
||||||
|
FOSSY 2023
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="collapse navbar-collapse" id="navbarText">
|
||||||
|
<ul class="navbar-nav mr-auto">
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
|
<div class="dropdown-menu">
|
||||||
|
<a class="dropdown-item " href="/pages/about.html">About FOSSY</a>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Attend
|
||||||
|
</a>
|
||||||
|
<div class="dropdown-menu">
|
||||||
|
<a class="dropdown-item " href="/dashboard">Dashboard</a>
|
||||||
|
<a class="dropdown-item " href="/pages/tickets.html">Tickets</a>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="/pages/sponsorship.html">
|
||||||
|
Sponsorship
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<section class="container">
|
||||||
|
<div class="f6 black-70 lh-copy br4-ns">
|
||||||
|
|
||||||
|
<!--
|
||||||
<nav><ul class="list f5 dark-green flex-ns pl0 mt3 mb4 mb5-ns" style="gap: 1rem">
|
<nav><ul class="list f5 dark-green flex-ns pl0 mt3 mb4 mb5-ns" style="gap: 1rem">
|
||||||
<li><a class="db dark-green b dim" href="{{ SITEURL }}/index.html">Home</a></li>
|
<li><a class="db dark-green b dim" href="{{ SITEURL }}/index.html">Home</a></li>
|
||||||
{% for title, link in MENUITEMS %}
|
{% for title, link in MENUITEMS %}
|
||||||
|
@ -67,14 +114,19 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
|
-->
|
||||||
<main>
|
<main>
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="f6 b lh-title tc">
|
<!-- <footer class="f6 b lh-title tc">
|
||||||
FOSSY is run by <a class="washed-yellow dim" href="https://sfconservancy.org">Software Freedom Conservancy</a>
|
FOSSY is run by <a class="washed-yellow dim" href="https://sfconservancy.org">Software Freedom Conservancy</a>
|
||||||
</footer>
|
</footer> -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://2023.fossy.us/static/build/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<header class="pt3 pt4-ns pb4 flex-ns center">
|
||||||
|
<div class="mr4 dark-green sans-serif" style="flex-grow: 1">
|
||||||
|
<h1 class="f-subheadline f-headline-ns b lh-solid tracked-tight mv0">{{ SITENAME }}</h1>
|
||||||
|
<h2 class="f3 f2-ns b lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
|
||||||
|
<h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
|
||||||
|
</div>
|
||||||
|
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{{ SITEURL }}/theme/images/conservancy-logo.svg" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
<section id="content">
|
<section id="content">
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
|
<h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
|
||||||
|
|
|
@ -3,5 +3,4 @@
|
||||||
{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
|
{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<h1>Articles tagged with {{ tag }}</h1>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue