generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f715ffc
commit c14bcc7
Showing
6 changed files
with
41 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{} | ||
{ | ||
"svg.preview.background": "custom" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
import React from 'react'; | ||
import { Container, Typography, Paper, Link } from '@mui/material'; | ||
import {ReactComponent as Logo} from "./media/logoL.svg"; | ||
import "./style/about.css" | ||
|
||
export default function About() { | ||
return ( | ||
<Container maxWidth="md" style={{ marginTop: '2rem'}}> | ||
|
||
<Paper elevation={3} style={{ padding: '2rem' }}> | ||
<Typography variant="h4" gutterBottom> | ||
About Us | ||
</Typography> | ||
<div className="svg-container"> | ||
<Logo /> | ||
</div> | ||
|
||
<Container className="svg-container" style={{textAlign: "center", margin: "1rem"}}> | ||
<Logo style={{ width: '50%', height: '50%' }} /> | ||
</Container> | ||
|
||
<Typography variant="body1" paragraph> | ||
Welcome to our project! We are dedicated to providing quality content and services to our users. | ||
</Typography> | ||
|
@@ -30,21 +32,27 @@ export default function About() { | |
</Typography> | ||
</Paper> | ||
|
||
<Paper elevation={3} style={{ padding: '2rem', marginTop: '2rem', height: '50rem' }}> | ||
<Paper elevation={3} style={{ padding: '2rem', marginTop: '2rem'}}> | ||
<Typography variant="h4" gutterBottom> | ||
Contact Us | ||
</Typography> | ||
<Typography variant="body1" paragraph> | ||
You can reach us via the following channels: | ||
</Typography> | ||
<Typography variant="body1" paragraph> | ||
GitHub: <Link href="https://github.com/Arquisoft/wiq_es05b" target="_blank" rel="noopener noreferrer">Checkout our github page!</Link> | ||
Mailing Info: <Link href="mailto:[email protected]">[email protected]</Link> | ||
</Typography> | ||
<Typography variant="body1" paragraph> | ||
Mailing Info: <Link href="mailto:UO288787@uniovi.es">uo288787@uniovi.es</Link> | ||
Mailing Info: <Link href="mailto:UO289295@uniovi.es">uo289295@uniovi.es</Link> | ||
</Typography> | ||
<Typography variant="subtitle1"> | ||
<Link href="https://github.com/Arquisoft/wiq_es05b" target="_blank" rel="noopener noreferrer">Checkout our github page!</Link> | ||
</Typography> | ||
|
||
</Paper> | ||
|
||
<Container style={{clear:'both', height: '6rem'}}></Container> | ||
|
||
</Container> | ||
|
||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// Write a user ranking using material design components | ||
|
||
import React from 'react'; | ||
import {Paper, Typography} from '@mui/material'; | ||
|
||
export default function Ranking() { | ||
return ( | ||
// design of the ranking page using material design components | ||
<Paper> | ||
<Typography variant="h1" component="h1"> | ||
Ranking | ||
</Typography> | ||
</Paper> | ||
|
||
); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.