Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 James Tedesco
Copyright (c) 2020 James Mitofsky

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# James Tedesco's Dev Portfolio
# James Mitofsky's Dev Portfolio

This is the point of truth for the work, passions, and code-related pursuits of James Tedesco.
This is the point of truth for the work, passions, and code-related pursuits of James Mitofsky.

## Installing / Getting Started

Expand Down Expand Up @@ -46,6 +46,7 @@ However, any file in your `.gitignore` file will likewise not be processed in th
### MX Improv — Email

Create email addresses matching the domain using [Improv MX](https://improvmx.com). This allows for receiving from any address type, but can also permit sending if [integrated with Gmail](https://improvmx.com/guides/send-emails-using-gmail/).

## Learning Documentation

### The Difference: `content` vs. `templateContent`
Expand Down
4 changes: 2 additions & 2 deletions assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ function loadPortrait() {
// build image object
let img = new Image();
img.classList.add("portrait-img");
img.alt = "Portrait of me, James Tedesco.";
img.alt = "Portrait of me, James Mitofsky.";
img.id = "portrait";
img.src = "/assets/pics-of-james/JamesTedesco-portrait-2022.png";
img.src = "/assets/pics-of-james/JamesMitofsky-portrait-2022.png";

// locate where portrait should go
let portraitLink = document.getElementById("portrait-of-james");
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/pics-of-james/JamesTedesco-portrait-2022.png
Binary file not shown.
Binary file not shown.
Loading