File tree 7 files changed +64
-1606
lines changed
7 files changed +64
-1606
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import imgFooterLogo from "images/icons/footer-logo.svg"
24
24
export function App ( ) {
25
25
return < >
26
26
< Header />
27
- < main id = "main" >
27
+ < div id = "main" >
28
28
< Router >
29
29
< HomePage path = "/" />
30
30
< AboutPage path = "/about" />
@@ -42,13 +42,13 @@ export function App() {
42
42
< A11yNamingExerciseListings path = "/exercise3/listings" />
43
43
< ProgrammaticA11yExercise path = "/exercise4/:id" />
44
44
</ Router >
45
- </ main >
46
- < footer id = "footer" >
45
+ </ div >
46
+ < div id = "footer" >
47
47
< div className = "layout" >
48
48
< div id = "footer-logo" >
49
49
< img src = { imgFooterLogo } alt = "CampSpots" />
50
50
</ div >
51
51
</ div >
52
- </ footer >
52
+ </ div >
53
53
</ >
54
54
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import MegaNav from "./meganav/"
6
6
7
7
const Header = ( ) => {
8
8
return (
9
- < header id = "header" >
9
+ < div id = "header" >
10
10
< div id = "header-nav" >
11
11
< div id = "header-logo" >
12
12
< a href = "/" className = "header-main-item" >
@@ -21,7 +21,7 @@ const Header = () => {
21
21
< a href = "#" > Login</ a >
22
22
</ div >
23
23
</ div >
24
- </ header >
24
+ </ div >
25
25
)
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {Helmet} from "react-helmet"
4
4
5
5
import HeaderPortal from "components/header-portal"
6
6
import "components/styles/page-events.scss"
7
- import video from "/ images/camping-reel.mp4"
7
+ import video from "images/camping-reel.mp4"
8
8
9
9
const EventsPage = ( ) => {
10
10
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
padding-top : 1em ;
4
4
position : relative ;
5
5
}
6
- .header-overlap #header {
7
- padding-top : 3em ;
8
- position : absolute ;
9
- top : 0 ;
10
- width : 100% ;
11
- z-index : 1 ;
12
- }
13
- .header-overlap .page-header {
14
- align-items : flex-end ;
15
- background-repeat : no-repeat ;
16
- display : flex ;
17
- margin : 0 auto ;
18
- max-width : 1152px ;
19
- min-height : 485px ;
20
- }
21
- .header-overlap .page-header .page-header-content {
22
- color : var (--color-primary-light );
23
- }
24
- .header-overlap .page-header .primary-heading {
25
- font-size : 2.15rem ;
26
- margin-bottom : 0 ;
27
- margin-top : auto ;
28
- }
29
- .header-overlap .page-header .subhead {
30
- font-size : 0.85rem ;
6
+ .header-overlap {
7
+ #header {
8
+ padding-top : 3em ;
9
+ position : absolute ;
10
+ top : 0 ;
11
+ width : 100% ;
12
+ z-index : 1 ;
13
+ }
14
+ .page-header {
15
+ align-items : flex-end ;
16
+ background-repeat : no-repeat ;
17
+ display : flex ;
18
+ margin : 0 auto ;
19
+ max-width : 1152px ;
20
+ min-height : 485px ;
21
+
22
+ .page-header-content {
23
+ color : var (--color-primary-light );
24
+ }
25
+ .primary-heading {
26
+ font-size : 2.15rem ;
27
+ margin-bottom : 0 ;
28
+ margin-top : auto ;
29
+ }
30
+ .subhead {
31
+ font-size : 0.85rem ;
32
+ }
33
+ }
31
34
}
32
35
#header-nav {
33
36
background-color : var (--bgcolor-header );
Original file line number Diff line number Diff line change 46
46
"@parcel/transformer-raw" : " ^2.5.0" ,
47
47
"@parcel/transformer-sass" : " ^2.0.1" ,
48
48
"@parcel/transformer-svg-react" : " ^2.0.1" ,
49
- "axe-core" : " ^4.3.5" ,
50
- "babel-jest" : " ^27.3.1" ,
51
49
"babel-loader" : " ^8.2.3" ,
52
50
"buffer" : " ^6.0.3" ,
53
51
"copy-webpack-plugin" : " 6" ,
54
52
"parcel" : " ^2.0.1" ,
55
- "posthtml-include" : " ^1.7.2" ,
56
- "webpack-dev-server" : " ^4.5.0"
53
+ "posthtml-include" : " ^1.7.2"
57
54
},
58
55
"alias" : {
59
56
"data" : " ./data" ,
You can’t perform that action at this time.
0 commit comments