Skip to content

Commit

Permalink
Another update (visual corrections))
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehtishammushtaq committed Dec 4, 2023
1 parent 20839c9 commit 80481c7
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 27 deletions.
12 changes: 6 additions & 6 deletions Mapalyze/Mapalyze/ClientApp/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"files": {
"main.css": "/static/css/main.1b64e20e.css",
"main.js": "/static/js/main.bc58e99c.js",
"main.css": "/static/css/main.c162c5b7.css",
"main.js": "/static/js/main.3e6bc911.js",
"static/js/496.0776e9a2.chunk.js": "/static/js/496.0776e9a2.chunk.js",
"static/media/render.mp4": "/static/media/render.8832bb6f12ad1cef958b.mp4",
"service-worker.js": "/service-worker.js",
"static/media/colorlogo.svg": "/static/media/colorlogo.b4c8f809ab666734e81ce3a41b1f260c.svg",
"index.html": "/index.html",
"main.1b64e20e.css.map": "/static/css/main.1b64e20e.css.map",
"main.bc58e99c.js.map": "/static/js/main.bc58e99c.js.map",
"main.c162c5b7.css.map": "/static/css/main.c162c5b7.css.map",
"main.3e6bc911.js.map": "/static/js/main.3e6bc911.js.map",
"496.0776e9a2.chunk.js.map": "/static/js/496.0776e9a2.chunk.js.map"
},
"entrypoints": [
"static/css/main.1b64e20e.css",
"static/js/main.bc58e99c.js"
"static/css/main.c162c5b7.css",
"static/js/main.3e6bc911.js"
]
}
2 changes: 1 addition & 1 deletion Mapalyze/Mapalyze/ClientApp/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><base href="/"/><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><title>Mapalyze</title><script defer="defer" src="/static/js/main.bc58e99c.js"></script><link href="/static/css/main.1b64e20e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><base href="/"/><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><title>Mapalyze</title><script defer="defer" src="/static/js/main.3e6bc911.js"></script><link href="/static/css/main.c162c5b7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion Mapalyze/Mapalyze/ClientApp/build/service-worker.js

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

70 changes: 58 additions & 12 deletions Mapalyze/Mapalyze/ClientApp/src/components/AboutUs.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,67 @@
import React, { Component } from 'react';
import React, { Component } from "react";

export class AboutUs extends Component {
static displayName = AboutUs.name;

render() {
return (
<div className="relative min-h-screen flex items-center justify-center bg-gradient-to-b from-gray-900 to-gray-600 bg-gradient-to-r dark:bg-gradient-to-b from-gray-900 to-gray-600 bg-gradient-to-r'">
<div className='flex flex-col items-center justify-center text-left text-white ml-36 mr-36 mt-28'>
<div className="min-h-screen flex items-center justify-center bg-gradient-to-b from-gray-900 to-gray-600 bg-gradient-to-r dark:bg-gradient-to-b from-gray-900 to-gray-600 bg-gradient-to-r mt-8">
<div className="text-white text-center px-8 py-12">
<h2 className="text-3xl font-semibold mb-8">
MAPALYZE - Make Floor Plans Navigable
</h2>

<div className="mb-6">
<h3 className="text-xl font-semibold mb-2">Team Members</h3>
<ul className="">
<li>Asrar Farooq</li>
<li>Ehtisham Mushtaq</li>
<li>Mai Duong</li>
<li>Nikhil Singla</li>
<li>Huy Truong</li>
</ul>
</div>

<div className="mb-6">
<h3 className="text-xl font-semibold mb-2">Project Description</h3>
<p className="text-lg mb-4">
App: A web app that takes a scanned 2D floor plan and converts it
into a navigable 3D Model.
</p>
<p className="text-lg mb-4">
Idea: Combination of 2D to 3D floor plan conversion + Indoor
Mapping & Navigation.
</p>
</div>

<div className="mb-6">
<h3 className="text-xl font-semibold mb-2">Working Theory</h3>
<ol className="">
<li>Scan Floor Plans/Select Pre-scanned Images</li>
<li>Correctly Identify All Attributes</li>
<li>Parse Floor Plans to JSON</li>
<li>Render Data from Images to a 3D Model</li>
<li>Make the Floor Plan Navigable</li>
</ol>
</div>


<h1>About US</h1>
<p>This is a simple example of a React component.</p>
<p>This is a simple example of a React component.</p>
<p>This is a simple example of a React component.</p>
<p>This is a simple example of a React component.</p>
<p>This is a simple example of a React component.</p>
<p>This is a simple example of a React component.</p>
<p>This is a simple example of a React component.</p>
<div>
<h3 className="text-xl font-semibold mb-2">Future Goals</h3>
<ul className="">
<li>
Improve scanning to parse more attributes, including complex
ones like stairs, etc.
</li>
<li>
Implement navigation: determining how to locate a person inside
a floor.
</li>
<li>
Implementing a voice-over feature to make the app accessible for
specially-abled people.
</li>
</ul>
</div>
</div>
</div>
);
Expand Down

0 comments on commit 80481c7

Please sign in to comment.