Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DRP_45
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wakefield, Rob
DRP_45
Commits
80c73f76
Commit
80c73f76
authored
1 year ago
by
Chen, Steven
Browse files
Options
Downloads
Plain Diff
Merge branch 'linkToPages' into 'master'
Add links to main page See merge request
!12
parents
5ba237b3
22071365
No related branches found
No related tags found
2 merge requests
!13
Add links to main page
,
!12
Add links to main page
Pipeline
#419525
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/page.js
+11
-86
11 additions, 86 deletions
src/app/page.js
src/app/studentDashboard/page.js
+1
-1
1 addition, 1 deletion
src/app/studentDashboard/page.js
with
12 additions
and
87 deletions
src/app/page.js
+
11
−
86
View file @
80c73f76
'
use client
'
import
Image
from
'
next/image
'
import
styles
from
'
./page.module.css
'
import
"
bootstrap/dist/css/bootstrap.min.css
"
import
Nav
from
'
react-bootstrap/Nav
'
;
export
default
function
Home
()
{
return
(
<
main
className
=
{
styles
.
main
}
>
<
div
className
=
{
styles
.
description
}
>
<
p
>
Get
started
by
editing
&
nbsp
;
<
code
className
=
{
styles
.
code
}
>
src
/
app
/
page
.
js
<
/code
>
<
/p
>
<
div
>
<
a
href
=
"
https://vercel.com?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app
"
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
By
{
'
'
}
<
Image
src
=
"
/vercel.svg
"
alt
=
"
Vercel Logo
"
className
=
{
styles
.
vercelLogo
}
width
=
{
100
}
height
=
{
24
}
priority
/>
<
/a
>
<
/div
>
<
/div
>
<
div
className
=
{
styles
.
center
}
>
<
Image
className
=
{
styles
.
logo
}
src
=
"
/next.svg
"
alt
=
"
Next.js Logo
"
width
=
{
180
}
height
=
{
37
}
priority
/>
<
/div
>
<
div
className
=
{
styles
.
grid
}
>
<
a
href
=
"
https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app
"
className
=
{
styles
.
card
}
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
<
h2
>
Documentation
<
span
>-&
gt
;
<
/span
>
<
/h2
>
<
p
>
Find
in
-
depth
information
about
Next
.
js
features
and
API
.
<
/p
>
<
/a
>
<
a
href
=
"
https://nextjs.org/learn?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app
"
className
=
{
styles
.
card
}
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
<
h2
>
Learn
<
span
>-&
gt
;
<
/span
>
<
/h2
>
<
p
>
Learn
about
Next
.
js
in
an
interactive
course
with
&
nbsp
;
quizzes
!<
/p
>
<
/a
>
<
a
href
=
"
https://vercel.com/templates?framework=next.js&utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app
"
className
=
{
styles
.
card
}
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
<
h2
>
Templates
<
span
>-&
gt
;
<
/span
>
<
/h2
>
<
p
>
Explore
the
Next
.
js
13
playground
.
<
/p
>
<
/a
>
<
a
href
=
"
https://vercel.com/new?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app
"
className
=
{
styles
.
card
}
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
<
h2
>
Deploy
<
span
>-&
gt
;
<
/span
>
<
/h2
>
<
p
>
Instantly
deploy
your
Next
.
js
site
to
a
shareable
URL
with
Vercel
.
<
/p
>
<
/a
>
<
/div
>
<
Nav
justify
activeKey
=
"
/home
"
>
<
Nav
.
Item
><
Nav
.
Link
href
=
"
./studentDashboard
"
>
to
studentDashboard
<
/Nav.Link></
Nav
.
Item
>
<
Nav
.
Item
><
Nav
.
Link
href
=
"
./recruiterDashboard
"
>
to
recruiterDashboard
<
/Nav.Link></
Nav
.
Item
>
<
Nav
.
Item
>
<
h1
>
Intern
Hunting
<
/h1
>
<
/Nav.Item
>
<
/Nav
>
<
/main
>
)
}
This diff is collapsed.
Click to expand it.
src/app/studentDashboard/page.js
+
1
−
1
View file @
80c73f76
...
...
@@ -17,7 +17,7 @@ function studentDashboard() {
<
h4
>
Your
Application
<
/h4
>
<
/Nav.Item
>
<
Nav
.
Item
>
<
Nav
.
Link
eventKey
=
"
link-2
"
>
Upl
a
od
CV
<
/Nav.Link
>
<
Nav
.
Link
eventKey
=
"
link-2
"
>
Uplo
a
d
CV
<
/Nav.Link
>
<
/Nav.Item
>
<
/Nav
>
...
...
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