This is an automated email from the ASF dual-hosted git repository.
garyw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic-site.git.
from 562c6a8 MNEMONIC-690: Update News Section in Mnemonic Website after
0.15 release
new 98c6f4f MNEMONIC-702: Setup a new branch on github mnemonic-site for
development tasks
new 0ab8ebd MNEMONIC-701: Setup backend web framework skeleton with
current request interfaces
new 42581db MNEMONIC-735: Re-structure fastapi app content for
integration with Jinja template and css files
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
mnemonic-fastapi/app/main.py | 33 ++++++
mnemonic-fastapi/static/css/mystyle.css | 25 +++++
mnemonic-fastapi/static/css/style3.css | 191 ++++++++++++++++++++++++++++++++
mnemonic-fastapi/templates/page.html | 5 +
5 files changed, 255 insertions(+)
create mode 100644 mnemonic-fastapi/app/main.py
create mode 100644 mnemonic-fastapi/static/css/mystyle.css
create mode 100644 mnemonic-fastapi/static/css/style3.css
create mode 100644 mnemonic-fastapi/templates/page.html