1
- import Head from ' next/head' ;
2
- import Layout , { siteTitle } from ' ../components/layout' ;
1
+ import Head from " next/head" ;
2
+ import Layout , { siteTitle } from " ../components/layout" ;
3
3
4
4
export default function Home ( ) {
5
5
return (
@@ -8,51 +8,24 @@ export default function Home() {
8
8
< title > { siteTitle } </ title >
9
9
</ Head >
10
10
< div >
11
- < div >
12
- < p className = "text-4xl font-bold" > Hi, I'm Rob 👋</ p >
13
- < p className = "text-2xl font-bold" >
14
- welcome to my < span className = "text-sky-400 inline" > personal website</ span >
15
- </ p >
16
- </ div >
17
- < div className = "mt-4" >
18
- < p className = "text-lg" >
19
- I am a 29 year old SRE, Developer & Tech tinkerer from the UK .
20
- </ p >
21
- < p className = "text-lg mt-2" >
22
- Some of my interests include software development, cloud computing,
23
- reverse engineering, automation, devops and security. I enjoy mostly
24
- anything tech and I'm always looking to explore new things.
25
- </ p >
26
- </ div >
27
-
28
- < div className = "mt-8" >
29
- < p className = "text-2xl font-bold" > projects</ p >
30
- < p className = "text-lg mt-2" >
31
- some of my side projects are personal projects and as a result are not
32
- public or open-source.
33
- </ p >
34
- < div className = "mt-4" >
35
- < div className = "mt-4" >
36
- < p className = "text-lg text-sky-400" > wreckitrob.dev</ p >
37
- < p className = "text-lg" > my personal site (this one!).</ p >
38
- < div className = "mt-2 flex flex-wrap gap-y-2" >
39
- < span className = "bg-sky-300 rounded-full px-3 py-1 text-sm font-semibold text-gray-800 mr-2" >
40
- Next.js
41
- </ span >
42
- < span className = "bg-sky-300 rounded-full px-3 py-1 text-sm font-semibold text-gray-800 mr-2" >
43
- Node.js
44
- </ span >
45
- < span className = "bg-sky-300 rounded-full px-3 py-1 text-sm font-semibold text-gray-800 mr-2" >
46
- React
47
- </ span >
48
- < span className = "bg-sky-300 rounded-full px-3 py-1 text-sm font-semibold text-gray-800 mr-2" >
49
- TailwindCSS
50
- </ span >
51
- </ div >
52
- </ div >
11
+ < div >
12
+ < p className = "text-5xl font-bold" > Hi, I'm Rob 👋</ p >
13
+ < p className = "text-2xl font-semibold" >
14
+ welcome to my{ " " }
15
+ < span className = "text-sky-400 inline" > personal website</ span >
16
+ </ p >
17
+ </ div >
18
+ < div className = "mt-8 text-xl" >
19
+ < p >
20
+ I'm a 29 year old SRE, Developer & Tech tinkerer from the UK .
21
+ </ p >
22
+ < p className = "mt-4" >
23
+ Some of my interests include software development, cloud computing,
24
+ reverse engineering, automation, devops and security. I enjoy mostly
25
+ anything tech and I'm always looking to explore new things.
26
+ </ p >
53
27
</ div >
54
28
</ div >
55
- </ div >
56
29
</ Layout >
57
30
) ;
58
31
}
0 commit comments