Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vasu Mittal
Website
Commits
0e7df90b
Commit
0e7df90b
authored
1 year ago
by
Jeffrey Fisher
Browse files
Options
Downloads
Patches
Plain Diff
Remove donation info
The campaign has ended.
parent
0457e632
Branches
main
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/NavigationBar.js
+1
-1
1 addition, 1 deletion
components/NavigationBar.js
pages/index.js
+10
-9
10 additions, 9 deletions
pages/index.js
with
11 additions
and
10 deletions
components/NavigationBar.js
+
1
−
1
View file @
0e7df90b
...
...
@@ -31,7 +31,7 @@ const pages = {
"
About
"
:
"
/about-us
"
,
"
Sponsors
"
:
"
/sponsors
"
,
"
Documentation
"
:
"
https://code.umd.edu/robotics-at-maryland/ram/-/wikis/home
"
,
"
Donate
"
:
"
https://launch.umd.edu/project/39982
"
//
"Donate":"https://launch.umd.edu/project/39982"
};
const
Search
=
styled
(
'
div
'
)(({
theme
})
=>
({
...
...
This diff is collapsed.
Click to expand it.
pages/index.js
+
10
−
9
View file @
0e7df90b
...
...
@@ -64,8 +64,8 @@ export default function Index() {
<>
<
SEO
/>
<
Box
{
/*
<Box
sx={{
backgroundColor:"primary.main",
width:1,
...
...
@@ -80,9 +80,9 @@ export default function Index() {
}}
>
<
Grid
item
xs
=
{
12
}
sm
=
{
6
}
md
=
{
3
}
minHeight
=
{
200
}
<Grid item xs={12} sm={6} md={3} minHeight={200}
sx={{display:'flex', justifyContent:'space-between', flexDirection:'row', p:4,
[theme.breakpoints.down('sm')]: {
flexDirection:'column'
...
...
@@ -94,11 +94,11 @@ export default function Index() {
variant='h3'
textAlign='center'
fontWeight={600}
sx = {{
[theme.breakpoints.down('sm')]: {
variant: "h4"
},
}}>
Giving Tuesday
...
...
@@ -106,7 +106,7 @@ export default function Index() {
<Typography variant='h6'
textAlign='center'
fontWeight={600}
sx = {{
[theme.breakpoints.down('sm')]: {
fontSize: "15px",
...
...
@@ -133,7 +133,7 @@ export default function Index() {
sx = {{
[theme.breakpoints.down('sm')]: {
fontSize: "13px"
},
}}
>
...
...
@@ -141,10 +141,11 @@ export default function Index() {
</Typography>
</Container>
</Grid>
</Container>
</Box>
*/
}
{
/* splash screen */
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment