File tree 16 files changed +24
-16
lines changed
16 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 51
51
steps :
52
52
- name : Deploy to GitHub Pages
53
53
id : deployment
54
- uses : actions/deploy-pages@v4
54
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ const config: Config = {
16
16
17
17
// GitHub pages deployment config.
18
18
// If you aren't using GitHub pages, you don't need these.
19
- organizationName : "/ QuantStack/ " , // Usually your GitHub org/user name.
20
- projectName : "quantstack.github.io" , // Usually your repo name.
19
+ organizationName : "QuantStack" , // Usually your GitHub org/user name.
20
+ projectName : "/ quantstack.github.io/ " , // Usually your repo name.
21
21
22
22
onBrokenLinks : "throw" ,
23
23
onBrokenMarkdownLinks : "warn" ,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function AllProjects() {
9
9
{ projectsDetails . map ( ( project , index ) => {
10
10
return (
11
11
< li className = "projects-list" key = { index } >
12
- < div className = "col" >
12
+ < div className = "col" style = { { padding : "0 0" } } >
13
13
< ProjectCard project = { project } />
14
14
</ div >
15
15
</ li >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function ProjectCard({ project }): JSX.Element {
5
5
const base = `${ prefix } ${ project . name } `
6
6
return (
7
7
< div className = "container" >
8
- < div className = "row row--no-gutters horizontally-centered " >
8
+ < div className = "row row--no-gutters" >
9
9
< div
10
10
className = { "col col--6 col" + " " + styles . project_text }
11
11
>
Original file line number Diff line number Diff line change @@ -73,12 +73,18 @@ div .project_title {
73
73
border : none;
74
74
margin-bottom : var (--ifm-spacing-xl );
75
75
}
76
+
77
+ li .project_ {
78
+ padding-left : 0 ;
79
+ margin-left : 0 ;
80
+ }
76
81
}
77
82
78
83
@media only screen and (min-width : 996px ) {
79
84
/*Desktop*/
80
85
.header_container {
81
86
margin-top : var (--ifm-spacing-6xl );
87
+ background-color : red;
82
88
}
83
89
.header_title {
84
90
padding-left : var (--ifm-spacing-4xl );
Original file line number Diff line number Diff line change 92
92
93
93
ul {
94
94
padding-left : 0 ;
95
+ margin-left : 0 ;
95
96
}
96
97
97
98
.container {
@@ -641,6 +642,7 @@ a.menu__link:active {
641
642
642
643
.projects-list {
643
644
list-style-type : none;
644
- padding : none;
645
- width : 100% ;
646
- }
645
+ padding-left : 0 ;
646
+ margin-left : 0 ;
647
+ /* width: 100%;*/
648
+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Layout from "@theme/Layout";
2
2
import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
3
3
import { About } from "../components/about" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function AboutPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import BlogsComponent from "../components/blog" ;
4
4
import blogpostDetails from "@site/src/components/blog/blogpostsDetails.json" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
8
8
export default function BlogPage ( ) : JSX . Element {
Original file line number Diff line number Diff line change 1
1
import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
2
2
import Layout from '@theme/Layout' ;
3
3
import Careers from '../components/careers' ;
4
- import Footer from "../components/footer/Footer" ;
4
+ import Footer from "../components/contact/ footer/Footer" ;
5
5
6
6
7
7
export default function CareersPage ( ) : JSX . Element {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Contact from "@site/src/components/contact" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function ContactPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Home from "../components/home/Home" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function HomePage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Home from "../components/home/Home" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function QSWebsite ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Projects from "@site/src/components/projects" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function ProjectsPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Services from "../components/services" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function ServicesPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
You can’t perform that action at this time.
0 commit comments