Changeset - 012bb1e7e4d5
www/conservancy/static/activities/index.html
Show inline comments
...
 
@@ -5,13 +5,13 @@
 
{% block head %}
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
<div class="content-with-donate-sidebar mw8 center ph2 ph3">
 
    <div id="container">
 
         <div id="mainContent">
 
           {% block content %}
 
           <h1>What We Do</h1>
 
           <p>Software Freedom Conservancy is a nonprofit organization
 
           centered around ethical technology. Our mission is to ensure the
www/conservancy/templates/assignment/assignment_form.html
Show inline comments
 
{% extends "assignment/base_assignment.html" %}
 
{% block category %}Copyright Assignment{% endblock %}
 
{% block outercontent %}
 
  <div class="mw8 center ph2 ph3">
 
  <h1>Copyright Assignment</h1>
 

	
 
  <div class="mw7 mb5">
 
    <p>Thank you for considering assigning your copyright to the Software Freedom Conservancy. Your assignment helps us enforce free and open source software licenses.</p>
 

	
 
    <p>By filling in and submitting the below form, you agree to assign your copyrights in the specified projects to Software Freedom Conservancy, which means that Conservancy can enforce the licenses for your code in court, minimizing the need for you to be involved.  Conservancy agrees to keep your code under a free and open source license.</p>
...
 
@@ -22,13 +23,13 @@
 
      <p><em>Please be aware that your employer or a contractor may own the rights in your work by virtue of their employment of you or by explicit transfer of ownership in an agreement. We recommend you review any relevant agreements or consult with a lawyer if you are not sure.</em></p>
 

	
 
      <p><em>After submitting this agreement, if you would like to make any changes, you must let us know within 7 days by emailing <a href="mailto:copyright-assignment@sfconservancy.org">copyright-assignment@sfconservancy.org</a>, which is also where you can reach us if you have any questions.</em></p>
 
      <p><button type="submit" class="ph3 pv2">Submit</button></p>
 
    </form>
 
  </div>
 

	
 
  </div>
 
  <script>
 
   'use strict';
 

	
 
   // End date field should be shown only when "a specific past date" is selected.
 
   const form = document.querySelector('#assignment-form');
 
   const past_date_label = document.querySelector('label[for=id_period_ends]');
www/conservancy/templates/assignment/thanks.html
Show inline comments
 
{% extends "assignment/base_assignment.html" %}
 
{% load static %}
 
{% block category %}Copyright Assignment{% endblock %}
 
{% block outercontent %}
 
  <div class="mw8 center ph2 ph3">
 
  <h1>Thanks! <svg style="color: #ff41b4; width: 30px; height: 30px; vertical-align: middle;"><use href="{% static 'img/font_awesome.svg' %}#heart"></use></svg></h1>
 

	
 
  <div class="mw7 mb5">
 
    <p>Thank you for assigning your copyright to Software Freedom Conservancy! We have recorded the below information regarding the assignment and the works.</p>
 
    <p>We will be sending out verification emails to the email addresses you used to contribute, as specified below, in the coming weeks.  Please follow the instructions there to complete the verification at that time.</p>
 
    <p>If you would like to make any changes, you must let us know within 7 days by emailing <a href="mailto:copyright-assignment@sfconservancy.org">copyright-assignment@sfconservancy.org</a>, which is also where you can reach us if you have any questions.</p>
 
    <form>
 
      {{ form.as_p }}
 
    </form>
 
  </div>
 
  </div>
 
{% endblock %}
www/conservancy/templates/base_about.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block category %}WhoWeAre{% endblock %}
 
{% block outercontent %}
 
    <div id="container">
 
    <div id="container" class="mw8 center ph2 ph3">
 
         <div id="mainContent">{% block content %}{% endblock %}</div>
 
         <div id="sidebar" class="{% block submenuselection %}{% endblock %}">
 
            <h2>Who We Are</h2>
 
            {% include 'submenus/who_we_are_partial.html' %}
 
         </div>
 
   </div>
www/conservancy/templates/base_blog.html
Show inline comments
...
 
@@ -4,13 +4,13 @@
 

	
 
{% block head %}
 
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/blog/" />
 
{% endblock %}
 

	
 
{% block outercontent %}
 
 <div id="container">
 
 <div id="container" class="mw8 center ph2 ph3">
 
     <div id="mainContent">{% block content %}{% endblock %}</div>
 
         <div id="sidebar" class="{% block submenuselection %}{% endblock %}">
 
{% if all_year_list %}
 

	
 
<h2><a href="/blog/">See all blog posts&hellip;</a></h2>
 
<!-- <p><a href="/blog/query/">Query...</a></p> -->
www/conservancy/templates/base_compliance.html
Show inline comments
...
 
@@ -5,13 +5,13 @@
 
{% block head %}
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
<div class="content-with-donate-sidebar mw8 center ph2 ph3">
 
    <div id="container">
 
         <div id="mainContent">{% block content %}{% endblock %}</div>
 
         <div id="sidebar" class="{% block submenuselection %}{% endblock %}">
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 
            <h2>Vizio Lawsuit</h2>
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -82,14 +82,14 @@
 
    </div>
 

	
 
{% if datetime_now < sitefundgoal.fundraiser_endtime %}
 
  {% include "fundgoal/fundraiser_goal_banner_partial.html" %}
 
{% endif %}
 

	
 
    <div class="mw8 center ph2 ph3">
 
      {% block outercontent %}<div id="mainContent"> {% block content %}{% endblock %}</div>{% endblock %}
 
    <div>
 
      {% block outercontent %}<div id="mainContent" class="mw8 center ph2 ph3"> {% block content %}{% endblock %}</div>{% endblock %}
 
    </div>
 

	
 
    <div id="conservancyfooter" class="mt4-ns pt3 ph3 bg-light-gray">
 
      <p>Connect with Conservancy on
 
        <a href="https://social.sfconservancy.org/conservancy">Mastodon</a>,
 
        <a href="https://twitter.com/conservancy">Twitter</a>,
www/conservancy/templates/base_learn.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block category %}Learn{% endblock %}
 
{% block outercontent %}
 
    <div id="container">
 
    <div id="container" class="mw8 center ph2 ph3">
 
         <div id="mainContent">{% block content %}{% endblock %}</div>
 
         <div id="sidebar" class="{% block submenuselection %}{% endblock %}">
 
            <h2>Learn</h2>
 
            {% include 'submenus/learn_partial.html' %}
 
            <h2>Resources for Journalists</h2>
 
            <ul>
www/conservancy/templates/base_press.html
Show inline comments
...
 
@@ -5,13 +5,13 @@
 
{% block head %}
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
<div class="content-with-donate-sidebar mw8 center ph2 ph3">
 
    <div id="container">
 
         <div id="mainContent">{% block content %}{% endblock %}</div>
 
         <div id="sidebar" class="{% block submenuselection %}{% endblock %}">
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 
            <h2>Resources for Journalists</h2>
www/conservancy/templates/base_projects.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block outercontent %}
 
    <div id="container">
 
    <div id="container" class="mw8 center ph2 ph3">
 
         <div id="mainContent">{% block content %}{% endblock %}</div>
 
         <div id="sidebar" class="{% block submenuselection %}{% endblock %}">
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 
            <h2>{% block category %}Projects{% endblock %} &amp; Services</h2>
 
            <ul>
www/conservancy/templates/base_standard.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 

	
 
{% block outercontent %}
 
<div class="mw8 center ph2 ph3">
 
<div class="internalNavigate">
 
{% block internal_navigate %}{% endblock %}
 
</div>
 

	
 
<div class="singleColumn">{% block content %}{% endblock %}</div>
 
</div>
 
{% endblock %}
www/conservancy/templates/base_vizio.html
Show inline comments
...
 
@@ -5,13 +5,13 @@
 
{% block head %}
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
<div class="content-with-donate-sidebar mw8 center ph2 ph3">
 
    <div id="container">
 
         <div id="mainContent">{% block content %}{% endblock %}</div>
 
         <div id="sidebar" class="VizioTopBar {% block submenuselection %}{% endblock %}">
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 
            <h2>Vizio Lawsuit</h2>
www/conservancy/templates/ccs_upload/upload.html
Show inline comments
...
 
@@ -8,12 +8,13 @@
 

	
 
   li.info {
 
     background: #F0FFB8;
 
     border: 1px solid #D0DD98;
 
   }
 
  </style>
 
  <div class="mw8 center ph2 ph3">
 
  <h1>CCS Candidate Upload</h1>
 

	
 
  <div class="mw7 mb4">
 
    <p>Please note that a progress bar is not shown and that large uploads may take a significant time.</p>
 

	
 
    {% if messages %}
...
 
@@ -28,7 +29,8 @@
 
      {% csrf_token %}
 
      {{ form.as_p }}
 

	
 
      <p><button type="submit" class="ph3 pv2">Next</button></p>
 
    </form>
 
  </div>
 
  </div>
 
{% endblock %}
www/conservancy/templates/fossy/community_track_proposal_form.html
Show inline comments
 
{% extends 'fossy/base.html' %}
 
{% block outercontent %}
 
  <div class="mw8 center ph2 ph3">
 
  <h1><abbr title="Free and Open Source Software Yearly">FOSSY</abbr>: Propose a Commmunity Track!</h1>
 
  <div class="mw7 mb5">
 
    <p>SFC will be hosting a community oriented conference this coming summer July 13-16, 2023 in Portland, Oregon in the United States. Focused on the creation and impact of free and open source software, uplifting contributors of all experience. As this is the first year we are running a conference of this scale, we plan to have 8 tracks of talks over 4 days. We plan to dedicate a substantial portion of these track to community run tracks, similar to the DevRooms at FOSDEM or the miniconfs at LinuxConfAU. We'd like to invite you to run a track based on a topic you're passionate about. If selected, you will be responsible for inviting speakers, selecting talks and organising the schedule for your track. If that sounds good to you, please fill in the form to tell us more about your idea. If you have any questions please don't hesitate to email us at <a href="mailto:conference@sfconservancy.org">conference@sfconservancy.org</a>.</p>
 

	
 
    <p><strong>Please understand that organizing a track is a signficant amount of work</strong>, and while we'll be so grateful for your contributions, depending on sponsor sign ups we are unlikely to be able to pay stipends or fund travel for speakers or organizers of your track (please let us know if travel is burdensome for you as an organizer). Given the high work load of organizing a conference track, we expect at least two people to be responsible (see primary and secondary proposer's below). Feel free to include more later, but we need at least two people for the proposal.</p>
 

	
...
 
@@ -19,7 +20,8 @@
 

	
 
      {{ form.as_p }}
 

	
 
      <p><button type="submit" class="ph3 pv2">Submit</button></p>
 
    </form>
 
  </div>
 
  </div>
 
{% endblock %}
www/conservancy/templates/fossy/thanks.html
Show inline comments
...
 
@@ -9,18 +9,20 @@
 
     padding: 0 !important;
 
   }
 
   .helptext {
 
     display: none !important;
 
   }
 
  </style>
 
  
 

 
{% endblock %}
 
{% block outercontent %}
 
  <div class="mw8 center ph2 ph3">
 
  <h1>Thanks! <svg style="color: #ff41b4; width: 30px; height: 30px; vertical-align: middle;"><use href="{% static 'img/font_awesome.svg' %}#heart"></use></svg></h1>
 

	
 
  <div class="mw7 mb5">
 
    <p>Thanks very much for taking the time and effort to propose a community track. We'll get back to you as soon as we've selected the tracks. In the mean time if you have any questions, please email <a href="mailto:conference@sfconservancy.org">conference@sfconservancy.org</a>.</p>
 
    <form>
 
      {{ form.as_p }}
 
    </form>
 
  </div>
 
  </div>
 
{% endblock %}
www/conservancy/templates/news/pressrelease_list.html
Show inline comments
 
{% extends "base_news.html" %}
 
{% block subtitle %}News - {% endblock %}
 

	
 
{% block outercontent %}
 
    <div id="container">
 
    <div id="container" class="mw8 center ph2 ph3">
 
         <div id="mainContent">
 
           <div class="breadcrumbs">
 
             <p><a href="/">Home</a> / <a href="/news/">News</a></p>
 
           </div>
 
         <h1><a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> Conservancy News</h1>
 

	
0 comments (0 inline, 0 general)