Browse Source

Microsoft Arctic Code Vault

master
Maxim Likhachev 5 years ago
parent
commit
1c0fda67fa
  1. 6
      CHANGELOG.md
  2. 14
      README.md
  3. 11
      css/feminitives.css
  4. 15
      index.html

6
CHANGELOG.md

@ -1,5 +1,11 @@ @@ -1,5 +1,11 @@
# Список изменений
## 2020
- Феминизатор стал участником [Microsoft Arctic Code Vault](https://archiveprogram.github.com/).
-----
## v2.0 (2019-12-20)
- Переработан лексический анализатор.

14
README.md

@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
**feminizator** - феминизатор слов
* [Участник Microsoft Arctic Code Vault](https://archiveprogram.github.com/).
## Лицензия
Copyright (C) 2016-2019, Maxim Lihachev, <envrm@yandex.ru>
@ -25,14 +27,9 @@ @@ -25,14 +27,9 @@
# Феминизатор в действии
Опробовать феминизатор в деле можно на странице https://feminitives.ru
# Помощь
## Феминизатор в действии
Опробовать феминизатор в деле можно на странице [https://feminitives.ru](https://feminitives.ru).
Опробовать феминизатор в деле можно на странице [https://feminitives.ru](https://feminitives.ru).
## Android-версия
# Android-версия
<a href='https://play.google.com/store/apps/details?id=com.feminitives' target="_blank">
<img alt='Доступно в Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/ru_badge_web_generic.png' width=200/>
@ -40,6 +37,5 @@ @@ -40,6 +37,5 @@
# Версия
## Версия
2.0. [Список изменений](CHANGELOG.md)
2.0. [Список изменений](CHANGELOG.md)

11
css/feminitives.css

@ -142,6 +142,17 @@ button:hover { @@ -142,6 +142,17 @@ button:hover {
opacity: 1;
}
.note {
margin-top: 10%;
text-align: center;
font-size: 0.9em;
opacity: 0.7;
}
.note:hover {
opacity: 1;
}
#google_play {
position: fixed;
left: 0px;

15
index.html

@ -81,6 +81,21 @@ @@ -81,6 +81,21 @@
</svg>
</a>
<br />
<p class="note">
<svg class="octicon octicon-north-star text-gray-light mr-1" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true">
<path d="M8.5.75a.75.75 0 00-1.5 0v5.19L4.391 3.33a.75.75 0 10-1.06 1.061L5.939 7H.75a.75.75 0 000 1.5h5.19l-2.61 2.609a.75.75 0
101.061 1.06L7 9.561v5.189a.75.75 0 001.5 0V9.56l2.609 2.61a.75.75 0 101.06-1.061L9.561 8.5h5.189a.75.75 0
000-1.5H9.56l2.61-2.609a.75.75 0 00-1.061-1.06L8.5 5.939V.75z">
</path>
</svg>
Феминизатор вошёл в программу <a href="https://archiveprogram.github.com/" target="_blank">Microsoft Arctic Code Vault</a> и
<br />
был сохранён в Арктическом хранилище программ
<br />
с открытым исходным кодом.
</p>
<div id="google_play">
<a href='https://play.google.com/store/apps/details?id=com.feminitives' target="_blank">
<img alt='Доступно в Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/ru_badge_web_generic.png'/>

Loading…
Cancel
Save