added pages

This commit is contained in:
Olu Amey
2022-10-02 18:57:41 -04:00
parent f07486e245
commit b53469e0d0
112 changed files with 5718 additions and 37 deletions
+32 -22
View File
@@ -2,19 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/assets/images/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="/assets/images/favicon.png" />
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/images/apple-touch-icon-114x114.png">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
@@ -24,20 +19,35 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>myFit - Personal Health Record System</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Cloud-based electronic health record platform for all users. patient health record, family health record">
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/base.css" />
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/media.queries.css" />
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/tipsy.css" />
<link rel="stylesheet" type="text/css" href="/assets/javascripts/fancybox/jquery.fancybox-1.3.4.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Quicksand:400,700,300">
<script type="text/javascript" src="/assets/javascripts/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="/assets/javascripts/html5shiv.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.tipsy.js"></script>
<script type="text/javascript" src="/assets/javascripts/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="/assets/javascripts/fancybox/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.mobilemenu.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.infieldlabel.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.echoslider.js"></script>
<script type="text/javascript" src="/assets/javascripts/fluidapp.js"></script>
</head>
<body>
<body style="background-color:#f2f3f5; background-image: url('images/myfit-back.jpg'); background-size: cover; background-repeat: no-repeat;">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>