File tree 2 files changed +9
-0
lines changed
components/experience/data-engineer
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 28
28
29
29
@media (max-width : 750px ) {
30
30
grid-template-columns : repeat (2 , auto );
31
+
32
+ // div:last-child {
33
+ // grid-column: 2 / 4;
34
+ // }
31
35
}
32
36
}
33
37
Original file line number Diff line number Diff line change 1
1
import { Education } from "../components/education" ;
2
2
import { Experience } from "../components/experience" ;
3
3
import Footer from "../components/footer" ;
4
+ import Head from "next/head" ;
4
5
import { Intro } from "../components/intro" ;
5
6
import { Projects } from "../components/projects" ;
6
7
import { SourceCode } from "../components/experience/source-code" ;
7
8
8
9
export default function Home ( ) {
9
10
return (
10
11
< div className = "app" >
12
+ < Head >
13
+ < title > Luthfi Bustillo's Portolio</ title >
14
+ < meta name = "viewport" content = "initial-scale=1.0, width=device-width" />
15
+ </ Head >
11
16
< SourceCode />
12
17
< Intro />
13
18
< Projects />
You can’t perform that action at this time.
0 commit comments