Skip to content

Commit

Permalink
Adapt responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
ducquando committed Dec 28, 2023
1 parent 2f7b173 commit b991fea
Show file tree
Hide file tree
Showing 161 changed files with 1,096 additions and 2,963 deletions.
22 changes: 11 additions & 11 deletions assets/data/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ const dbAbout = {
"Image": "/assets/pictures/about/2012",
"Format": ".png",
"Landspace": false,
"HorizontalOffset": "9",
"VerticalOffset": "2"
"HorizontalOffset": "4",
"VerticalOffset": "-1"
},
{
"Year": "2017",
"Description": "During my high school years, I developed and refined my graphic design skills by joining student clubs and non-profit social projects as Media & Design member and leader.",
"Image": "/assets/pictures/about/2017",
"Format": ".png",
"Landspace": false,
"HorizontalOffset": "5",
"HorizontalOffset": "7",
"VerticalOffset": "-1"
},
{
Expand All @@ -28,16 +28,16 @@ const dbAbout = {
"Image": "/assets/pictures/about/2020",
"Format": ".png",
"Landspace": true,
"HorizontalOffset": "4",
"VerticalOffset": "4"
"HorizontalOffset": "7",
"VerticalOffset": "0"
},
{
"Year": "2021",
"Description": "In the summer of freshman year, I got the first internship at an international agency, TBWA, as a graphic designer.",
"Image": "/assets/pictures/about/2021",
"Format": ".png",
"Landspace": true,
"HorizontalOffset": "8",
"HorizontalOffset": "6",
"VerticalOffset": "0"
},
{
Expand All @@ -46,8 +46,8 @@ const dbAbout = {
"Image": "/assets/pictures/about/2022",
"Format": ".png",
"Landspace": false,
"HorizontalOffset": "7",
"VerticalOffset": "2"
"HorizontalOffset": "6",
"VerticalOffset": "-1"
},
{
"Year": "2023",
Expand All @@ -56,16 +56,16 @@ const dbAbout = {
"Format": ".png",
"Landspace": false,
"HorizontalOffset": "7",
"VerticalOffset": "-2"
"VerticalOffset": "-1"
},
{
"Year": "Now",
"Description": "I'm in my last year of college and looking for an opportunity to continue learning and strengthening skill sets.",
"Image": "/assets/pictures/about/2024",
"Format": ".png",
"Landspace": true,
"HorizontalOffset": "6.5",
"VerticalOffset": "5"
"HorizontalOffset": "9",
"VerticalOffset": "0"
}
],

Expand Down
Loading

0 comments on commit b991fea

Please sign in to comment.