Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ on:
issues:
types: [opened]

permissions: {}

jobs:
add-to-project:
runs-on: ubuntu-latest
permissions:
contents: read
repository-projects: write
steps:
- name: Add issue to project
uses: actions/add-to-project@v1
Expand Down
27 changes: 13 additions & 14 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Security Policy

## Supported Versions
## Scope

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
This repository contains the static website published at https://leksiko.eu
(HTML/CSS and a small amount of client-side JavaScript). There is no backend
code, database or build pipeline in this repository.

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.
Report suspected vulnerabilities by e-mail to lauri@leksiko.edu.ee, or privately
via GitHub Security Advisories ("Report a vulnerability" on the Security tab).

Please include the affected URL or file, steps to reproduce, and the impact you
observed. You can expect an initial response within 7 days. Accepted issues are
fixed on `main` and deployed with the next site update; declined reports get a
short explanation.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
Please do not open public issues for security reports, and do not run automated
scans or load tests against the live site.
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Wordpress, Joomla, Drupal ja teised" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; script-src 'self' 'unsafe-inline'; connect-src https://formspree.io; form-action https://formspree.io" />
<title>Avatud koodiga tarkvara: koolitused, kood, sõnastik</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down Expand Up @@ -479,9 +481,9 @@ <h2>Tehtud tööd</h2>
<div>
<strong>Eestikeelsed Wordpressi ja Githubi juhendid spetsialistile</strong>
<span>AI abil koostatud ja inimese poolt üle kontrollitud juhendid asjatundjale.</span><br />
<a href="https://github.com/liikane/wp-juhendid" target="_blank">Juhendid</a>
<a href="https://github.com/liikane/wp-juhendid" target="_blank" rel="noopener noreferrer">Juhendid</a>
<span> · </span>
<a href="https://github.com/liikane/homepage" target="_blank">Markdown süntaksi näidised</a>
<a href="https://github.com/liikane/homepage" target="_blank" rel="noopener noreferrer">Markdown süntaksi näidised</a>
</div>

<span class="tag">Juhendamine</span>
Expand All @@ -490,9 +492,9 @@ <h2>Tehtud tööd</h2>
<div>
<strong>Tulemused</strong>
<span>Mõned värskelt valminud või uuendatud lehed.</span><br />
<a href="https://klaaskajak.ee/" target="_blank">Wordpress leht nullist: uudse klaaskajaki pakkumine</a>
<a href="https://klaaskajak.ee/" target="_blank" rel="noopener noreferrer">Wordpress leht nullist: uudse klaaskajaki pakkumine</a>
<span> · </span>
<a href="https://www.ubari.ee/" target="_blank">Eksootilise sisuhaldussüsteemi seadistamine koos kliendiga: loodusturism</a>
<a href="https://www.ubari.ee/" target="_blank" rel="noopener noreferrer">Eksootilise sisuhaldussüsteemi seadistamine koos kliendiga: loodusturism</a>
</div>
<span class="tag">Valmis</span>
</div>
Expand All @@ -516,18 +518,18 @@ <h2>Kirjuta ja küsi nõu</h2>
<div class="field-grid">
<label class="field">
<span>Sinu nimi</span>
<input type="text" name="name" placeholder="Nimi siia" required />
<input type="text" name="name" placeholder="Nimi siia" maxlength="100" autocomplete="name" required />
</label>

<label class="field">
<span>E-post</span>
<input type="email" name="email" placeholder="minu@mail.ee" required />
<input type="email" name="email" placeholder="minu@mail.ee" maxlength="254" autocomplete="email" required />
</label>
</div>

<label class="field">
<span>Sõnum</span>
<textarea name="message" rows="6" placeholder="Kirjuta oma soov või küsimus siia. Palun ka telefoninumbrit igaks juhuks" required></textarea>
<textarea name="message" rows="6" maxlength="5000" placeholder="Kirjuta oma soov või küsimus siia. Palun ka telefoninumbrit igaks juhuks" required></textarea>
</label>

<button type="submit" class="btn btn-primary contact-submit">Saada sõnum</button>
Expand Down
Binary file removed zipper-unzipper.zip
Binary file not shown.