Index: eprms-net/.gitignore
===================================================================
--- eprms-net/.gitignore	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/.gitignore	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,6 @@
+/bin/
+/obj/
+/node_modules/
+/wwwroot/vendor.*
+.*
+!/.gitignore
Index: eprms-net/AssemblyInfo.cs
===================================================================
--- eprms-net/AssemblyInfo.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/AssemblyInfo.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,5 @@
+using System.Reflection;
+using Microsoft.Extensions.Localization;
+
+[assembly: ResourceLocation("Resources")]
+[assembly: RootNamespace("info.ajanovski.eprms.net")]
Index: eprms-net/COPYING
===================================================================
--- eprms-net/COPYING	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/COPYING	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
Index: eprms-net/Controllers/LanguageController.cs
===================================================================
--- eprms-net/Controllers/LanguageController.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Controllers/LanguageController.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,48 @@
+using System;
+using Microsoft.AspNetCore.Http;
+using Microsoft.AspNetCore.Localization;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.Extensions.Localization;
+using Microsoft.Extensions.Logging;
+
+namespace info.ajanovski.eprms.net.Controllers {
+
+    public class LanguageController : Controller {
+
+        private readonly IStringLocalizer<LanguageController> _localizer;
+        private readonly ILogger<LanguageController> logger;
+
+        public LanguageController(IStringLocalizer<LanguageController> localizer,
+                            ILogger<LanguageController> logger) {
+            logger.LogInformation("constructor");
+            this._localizer = localizer;
+            this.logger = logger;
+        }
+
+        [HttpGet("~/setculture")]
+        public IActionResult SetCulture(string id = "en") {
+            logger.LogInformation("set culture");
+            string culture = id;
+            Response.Cookies.Append(
+               CookieRequestCultureProvider.DefaultCookieName,
+               CookieRequestCultureProvider.MakeCookieValue(new RequestCulture(culture)),
+               new CookieOptions { Expires = DateTimeOffset.UtcNow.AddYears(1) }
+           );
+            ViewData["Message"] = "Culture set to " + culture;
+            return View("Index");
+        }
+
+        [HttpPost("~/setlanguage")]
+        public IActionResult SetLanguage(string culture, string returnUrl) {
+            logger.LogInformation("set language");
+            Response.Cookies.Append(
+                CookieRequestCultureProvider.DefaultCookieName,
+                CookieRequestCultureProvider.MakeCookieValue(new RequestCulture(culture)),
+                new CookieOptions { Expires = DateTimeOffset.UtcNow.AddYears(1) }
+            );
+            return RedirectToPage("/Index");
+        }
+
+    }
+
+}
Index: eprms-net/Controllers/LoginController.cs
===================================================================
--- eprms-net/Controllers/LoginController.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Controllers/LoginController.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,54 @@
+using System.Threading.Tasks;
+using Microsoft.AspNetCore.Authentication;
+using Microsoft.AspNetCore.Authentication.Cookies;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.Extensions.Localization;
+using Microsoft.AspNetCore.Http;
+using Microsoft.Extensions.Logging;
+using info.ajanovski.eprms.net.Extensions;
+using Microsoft.AspNetCore.Authorization;
+
+namespace info.ajanovski.eprms.net.Controllers {
+
+    public class LoginController : Controller {
+
+        private readonly IStringLocalizer<LoginController> _localizer;
+        private readonly ILogger<LoginController> logger;
+
+        public LoginController(IStringLocalizer<LoginController> localizer,
+                            ILogger<LoginController> logger) {
+            this.logger = logger;
+            this._localizer = localizer;
+        }
+
+        [HttpGet("~/login")]
+        public async Task<IActionResult> SignIn() => View("Login", await HttpContext.GetExternalProvidersAsync());
+
+        [HttpPost("~/login")]
+        public async Task<IActionResult> SignIn([FromForm] string provider) {
+            logger.LogInformation("entered login with provider: " + provider);
+            if (string.IsNullOrWhiteSpace(provider)) {
+                return BadRequest();
+            }
+            if (!await HttpContext.IsProviderSupportedAsync(provider)) {
+                return BadRequest();
+            }
+            return Challenge(new AuthenticationProperties { RedirectUri = "/" }, provider);
+        }
+
+        [AllowAnonymous]
+        [Route("~/login")]
+        public async Task Login(string returnUrl) {
+            var props = new AuthenticationProperties { RedirectUri = returnUrl };
+            await HttpContext.ChallengeAsync("CAS", props);
+        }
+
+        [HttpGet("~/logout")]
+        [HttpPost("~/logout")]
+        public override SignOutResult SignOut() {
+            logger.LogInformation("entered logout");
+            return SignOut(new AuthenticationProperties { RedirectUri = "/" },
+                CookieAuthenticationDefaults.AuthenticationScheme);
+        }
+    }
+}
Index: eprms-net/Controllers/UserController.cs
===================================================================
--- eprms-net/Controllers/UserController.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Controllers/UserController.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,34 @@
+using System.Security.Claims;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.Extensions.Logging;
+using Microsoft.AspNetCore.Localization;
+using Microsoft.Extensions.Localization;
+
+namespace info.ajanovski.eprms.net.Controllers {
+    [Route("[controller]")]
+    public class UserController : Controller {
+
+        private readonly IStringLocalizer<UserController> _localizer;
+        private readonly ILogger<UserController> logger;
+
+        public UserController(IStringLocalizer<UserController> localizer, 
+							ILogger<UserController> logger)
+        {
+            this._localizer = localizer;
+            this.logger = logger;
+        }
+
+        [HttpGet]
+        public ActionResult Get() {
+            logger.LogInformation("get accessed");
+            if (User.Identity.IsAuthenticated) {
+                string cId = User.FindFirst(c => c.Type == ClaimTypes.NameIdentifier)?.Value;
+                string cName = User.FindFirst(c => c.Type == ClaimTypes.Name)?.Value;
+                string cEmail = User.FindFirst(c => c.Type == ClaimTypes.Email)?.Value;
+                return Json(new { name = cName, id=cId, email=cEmail });
+            } else {
+                return new EmptyResult();
+            }
+        }
+    }
+}
Index: eprms-net/Data/EPRMSNetDbContext.cs
===================================================================
--- eprms-net/Data/EPRMSNetDbContext.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Data/EPRMSNetDbContext.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,439 @@
+﻿using Microsoft.EntityFrameworkCore;
+using info.ajanovski.eprms.net.Models;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Data {
+    public partial class EPRMSNetDbContext : DbContext {
+
+        public EPRMSNetDbContext() {
+        }
+
+        public EPRMSNetDbContext(DbContextOptions<EPRMSNetDbContext> options)
+            : base(options) {
+        }
+
+        public virtual DbSet<Activity> Activities { get; set; }
+        public virtual DbSet<ActivityType> ActivityTypes { get; set; }
+        public virtual DbSet<Course> Courses { get; set; }
+        public virtual DbSet<CourseProject> CourseProjects { get; set; }
+        public virtual DbSet<Database> Databases { get; set; }
+        public virtual DbSet<Person> People { get; set; }
+        public virtual DbSet<PersonRole> PersonRoles { get; set; }
+        public virtual DbSet<Project> Projects { get; set; }
+        public virtual DbSet<Repository> Repositories { get; set; }
+        public virtual DbSet<Responsibility> Responsibilities { get; set; }
+        public virtual DbSet<Role> Roles { get; set; }
+        public virtual DbSet<Team> Teams { get; set; }
+        public virtual DbSet<TeamMember> TeamMembers { get; set; }
+        public virtual DbSet<WorkEvaluation> WorkEvaluations { get; set; }
+        public virtual DbSet<WorkReport> WorkReports { get; set; }
+
+        protected override void OnModelCreating(ModelBuilder modelBuilder) {
+            modelBuilder.HasAnnotation("Relational:Collation", "en_US.UTF-8");
+
+            modelBuilder.Entity<Activity>(entity => {
+                entity.ToTable("activity", "epm_main");
+
+                entity.Property(e => e.ActivityId).HasColumnName("activity_id");
+
+                entity.Property(e => e.ActivityTypeId).HasColumnName("activity_type_id");
+
+                entity.Property(e => e.Description)
+                    .HasMaxLength(255)
+                    .HasColumnName("description");
+
+                entity.Property(e => e.ParentActivityId).HasColumnName("parent_activity_id");
+
+                entity.Property(e => e.ProjectId).HasColumnName("project_id");
+
+                entity.Property(e => e.Title)
+                    .HasMaxLength(255)
+                    .HasColumnName("title");
+
+                entity.HasOne(d => d.ActivityType)
+                    .WithMany(p => p.Activities)
+                    .HasForeignKey(d => d.ActivityTypeId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_activity_activity_type");
+
+                entity.HasOne(d => d.ParentActivity)
+                    .WithMany(p => p.InverseParentActivity)
+                    .HasForeignKey(d => d.ParentActivityId)
+                    .HasConstraintName("fk_activity_activity");
+
+                entity.HasOne(d => d.Project)
+                    .WithMany(p => p.Activities)
+                    .HasForeignKey(d => d.ProjectId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_activity_project");
+            });
+
+            modelBuilder.Entity<ActivityType>(entity => {
+                entity.ToTable("activity_type", "epm_main");
+
+                entity.Property(e => e.ActivityTypeId).HasColumnName("activity_type_id");
+
+                entity.Property(e => e.Description)
+                    .HasMaxLength(255)
+                    .HasColumnName("description");
+
+                entity.Property(e => e.Title)
+                    .HasMaxLength(255)
+                    .HasColumnName("title");
+            });
+
+            modelBuilder.Entity<Course>(entity => {
+                entity.ToTable("course", "epm_main");
+
+                entity.HasIndex(e => e.Title, "uk_msgoex7rold2eqqf1cllhk02i")
+                    .IsUnique();
+
+                entity.Property(e => e.CourseId).HasColumnName("course_id");
+
+                entity.Property(e => e.Title)
+                    .IsRequired()
+                    .HasMaxLength(255)
+                    .HasColumnName("title");
+            });
+
+            modelBuilder.Entity<CourseProject>(entity => {
+                entity.ToTable("course_project", "epm_main");
+
+                entity.Property(e => e.CourseProjectId).HasColumnName("course_project_id");
+
+                entity.Property(e => e.CourseId).HasColumnName("course_id");
+
+                entity.Property(e => e.ProjectId).HasColumnName("project_id");
+
+                entity.HasOne(d => d.Course)
+                    .WithMany(p => p.CourseProjects)
+                    .HasForeignKey(d => d.CourseId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_course_project_course");
+
+                entity.HasOne(d => d.Project)
+                    .WithMany(p => p.CourseProjects)
+                    .HasForeignKey(d => d.ProjectId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_course_project_project");
+            });
+
+            modelBuilder.Entity<Database>(entity => {
+                entity.ToTable("database", "epm_main");
+
+                entity.Property(e => e.DatabaseId).HasColumnName("database_id");
+
+                entity.Property(e => e.DateCreated).HasColumnName("date_created");
+
+                entity.Property(e => e.Name)
+                    .HasMaxLength(255)
+                    .HasColumnName("name");
+
+                entity.Property(e => e.Owner)
+                    .HasMaxLength(255)
+                    .HasColumnName("owner");
+
+                entity.Property(e => e.Password)
+                    .HasMaxLength(255)
+                    .HasColumnName("password");
+
+                entity.Property(e => e.Port)
+                    .HasMaxLength(255)
+                    .HasColumnName("port");
+
+                entity.Property(e => e.ProjectId).HasColumnName("project_id");
+
+                entity.Property(e => e.Server)
+                    .HasMaxLength(255)
+                    .HasColumnName("server");
+
+                entity.Property(e => e.TunnelPassword)
+                    .HasMaxLength(255)
+                    .HasColumnName("tunnel_password");
+
+                entity.Property(e => e.TunnelServer)
+                    .HasMaxLength(255)
+                    .HasColumnName("tunnel_server");
+
+                entity.Property(e => e.TunnelUser)
+                    .HasMaxLength(255)
+                    .HasColumnName("tunnel_user");
+
+                entity.Property(e => e.Type)
+                    .HasMaxLength(255)
+                    .HasColumnName("type");
+
+                entity.HasOne(d => d.Project)
+                    .WithMany(p => p.Databases)
+                    .HasForeignKey(d => d.ProjectId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_database_project");
+            });
+
+            modelBuilder.Entity<Person>(entity => {
+                entity.ToTable("person", "epm_main");
+
+                entity.Property(e => e.PersonId).HasColumnName("person_id");
+
+                entity.Property(e => e.AuthString)
+                    .HasMaxLength(255)
+                    .HasColumnName("auth_string");
+
+                entity.Property(e => e.Email)
+                    .HasMaxLength(255)
+                    .HasColumnName("email");
+
+                entity.Property(e => e.FirstName)
+                    .HasMaxLength(255)
+                    .HasColumnName("first_name");
+
+                entity.Property(e => e.LastName)
+                    .HasMaxLength(255)
+                    .HasColumnName("last_name");
+
+                entity.Property(e => e.UserName)
+                    .HasMaxLength(255)
+                    .HasColumnName("user_name");
+            });
+
+            modelBuilder.Entity<PersonRole>(entity => {
+                entity.ToTable("person_role", "epm_util");
+
+                entity.Property(e => e.PersonRoleId).HasColumnName("person_role_id");
+
+                entity.Property(e => e.PersonId).HasColumnName("person_id");
+
+                entity.Property(e => e.RoleId).HasColumnName("role_id");
+
+                entity.HasOne(d => d.Person)
+                    .WithMany(p => p.PersonRoles)
+                    .HasForeignKey(d => d.PersonId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_person_role_person");
+
+                entity.HasOne(d => d.Role)
+                    .WithMany(p => p.PersonRoles)
+                    .HasForeignKey(d => d.RoleId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_person_role_role");
+            });
+
+            modelBuilder.Entity<Project>(entity => {
+                entity.ToTable("project", "epm_main");
+
+                entity.Property(e => e.ProjectId).HasColumnName("project_id");
+
+                entity.Property(e => e.Description)
+                    .HasMaxLength(255)
+                    .HasColumnName("description");
+
+                entity.Property(e => e.FinishDate).HasColumnName("finish_date");
+
+                entity.Property(e => e.StartDate).HasColumnName("start_date");
+
+                entity.Property(e => e.Title)
+                    .IsRequired()
+                    .HasMaxLength(255)
+                    .HasColumnName("title");
+            });
+
+            modelBuilder.Entity<Repository>(entity => {
+                entity.ToTable("repository", "epm_main");
+
+                entity.Property(e => e.RepositoryId).HasColumnName("repository_id");
+
+                entity.Property(e => e.DateCreated).HasColumnName("date_created");
+
+                entity.Property(e => e.PersonId).HasColumnName("person_id");
+
+                entity.Property(e => e.ProjectId).HasColumnName("project_id");
+
+                entity.Property(e => e.TeamId).HasColumnName("team_id");
+
+                entity.Property(e => e.Title)
+                    .HasMaxLength(255)
+                    .HasColumnName("title");
+
+                entity.Property(e => e.Type)
+                    .HasMaxLength(255)
+                    .HasColumnName("type");
+
+                entity.Property(e => e.Url)
+                    .HasMaxLength(255)
+                    .HasColumnName("url");
+
+                entity.HasOne(d => d.Person)
+                    .WithMany(p => p.Repositories)
+                    .HasForeignKey(d => d.PersonId)
+                    .HasConstraintName("fk_repository_person");
+
+                entity.HasOne(d => d.Project)
+                    .WithMany(p => p.Repositories)
+                    .HasForeignKey(d => d.ProjectId)
+                    .HasConstraintName("fk_repository_project");
+
+                entity.HasOne(d => d.Team)
+                    .WithMany(p => p.Repositories)
+                    .HasForeignKey(d => d.TeamId)
+                    .HasConstraintName("fk_repository_team");
+            });
+
+            modelBuilder.Entity<Responsibility>(entity => {
+                entity.ToTable("responsibility", "epm_main");
+
+                entity.Property(e => e.ResponsibilityId).HasColumnName("responsibility_id");
+
+                entity.Property(e => e.ProjectId).HasColumnName("project_id");
+
+                entity.Property(e => e.TeamId).HasColumnName("team_id");
+
+                entity.HasOne(d => d.Project)
+                    .WithMany(p => p.Responsibilities)
+                    .HasForeignKey(d => d.ProjectId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_responsibility_project");
+
+                entity.HasOne(d => d.Team)
+                    .WithMany(p => p.Responsibilities)
+                    .HasForeignKey(d => d.TeamId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_responsibility_team");
+            });
+
+            modelBuilder.Entity<Role>(entity => {
+                entity.ToTable("role", "epm_util");
+
+                entity.Property(e => e.RoleId).HasColumnName("role_id");
+
+                entity.Property(e => e.Name)
+                    .HasMaxLength(255)
+                    .HasColumnName("name");
+            });
+
+            modelBuilder.Entity<Team>(entity => {
+                entity.ToTable("team", "epm_main");
+
+                entity.Property(e => e.TeamId).HasColumnName("team_id");
+
+                entity.Property(e => e.Name)
+                    .HasMaxLength(255)
+                    .HasColumnName("name");
+            });
+
+            modelBuilder.Entity<TeamMember>(entity => {
+                entity.ToTable("team_member", "epm_main");
+
+                entity.Property(e => e.TeamMemberId).HasColumnName("team_member_id");
+
+                entity.Property(e => e.PersonId).HasColumnName("person_id");
+
+                entity.Property(e => e.PositionNumber).HasColumnName("position_number");
+
+                entity.Property(e => e.Role)
+                    .HasMaxLength(255)
+                    .HasColumnName("role");
+
+                entity.Property(e => e.TeamId).HasColumnName("team_id");
+
+                entity.HasOne(d => d.Person)
+                    .WithMany(p => p.TeamMembers)
+                    .HasForeignKey(d => d.PersonId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_team_member_person");
+
+                entity.HasOne(d => d.Team)
+                    .WithMany(p => p.TeamMembers)
+                    .HasForeignKey(d => d.TeamId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_team_member_team");
+            });
+
+            modelBuilder.Entity<WorkEvaluation>(entity => {
+                entity.ToTable("work_evaluation", "epm_main");
+
+                entity.Property(e => e.WorkEvaluationId).HasColumnName("work_evaluation_id");
+
+                entity.Property(e => e.Description)
+                    .HasMaxLength(255)
+                    .HasColumnName("description");
+
+                entity.Property(e => e.EvaluationDate).HasColumnName("evaluation_date");
+
+                entity.Property(e => e.PercentEvaluated).HasColumnName("percent_evaluated");
+
+                entity.Property(e => e.PersonId).HasColumnName("person_id");
+
+                entity.Property(e => e.Points).HasColumnName("points");
+
+                entity.Property(e => e.Title)
+                    .HasMaxLength(255)
+                    .HasColumnName("title");
+
+                entity.Property(e => e.WorkReportId).HasColumnName("work_report_id");
+
+                entity.HasOne(d => d.Person)
+                    .WithMany(p => p.WorkEvaluations)
+                    .HasForeignKey(d => d.PersonId)
+                    .HasConstraintName("fk_work_evaluation_person");
+
+                entity.HasOne(d => d.WorkReport)
+                    .WithMany(p => p.WorkEvaluations)
+                    .HasForeignKey(d => d.WorkReportId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_work_evaluation_work_report");
+            });
+
+            modelBuilder.Entity<WorkReport>(entity => {
+                entity.ToTable("work_report", "epm_main");
+
+                entity.Property(e => e.WorkReportId).HasColumnName("work_report_id");
+
+                entity.Property(e => e.ActivityId).HasColumnName("activity_id");
+
+                entity.Property(e => e.ContinuationOfWorkReportId).HasColumnName("continuation_of_work_report_id");
+
+                entity.Property(e => e.Description)
+                    .HasMaxLength(255)
+                    .HasColumnName("description");
+
+                entity.Property(e => e.PercentReported).HasColumnName("percent_reported");
+
+                entity.Property(e => e.PersonId).HasColumnName("person_id");
+
+                entity.Property(e => e.SubmissionDate).HasColumnName("submission_date");
+
+                entity.Property(e => e.TeamId).HasColumnName("team_id");
+
+                entity.Property(e => e.Title)
+                    .HasMaxLength(255)
+                    .HasColumnName("title");
+
+                entity.HasOne(d => d.Activity)
+                    .WithMany(p => p.WorkReports)
+                    .HasForeignKey(d => d.ActivityId)
+                    .OnDelete(DeleteBehavior.ClientSetNull)
+                    .HasConstraintName("fk_work_report_activity");
+
+                entity.HasOne(d => d.ContinuationOfWorkReport)
+                    .WithMany(p => p.InverseContinuationOfWorkReport)
+                    .HasForeignKey(d => d.ContinuationOfWorkReportId)
+                    .HasConstraintName("fk_work_report_work_report");
+
+                entity.HasOne(d => d.Person)
+                    .WithMany(p => p.WorkReports)
+                    .HasForeignKey(d => d.PersonId)
+                    .HasConstraintName("fk_work_report_person");
+
+                entity.HasOne(d => d.Team)
+                    .WithMany(p => p.WorkReports)
+                    .HasForeignKey(d => d.TeamId)
+                    .HasConstraintName("fk_work_report_team");
+            });
+
+            OnModelCreatingPartial(modelBuilder);
+        }
+
+        partial void OnModelCreatingPartial(ModelBuilder modelBuilder);
+    }
+}
Index: eprms-net/Data/PersonDao.cs
===================================================================
--- eprms-net/Data/PersonDao.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Data/PersonDao.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,42 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+
+namespace info.ajanovski.eprms.net.Data {
+
+    public interface PersonDao {
+        public List<Person> getAllPersons();
+
+        public Person getPersonByUsername(string username);
+
+        public string getPersonFullName(Person person);
+
+        public string getPersonFullNameWithId(Person person);
+
+        public List<Person> getPersonByFilter(string filter);
+
+        public List<PersonRole> getPersonRolesForPerson(long personId);
+
+        public Person getPersonByEmail(string email);
+    }
+}
Index: eprms-net/Data/PersonDaoImpl.cs
===================================================================
--- eprms-net/Data/PersonDaoImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Data/PersonDaoImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,75 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System;
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+using Microsoft.Extensions.Logging;
+using System.Linq;
+
+namespace info.ajanovski.eprms.net.Data {
+    public class PersonDaoImpl : PersonDao {
+
+        private readonly EPRMSNetDbContext session;
+
+        private readonly ILogger<PersonDaoImpl> logger;
+
+        public PersonDaoImpl(EPRMSNetDbContext session, ILogger<PersonDaoImpl> logger) {
+            this.session = session;
+            this.logger = logger;
+        }
+
+        public List<Person> getAllPersons() {
+            try {
+                return session.People.OrderBy(p => p.LastName).ToList();
+            } catch (Exception e) {
+                logger.LogError("Exception occurs : {} on complete getAllPersons()." + e);
+                return null;
+            }
+        }
+
+        public Person getPersonByUsername(string username) {
+            return session.People.Where(p => p.UserName == username).FirstOrDefault();
+        }
+
+        public List<Person> getPersonByFilter(string filter) {
+            // String f = "%" + filter.toLowerCase() + "%";
+            // 		.createQuery("select p from Person p  where (lower(concat(userName,firstName,lastName)) like :filter)");
+            return session.People.Where(p => p.UserName.Contains(filter.ToLower())).OrderBy(p => p.LastName).ToList();
+        }
+
+        public List<PersonRole> getPersonRolesForPerson(long personId) {
+            return session.PersonRoles.Where(pr => pr.Person.PersonId == personId).ToList();
+        }
+
+        public string getPersonFullName(Person person) {
+            return person.LastName + " " + person.FirstName;
+        }
+
+        public string getPersonFullNameWithId(Person person) {
+            return person.LastName + " " + person.FirstName + " [" + person.UserName + "]";
+        }
+
+        public Person getPersonByEmail(string email) {
+            return session.People.Where(p => p.Email.Equals(email)).FirstOrDefault();
+        }
+    }
+}
Index: eprms-net/Data/ProjectDao.cs
===================================================================
--- eprms-net/Data/ProjectDao.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Data/ProjectDao.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,40 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+
+namespace info.ajanovski.eprms.net.Data {
+
+    public interface ProjectDao {
+
+        public List<Project> getAllProjectsOrderByTitle();
+
+        public List<CourseProject> getProjectCourses(Project p);
+
+        public List<Project> getCourseProjectsOrderByTitle(Course selectedCourse);
+
+        public List<Project> getProjectByPerson(long? personId);
+
+        public void addCoursesToProject(List<Course> inCourses, Project p);
+
+    }
+}
Index: eprms-net/Data/ProjectDaoImpl.cs
===================================================================
--- eprms-net/Data/ProjectDaoImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Data/ProjectDaoImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,110 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+using Microsoft.Extensions.Logging;
+using System.Linq;
+using Microsoft.Data.SqlClient;
+using Microsoft.EntityFrameworkCore;
+
+namespace info.ajanovski.eprms.net.Data {
+    public class ProjectDaoImpl : ProjectDao {
+
+
+        private readonly EPRMSNetDbContext session;
+
+        private readonly ILogger<ProjectDaoImpl> logger;
+
+        public ProjectDaoImpl(EPRMSNetDbContext session, ILogger<ProjectDaoImpl> logger) {
+            this.session = session;
+            this.logger = logger;
+        }
+
+
+        public List<Project> getAllProjectsOrderByTitle() {
+            return session.Projects.OrderBy(p => p.Title).ToList();
+        }
+
+        public List<CourseProject> getProjectCourses(Project p) {
+            if (p != null) {
+                return session.CourseProjects.Where(cp => cp.Project.ProjectId == p.ProjectId).ToList();
+            } else {
+                return null;
+            }
+        }
+
+        public List<Project> getCourseProjectsOrderByTitle(Course selectedCourse) {
+            if (selectedCourse != null) {
+                return session.Projects.FromSqlRaw(@"
+					select p
+					from Project p
+					join p.courseProjects cp
+					join cp.course c
+					where c.courseId=@courseId
+					order by p.title
+					", new SqlParameter("@courseId", selectedCourse.CourseId)).ToList();
+            } else {
+                return null;
+            }
+        }
+
+        public List<Project> getProjectByPerson(long? personId) {
+            if (personId != null) {
+                return session.Projects.FromSqlRaw(@"
+					select p
+					from Project p
+					join p.responsibilities r
+					join r.team t
+					join t.teamMembers tm
+					join tm.person person
+					where person.personId=@personId
+					order by p.title
+					", new SqlParameter("@personId", personId)).ToList();
+            } else {
+                return null;
+            }
+        }
+
+        public void addCoursesToProject(List<Course> inCourses, Project p) {
+            List<CourseProject> projectCourses = getProjectCourses(p);
+            //List<Course> coursesFromProjectCourses = projectCourses.stream().map(cp -> cp.getCourse());
+            List<Course> coursesFromProjectCourses = projectCourses.Select(cp => cp.Course).ToList();
+            foreach (Course c in inCourses) {
+                if (!coursesFromProjectCourses.Contains(c)) {
+                    CourseProject cp = new CourseProject();
+                    cp.Course = c;
+                    cp.Project = p;
+                    session.CourseProjects.Add(cp);
+                    session.SaveChanges();
+                }
+            }
+            foreach (CourseProject cp in projectCourses) {
+                if (!inCourses.Contains(cp.Course)) {
+                    session.CourseProjects.Remove(cp);
+                    session.SaveChanges();
+                }
+            }
+        }
+
+
+    }
+}
Index: eprms-net/Data/ResourceDao.cs
===================================================================
--- eprms-net/Data/ResourceDao.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Data/ResourceDao.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,38 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+
+namespace info.ajanovski.eprms.net.Data {
+
+    public interface ResourceDao {
+
+        public List<Repository> getRepositoriesByPerson(long personId);
+
+        public List<Repository> getRepositoriesByTeam(long personId);
+
+        public List<Repository> getRepositoriesByProject(long personId);
+
+        public List<Database> getDatabasesByProject(long personId);
+
+    }
+}
Index: eprms-net/Data/ResourceDaoImpl.cs
===================================================================
--- eprms-net/Data/ResourceDaoImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Data/ResourceDaoImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,98 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+using Microsoft.Extensions.Logging;
+using System;
+using System.Linq;
+using Microsoft.Data.SqlClient;
+using Microsoft.EntityFrameworkCore;
+using Npgsql;
+
+namespace info.ajanovski.eprms.net.Data {
+
+    public class ResourceDaoImpl : ResourceDao {
+
+
+        private readonly EPRMSNetDbContext session;
+
+        private readonly ILogger<ResourceDaoImpl> logger;
+
+        public ResourceDaoImpl(EPRMSNetDbContext session, ILogger<ResourceDaoImpl> logger) {
+            this.session = session;
+            this.logger = logger;
+        }
+
+        public List<Repository> getRepositoriesByPerson(long personId) {
+            try {
+                return session.Repositories.Where(r => r.Person.PersonId == personId).ToList();
+            } catch (Exception e) {
+                logger.LogError(e.ToString());
+                return new List<Repository>();
+            }
+        }
+
+        public List<Repository> getRepositoriesByTeam(long personId) {
+            try {
+                return session.Repositories.FromSqlRaw(@"
+					select r from Repository r join r.team t, TeamMember tm join tm.person p
+					where tm.team.teamId=t.teamId and r.person.personId=:personId
+					", new NpgsqlParameter("@personId", personId)).ToList();
+            } catch (Exception e) {
+                logger.LogError(e.ToString());
+                return new List<Repository>();
+            }
+        }
+
+        public List<Repository> getRepositoriesByProject(long personId) {
+            try {
+                return session.Repositories.FromSqlRaw(@"
+					select r from Repository r join r.project pr,
+					Responsibility res join res.team t, TeamMember tm join tm.person p
+					where pr.projectId=res.project.projectId and tm.team.teamId=t.teamId and
+					tm.person.personId=@personId
+					", new NpgsqlParameter("@personId", personId)).ToList();
+            } catch (Exception e) {
+                logger.LogError(e.ToString());
+                return new List<Repository>();
+            }
+        }
+
+        public List<Database> getDatabasesByProject(long personId) {
+            try {
+                return session.Databases.FromSqlRaw(@"
+					select d.* from epm_main.Database d 
+					join epm_main.project pr on d.project_id=pr.project_id 
+					join epm_main.Responsibility res on res.project_id=pr.project_id
+					join epm_main.team t on t.team_id=res.team_id
+					join epm_main.Team_Member tm on tm.team_id=t.team_id
+					join epm_main.person p on tm.person_id=p.person_id
+					where p.person_Id=@personId
+					", new NpgsqlParameter("@personId", personId)).ToList();
+            } catch (Exception e) {
+                logger.LogError(e.ToString());
+                return null;
+            }
+
+        }
+    }
+}
Index: eprms-net/Extensions/ClaimTransformer.cs
===================================================================
--- eprms-net/Extensions/ClaimTransformer.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Extensions/ClaimTransformer.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,34 @@
+using System.Security.Claims;
+using System.Threading.Tasks;
+using Microsoft.AspNetCore.Authentication;
+using Microsoft.Extensions.Logging;
+using info.ajanovski.eprms.net.Data;
+using System.Linq;
+
+public class ClaimsTransformer : IClaimsTransformation {
+
+    private readonly EPRMSNetDbContext context;
+    private readonly ILogger<ClaimsTransformer> logger;
+
+    public ClaimsTransformer(EPRMSNetDbContext context,
+    ILogger<ClaimsTransformer> logger) {
+        this.logger = logger;
+        this.context = context;
+    }
+
+    public Task<ClaimsPrincipal> TransformAsync(ClaimsPrincipal principal) {
+        var ci = (ClaimsIdentity)principal.Identity;
+        logger.LogInformation("Principal identity name: "+ci.Name);
+        var user = context.People.Where(p => p.UserName.Equals(ci.Name)).FirstOrDefault();
+        if (user!=null) {
+            foreach (var r in user.PersonRoles) {
+                var c = new Claim(ci.RoleClaimType, r.Role.Name);
+                ci.AddClaim(c);
+            }
+            return Task.FromResult(principal);
+        } else {
+            logger.LogError("Can not find user");
+            return null;
+        }
+    }
+}
Index: eprms-net/Extensions/HttpContextExtensions.cs
===================================================================
--- eprms-net/Extensions/HttpContextExtensions.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Extensions/HttpContextExtensions.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,33 @@
+using System;
+using System.Linq;
+using System.Threading.Tasks;
+using Microsoft.AspNetCore.Authentication;
+using Microsoft.AspNetCore.Http;
+using Microsoft.Extensions.DependencyInjection;
+
+namespace info.ajanovski.eprms.net.Extensions {
+
+    public static class HttpContextExtensions {
+        public static async Task<AuthenticationScheme[]> GetExternalProvidersAsync(this HttpContext context) {
+            if (context == null) {
+                throw new ArgumentNullException(nameof(context));
+            }
+
+            var schemes = context.RequestServices.GetRequiredService<IAuthenticationSchemeProvider>();
+
+            return (from scheme in await schemes.GetAllSchemesAsync()
+                    where !string.IsNullOrEmpty(scheme.DisplayName)
+                    select scheme).ToArray();
+        }
+
+        public static async Task<bool> IsProviderSupportedAsync(this HttpContext context, string provider) {
+            if (context == null) {
+                throw new ArgumentNullException(nameof(context));
+            }
+
+            return (from scheme in await context.GetExternalProvidersAsync()
+                    where string.Equals(scheme.Name, provider, StringComparison.OrdinalIgnoreCase)
+                    select scheme).Any();
+        }
+    }
+}
Index: eprms-net/INSTALL.md
===================================================================
--- eprms-net/INSTALL.md	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/INSTALL.md	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,140 @@
+#eprms-net build from source instructions
+
+##Testing Database and Authentication Server
+
+For testing purposes, you can use Docker/Podman to run all the needed services in containers.
+
+###Database
+
+The system is developed and tested against a PostgreSQL 12 started as a Docker/Podman container, but in general it is database agnostic and uses only Hibernate APIs, so you can switch to another database.
+
+To start a containerized PostgreSQL instance that stores all it's data in a local folder follow the instructions to create the folder and map the container to use that folder:
+
+	$ mkdir DatabaseFolder
+	$ podman run \
+		--cgroup-manager=cgroupfs  \
+		-d \
+		-e POSTGRES_USER=postgres \
+		-e POSTGRES_PASSWORD=CHANGE_THIS_PASSWORD \
+		--network "host" \
+		--privileged \
+		--mount type=bind,source=./DatabaseFolder,target=/var/lib/postgresql/data  \
+		--name postgres_for_eprms \
+		postgres:12
+
+This will create a PostgreSQL server instance container, that stores it's data in the DatabaseFolder. The data will survive container restarts or removals. By default, the DB instance listens on port 5432. The DatabaseFolder privileges will be changed so that it functions properly under the container, and will no longer be accessible to you directly.
+
+Check that the container is running.
+
+	podman ps
+
+Then connect to the container console, to create the initial empty database.
+
+	$ podman exec -i -t postgres_for_eprms bash
+
+... type the same password that you typed in the starting script above, you will get a root user prompt, from which you can connect to the postgres instance in order to create the database.
+
+	# psql -h localhost -U postgres -W postgres
+	
+Create a database user owner for the database, then the database and two needed schemas, owned by the database owner.
+
+	postgres=# 
+		create user eprms_owner encrypted password 'DB_PASSWORD_CHANGE_IT';
+		create database eprms owner eprms_owner;
+		create schema epm_main;
+		create schema epm_util;
+		alter schema epm_main owner to eprms_owner;
+		alter schema epm_util owner to eprms_owner;
+
+###Web Authentication Server
+
+For testing purposes it is recommended to use Apache Tomcat as a Java web application server, and you can also run it in a separate container.
+
+	$ mkdir WebAppsFolder
+	$ podman run \
+		--name tomcat-cas  \
+		--privileged   \
+		--mount type=bind,source=./webapps,target=/usr/local/tomcat/webapps   \
+		-p 8080:8080 \
+		-d \
+		tomcat:9.0
+
+The Tomcat container should be running at this moment, check:
+
+	podman ps
+
+You can use the WebAppsFolder to place the packaged web application archives (WAR files). 
+
+The application uses Apereo CAS for authentication. Copy the provided *cas.war* to the *WebAppsFolder* to initiate a demo instance of Apereo CAS, where all usernames are valid and anyone can log in provided the password that is entered is the same as the username.
+
+Check if CAS is working:
+
+	http://localhost:8080/cas
+
+
+
+##Build the web application
+
+The application will be built from source using dotnet. 
+You will also need node.js and npm, to get the needed dependencies (Bootstrap, JQuery, ...)
+
+###.Net profile configuration
+
+Some configuration parameters can be confidential or can differ from one envirement to another, so we are not providing them with the source. Instead a maven user profile should be configured outside the project, that will be used during the building of the project. Follow the instructions.
+
+Configure settings for the connection string to the created PostgreSQL database in the container. These settings are used to configure the link to the database needed in the following steps, and also needed when starting the application.
+
+	dotnet user-secrets set ConnectionStrings:EPRMSDB "Host=127.0.0.1;Port=5432;Database=epm;Username=epm_owner;Password=lozinka"
+
+Configure settings for the CAS base url:
+
+	dotnet user-secrets set CAS:CasBaseUrl "http://localhost:8080/cas"
+
+The application optionally uses OAuth2 and is prepared to use GitHub or ORCID as authorization providers. The application needs to be registered at GitHub and/or ORCID to be able to use them as OAuth2 providers and the received registration CliendID and ClientSecret should be configured here, before the build. In addition, the source can be changed to enable other providers.
+
+	dotnet user-secrets set GitHub:ClientId "____"
+	dotnet user-secrets set GitHub:ClientSecret "____"
+	dotnet user-secrets set ORCID:ClientId "____"
+	dotnet user-secrets set ORCID:ClientSecret "____"
+
+
+
+###Build the source and prepare the runtime
+
+Run the following commands from the project source folder
+
+To check all css/js dependencies:
+
+	npm install
+
+To check all .Net dependencies:
+
+	dotnet restore
+
+To start the web application:
+
+	dotnet watch run
+
+	The application will be running at: http://localhost:8081
+
+To install the dotnet-ef tool for reverse engineering the database model
+
+	dotnet tool install --global dotnet-ef
+
+The following commands reverse engineer the Database into a dbcontext class and the mapping Model classes
+
+	dotnet-ef dbcontext scaffold Name=ConnectionStrings:EPRMSDB Npgsql.EntityFrameworkCore.PostgreSQL -f -v -c EPRMSNetDbContext --context-dir Data/ -o Models/
+
+In case you need to install some additional libraried, run this:
+
+	dotnet add package library.name
+
+Optionally, you can install the ASP.NET code generator in case you need some ready made source examples
+
+	dotnet tool install --global dotnet-aspnet-codegenerator
+
+Optionally, create EF ready razor pages via the code generator
+
+	dotnet aspnet-codegenerator razorpage -m Repository -dc EPRMSNetDbContext -udl -outDir Pages/RepositoryPage --referenceScriptLibraries
+
+Finished!
Index: eprms-net/Models/Activity.cs
===================================================================
--- eprms-net/Models/Activity.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Activity.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,29 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Activity
+    {
+        public Activity()
+        {
+            InverseParentActivity = new HashSet<Activity>();
+            WorkReports = new HashSet<WorkReport>();
+        }
+
+        public long ActivityId { get; set; }
+        public string Description { get; set; }
+        public string Title { get; set; }
+        public long ActivityTypeId { get; set; }
+        public long? ParentActivityId { get; set; }
+        public long ProjectId { get; set; }
+
+        public virtual ActivityType ActivityType { get; set; }
+        public virtual Activity ParentActivity { get; set; }
+        public virtual Project Project { get; set; }
+        public virtual ICollection<Activity> InverseParentActivity { get; set; }
+        public virtual ICollection<WorkReport> WorkReports { get; set; }
+    }
+}
Index: eprms-net/Models/ActivityType.cs
===================================================================
--- eprms-net/Models/ActivityType.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/ActivityType.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,21 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class ActivityType
+    {
+        public ActivityType()
+        {
+            Activities = new HashSet<Activity>();
+        }
+
+        public long ActivityTypeId { get; set; }
+        public string Description { get; set; }
+        public string Title { get; set; }
+
+        public virtual ICollection<Activity> Activities { get; set; }
+    }
+}
Index: eprms-net/Models/Course.cs
===================================================================
--- eprms-net/Models/Course.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Course.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,20 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Course
+    {
+        public Course()
+        {
+            CourseProjects = new HashSet<CourseProject>();
+        }
+
+        public long CourseId { get; set; }
+        public string Title { get; set; }
+
+        public virtual ICollection<CourseProject> CourseProjects { get; set; }
+    }
+}
Index: eprms-net/Models/CourseProject.cs
===================================================================
--- eprms-net/Models/CourseProject.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/CourseProject.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,17 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class CourseProject
+    {
+        public long CourseProjectId { get; set; }
+        public long CourseId { get; set; }
+        public long ProjectId { get; set; }
+
+        public virtual Course Course { get; set; }
+        public virtual Project Project { get; set; }
+    }
+}
Index: eprms-net/Models/Database.cs
===================================================================
--- eprms-net/Models/Database.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Database.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,25 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Database
+    {
+        public long DatabaseId { get; set; }
+        public string Name { get; set; }
+        public string Owner { get; set; }
+        public string Password { get; set; }
+        public string Port { get; set; }
+        public string Server { get; set; }
+        public string TunnelPassword { get; set; }
+        public string TunnelServer { get; set; }
+        public string TunnelUser { get; set; }
+        public string Type { get; set; }
+        public long ProjectId { get; set; }
+        public DateTime? DateCreated { get; set; }
+
+        public virtual Project Project { get; set; }
+    }
+}
Index: eprms-net/Models/Person.cs
===================================================================
--- eprms-net/Models/Person.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Person.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,32 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Person
+    {
+        public Person()
+        {
+            PersonRoles = new HashSet<PersonRole>();
+            Repositories = new HashSet<Repository>();
+            TeamMembers = new HashSet<TeamMember>();
+            WorkEvaluations = new HashSet<WorkEvaluation>();
+            WorkReports = new HashSet<WorkReport>();
+        }
+
+        public long PersonId { get; set; }
+        public string Email { get; set; }
+        public string FirstName { get; set; }
+        public string LastName { get; set; }
+        public string UserName { get; set; }
+        public string AuthString { get; set; }
+
+        public virtual ICollection<PersonRole> PersonRoles { get; set; }
+        public virtual ICollection<Repository> Repositories { get; set; }
+        public virtual ICollection<TeamMember> TeamMembers { get; set; }
+        public virtual ICollection<WorkEvaluation> WorkEvaluations { get; set; }
+        public virtual ICollection<WorkReport> WorkReports { get; set; }
+    }
+}
Index: eprms-net/Models/PersonRole.cs
===================================================================
--- eprms-net/Models/PersonRole.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/PersonRole.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,17 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class PersonRole
+    {
+        public long PersonRoleId { get; set; }
+        public long PersonId { get; set; }
+        public long RoleId { get; set; }
+
+        public virtual Person Person { get; set; }
+        public virtual Role Role { get; set; }
+    }
+}
Index: eprms-net/Models/Project.cs
===================================================================
--- eprms-net/Models/Project.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Project.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,31 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Project
+    {
+        public Project()
+        {
+            Activities = new HashSet<Activity>();
+            CourseProjects = new HashSet<CourseProject>();
+            Databases = new HashSet<Database>();
+            Repositories = new HashSet<Repository>();
+            Responsibilities = new HashSet<Responsibility>();
+        }
+
+        public long ProjectId { get; set; }
+        public string Description { get; set; }
+        public string Title { get; set; }
+        public DateTime? FinishDate { get; set; }
+        public DateTime? StartDate { get; set; }
+
+        public virtual ICollection<Activity> Activities { get; set; }
+        public virtual ICollection<CourseProject> CourseProjects { get; set; }
+        public virtual ICollection<Database> Databases { get; set; }
+        public virtual ICollection<Repository> Repositories { get; set; }
+        public virtual ICollection<Responsibility> Responsibilities { get; set; }
+    }
+}
Index: eprms-net/Models/Repository.cs
===================================================================
--- eprms-net/Models/Repository.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Repository.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,23 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Repository
+    {
+        public long RepositoryId { get; set; }
+        public string Title { get; set; }
+        public string Url { get; set; }
+        public long? PersonId { get; set; }
+        public long? ProjectId { get; set; }
+        public long? TeamId { get; set; }
+        public DateTime? DateCreated { get; set; }
+        public string Type { get; set; }
+
+        public virtual Person Person { get; set; }
+        public virtual Project Project { get; set; }
+        public virtual Team Team { get; set; }
+    }
+}
Index: eprms-net/Models/Responsibility.cs
===================================================================
--- eprms-net/Models/Responsibility.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Responsibility.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,17 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Responsibility
+    {
+        public long ResponsibilityId { get; set; }
+        public long ProjectId { get; set; }
+        public long TeamId { get; set; }
+
+        public virtual Project Project { get; set; }
+        public virtual Team Team { get; set; }
+    }
+}
Index: eprms-net/Models/Role.cs
===================================================================
--- eprms-net/Models/Role.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Role.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,20 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Role
+    {
+        public Role()
+        {
+            PersonRoles = new HashSet<PersonRole>();
+        }
+
+        public long RoleId { get; set; }
+        public string Name { get; set; }
+
+        public virtual ICollection<PersonRole> PersonRoles { get; set; }
+    }
+}
Index: eprms-net/Models/Team.cs
===================================================================
--- eprms-net/Models/Team.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/Team.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,26 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class Team
+    {
+        public Team()
+        {
+            Repositories = new HashSet<Repository>();
+            Responsibilities = new HashSet<Responsibility>();
+            TeamMembers = new HashSet<TeamMember>();
+            WorkReports = new HashSet<WorkReport>();
+        }
+
+        public long TeamId { get; set; }
+        public string Name { get; set; }
+
+        public virtual ICollection<Repository> Repositories { get; set; }
+        public virtual ICollection<Responsibility> Responsibilities { get; set; }
+        public virtual ICollection<TeamMember> TeamMembers { get; set; }
+        public virtual ICollection<WorkReport> WorkReports { get; set; }
+    }
+}
Index: eprms-net/Models/TeamMember.cs
===================================================================
--- eprms-net/Models/TeamMember.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/TeamMember.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,19 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class TeamMember
+    {
+        public long TeamMemberId { get; set; }
+        public long? PositionNumber { get; set; }
+        public string Role { get; set; }
+        public long PersonId { get; set; }
+        public long TeamId { get; set; }
+
+        public virtual Person Person { get; set; }
+        public virtual Team Team { get; set; }
+    }
+}
Index: eprms-net/Models/WorkEvaluation.cs
===================================================================
--- eprms-net/Models/WorkEvaluation.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/WorkEvaluation.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,22 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class WorkEvaluation
+    {
+        public long WorkEvaluationId { get; set; }
+        public string Description { get; set; }
+        public float? PercentEvaluated { get; set; }
+        public float? Points { get; set; }
+        public string Title { get; set; }
+        public long WorkReportId { get; set; }
+        public DateTime? EvaluationDate { get; set; }
+        public long? PersonId { get; set; }
+
+        public virtual Person Person { get; set; }
+        public virtual WorkReport WorkReport { get; set; }
+    }
+}
Index: eprms-net/Models/WorkReport.cs
===================================================================
--- eprms-net/Models/WorkReport.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Models/WorkReport.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,33 @@
+﻿using System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace info.ajanovski.eprms.net.Models
+{
+    public partial class WorkReport
+    {
+        public WorkReport()
+        {
+            InverseContinuationOfWorkReport = new HashSet<WorkReport>();
+            WorkEvaluations = new HashSet<WorkEvaluation>();
+        }
+
+        public long WorkReportId { get; set; }
+        public string Description { get; set; }
+        public float? PercentReported { get; set; }
+        public string Title { get; set; }
+        public long ActivityId { get; set; }
+        public long? ContinuationOfWorkReportId { get; set; }
+        public long? PersonId { get; set; }
+        public long? TeamId { get; set; }
+        public DateTime? SubmissionDate { get; set; }
+
+        public virtual Activity Activity { get; set; }
+        public virtual WorkReport ContinuationOfWorkReport { get; set; }
+        public virtual Person Person { get; set; }
+        public virtual Team Team { get; set; }
+        public virtual ICollection<WorkReport> InverseContinuationOfWorkReport { get; set; }
+        public virtual ICollection<WorkEvaluation> WorkEvaluations { get; set; }
+    }
+}
Index: eprms-net/Pages/Error.cshtml
===================================================================
--- eprms-net/Pages/Error.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Error.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,27 @@
+﻿@page
+@namespace info.ajanovski.eprms.net.Pages
+@model ErrorModel
+@{
+    ViewData["Title"] = "Error";
+}
+
+<h1 class="text-danger">Error.</h1>
+<h2 class="text-danger">An error occurred while processing your request.</h2>
+
+@if (Model.ShowRequestId)
+{
+    <p>
+        <strong>Request ID:</strong> <code>@Model.RequestId</code>
+    </p>
+}
+
+<h3>Development Mode</h3>
+<p>
+    Swapping to the <strong>Development</strong> environment displays detailed information about the error that occurred.
+</p>
+<p>
+    <strong>The Development environment shouldn't be enabled for deployed applications.</strong>
+    It can result in displaying sensitive information from exceptions to end users.
+    For local debugging, enable the <strong>Development</strong> environment by setting the <strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>
+    and restarting the app.
+</p>
Index: eprms-net/Pages/Error.cshtml.cs
===================================================================
--- eprms-net/Pages/Error.cshtml.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Error.cshtml.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,44 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Diagnostics;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+using Microsoft.Extensions.Logging;
+
+namespace info.ajanovski.eprms.net.Pages {
+    [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
+    public class ErrorModel : PageModel {
+        public string RequestId { get; set; }
+
+        public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
+
+        private readonly ILogger<ErrorModel> _logger;
+
+        public ErrorModel(ILogger<ErrorModel> logger) {
+            _logger = logger;
+        }
+
+        public void OnGet() {
+            RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier;
+        }
+    }
+}
Index: eprms-net/Pages/Index.cshtml
===================================================================
--- eprms-net/Pages/Index.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Index.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,31 @@
+﻿@page
+@using Microsoft.AspNetCore.Mvc.Localization
+@inject IHtmlLocalizer<SharedResource> Localizer
+@namespace info.ajanovski.eprms.net.Pages
+@model IndexModel
+@{
+    ViewData["Title"] = Localizer["greeting"];
+}
+
+<div class="jumbotron text-center hoverable p-4">
+
+	<div class="row">
+
+		<div class="col-md-3 offset-md-1 mx-3 my-3">
+			<div class="view overlay">
+				<div class="mask rgba-white-slight">
+					<a> <img src="~/images/logo.png" class="img-fluid"
+						alt='@Localizer["greeting"]' /></a>
+				</div>
+			</div>
+		</div>
+
+		<div class="col-md-8 text-md-left ml-3 mt-3">
+			<h4 class="h4 mb-4">@Localizer["greeting-title"]</h4>
+			<p class="font-weight-normal">@Localizer["greeting"]</p>
+			<a class="btn btn-success" href='@Localizer["greeting-url"]'>@Localizer["greeting-url"]</a>
+		</div>
+
+	</div>
+
+</div>
Index: eprms-net/Pages/Index.cshtml.cs
===================================================================
--- eprms-net/Pages/Index.cshtml.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Index.cshtml.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,52 @@
+﻿/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Threading.Tasks;
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+using Microsoft.Extensions.Localization;
+using Microsoft.Extensions.Logging;
+
+namespace info.ajanovski.eprms.net.Pages {
+
+    [AllowAnonymous]
+    public class IndexModel : PageModel {
+
+        private readonly IStringLocalizer<IndexModel> _localizer;
+        private readonly ILogger<IndexModel> logger;
+
+        public IndexModel(IStringLocalizer<IndexModel> localizer,
+            ILogger<IndexModel> logger) {
+            this.logger = logger;
+            this._localizer = localizer;
+        }
+
+        public async Task<IActionResult> OnGetAsync() {
+            logger.LogInformation("get async index");
+            await Task.Run(() => {
+            });
+            return Page();
+        }
+
+    }
+
+}
Index: eprms-net/Pages/MyDatabases.cshtml
===================================================================
--- eprms-net/Pages/MyDatabases.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/MyDatabases.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,53 @@
+@page
+@using Microsoft.AspNetCore.Mvc.Localization
+@inject IHtmlLocalizer<SharedResource> Localizer
+@namespace info.ajanovski.eprms.net.Pages
+@model MyDatabasesModel
+@{
+    ViewData["Title"] = Localizer["greeting"];
+}
+
+<h1>@Localizer["MyDatabases-pagelink"]</h1>
+
+@foreach (var database in Model.projectDatabases) {
+<div class="card mb-3">
+	<div class="card-body">
+		<div class="card-title">
+			<h2>Project: @database.Project.Title</h2>
+			<h3>Database: @database.Name</h3>
+		</div>
+		<p>Please use the following parameters to connect to this
+			database</p>
+		<table class="table table-sm">
+			<tr class="table-primary">
+				<td>SSH tunnel server:</td>
+				<td>@database.TunnelServer</td>
+			</tr>
+			<tr class="table-primary">
+				<td>SSH tunnel user:</td>
+				<td>@database.TunnelUser</td>
+			</tr>
+			<tr class="table-primary">
+				<td>SSH tunnel password:</td>
+				<td>@database.TunnelPassword</td>
+			</tr>
+			<tr class="table-secondary">
+				<td>Database Server:</td>
+				<td>@database.Server</td>
+			</tr>
+			<tr class="table-secondary">
+				<td>Database Name:</td>
+				<td>@database.Name</td>
+			</tr>
+			<tr class="table-secondary">
+				<td>Database User:</td>
+				<td>@database.Owner</td>
+			</tr>
+			<tr class="table-secondary">
+				<td>Database Password:</td>
+				<td>@database.Password</td>
+			</tr>
+		</table>
+	</div>
+</div>
+}
Index: eprms-net/Pages/MyDatabases.cshtml.cs
===================================================================
--- eprms-net/Pages/MyDatabases.cshtml.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/MyDatabases.cshtml.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,83 @@
+﻿/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ * 
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using System.Threading.Tasks;
+using System.Security.Claims;
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+using Microsoft.Extensions.Localization;
+using Microsoft.Extensions.Logging;
+using info.ajanovski.eprms.net.Models;
+using info.ajanovski.eprms.net.Services;
+
+namespace info.ajanovski.eprms.net.Pages {
+
+    [Authorize]
+    public class MyDatabasesModel : PageModel {
+
+        private readonly IStringLocalizer<MyDatabasesModel> _localizer;
+        private readonly ILogger<MyDatabasesModel> logger;
+        private ResourceManager resourceManager;
+        private PersonManager personManager;
+
+        public MyDatabasesModel(IStringLocalizer<MyDatabasesModel> localizer,
+            ILogger<MyDatabasesModel> logger, ResourceManager resourceManager,
+             PersonManager personManager) {
+            this.logger = logger;
+            this._localizer = localizer;
+            this.resourceManager = resourceManager;
+            this.personManager = personManager;
+        }
+
+        public Person getLoggedInPerson() {
+            if (User.Identity.IsAuthenticated) {
+                string cName = User.FindFirst(c => c.Type == ClaimTypes.Name)?.Value;
+                return personManager.getPersonByUsername(cName);
+            } else {
+                return null;
+            }
+        }
+
+        public List<Database> projectDatabases { get; set; }
+
+        public void updateProjectDatabases(long personId) {
+            projectDatabases = resourceManager.getActiveDatabasesByProject(personId);
+        }
+
+        public async Task<IActionResult> OnGetAsync() {
+            logger.LogInformation("get async index");
+            await Task.Run(() => {
+                if (getLoggedInPerson()!=null) {
+                    updateProjectDatabases(
+                        getLoggedInPerson().PersonId
+                    );
+                } else {
+                    logger.LogError("USER IS NOT LOGGED IN");
+                }
+            });
+            return Page();
+        }
+
+    }
+
+}
Index: eprms-net/Pages/MyProfile.cshtml
===================================================================
--- eprms-net/Pages/MyProfile.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/MyProfile.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,33 @@
+@page
+@using Microsoft.AspNetCore.Mvc.Localization
+@inject IHtmlLocalizer<SharedResource> Localizer
+@namespace info.ajanovski.eprms.net.Pages
+@{
+    ViewData["Title"] = Localizer["greeting"];
+}
+
+
+		<div class="jumbotron text-center hoverable p-4">
+
+			<div class="row">
+
+				<div class="col-md-3 offset-md-1 mx-3 my-3">
+					<div class="view overlay">
+						<div class="mask rgba-white-slight">
+							<a> <img src="images/logo.png" class="img-fluid"
+								data-th-alt="#{greeting}" /></a>
+						</div>
+					</div>
+				</div>
+
+				<div class="col-md-8 text-md-left ml-3 mt-3">
+					<h4 class="h4 mb-4">[[#{greeting-title}]] [[${userInfo.userName}]]</h4>
+					<p class="font-weight-normal" data-th-text="#{greeting}"></p>
+					<a class="btn btn-success" data-th-href="#{greeting-url}"
+						data-th-text="#{greeting-url}"></a>
+				</div>
+
+			</div>
+
+		</div>
+
Index: eprms-net/Pages/MyRepositories.cshtml
===================================================================
--- eprms-net/Pages/MyRepositories.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/MyRepositories.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,36 @@
+@page
+@using Microsoft.AspNetCore.Mvc.Localization
+@inject IHtmlLocalizer<SharedResource> Localizer
+@namespace info.ajanovski.eprms.net.Pages
+@{
+    ViewData["Title"] = Localizer["greeting"];
+}
+
+<h1>@Localizer["MyRepositories-pagelink"]</h1>
+
+<h2>[[#{Personal-label}]]</h2>
+<table class="table table-sm">
+	<tr data-th-each="repository: ${personalRepositories}">
+		<td>[[${repository.title}]]</td>
+		<td>[[${repository.url}]]</td>
+		<td>[[${repository.dateCreated}]]</td>
+	</tr>
+</table>
+
+<h2>@Localizer["project-label"]</h2>
+<table class="table table-sm">
+	<tr data-th-each="repository: ${projectRepositories}">
+		<td>[[${repository.title}]]</td>
+		<td>[[${repository.url}]]</td>
+		<td>[[${repository.dateCreated}]]</td>
+	</tr>
+</table>
+
+<h2>@Localizer["team-label"]</h2>
+<table class="table table-sm">
+	<tr data-th-each="repository: ${teamRepositories}">
+		<td>[[${repository.title}]]</td>
+		<td>[[${repository.url}]]</td>
+		<td>[[${repository.dateCreated}]]</td>
+	</tr>
+</table>
Index: eprms-net/Pages/MyRepositoryAuth.cshtml
===================================================================
--- eprms-net/Pages/MyRepositoryAuth.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/MyRepositoryAuth.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,29 @@
+@page
+@using Microsoft.AspNetCore.Mvc.Localization
+@inject IHtmlLocalizer<SharedResource> Localizer
+@namespace info.ajanovski.eprms.net.Pages
+@{
+    ViewData["Title"] = Localizer["greeting"];
+}
+
+<h1>Repository Authentication</h1>
+
+<p>Please enter your new password for repository authentication.</p>
+
+<form class="form" id="AuthForm" method="post">
+
+	<div class="form-group">
+		<label for="password">[[#{password}]]</label> <input type="password"
+			id="password" name="password" class="form-control" />
+	</div>
+
+	<div class="form-group">
+		<label for="confirmPassword">[[#{confirmPassword}]]</label> <input
+			type="password" id="confirmPassword" name="confirmPassword"
+			class="form-control" />
+	</div>
+
+	<input type="submit" value="OK" class="form-control" />
+
+</form>
+
Index: eprms-net/Pages/Shared/Login.cshtml
===================================================================
--- eprms-net/Pages/Shared/Login.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Shared/Login.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,23 @@
+@using Microsoft.AspNetCore.Authentication
+@model AuthenticationScheme[]
+@{
+    ViewData["Title"] = "Login";
+}
+
+<div class="row">
+    <div class="span-12">
+        <h1>@ViewData["Title"]</h1>
+    <p class="lead text-left">Sign in using one of these external providers:</p>
+
+    <p>
+    @foreach (var scheme in Model.OrderBy(p => p.DisplayName))
+    {
+        <form action="/login" method="post">
+            <input type="hidden" name="Provider" value="@scheme.Name" />
+            <input type="hidden" name="ReturnUrl" value="@ViewBag.ReturnUrl" />
+            <button class="btn btn-primary mt-3" type="submit">@scheme.Name</button>
+        </form>
+    }
+    </p>
+    </div>
+</div>
Index: eprms-net/Pages/Shared/_Layout.cshtml
===================================================================
--- eprms-net/Pages/Shared/_Layout.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Shared/_Layout.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,149 @@
+﻿@using Microsoft.AspNetCore.Mvc.Localization
+@using Microsoft.AspNetCore.Http
+@inject IHtmlLocalizer<SharedResource> Localizer
+
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+<meta charset="utf-8" />
+	
+	<title>@ViewData["Title"]</title>
+	
+	<meta name="viewport"
+		content="width=device-width, initial-scale=1, shrink-to-fit=no" />
+	<meta name="description" content='@Localizer["system-description"]' />
+	<meta name="author" content='@Localizer["main-developer-name"]' />
+	<link rel="shortcut icon" href="~/favicon.ico" />
+	<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT" />
+	<meta http-equiv="Pragma" content="no-cache" />
+	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+	<base href="/" />
+	<link rel="stylesheet" href="~/vendor.min.css" />
+	<link rel="stylesheet" href="~/css/site-overrides.css"></link>
+</head>
+
+<body style="padding-top: 4.5em;">
+
+	<nav class="navbar navbar-dark navbar-expand-lg bg-dark fixed-top"
+		style="background-color: #03030f;">
+		<a class="navbar-brand" href='/'>@Localizer["app-title-short"]</a>
+		<button class="navbar-toggler" type="button" data-toggle="collapse"
+			data-target="#mainMenu" aria-controls="mainMenu"
+			aria-expanded="false" aria-label="Toggle navigation">
+			<span class="navbar-toggler-icon"></span>
+		</button>
+
+		<div class="collapse navbar-collapse" id="mainMenu">
+			<ul class="navbar-nav mr-auto">
+			@if(User.Identity.IsAuthenticated) {
+
+				<li class="nav-item"><a href="/MyDatabases" class="nav-link">MyDatabases</a></li>
+
+				<li	data-th-each="pageName: ${studentPageNames}" class="nav-item"><a
+					data-th-href="${pageName}" data-th-text="${pageName}"
+					class="nav-link" data-th-appendclass="${classForPageName}"></a></li>
+
+				@if(User.IsInRole("ADMINISTRATOR"))
+				{
+				<li class="nav-item dropdown" data-th-if="${userInfo.administrator}"><a
+					class="nav-link dropdown-toggle" href="#" id="mainMenuAdmin"
+					role="button" data-toggle="dropdown" aria-haspopup="true"
+					aria-expanded="false">@Localizer["admin-label"]</a>
+					<div class="dropdown-menu" aria-labelledby="mainMenuAdmin">
+						<a data-th-each="pageName: ${adminPageNames}"
+							class="dropdown-item" data-th-appendclass="${classForPageName}"
+							href='@ViewData["pageName"]'>@ViewData["pageName"]</a>
+					</div></li>
+				}
+
+			}
+			</ul>
+
+			<ul class="navbar-nav navbar-right">
+				<li class="nav-item">@await Html.PartialAsync("_SelectLanguagePartial")</li>
+
+				<li class="nav-item dropdown authenticated"><a
+					class="nav-link dropdown-toggle" href="#" id="mainMenuUserProfile"
+					role="button" data-toggle="dropdown" aria-haspopup="true"
+					aria-expanded="false"> <img
+						data-th-replace="fragments/SVGIcon :: svgicon(path='user')" />
+						<span id="user"></span> 
+				</a>
+					<div class="dropdown-menu" aria-labelledby="mainMenuUserProfile">
+						@if(User.Identity.IsAuthenticated) {
+						<a href="/Logout"
+							class="dropdown-item"><img
+							data-th-replace="fragments/SVGIcon :: svgicon(path='user')" />
+							@Localizer["Logout-label"]</a>
+						}
+					</div></li>
+				<li class="nav-item unauthenticated"><a
+					class="nav-link" href='@Localizer["Login"]' id="login">@Localizer["login-label"]</a>
+					</li>
+
+			</ul>
+		</div>
+	</nav>
+
+	<div class="container-fluid">
+		<div class="row">
+			<div class="col-12">
+				<p class="talerts" />
+			</div>
+		</div>
+
+		<!-- content -->
+		<div class="container">@RenderBody()</div>
+		<!-- /content -->
+
+		<hr />
+		<footer>
+			<p>
+				Copyright &copy;<span>@Localizer["copyrightYear"]</span> <a
+					href='@Localizer["main-developer-url"]'>@Localizer["copyrightHolder"] </a>
+			</p>
+		</footer>
+	</div>
+
+
+	@RenderSection("Scripts", required: false)
+	<script src="~/vendor.min.js"></script>
+	<script type="text/javascript" src="~/js/site.js" asp-append-version="true"></script> 
+	<script type="text/javascript">
+		$.ajaxSetup({
+			beforeSend: function (xhr, settings) {
+				if (settings.type == 'POST' || settings.type == 'PUT'
+					|| settings.type == 'DELETE') {
+					if (!(/^http:.*/.test(settings.url) || /^https:.*/
+						.test(settings.url))) {
+						xhr.setRequestHeader("X-XSRF-TOKEN", Cookies
+							.get('XSRF-TOKEN'));
+					}
+				}
+			}
+		});
+		$.get("/user", function (data) {
+			console.log(data);
+			if (data.name != null) {
+				$(".unauthenticated").hide();
+				$(".authenticated").show();
+				$("#user").html(data.name);
+			} else {
+				$(".unauthenticated").show();
+				$(".authenticated").hide();
+			}
+		});
+		var logout = function () {
+			$.post("/logout", function () {
+				$("#user").html('');
+				$(".authenticated").hide();
+				$(".unauthenticated").show();
+			})
+			return true;
+		}
+	</script>
+</body>
+
+
+</html>
Index: eprms-net/Pages/Shared/_SelectLanguagePartial.cshtml
===================================================================
--- eprms-net/Pages/Shared/_SelectLanguagePartial.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Shared/_SelectLanguagePartial.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,25 @@
+﻿@using Microsoft.AspNetCore.Builder
+@using Microsoft.AspNetCore.Http.Features
+@using Microsoft.AspNetCore.Localization
+@using Microsoft.AspNetCore.Mvc.Localization
+@using Microsoft.Extensions.Options
+
+@inject	IOptions<RequestLocalizationOptions> LocOptions
+@inject IHtmlLocalizer<SharedResource> Localizer
+
+@{
+    var requestCulture = Context.Features.Get<IRequestCultureFeature>();
+    var cultureItems = LocOptions.Value.SupportedUICultures
+        .Select(c => new SelectListItem { Value = c.Name, Text = c.DisplayName })
+        .ToList();
+    var returnUrl = string.IsNullOrEmpty(Context.Request.Path) ? "~/" : $"~{Context.Request.Path.Value}";
+}
+
+<div title="@Localizer["Request culture provider:"] @requestCulture?.Provider?.GetType().Name">
+   <form id="selectLanguage" action="SetLanguage" method="post" role="form" class="form-inline">
+        <label class="text-light" asp-for="@requestCulture.RequestCulture.UICulture.Name">@Localizer["Language:"]</label> <select name="culture"
+          onchange="this.form.submit();"
+          asp-for="@requestCulture.RequestCulture.UICulture.Name" asp-items="cultureItems" class="form-control">
+        </select>
+    </form>
+</div>
Index: eprms-net/Pages/Shared/_ValidationScriptsPartial.cshtml
===================================================================
--- eprms-net/Pages/Shared/_ValidationScriptsPartial.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/Shared/_ValidationScriptsPartial.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,2 @@
+﻿<script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script>
+<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script>
Index: eprms-net/Pages/_ViewImports.cshtml
===================================================================
--- eprms-net/Pages/_ViewImports.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/_ViewImports.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,5 @@
+@using info.ajanovski.eprms.net
+@using info.ajanovski.eprms.net.Models
+@using Microsoft.AspNetCore.Identity
+@using Microsoft.Extensions.Localization;
+@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
Index: eprms-net/Pages/_ViewStart.cshtml
===================================================================
--- eprms-net/Pages/_ViewStart.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Pages/_ViewStart.cshtml	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,3 @@
+﻿@{
+    Layout = "_Layout";
+}
Index: eprms-net/Program.cs
===================================================================
--- eprms-net/Program.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Program.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,22 @@
+using Microsoft.AspNetCore.Hosting;
+using Microsoft.Extensions.Hosting;
+using Microsoft.Extensions.Logging;
+using info.ajanovski.eprms.net;
+
+namespace net {
+    public class Program {
+        public static void Main(string[] args) {
+            CreateHostBuilder(args).Build().Run();
+        }
+
+        public static IHostBuilder CreateHostBuilder(string[] args) =>
+            Host.CreateDefaultBuilder(args)
+                .ConfigureLogging(logging => {
+                    logging.ClearProviders();
+                    logging.AddConsole();
+                })
+                .ConfigureWebHostDefaults(webBuilder => {
+                    webBuilder.UseStartup<Startup>();
+                });
+    }
+}
Index: eprms-net/Properties/launchSettings.json
===================================================================
--- eprms-net/Properties/launchSettings.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Properties/launchSettings.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,27 @@
+﻿{
+  "iisSettings": {
+    "windowsAuthentication": false,
+    "anonymousAuthentication": true,
+    "iisExpress": {
+      "applicationUrl": "http://localhost:57112",
+      "sslPort": 0
+    }
+  },
+  "profiles": {
+    "IIS Express": {
+      "commandName": "IISExpress",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      }
+    },
+    "eprms-net": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "applicationUrl": "http://localhost:8081",
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      }
+    }
+  }
+}
Index: eprms-net/README.md
===================================================================
--- eprms-net/README.md	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/README.md	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,16 @@
+# EPRMS Project
+
+The EPRMS - Educational Project and Resources Management System is a management information system used to organize the work on student projects, their source repositories and other related resources. 
+
+This is an open-source system, initially developed to demonstrate web application development for a course on Internet Technologies.
+
+The project is still under construction.
+
+Project lead: [Vangel V. Ajanovski](https://ajanovski.info)
+
+## eprms-net
+
+The third implementation of the EPRMS was developed using the ASP.Net Core web application framework.
+
+Partially working instance can be compiled from source for testing purposes.
+
Index: eprms-net/Resources/SharedResource.en.resx
===================================================================
--- eprms-net/Resources/SharedResource.en.resx	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Resources/SharedResource.en.resx	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,163 @@
+﻿<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <data name="system-description">
+    <value>The EPRMS - Educational Project and Resources Management System is a management information system covering student projects, source repositories and other related resources. This is an open-source system, initially developed as a demonstrational web application for a course on Internet Technologies.</value>
+  </data>
+  <data name="edit-label"><value>Edit</value></data>
+  <data name="login-label"><value>Login</value></data>
+  <data name="logout-info-total"><value>Имајте предвид дека CAS системот служи за да ја задржи вашата најава сѐ додека имате потреба од користење на различните факултетски сервиси. Одјавата од оваа апликација, не ве одјави од CAS системот. Така со влез во било кој факултетски сервис автоматски ќе бидете најавени во истиот.</value></data>
+  <data name="copyrightHolder"><value>Vangel V. Ajanovski</value></data>
+  <data name="password"><value>Password</value></data>
+  <data name="main-developer-name"><value>Vangel V. Ajanovski</value></data>
+  <data name="admin/ManageRepositories-pagelink"><value>Manage Repositories</value></data>
+  <data name="lang-label"><value>Language</value></data>
+  <data name="MyDatabases-pagelink"><value>My Databases</value></data>
+  <data name="logout-info-application"><value>Одјавени сте од оваа апликација. Сите ваши сесиски податоци се избришани од серверот. Можете да продолжите со користење на останатите сервиси.</value></data>
+  <data name="greeting"><value>The EPRMS - Educational Project and Resources Management System is a management information system covering student projects, source repositories and other related resources. This is an open-source system, initially developed as a demonstrational web application for a course on Internet Technologies.</value></data>
+  <data name="app-title-short"><value>EPRMS</value></data>
+  <data name="remove-label"><value>Remove</value></data>
+  <data name="application-logout"><value>Application Logout</value></data>
+  <data name="copyrightYear"><value>2021</value></data>
+  <data name="admin/ManageDatabases-pagelink"><value>Manage Databases</value></data>
+  <data name="logout-desc-total-title"><value>Целосна одјава од CAS</value></data>
+  <data name="logout-desc-total"><value>Доколку сакате ЦЕЛОСНО да се одјавите од CAS системот и од сите факултетски сервиси кои го користат кликнете на копчето:</value></data>
+  <data name="main-developer-url"><value>https://ajanovski.info</value></data>
+  <data name="new-label"><value>Create</value></data>
+  <data name="admin-label"><value>Admin</value></data>
+  <data name="Personal-label"><value>Personal</value></data>
+  <data name="MyRepositories-pagelink"><value>My Repositories</value></data>
+  <data name="Logout-label"><value>Logout</value></data>
+  <data name="repositories-label"><value>Repositories</value></data>
+  <data name="admin/Projects-pagelink"><value>Projects</value></data>
+  <data name="logout-desc-total-cont"><value>На крај, препорачано е да го затворите вашиот интернет прелистувач, сите негови прозорци и сите негови таб листови.</value></data>
+  <data name="Repository-label"><value>Repository</value></data>
+  <data name="myrepositoryauth-pagelink"><value>Repository Auth</value></data>
+  <data name="index-pagelink"><value>Home</value></data>
+  <data name="Project-label"><value>Project</value></data>
+  <data name="logout-page"><value>CAS Logout</value></data>
+  <data name="Team-label"><value>Team</value></data>
+  <data name="TeamMember-label"><value>Team member</value></data>
+  <data name="add-label"><value>Add</value></data>
+  <data name="greeting-title"><value>Welcome</value></data>
+  <data name="Database-label"><value>Database</value></data>
+  <data name="confirmPassword"><value>Confirm Password</value></data>
+  <data name="admin/Teams-pagelink"><value>Teams</value></data>
+  <data name="greeting-url"><value>https://github.com/ajanovski/eprms</value></data>
+  </root>
Index: eprms-net/Resources/SharedResource.en.txt
===================================================================
--- eprms-net/Resources/SharedResource.en.txt	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Resources/SharedResource.en.txt	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,50 @@
+# This is where global application properties go.
+# You can also have individual message catalogs for each page and each
+# component that override these defaults.
+# The name of this file is based on the <filter-name> element in web.
+
+index-pagelink=Home
+myprojectreports-pagelink=My Project Reports
+myrepositories-pagelink=My Repositories
+myrepositoryauth-pagelink=Repository Auth
+mydatabases-pagelink=My Databases
+admin/ManageTeams-pagelink=Teams
+admin/ManageProjects-pagelink=Projects
+admin/ManageRepositories-pagelink=Manage Repositories
+admin/ManageDatabases-pagelink=Manage Databases
+admin/ProjectActivities-pagelink=Manage Project Activities
+admin/OverallCourseReport-pagelink=Overall Course Report
+
+admin-label=Admin
+app-title-short=EPRMS
+activity-label=Activity
+lang-label=Language
+team-label=Team
+teammember-label=Team member
+project-label=Project
+repository-label=Repository
+database-label=Database
+new-label=Create
+add-label=Add
+remove-label=Remove
+personal-label=Personal
+repositories-label=Repositories
+edit-label=Edit
+newActivity-label=New Activity
+activities-label=Activities
+copy-label=Copy
+paste-label=Paste
+reset-label=Reset
+report-label=Report
+description-label=Description
+percentReported-label=Reported % of total work in this activity
+evaluation-label=Evaluation
+percentEvaluated-label=Evaluated % of total work in this activity
+points-label=Points
+
+Logout-label=Logout
+logout-page=Logout
+
+copyrightYear=2021
+copyrightHolder=Vangel V. Ajanovski
+back-label=Back
Index: eprms-net/Resources/SharedResource.mk.resx
===================================================================
--- eprms-net/Resources/SharedResource.mk.resx	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Resources/SharedResource.mk.resx	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,169 @@
+﻿<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <data name="edit-label"><value>Измени</value></data>
+  <data name="admin/ProjectActivities-pagelink"><value>Управување со проектни активности</value></data>
+  <data name="copyrightHolder"><value>Вангел В. Ајановски</value></data>
+  <data name="reset-label"><value>Ресет</value></data>
+  <data name="app-title"><value>ЕПМ</value></data>
+  <data name="report-label"><value>Извештај</value></data>
+  <data name="copy-label"><value>Копирај</value></data>
+  <data name="admin/ManageRepositories-pagelink"><value>Управување со репозиториуми</value></data>
+  <data name="lang-label"><value>Language</value></data>
+  <data name="role-label"><value>Улога</value></data>
+  <data name="myprojectreports-pagelink"><value>Мои Извештаи</value></data>
+  <data name="admin/ManageTeams-pagelink"><value>Управување со Тимови</value></data>
+  <data name="personal-label"><value>Лични</value></data>
+  <data name="firstName-label"><value>Име</value></data>
+  <data name="mydatabases-pagelink"><value>Мои бази на податоци</value></data>
+  <data name="teammember-label"><value>Член на тимот</value></data>
+  <data name="copyrightYear"><value>2021</value></data>
+  <data name="admin/ManageDatabases-pagelink"><value>Управување со бази на податоци</value></data>
+  <data name="admin/ManageProjects-pagelink"><value>Управување со Проекти</value></data>
+  <data name="description-label"><value>Опис</value></data>
+  <data name="project-label"><value>Проект</value></data>
+  <data name="myrepositories-pagelink"><value>Мои репозиториуми</value></data>
+  <data name="userName-label"><value>Корисничко име</value></data>
+  <data name="admin-label"><value>Админ</value></data>
+  <data name="activityId-label"><value>Бр. активност</value></data>
+  <data name="percentReported-label"><value>Известуваме дека се изработени % од вкупната работа на оваа активност</value></data>
+  <data name="team-label"><value>Тим</value></data>
+  <data name="admin/OverallCourseReport-pagelink"><value>Извештај</value></data>
+  <data name="lastName-label"><value>Презиме</value></data>
+  <data name="Logout-label"><value>Одјава</value></data>
+  <data name="database-label"><value>База на податоци</value></data>
+  <data name="evaluation-label"><value>Евалуација</value></data>
+  <data name="new-label"><value>Креирај</value></data>
+  <data name="myrepositoryauth-pagelink"><value>Автентикација за репо</value></data>
+  <data name="index-pagelink"><value>Почетна</value></data>
+  <data name="logout-page"><value>Одјава</value></data>
+  <data name="title-label"><value>Назив</value></data>
+  <data name="repository-label"><value>Репозиториум</value></data>
+  <data name="activities-label"><value>Активности</value></data>
+  <data name="repositories-label"><value>Репозиториуми</value></data>
+  <data name="add-label"><value>Додади</value></data>
+  <data name="back-label"><value>назад</value></data>
+  <data name="points-label"><value>Points</value></data>
+  <data name="positionNumber-label"><value>Позиција број</value></data>
+  <data name="activity-label"><value>Активност</value></data>
+  <data name="percentEvaluated-label"><value>Евалуирано е дека се изработени % од вкупната работа на оваа активност</value></data>
+  <data name="newActivity-label"><value>Нова активност</value></data>
+  <data name="remove-label"><value>Отстрани</value></data>
+  <data name="selectActivityType-label"><value>Избери тип активност</value></data>
+  </root>
Index: eprms-net/Resources/SharedResource.mk.txt
===================================================================
--- eprms-net/Resources/SharedResource.mk.txt	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Resources/SharedResource.mk.txt	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,54 @@
+
+activities-label=\u0410\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438
+activityId-label=\u0411\u0440. \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442
+activity-label=\u0410\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442
+add-label=\u0414\u043E\u0434\u0430\u0434\u0438
+admin-label=\u0410\u0434\u043C\u0438\u043D
+admin/ManageDatabases-pagelink=\u0423\u043F\u0440\u0430\u0432\u0443\u0432\u0430\u045A\u0435 \u0441\u043E \u0431\u0430\u0437\u0438 \u043D\u0430 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
+admin/ManageProjects-pagelink=\u0423\u043F\u0440\u0430\u0432\u0443\u0432\u0430\u045A\u0435 \u0441\u043E \u041F\u0440\u043E\u0435\u043A\u0442\u0438
+admin/ManageRepositories-pagelink=\u0423\u043F\u0440\u0430\u0432\u0443\u0432\u0430\u045A\u0435 \u0441\u043E \u0440\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0443\u043C\u0438
+admin/ManageTeams-pagelink=\u0423\u043F\u0440\u0430\u0432\u0443\u0432\u0430\u045A\u0435 \u0441\u043E \u0422\u0438\u043C\u043E\u0432\u0438
+admin/OverallCourseReport-pagelink=\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0458
+admin/ProjectActivities-pagelink=\u0423\u043F\u0440\u0430\u0432\u0443\u0432\u0430\u045A\u0435 \u0441\u043E \u043F\u0440\u043E\u0435\u043A\u0442\u043D\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438
+app-title=\u0415\u041F\u041C
+back-label=\u043D\u0430\u0437\u0430\u0434
+# component that override these defaults.
+copy-label=\u041A\u043E\u043F\u0438\u0440\u0430\u0458
+copyrightHolder=\u0412\u0430\u043D\u0433\u0435\u043B \u0412. \u0410\u0458\u0430\u043D\u043E\u0432\u0441\u043A\u0438
+copyrightYear=2021
+database-label=\u0411\u0430\u0437\u0430 \u043D\u0430 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
+description-label=\u041E\u043F\u0438\u0441
+edit-label=\u0418\u0437\u043C\u0435\u043D\u0438
+evaluation-label=\u0415\u0432\u0430\u043B\u0443\u0430\u0446\u0438\u0458\u0430
+firstName-label=\u0418\u043C\u0435
+index-pagelink=\u041F\u043E\u0447\u0435\u0442\u043D\u0430
+lang-label=Language
+lastName-label=\u041F\u0440\u0435\u0437\u0438\u043C\u0435
+Logout-label=\u041E\u0434\u0458\u0430\u0432\u0430
+logout-page=\u041E\u0434\u0458\u0430\u0432\u0430
+mydatabases-pagelink=\u041C\u043E\u0438 \u0431\u0430\u0437\u0438 \u043D\u0430 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
+myprojectreports-pagelink=\u041C\u043E\u0438 \u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0438
+myrepositories-pagelink=\u041C\u043E\u0438 \u0440\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0443\u043C\u0438
+myrepositoryauth-pagelink=\u0410\u0432\u0442\u0435\u043D\u0442\u0438\u043A\u0430\u0446\u0438\u0458\u0430 \u0437\u0430 \u0440\u0435\u043F\u043E
+newActivity-label=\u041D\u043E\u0432\u0430 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442
+new-label=\u041A\u0440\u0435\u0438\u0440\u0430\u0458
+percentEvaluated-label=\u0415\u0432\u0430\u043B\u0443\u0438\u0440\u0430\u043D\u043E \u0435 \u0434\u0435\u043A\u0430 \u0441\u0435 \u0438\u0437\u0440\u0430\u0431\u043E\u0442\u0435\u043D\u0438 % \u043E\u0434 \u0432\u043A\u0443\u043F\u043D\u0430\u0442\u0430 \u0440\u0430\u0431\u043E\u0442\u0430 \u043D\u0430 \u043E\u0432\u0430\u0430 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442
+percentReported-label=\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u043C\u0435 \u0434\u0435\u043A\u0430 \u0441\u0435 \u0438\u0437\u0440\u0430\u0431\u043E\u0442\u0435\u043D\u0438 % \u043E\u0434 \u0432\u043A\u0443\u043F\u043D\u0430\u0442\u0430 \u0440\u0430\u0431\u043E\u0442\u0430 \u043D\u0430 \u043E\u0432\u0430\u0430 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442
+personal-label=\u041B\u0438\u0447\u043D\u0438
+points-label=Points
+positionNumber-label=\u041F\u043E\u0437\u0438\u0446\u0438\u0458\u0430 \u0431\u0440\u043E\u0458
+project-label=\u041F\u0440\u043E\u0435\u043A\u0442
+remove-label=\u041E\u0442\u0441\u0442\u0440\u0430\u043D\u0438
+report-label=\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0458
+repositories-label=\u0420\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0443\u043C\u0438
+repository-label=\u0420\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0443\u043C
+reset-label=\u0420\u0435\u0441\u0435\u0442
+role-label=\u0423\u043B\u043E\u0433\u0430
+selectActivityType-label=\u0418\u0437\u0431\u0435\u0440\u0438 \u0442\u0438\u043F \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442
+team-label=\u0422\u0438\u043C
+teammember-label=\u0427\u043B\u0435\u043D \u043D\u0430 \u0442\u0438\u043C\u043E\u0442
+# The name of this file is based on the <filter-name> element in web.
+# This is where global application properties go.
+title-label=\u041D\u0430\u0437\u0438\u0432
+userName-label=\u041A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u043E \u0438\u043C\u0435
+# You can also have individual message catalogs for each page and each
Index: eprms-net/Services/PersonManager.cs
===================================================================
--- eprms-net/Services/PersonManager.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Services/PersonManager.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,43 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+
+namespace info.ajanovski.eprms.net.Services {
+
+    public interface PersonManager {
+
+        public List<Person> getAllPersons();
+
+        public Person getPersonByUsername(string username);
+
+        public string getPersonFullName(Person person);
+
+        public string getPersonFullNameWithId(Person person);
+
+        public List<Person> getPersonByFilter(string filter);
+
+        public List<PersonRole> getPersonRolesForPerson(long personId);
+
+        public Person getPersonByEmail(string email);
+
+    }
+}
Index: eprms-net/Services/PersonManagerImpl.cs
===================================================================
--- eprms-net/Services/PersonManagerImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Services/PersonManagerImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,69 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+using info.ajanovski.eprms.net.Data;
+
+namespace info.ajanovski.eprms.net.Services {
+
+    public class PersonManagerImpl : PersonManager {
+
+        private readonly PersonDao personDao;
+
+        public PersonManagerImpl(PersonDao personDao) {
+            this.personDao = personDao;
+        }
+
+
+        public List<Person> getAllPersons() {
+            return this.personDao.getAllPersons();
+        }
+
+        public Person getPersonByUsername(string username) {
+            return this.personDao.getPersonByUsername(username);
+        }
+
+        // public Person getPersonById(long personId) {
+        //         return genericService.getByPK(Person.class, personId);
+        // }
+
+        public List<Person> getPersonByFilter(string filter) {
+            return personDao.getPersonByFilter(filter);
+        }
+
+        public List<PersonRole> getPersonRolesForPerson(long personId) {
+            return personDao.getPersonRolesForPerson(personId);
+        }
+
+        public string getPersonFullName(Person person) {
+            return personDao.getPersonFullName(person);
+        }
+
+        public string getPersonFullNameWithId(Person person) {
+            return personDao.getPersonFullNameWithId(person);
+        }
+
+        public Person getPersonByEmail(string email) {
+            return personDao.getPersonByEmail(email);
+        }
+
+    }
+}
Index: eprms-net/Services/ProjectManager.cs
===================================================================
--- eprms-net/Services/ProjectManager.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Services/ProjectManager.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,40 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+
+namespace info.ajanovski.eprms.net.Services {
+
+    public interface ProjectManager {
+
+        public List<Project> getAllProjectsOrderByTitle();
+
+        public List<CourseProject> getProjectCourses(Project p);
+
+        public void addCoursesToProject(List<Course> inCourses, Project p);
+
+
+        public List<Project> getCourseProjectsOrderByTitle(Course selectedCourse);
+
+        public List<Project> getProjectByPerson(long? personId);
+
+    }
+}
Index: eprms-net/Services/ProjectManagerImpl.cs
===================================================================
--- eprms-net/Services/ProjectManagerImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Services/ProjectManagerImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,56 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+using info.ajanovski.eprms.net.Data;
+
+namespace info.ajanovski.eprms.net.Services {
+
+    public class ProjectManagerImpl : ProjectManager {
+
+        private readonly ProjectDao projectDao;
+
+        public ProjectManagerImpl(ProjectDao projectDao) {
+            this.projectDao = projectDao;
+        }
+
+        public List<Project> getAllProjectsOrderByTitle() {
+            return projectDao.getAllProjectsOrderByTitle();
+        }
+
+        public List<CourseProject> getProjectCourses(Project p) {
+            return projectDao.getProjectCourses(p);
+        }
+
+        public void addCoursesToProject(List<Course> inCourses, Project p) {
+            projectDao.addCoursesToProject(inCourses, p);
+        }
+
+        public List<Project> getCourseProjectsOrderByTitle(Course selectedCourse) {
+            return projectDao.getCourseProjectsOrderByTitle(selectedCourse);
+        }
+
+        public List<Project> getProjectByPerson(long? personId) {
+            return projectDao.getProjectByPerson(personId);
+        }
+
+    }
+}
Index: eprms-net/Services/ResourceManager.cs
===================================================================
--- eprms-net/Services/ResourceManager.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Services/ResourceManager.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,45 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+
+namespace info.ajanovski.eprms.net.Services {
+
+    public interface ResourceManager {
+
+        public List<Repository> getRepositoriesByPerson(long personId);
+
+        public List<Repository> getRepositoriesByTeam(long personId);
+
+        public List<Repository> getRepositoriesByProject(long personId);
+
+        public List<Repository> getActiveRepositoriesByPerson(long personId);
+
+        public List<Repository> getActiveRepositoriesByTeam(long personId);
+
+        public List<Repository> getActiveRepositoriesByProject(long personId);
+
+        public List<Database> getDatabasesByProject(long personId);
+
+        public List<Database> getActiveDatabasesByProject(long personId);
+
+    }
+}
Index: eprms-net/Services/ResourceManagerImpl.cs
===================================================================
--- eprms-net/Services/ResourceManagerImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Services/ResourceManagerImpl.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,67 @@
+/*******************************************************************************
+ * Copyright (C) 2021 Vangel V. Ajanovski
+ *     
+ * This file is part of the EPRMS - Educational Project and Resource 
+ * Management System (hereinafter: EPRMS).
+ *     
+ * EPRMS is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *     
+ * EPRMS is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *     
+ * You should have received a copy of the GNU General Public License
+ * along with EPRMS.  If not, see <https://www.gnu.org/licenses/>.
+ ******************************************************************************/
+
+using System.Collections.Generic;
+using info.ajanovski.eprms.net.Models;
+using info.ajanovski.eprms.net.Data;
+
+namespace info.ajanovski.eprms.net.Services {
+    public class ResourceManagerImpl : ResourceManager {
+
+        private ResourceDao repositoryDao;
+
+        public ResourceManagerImpl(ResourceDao repositoryDao) {
+            this.repositoryDao = repositoryDao;
+        }
+
+        public List<Repository> getRepositoriesByPerson(long personId) {
+            return repositoryDao.getRepositoriesByPerson(personId);
+        }
+
+        public List<Repository> getRepositoriesByTeam(long personId) {
+            return repositoryDao.getRepositoriesByTeam(personId);
+        }
+
+        public List<Repository> getRepositoriesByProject(long personId) {
+            return repositoryDao.getRepositoriesByProject(personId);
+        }
+
+        public List<Repository> getActiveRepositoriesByPerson(long personId) {
+            return getRepositoriesByPerson(personId).FindAll(p => p.DateCreated != null);
+        }
+
+        public List<Repository> getActiveRepositoriesByTeam(long personId) {
+            return getRepositoriesByTeam(personId).FindAll(p => p.DateCreated != null);
+        }
+
+        public List<Repository> getActiveRepositoriesByProject(long personId) {
+            return getRepositoriesByProject(personId).FindAll(p => p.DateCreated != null);
+        }
+
+        public List<Database> getDatabasesByProject(long personId) {
+            return repositoryDao.getDatabasesByProject(personId);
+        }
+
+        public List<Database> getActiveDatabasesByProject(long personId) {
+            return getDatabasesByProject(personId);
+        }
+
+    }
+}
Index: eprms-net/SharedResource.cs
===================================================================
--- eprms-net/SharedResource.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/SharedResource.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,6 @@
+namespace info.ajanovski.eprms.net 
+{
+    public class SharedResource
+    {
+    }
+}
Index: eprms-net/Startup.cs
===================================================================
--- eprms-net/Startup.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/Startup.cs	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,166 @@
+using System.Net.Http;
+using System.Net.Http.Headers;
+using System.Text.Json;
+using System.Security.Claims;
+using System;
+
+using Microsoft.AspNetCore.Builder;
+using Microsoft.AspNetCore.Hosting;
+using Microsoft.AspNetCore.Mvc.Razor;
+using Microsoft.AspNetCore.Authentication.OAuth;
+using Microsoft.AspNetCore.Http;
+using Microsoft.AspNetCore.Authentication;
+using Microsoft.AspNetCore.Authentication.Cookies;
+using Microsoft.EntityFrameworkCore;
+using Microsoft.Extensions.Configuration;
+using Microsoft.Extensions.DependencyInjection;
+using Microsoft.Extensions.Hosting;
+
+using info.ajanovski.eprms.net.Data;
+using info.ajanovski.eprms.net.Services;
+using AspNetCore.Security.CAS;
+
+namespace info.ajanovski.eprms.net {
+    public class Startup {
+        public Startup(IConfiguration configuration) {
+            Configuration = configuration;
+        }
+
+        public IConfiguration Configuration { get; }
+
+        public void ConfigureServices(IServiceCollection services) {
+            services.AddDatabaseDeveloperPageExceptionFilter();
+
+            services.AddDbContext<EPRMSNetDbContext>(options => {
+                options.UseLazyLoadingProxies().UseNpgsql(Configuration.GetConnectionString("EPRMSDB")
+                );
+            });
+
+            services.AddDistributedMemoryCache();
+
+            services.AddSession(options => {
+                options.IdleTimeout = TimeSpan.FromSeconds(10);
+                options.Cookie.HttpOnly = true;
+                options.Cookie.IsEssential = true;
+            });
+
+            services.AddLocalization(options => options.ResourcesPath = "Resources");
+
+            services.AddRazorPages();
+
+            services
+            .AddAuthentication(options => {
+                options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme;
+            })
+            .AddCookie(options => {
+                options.LoginPath = "/login";
+                options.LogoutPath = "/logout";
+            })
+            .AddOAuth("GitHub", options => {
+                readAndSetOauthOptionsFromConfig("GitHub", options);
+            })
+            .AddOAuth("ORCID", options => {
+                readAndSetOauthOptionsFromConfig("ORCID", options);
+            })
+            .AddCAS("CAS", options => {
+                readAndSetCASOptionsFromConfig("CAS", options);
+            });
+
+            services.AddAuthorization();
+
+            services.AddMvc()
+                .AddViewLocalization(LanguageViewLocationExpanderFormat.Suffix)
+                .AddDataAnnotationsLocalization();
+
+            services.AddControllers();
+
+            services.AddScoped<PersonManager, PersonManagerImpl>();
+            services.AddScoped<ProjectManager, ProjectManagerImpl>();
+            services.AddScoped<ResourceManager, ResourceManagerImpl>();
+
+            services.AddScoped<PersonDao, PersonDaoImpl>();
+            services.AddScoped<ProjectDao, ProjectDaoImpl>();
+            services.AddScoped<ResourceDao, ResourceDaoImpl>();
+
+            services.AddScoped<IClaimsTransformation, ClaimsTransformer>();
+
+            services.Configure<RequestLocalizationOptions>(options => {
+                var supportedCultures = new[] { "en", "mk" };
+                options.SetDefaultCulture(supportedCultures[0])
+                    .AddSupportedCultures(supportedCultures)
+                    .AddSupportedUICultures(supportedCultures);
+            });
+
+        }
+
+        public void Configure(IApplicationBuilder app, IWebHostEnvironment env) {
+            if (env.IsDevelopment()) {
+                app.UseDeveloperExceptionPage();
+                app.UseMigrationsEndPoint();
+            } else {
+                app.UseExceptionHandler("/Error");
+                app.UseHsts();
+            }
+
+            app.UseHttpsRedirection();
+
+            var supportedCultures = new[] { "en", "mk" };
+            var localizationOptions = new RequestLocalizationOptions().SetDefaultCulture(supportedCultures[0])
+                .AddSupportedCultures(supportedCultures)
+                .AddSupportedUICultures(supportedCultures);
+
+            app.UseRequestLocalization(localizationOptions);
+            app.UseStaticFiles();
+
+            app.UseRouting();
+
+            app.UseAuthentication();
+            app.UseAuthorization();
+
+            app.UseSession();
+
+            app.UseEndpoints(endpoints => {
+                endpoints.MapRazorPages();
+                endpoints.MapControllers();
+            });
+
+            app.UseRequestLocalization();
+
+        }
+
+        public void readAndSetOauthOptionsFromConfig(string ProviderName, OAuthOptions o) {
+            o.ClaimsIssuer = ProviderName;
+            o.ClientId = Configuration[ProviderName + ":ClientId"];
+            o.ClientSecret = Configuration[ProviderName + ":ClientSecret"];
+
+            o.AuthorizationEndpoint = Configuration[ProviderName + ":AuthorizationEndpoint"];
+            o.TokenEndpoint = Configuration[ProviderName + ":TokenEndpoint"];
+            o.UserInformationEndpoint = Configuration[ProviderName + ":UserInformationEndpoint"];
+            o.CallbackPath = new PathString(Configuration[ProviderName + ":CallbackPath"]);
+
+            o.ClaimActions.MapJsonKey(ClaimTypes.NameIdentifier, Configuration[ProviderName + ":NameId"]);
+            o.ClaimActions.MapJsonKey(ClaimTypes.Name, Configuration[ProviderName + ":Name"]);
+            o.ClaimActions.MapJsonKey(ClaimTypes.Email, Configuration[ProviderName + ":Email"]);
+
+            o.Scope.Add("openid");
+
+            o.Events = new OAuthEvents {
+                OnCreatingTicket = async context => {
+                    var request = new HttpRequestMessage(HttpMethod.Get, context.Options.UserInformationEndpoint);
+                    request.Headers.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
+                    request.Headers.Authorization = new AuthenticationHeaderValue("Bearer", context.AccessToken);
+                    var response = await context.Backchannel.SendAsync(request, HttpCompletionOption.ResponseHeadersRead, context.HttpContext.RequestAborted);
+                    response.EnsureSuccessStatusCode();
+                    using (var user = JsonDocument.Parse(await response.Content.ReadAsStringAsync())) {
+                        context.RunClaimActions(user.RootElement);
+                    }
+                }
+            };
+        }
+
+        public void readAndSetCASOptionsFromConfig(string ProviderName, CasOptions o) {
+            o.CasServerUrlBase = Configuration[ProviderName + ":CasBaseUrl"];
+        }
+
+    }
+}
Index: eprms-net/appsettings.Development.json
===================================================================
--- eprms-net/appsettings.Development.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/appsettings.Development.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,29 @@
+{
+  "Logging": {
+    "IncludeScopes": true,
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft": "Information",
+      "Microsoft.Hosting.Lifetime": "Information"
+    }
+  },
+  "AllowedHosts": "*",
+  "GitHub": {
+    "AuthorizationEndpoint": "https://github.com/login/oauth/authorize",
+    "TokenEndpoint": "https://github.com/login/oauth/access_token",
+    "UserInformationEndpoint": "https://api.github.com/user",
+    "CallbackPath": "/login/oauth2/code/GitHub",
+    "NameId": "id",
+    "Name": "name",
+    "Email": "email"
+  },
+  "ORCID": {
+    "AuthorizationEndpoint": "https://sandbox.orcid.org/oauth/authorize",
+    "TokenEndpoint": "https://sandbox.orcid.org/oauth/token",
+    "UserInformationEndpoint": "https://sandbox.orcid.org/oauth/userinfo",
+    "CallbackPath": "/login/oauth2/code/ORCID",
+    "NameId": "id",
+    "Name": "sub",
+    "Email": "email"
+  }
+}
Index: eprms-net/appsettings.json
===================================================================
--- eprms-net/appsettings.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/appsettings.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,29 @@
+{
+  "Logging": {
+    "IncludeScopes": true,
+    "LogLevel": {
+      "Default": "Information",
+      "Microsoft": "Information",
+      "Microsoft.Hosting.Lifetime": "Information"
+    }
+  },
+  "AllowedHosts": "*",
+  "GitHub": {
+    "AuthorizationEndpoint": "https://github.com/login/oauth/authorize",
+    "TokenEndpoint": "https://github.com/login/oauth/access_token",
+    "UserInformationEndpoint": "https://api.github.com/user",
+    "CallbackPath": "/login/oauth2/code/GitHub",
+    "NameId": "id",
+    "Name": "name",
+    "Email": "email"
+  },
+  "ORCID": {
+    "AuthorizationEndpoint": "https://sandbox.orcid.org/oauth/authorize",
+    "TokenEndpoint": "https://sandbox.orcid.org/oauth/token",
+    "UserInformationEndpoint": "https://sandbox.orcid.org/oauth/userinfo",
+    "CallbackPath": "/login/oauth2/code/ORCID",
+    "NameId": "id",
+    "Name": "sub",
+    "Email": "email"
+  }
+}
Index: eprms-net/bundleconfig.json
===================================================================
--- eprms-net/bundleconfig.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/bundleconfig.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,19 @@
+[
+    {
+      "outputFileName": "wwwroot/vendor.min.css",
+      "inputFiles": [
+        "node_modules/bootstrap/dist/css/bootstrap.min.css"
+      ],
+      "minify": { "enabled": false }
+    },
+    {
+      "outputFileName": "wwwroot/vendor.min.js",
+      "inputFiles": [
+        "node_modules/jquery/dist/jquery.min.js",
+        "node_modules/popper.js/dist/umd/popper.min.js",
+        "node_modules/bootstrap/dist/js/bootstrap.min.js"
+      ],
+      "minify": { "enabled": false }
+    }
+  ]
+  
Index: eprms-net/eprms-net.csproj
===================================================================
--- eprms-net/eprms-net.csproj	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/eprms-net.csproj	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,34 @@
+﻿<Project Sdk="Microsoft.NET.Sdk.Web">
+
+  <PropertyGroup>
+    <TargetFramework>net5.0</TargetFramework>
+    <RootNamespace>info.ajanovski.eprms.net</RootNamespace>
+    <UserSecretsId>db755e3b-216c-47d8-997c-1edb7be13317</UserSecretsId>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="AspNetCore.Security.CAS" Version="2.0.5" />
+    <PackageReference Include="JSON.NET" Version="1.0.31" />
+    <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.6" />
+    <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.6" />
+    <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.6" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.6" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.6">
+      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+      <PrivateAssets>all</PrivateAssets>
+    </PackageReference>
+    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6">
+      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+      <PrivateAssets>all</PrivateAssets>
+    </PackageReference>
+    <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
+    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.5.1" />
+    <PackageReference Include="RestSharp" Version="106.11.7" />
+    <PackageReference Include="System.Configuration" Version="2.0.5" />
+    <PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
+
+  </ItemGroup>
+
+</Project>
Index: eprms-net/eprms-net.csproj.user
===================================================================
--- eprms-net/eprms-net.csproj.user	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/eprms-net.csproj.user	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
+    <StartAction>Project</StartAction>
+    <StartProgram>/home/ajan/src/msbuild/.dotnet/dotnet</StartProgram>
+    <StartArguments>watch run</StartArguments>
+    <EnvironmentVariables>
+      <Variable name="ASPNETCORE_ENVIRONMENT" value="Development" xmlns="" />
+    </EnvironmentVariables>
+    <ApplicationURL>http://localhost:8081</ApplicationURL>
+  </PropertyGroup>
+</Project>
Index: eprms-net/eprms-net.sln
===================================================================
--- eprms-net/eprms-net.sln	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/eprms-net.sln	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eprms-net", "eprms-net.csproj", "{1569C7F2-F3D2-45D2-8AC3-E7FB10AA8764}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{1569C7F2-F3D2-45D2-8AC3-E7FB10AA8764}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{1569C7F2-F3D2-45D2-8AC3-E7FB10AA8764}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{1569C7F2-F3D2-45D2-8AC3-E7FB10AA8764}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{1569C7F2-F3D2-45D2-8AC3-E7FB10AA8764}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(MonoDevelopProperties) = preSolution
+		Policies = $0
+		$0.DotNetNamingPolicy = $1
+		$1.DirectoryNamespaceAssociation = PrefixedHierarchical
+	EndGlobalSection
+EndGlobal
Index: eprms-net/package-lock.json
===================================================================
--- eprms-net/package-lock.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/package-lock.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,32 @@
+{
+  "name": "asp.net",
+  "version": "1.0.0",
+  "lockfileVersion": 1,
+  "requires": true,
+  "dependencies": {
+    "bootstrap": {
+      "version": "4.6.0",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
+      "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==",
+      "dev": true
+    },
+    "jquery": {
+      "version": "3.6.0",
+      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
+      "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==",
+      "dev": true
+    },
+    "js-cookie": {
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz",
+      "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==",
+      "dev": true
+    },
+    "popper.js": {
+      "version": "1.16.1",
+      "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
+      "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==",
+      "dev": true
+    }
+  }
+}
Index: eprms-net/package.json
===================================================================
--- eprms-net/package.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/package.json	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,11 @@
+{
+  "version": "1.0.0",
+  "name": "asp.net",
+  "private": true,
+  "devDependencies": {
+    "bootstrap": "4.6.0",
+    "jquery": "3.6.0",
+    "popper.js": "1.16.1",
+    "js-cookie": "2.2.1"
+  }
+}
Index: eprms-net/wwwroot/css/site-overrides.css
===================================================================
--- eprms-net/wwwroot/css/site-overrides.css	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/wwwroot/css/site-overrides.css	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,77 @@
+:root {
+    --ck-z-default: 100;
+    --ck-z-modal: calc( var(--ck-z-default) + 999 );
+
+	/* https://www.w3schools.com/colors/colors_british.asp - Carnival red */
+	--color-incorrect: #c71c2c;
+
+	/* https://www.w3schools.com/colors/colors_british.asp - Bright green / Goblin / Garland */
+	--color-correct: #74b979;
+
+	--color-noevaluation: #white;
+	--color-exception: #404040;
+}
+
+body,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+    font-family: 'Fira Sans', Helvetica, Arial, sans-serif !important;
+}
+
+code {
+	font-family: 'Fira Mono', monospace, mono !important;
+}
+
+.color-queryError {
+	background: var(--color-incorrect);
+	color: white;
+}
+
+.color-queryCorrect {
+	background: var(--color-correct);
+	color: black;
+}
+
+.centered-hv {
+	text-align: center;
+	vertical-align: middle;
+}
+
+p.comment {
+	background: #ffff80;
+}
+
+.inlinecomment {
+	background: #ffffa0;
+	margin-left:5rem;
+	border-left: 1px solid black;
+	padding-left:0.5rem;
+}
+
+@keyframes slidein {
+  from { background: white; }
+  50% { background: #ffffa0; }
+  to { background: white; }
+}
+
+.pagination li {
+	margin-left:0.5em;
+}
+
+svg {
+	fill: transparent;
+	stroke: currentColor;
+	stroke-width: 0.1em;
+	stroke-linecap: round;
+	stroke-linejoin: round;
+}
Index: eprms-net/wwwroot/css/site.css
===================================================================
--- eprms-net/wwwroot/css/site.css	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/wwwroot/css/site.css	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,71 @@
+﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
+for details on configuring this project to bundle and minify static web assets. */
+
+a.navbar-brand {
+  white-space: normal;
+  text-align: center;
+  word-break: break-all;
+}
+
+/* Provide sufficient contrast against white background */
+a {
+  color: #0366d6;
+}
+
+.btn-primary {
+  color: #fff;
+  background-color: #1b6ec2;
+  border-color: #1861ac;
+}
+
+.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
+  color: #fff;
+  background-color: #1b6ec2;
+  border-color: #1861ac;
+}
+
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+  font-size: 14px;
+}
+@media (min-width: 768px) {
+  html {
+    font-size: 16px;
+  }
+}
+
+.border-top {
+  border-top: 1px solid #e5e5e5;
+}
+.border-bottom {
+  border-bottom: 1px solid #e5e5e5;
+}
+
+.box-shadow {
+  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
+}
+
+button.accept-policy {
+  font-size: 1rem;
+  line-height: inherit;
+}
+
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+  position: relative;
+  min-height: 100%;
+}
+
+body {
+  /* Margin bottom by footer height */
+  margin-bottom: 60px;
+}
+.footer {
+  position: absolute;
+  bottom: 0;
+  width: 100%;
+  white-space: nowrap;
+  line-height: 60px; /* Vertically center the text there */
+}
Index: eprms-net/wwwroot/images/feather-sprite.svg
===================================================================
--- eprms-net/wwwroot/images/feather-sprite.svg	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/wwwroot/images/feather-sprite.svg	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg"><defs><symbol id="activity" viewBox="0 0 24 24"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></symbol><symbol id="airplay" viewBox="0 0 24 24"><path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon></symbol><symbol id="alert-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></symbol><symbol id="alert-octagon" viewBox="0 0 24 24"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></symbol><symbol id="alert-triangle" viewBox="0 0 24 24"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></symbol><symbol id="align-center" viewBox="0 0 24 24"><line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line></symbol><symbol id="align-justify" viewBox="0 0 24 24"><line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line></symbol><symbol id="align-left" viewBox="0 0 24 24"><line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line></symbol><symbol id="align-right" viewBox="0 0 24 24"><line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line></symbol><symbol id="anchor" viewBox="0 0 24 24"><circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path></symbol><symbol id="aperture" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line></symbol><symbol id="archive" viewBox="0 0 24 24"><polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line></symbol><symbol id="arrow-down-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line></symbol><symbol id="arrow-down-left" viewBox="0 0 24 24"><line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline></symbol><symbol id="arrow-down-right" viewBox="0 0 24 24"><line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline></symbol><symbol id="arrow-down" viewBox="0 0 24 24"><line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline></symbol><symbol id="arrow-left-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line></symbol><symbol id="arrow-left" viewBox="0 0 24 24"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></symbol><symbol id="arrow-right-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></symbol><symbol id="arrow-right" viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></symbol><symbol id="arrow-up-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line></symbol><symbol id="arrow-up-left" viewBox="0 0 24 24"><line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline></symbol><symbol id="arrow-up-right" viewBox="0 0 24 24"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></symbol><symbol id="arrow-up" viewBox="0 0 24 24"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></symbol><symbol id="at-sign" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path></symbol><symbol id="award" viewBox="0 0 24 24"><circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline></symbol><symbol id="bar-chart-2" viewBox="0 0 24 24"><line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line></symbol><symbol id="bar-chart" viewBox="0 0 24 24"><line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line></symbol><symbol id="battery-charging" viewBox="0 0 24 24"><path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline></symbol><symbol id="battery" viewBox="0 0 24 24"><rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line></symbol><symbol id="bell-off" viewBox="0 0 24 24"><path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line></symbol><symbol id="bell" viewBox="0 0 24 24"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path></symbol><symbol id="bluetooth" viewBox="0 0 24 24"><polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline></symbol><symbol id="bold" viewBox="0 0 24 24"><path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path></symbol><symbol id="book-open" viewBox="0 0 24 24"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path></symbol><symbol id="book" viewBox="0 0 24 24"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path></symbol><symbol id="bookmark" viewBox="0 0 24 24"><path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path></symbol><symbol id="box" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></symbol><symbol id="briefcase" viewBox="0 0 24 24"><rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path></symbol><symbol id="calendar" viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></symbol><symbol id="camera-off" viewBox="0 0 24 24"><line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path></symbol><symbol id="camera" viewBox="0 0 24 24"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle></symbol><symbol id="cast" viewBox="0 0 24 24"><path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line></symbol><symbol id="check-circle" viewBox="0 0 24 24"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></symbol><symbol id="check-square" viewBox="0 0 24 24"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></symbol><symbol id="check" viewBox="0 0 24 24"><polyline points="20 6 9 17 4 12"></polyline></symbol><symbol id="chevron-down" viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"></polyline></symbol><symbol id="chevron-left" viewBox="0 0 24 24"><polyline points="15 18 9 12 15 6"></polyline></symbol><symbol id="chevron-right" viewBox="0 0 24 24"><polyline points="9 18 15 12 9 6"></polyline></symbol><symbol id="chevron-up" viewBox="0 0 24 24"><polyline points="18 15 12 9 6 15"></polyline></symbol><symbol id="chevrons-down" viewBox="0 0 24 24"><polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline></symbol><symbol id="chevrons-left" viewBox="0 0 24 24"><polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline></symbol><symbol id="chevrons-right" viewBox="0 0 24 24"><polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline></symbol><symbol id="chevrons-up" viewBox="0 0 24 24"><polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline></symbol><symbol id="chrome" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line></symbol><symbol id="circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle></symbol><symbol id="clipboard" viewBox="0 0 24 24"><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect></symbol><symbol id="clock" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></symbol><symbol id="cloud-drizzle" viewBox="0 0 24 24"><line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path></symbol><symbol id="cloud-lightning" viewBox="0 0 24 24"><path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline></symbol><symbol id="cloud-off" viewBox="0 0 24 24"><path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line></symbol><symbol id="cloud-rain" viewBox="0 0 24 24"><line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path></symbol><symbol id="cloud-snow" viewBox="0 0 24 24"><path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line></symbol><symbol id="cloud" viewBox="0 0 24 24"><path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path></symbol><symbol id="code" viewBox="0 0 24 24"><polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline></symbol><symbol id="codepen" viewBox="0 0 24 24"><polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line></symbol><symbol id="codesandbox" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></symbol><symbol id="coffee" viewBox="0 0 24 24"><path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line></symbol><symbol id="columns" viewBox="0 0 24 24"><path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path></symbol><symbol id="command" viewBox="0 0 24 24"><path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path></symbol><symbol id="compass" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon></symbol><symbol id="copy" viewBox="0 0 24 24"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></symbol><symbol id="corner-down-left" viewBox="0 0 24 24"><polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path></symbol><symbol id="corner-down-right" viewBox="0 0 24 24"><polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path></symbol><symbol id="corner-left-down" viewBox="0 0 24 24"><polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path></symbol><symbol id="corner-left-up" viewBox="0 0 24 24"><polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path></symbol><symbol id="corner-right-down" viewBox="0 0 24 24"><polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path></symbol><symbol id="corner-right-up" viewBox="0 0 24 24"><polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path></symbol><symbol id="corner-up-left" viewBox="0 0 24 24"><polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path></symbol><symbol id="corner-up-right" viewBox="0 0 24 24"><polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path></symbol><symbol id="cpu" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line></symbol><symbol id="credit-card" viewBox="0 0 24 24"><rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line></symbol><symbol id="crop" viewBox="0 0 24 24"><path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path></symbol><symbol id="crosshair" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line></symbol><symbol id="database" viewBox="0 0 24 24"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path></symbol><symbol id="delete" viewBox="0 0 24 24"><path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line></symbol><symbol id="disc" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle></symbol><symbol id="divide-circle" viewBox="0 0 24 24"><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle></symbol><symbol id="divide-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line></symbol><symbol id="divide" viewBox="0 0 24 24"><circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle></symbol><symbol id="dollar-sign" viewBox="0 0 24 24"><line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></symbol><symbol id="download-cloud" viewBox="0 0 24 24"><polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path></symbol><symbol id="download" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></symbol><symbol id="dribbble" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path></symbol><symbol id="droplet" viewBox="0 0 24 24"><path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path></symbol><symbol id="edit-2" viewBox="0 0 24 24"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></symbol><symbol id="edit-3" viewBox="0 0 24 24"><path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path></symbol><symbol id="edit" viewBox="0 0 24 24"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></symbol><symbol id="external-link" viewBox="0 0 24 24"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></symbol><symbol id="eye-off" viewBox="0 0 24 24"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line></symbol><symbol id="eye" viewBox="0 0 24 24"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle></symbol><symbol id="facebook" viewBox="0 0 24 24"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></symbol><symbol id="fast-forward" viewBox="0 0 24 24"><polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon></symbol><symbol id="feather" viewBox="0 0 24 24"><path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line></symbol><symbol id="figma" viewBox="0 0 24 24"><path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path></symbol><symbol id="file-minus" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line></symbol><symbol id="file-plus" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></symbol><symbol id="file-text" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></symbol><symbol id="file" viewBox="0 0 24 24"><path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline></symbol><symbol id="film" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line></symbol><symbol id="filter" viewBox="0 0 24 24"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></symbol><symbol id="flag" viewBox="0 0 24 24"><path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line></symbol><symbol id="folder-minus" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line></symbol><symbol id="folder-plus" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line></symbol><symbol id="folder" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></symbol><symbol id="framer" viewBox="0 0 24 24"><path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path></symbol><symbol id="frown" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line></symbol><symbol id="gift" viewBox="0 0 24 24"><polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path></symbol><symbol id="git-branch" viewBox="0 0 24 24"><line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path></symbol><symbol id="git-commit" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line></symbol><symbol id="git-merge" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path></symbol><symbol id="git-pull-request" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line></symbol><symbol id="github" viewBox="0 0 24 24"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></symbol><symbol id="gitlab" viewBox="0 0 24 24"><path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path></symbol><symbol id="globe" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></symbol><symbol id="grid" viewBox="0 0 24 24"><rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect></symbol><symbol id="hard-drive" viewBox="0 0 24 24"><line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line></symbol><symbol id="hash" viewBox="0 0 24 24"><line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line></symbol><symbol id="headphones" viewBox="0 0 24 24"><path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path></symbol><symbol id="heart" viewBox="0 0 24 24"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></symbol><symbol id="help-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></symbol><symbol id="hexagon" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path></symbol><symbol id="home" viewBox="0 0 24 24"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></symbol><symbol id="image" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline></symbol><symbol id="inbox" viewBox="0 0 24 24"><polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path></symbol><symbol id="info" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></symbol><symbol id="instagram" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line></symbol><symbol id="italic" viewBox="0 0 24 24"><line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line></symbol><symbol id="key" viewBox="0 0 24 24"><path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path></symbol><symbol id="layers" viewBox="0 0 24 24"><polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline></symbol><symbol id="layout" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line></symbol><symbol id="life-buoy" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line></symbol><symbol id="link-2" viewBox="0 0 24 24"><path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line></symbol><symbol id="link" viewBox="0 0 24 24"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></symbol><symbol id="linkedin" viewBox="0 0 24 24"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle></symbol><symbol id="list" viewBox="0 0 24 24"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></symbol><symbol id="loader" viewBox="0 0 24 24"><line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></symbol><symbol id="lock" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></symbol><symbol id="log-in" viewBox="0 0 24 24"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></symbol><symbol id="log-out" viewBox="0 0 24 24"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></symbol><symbol id="mail" viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></symbol><symbol id="map-pin" viewBox="0 0 24 24"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></symbol><symbol id="map" viewBox="0 0 24 24"><polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line></symbol><symbol id="maximize-2" viewBox="0 0 24 24"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line></symbol><symbol id="maximize" viewBox="0 0 24 24"><path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path></symbol><symbol id="meh" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line></symbol><symbol id="menu" viewBox="0 0 24 24"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></symbol><symbol id="message-circle" viewBox="0 0 24 24"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></symbol><symbol id="message-square" viewBox="0 0 24 24"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></symbol><symbol id="mic-off" viewBox="0 0 24 24"><line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line></symbol><symbol id="mic" viewBox="0 0 24 24"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line></symbol><symbol id="minimize-2" viewBox="0 0 24 24"><polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line></symbol><symbol id="minimize" viewBox="0 0 24 24"><path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path></symbol><symbol id="minus-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line></symbol><symbol id="minus-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line></symbol><symbol id="minus" viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"></line></symbol><symbol id="monitor" viewBox="0 0 24 24"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line></symbol><symbol id="moon" viewBox="0 0 24 24"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></symbol><symbol id="more-horizontal" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></symbol><symbol id="more-vertical" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></symbol><symbol id="mouse-pointer" viewBox="0 0 24 24"><path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path></symbol><symbol id="move" viewBox="0 0 24 24"><polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line></symbol><symbol id="music" viewBox="0 0 24 24"><path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle></symbol><symbol id="navigation-2" viewBox="0 0 24 24"><polygon points="12 2 19 21 12 17 5 21 12 2"></polygon></symbol><symbol id="navigation" viewBox="0 0 24 24"><polygon points="3 11 22 2 13 21 11 13 3 11"></polygon></symbol><symbol id="octagon" viewBox="0 0 24 24"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon></symbol><symbol id="package" viewBox="0 0 24 24"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></symbol><symbol id="paperclip" viewBox="0 0 24 24"><path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path></symbol><symbol id="pause-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line></symbol><symbol id="pause" viewBox="0 0 24 24"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></symbol><symbol id="pen-tool" viewBox="0 0 24 24"><path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle></symbol><symbol id="percent" viewBox="0 0 24 24"><line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle></symbol><symbol id="phone-call" viewBox="0 0 24 24"><path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></symbol><symbol id="phone-forwarded" viewBox="0 0 24 24"><polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></symbol><symbol id="phone-incoming" viewBox="0 0 24 24"><polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></symbol><symbol id="phone-missed" viewBox="0 0 24 24"><line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></symbol><symbol id="phone-off" viewBox="0 0 24 24"><path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line></symbol><symbol id="phone-outgoing" viewBox="0 0 24 24"><polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></symbol><symbol id="phone" viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></symbol><symbol id="pie-chart" viewBox="0 0 24 24"><path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path></symbol><symbol id="play-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon></symbol><symbol id="play" viewBox="0 0 24 24"><polygon points="5 3 19 12 5 21 5 3"></polygon></symbol><symbol id="plus-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></symbol><symbol id="plus-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></symbol><symbol id="plus" viewBox="0 0 24 24"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></symbol><symbol id="pocket" viewBox="0 0 24 24"><path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline></symbol><symbol id="power" viewBox="0 0 24 24"><path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line></symbol><symbol id="printer" viewBox="0 0 24 24"><polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect></symbol><symbol id="radio" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path></symbol><symbol id="refresh-ccw" viewBox="0 0 24 24"><polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path></symbol><symbol id="refresh-cw" viewBox="0 0 24 24"><polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path></symbol><symbol id="repeat" viewBox="0 0 24 24"><polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path></symbol><symbol id="rewind" viewBox="0 0 24 24"><polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon></symbol><symbol id="rotate-ccw" viewBox="0 0 24 24"><polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path></symbol><symbol id="rotate-cw" viewBox="0 0 24 24"><polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path></symbol><symbol id="rss" viewBox="0 0 24 24"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></symbol><symbol id="save" viewBox="0 0 24 24"><path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline></symbol><symbol id="scissors" viewBox="0 0 24 24"><circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line></symbol><symbol id="search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></symbol><symbol id="send" viewBox="0 0 24 24"><line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon></symbol><symbol id="server" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line></symbol><symbol id="settings" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></symbol><symbol id="share-2" viewBox="0 0 24 24"><circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line></symbol><symbol id="share" viewBox="0 0 24 24"><path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line></symbol><symbol id="shield-off" viewBox="0 0 24 24"><path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line></symbol><symbol id="shield" viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></symbol><symbol id="shopping-bag" viewBox="0 0 24 24"><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path></symbol><symbol id="shopping-cart" viewBox="0 0 24 24"><circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path></symbol><symbol id="shuffle" viewBox="0 0 24 24"><polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line></symbol><symbol id="sidebar" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line></symbol><symbol id="skip-back" viewBox="0 0 24 24"><polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line></symbol><symbol id="skip-forward" viewBox="0 0 24 24"><polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line></symbol><symbol id="slack" viewBox="0 0 24 24"><path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path></symbol><symbol id="slash" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line></symbol><symbol id="sliders" viewBox="0 0 24 24"><line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line></symbol><symbol id="smartphone" viewBox="0 0 24 24"><rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line></symbol><symbol id="smile" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line></symbol><symbol id="speaker" viewBox="0 0 24 24"><rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line></symbol><symbol id="square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect></symbol><symbol id="star" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></symbol><symbol id="stop-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect></symbol><symbol id="sun" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></symbol><symbol id="sunrise" viewBox="0 0 24 24"><path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline></symbol><symbol id="sunset" viewBox="0 0 24 24"><path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline></symbol><symbol id="tablet" viewBox="0 0 24 24"><rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line></symbol><symbol id="tag" viewBox="0 0 24 24"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line></symbol><symbol id="target" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle></symbol><symbol id="terminal" viewBox="0 0 24 24"><polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line></symbol><symbol id="thermometer" viewBox="0 0 24 24"><path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path></symbol><symbol id="thumbs-down" viewBox="0 0 24 24"><path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path></symbol><symbol id="thumbs-up" viewBox="0 0 24 24"><path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path></symbol><symbol id="toggle-left" viewBox="0 0 24 24"><rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle></symbol><symbol id="toggle-right" viewBox="0 0 24 24"><rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle></symbol><symbol id="tool" viewBox="0 0 24 24"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></symbol><symbol id="trash-2" viewBox="0 0 24 24"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></symbol><symbol id="trash" viewBox="0 0 24 24"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path></symbol><symbol id="trello" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect></symbol><symbol id="trending-down" viewBox="0 0 24 24"><polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline></symbol><symbol id="trending-up" viewBox="0 0 24 24"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline></symbol><symbol id="triangle" viewBox="0 0 24 24"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path></symbol><symbol id="truck" viewBox="0 0 24 24"><rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle></symbol><symbol id="tv" viewBox="0 0 24 24"><rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline></symbol><symbol id="twitch" viewBox="0 0 24 24"><path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path></symbol><symbol id="twitter" viewBox="0 0 24 24"><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path></symbol><symbol id="type" viewBox="0 0 24 24"><polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line></symbol><symbol id="umbrella" viewBox="0 0 24 24"><path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path></symbol><symbol id="underline" viewBox="0 0 24 24"><path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line></symbol><symbol id="unlock" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path></symbol><symbol id="upload-cloud" viewBox="0 0 24 24"><polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline></symbol><symbol id="upload" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line></symbol><symbol id="user-check" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline></symbol><symbol id="user-minus" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line></symbol><symbol id="user-plus" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line></symbol><symbol id="user-x" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line></symbol><symbol id="user" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></symbol><symbol id="users" viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></symbol><symbol id="video-off" viewBox="0 0 24 24"><path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line></symbol><symbol id="video" viewBox="0 0 24 24"><polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect></symbol><symbol id="voicemail" viewBox="0 0 24 24"><circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line></symbol><symbol id="volume-1" viewBox="0 0 24 24"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path></symbol><symbol id="volume-2" viewBox="0 0 24 24"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path></symbol><symbol id="volume-x" viewBox="0 0 24 24"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line></symbol><symbol id="volume" viewBox="0 0 24 24"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon></symbol><symbol id="watch" viewBox="0 0 24 24"><circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path></symbol><symbol id="wifi-off" viewBox="0 0 24 24"><line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line></symbol><symbol id="wifi" viewBox="0 0 24 24"><path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line></symbol><symbol id="wind" viewBox="0 0 24 24"><path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path></symbol><symbol id="x-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></symbol><symbol id="x-octagon" viewBox="0 0 24 24"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></symbol><symbol id="x-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line></symbol><symbol id="x" viewBox="0 0 24 24"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></symbol><symbol id="youtube" viewBox="0 0 24 24"><path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon></symbol><symbol id="zap-off" viewBox="0 0 24 24"><polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line></symbol><symbol id="zap" viewBox="0 0 24 24"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></symbol><symbol id="zoom-in" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line></symbol><symbol id="zoom-out" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line></symbol></defs></svg>
Index: eprms-net/wwwroot/js/site.js
===================================================================
--- eprms-net/wwwroot/js/site.js	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
+++ eprms-net/wwwroot/js/site.js	(revision e3ae6bdeaccca46b176c3443b82980e8d1bfab3a)
@@ -0,0 +1,4 @@
+﻿// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
+// for details on configuring this project to bundle and minify static web assets.
+
+// Write your Javascript code.
