Code Monkey home page Code Monkey logo

cop4331_largeproject's Introduction

Hello there ๐Ÿ‘‹

cop4331_largeproject's People

Contributors

charliusmechanicus avatar luisdjg99 avatar pryan3777 avatar rna-devknight avatar tangyrenmidking avatar

cop4331_largeproject's Issues

Update formatting

{match_list && match_list.map((list) =>
<li key={list.name}>
<div className='match_list'>
<span className='match_list_name'>{list.display_name_str}</span><br/>
<span className='match_list_email'>{list.email_str}</span><br/>
<span className='match_list_phone'>{list.phone_str}</span><br/>
</div>
</li>

Determine if dependency work around is required.

This is an alternative way of using material-UI without having to install any dependency. This is not recommended for live environments since it loads everything before displaying the site. Determine whether we should install material-UI or not.

<!-- Using Material UI CDN -->
<!-- React -->
<script src="https://unpkg.com/react@latest/umd/react.development.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<!-- MUI -->
<script src="https://unpkg.com/@material-ui/core@latest/umd/material-ui.development.js" crossorigin="anonymous"></script>
<!-- Babel -->
<script src="https://unpkg.com/babel-standalone@latest/babel.min.js" crossorigin="anonymous"></script>
<!-- Fonts to support Material Design -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<!-- Icons to support Material Design -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />

Background not displaying correctly.

Might be an issue with the CSS or where the background is placed. The .main-page class does not expand to fill the page.

<div className="main-page" style={{backgroundImage: 'url("/background.png")'}}>
<div>
{/* Icon */}{/* span */}
<img class='fire' id='small_icon' src='/kindling-icon.png'></img><br/>
<h1 className='top_title'>Kindling</h1><br/>
{/* big icon */}
<img class='fire_hand' id='small_icon' src='/fire-hand.png'></img><br/>
{/* span */}
<h1 className='center_text'>Kindle An Innovation</h1><br/>
{/* buttom */} {/* buttom */}
<button className='btn' id='signup_btn' onClick={toSignUp}>Sign Up</button>
<button className='btn' id='login_btn' onClick={toLogIn}>Log In</button><br/>
</div>
</div>

.main-page {
background-color: #000000;
background-repeat: no-repeat;
min-height: 100%;
max-height: 100%;
}
.main-header {
min-height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border: 10px solid blue;
display: inline-block;
}
.main-left {
float: left;
}
.main-right {
float: right;
justify-content: center;
margin-top: 45px;
}
.fire
{
position: absolute;
left: 50px;
top: 50px;
}
.top_title
{
position: absolute;
top: 70px;
left: 150px;
color: white;
size: 40px;
}
.fire_hand
{
position: absolute;
top: 30%;
left: 45%;
display: block;
width: 200px;
height: 200px;
}
.center_text
{
top: 52%;
left: 40%;
position: absolute;
color: white;
font-size: 300%;
}
.btn
{
position: absolute;
display: inline-block;
padding: 20px 100px;
font-size: 24px;
text-align: center;
text-decoration: none;
color: #fff;
border-radius: 15px;
overflow: visible;
}

Material-UI Dependency not on the server.

Determine if there is an alternative.

// import Table from '@material-ui/core/Table';
// import TableBody from '@material-ui/core/TableBody';
// import TableCell from '@material-ui/core/TableCell';
// import TableContainer from '@material-ui/core/TableContainer';
// import TableHead from '@material-ui/core/TableHead';
// import TableRow from '@material-ui/core/TableRow';
// import Paper from '@material-ui/core/Paper';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.