-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2aba51
commit 1ee5a3e
Showing
46 changed files
with
349 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ node_modules | |
/scripts/ | ||
handle-pdf.js | ||
webpack.config.babel.js | ||
unused/ | ||
unused/ | ||
todo.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ vscode | |
unused.html | ||
inter/ | ||
handle-pdf.js | ||
todo.js | ||
|
||
src/imgprojstart2/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ export const aspectSmallHeight = 540; | |
export const aspectSmallWidth = 720; | ||
export const aspectLargeWidth = 1600; | ||
export const projectImageType = 'image/webp'; | ||
export const mailtoHref = 'mailto:[email protected]?subject=Contacting%20you%20from%20Portfolio'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"mailto": "mailto:[email protected]?subject=Contacting%20you%20from%20Portfolio", | ||
"phone": "9709882548", | ||
"email": "[email protected]", | ||
"name": "Chase Ottofy" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"projectsExcerpt": "Instead of only showcasing my latest work, I've chosen four projects from the beginning and current stage of my learning. By showcasing early efforts like the Google Calendar clone, I am in no way trying to represent my current skillset, but rather, who I am as a developer, and who I continue to strive to be - someone who will output high quality work, regardless of whether or not they have the immediate knowledge to do so. If you are only interested in my current skillset, the Next.js Blog and Monthpicker Plugin are my two most recent projects.", | ||
"skillsExcerpt": "I believe in the principle that form follows function. A stellar user experience should arise from meticulously planned functionality, and similarly, well-conceived functionality can lead to great user experience. My strengths lie in developing and refining this functionality. I've prioritized building a robust foundation in fundamental web technologies and have utilized modern frameworks to enhance that foundation." | ||
"projects": "I've chosen four projects from both the beginning and current stage of my learning. By including early works like the Google Calendar Clone, I am in no way trying to showcase the quality of code, but rather, who I am as a developer, and my consistency in delivering high quality work, regardless of whether or not I have the immediate knowledge to do so.", | ||
"skills": "My skills as a front-end web developer are a reflection of my relentless effort to push the very basics of web technologies to their limits. I made a conscious decision early to build a foundation that will last, and after two years of daily effort, I began to utilize modern frameworks and libraries like React, Typescript, and Next.js. Although I only have a year and a half of experience with these technologies, I have never felt disadvantaged when working with them, they have only enhanced my ability to build robust, scalable, and maintainable web applications." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
Oops, something went wrong.