Me when formatting problems
This commit is contained in:
@@ -7,4 +7,4 @@ export default function () {
|
||||
message="Your request is now being processed; this normally takes 1-2 weeks."
|
||||
/>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ export default function () {
|
||||
</Card>
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,7 +116,8 @@ export default function () {
|
||||
data storage provider.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Google, LLC. (Mountain View, CA)</strong>: Push notifications (if you use the app).
|
||||
<strong>Google, LLC. (Mountain View, CA)</strong>: Push notifications
|
||||
(if you use the app).
|
||||
</li>
|
||||
<li>
|
||||
<strong>Mailgun Technologies, Inc. (San Antonio, TX)</strong>: Email
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
import {
|
||||
Card,
|
||||
CardBody,
|
||||
CardFooter,
|
||||
CardHeader,
|
||||
Container,
|
||||
Divider,
|
||||
Heading,
|
||||
@@ -51,16 +53,14 @@ export default function () {
|
||||
borderRadius="36px"
|
||||
src={`/files/${project.image}`}
|
||||
/>
|
||||
<Stack mb="8" mt="6" spacing="3">
|
||||
<b>
|
||||
<Heading size="md">
|
||||
{project.name} ({project.timespan})
|
||||
</Heading>
|
||||
</b>
|
||||
<CardHeader>
|
||||
{project.name} ({project.timespan})
|
||||
</CardHeader>
|
||||
<CardBody>
|
||||
<Text>Time Span: {project.timespan}</Text>
|
||||
<br />
|
||||
<Text>{project.description}</Text>
|
||||
</Stack>
|
||||
</CardBody>
|
||||
<Divider />
|
||||
<CardFooter gap="16px" justifyContent="center">
|
||||
{project.work_link ? (
|
||||
|
||||
Reference in New Issue
Block a user