-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erika's portfolio #378
Open
Tejpex
wants to merge
50
commits into
Technigo:main
Choose a base branch
from
Tejpex:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Erika's portfolio #378
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
7341b09
First commit
Tejpex 4edce03
Created first components and added display of projects
Tejpex af8be78
Added tech-section + Started styling
Tejpex 6ca4d32
Worked with styling of projects
Tejpex d95edd4
Added pictures + Styled buttons
Tejpex b4b0f2e
Created tag-component
Tejpex e04abe4
Added picture of myself
Tejpex d5b4765
Created articles-section
Tejpex c77903e
Worked with styling
Tejpex 601888d
Added skills-section and divider-line
Tejpex 6c10e29
Moved the project files from subfolder to head folder
Tejpex 4bc251a
Animated arrow
Tejpex 96cd05b
Worked with styling of contact info
Tejpex d682b8f
Tidied up css-code
Tejpex 8d5dabc
Added footer and social media links + styling
Tejpex 57d9612
Updated link to github-icon
Tejpex c816ddf
Updated link to web-icon
Tejpex db12217
Renamed files fo coherence
Tejpex aad8566
Moved files + changed to grid-layout
Tejpex 9965077
Worked with layout, so npthing goes outside the page
Tejpex 133f78c
Fixed foote-animation
Tejpex e30d50a
Moved pictures to public-folder
Tejpex acb2128
Changed profile-picture
Tejpex e9432d7
Made introduction responsive
Tejpex 7a5b36c
Worked with responsive layout of projects-section
Tejpex 46cf1fd
Made tech-section responsive
Tejpex eab9158
Worked with responsivness
Tejpex 9b538f1
Styled skills-section
Tejpex 6a71e9a
Changed colors for accessibility
Tejpex fab67de
Tidied up code
Tejpex 17a1812
Adjusted margins
Tejpex ffb707b
Tidied up code + worked with responsivness
Tejpex a5d03c7
Cleaned up code
Tejpex b416cd3
Made layout of skills-section responsive
Tejpex 6c2a5bf
Styled article-section
Tejpex 374c438
Styling of article-section
Tejpex 6729e32
Made it possible to change color on icons on hover
Tejpex f60ecde
Fixed bug
Tejpex f24a4b4
Worked with styling on projects-section
Tejpex 7c67079
Made projects-section responsive
Tejpex cfc095c
Added project-movies to json
Tejpex 248f875
Added favicon
Tejpex 51886bb
Update with project to-do
Tejpex c22ee30
Updated presentation + added more projects
Tejpex 19e95cc
Updated projects and skills
Tejpex acbb2d6
Fixed styling-issues in project-section
Tejpex d8ce4ed
Added project + workd with layout
Tejpex d38f714
Removed double picture + added project
Tejpex d40e2f1
Updated projects
Tejpex ddc57d0
Add project-blog
Tejpex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed double picture + added project
commit d38f714d2055bd72de35e530c280db0ef5baafc4
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -23,26 +23,43 @@ export const ContactInfo = () => { | |
<h2>[email protected]</h2> | ||
</div> | ||
<div className="social-media-box"> | ||
<a href="https://www.linkedin.com/in/erika-wernbro/" target="_blank"> | ||
<a | ||
href="https://www.linkedin.com/in/erika-wernbro/" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
<img src={linkedIn} alt="LinkedIn-icon" className="icon" /> | ||
</a> | ||
<a href="https://github.com/Tejpex" target="_blank"> | ||
<a | ||
href="https://github.com/Tejpex" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
<img src={githubSmall} alt="Github-icon" className="icon" /> | ||
</a> | ||
<a | ||
href="https://stackoverflow.com/users/23468394/tejpex" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
<img | ||
src={stackOverflow} | ||
alt="StackOverflow-icon" | ||
className="icon" | ||
/> | ||
</a> | ||
<a href="https://bsky.app/profile/tejpex.bsky.social" target="_blank"> | ||
<a | ||
href="https://bsky.app/profile/tejpex.bsky.social" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
<img src={blueSky} alt="Bluesky-icon" className="icon" /> | ||
</a> | ||
<a href="https://www.instagram.com/tejpex/" target="_blank"> | ||
<a | ||
href="https://www.instagram.com/mittlillagronaliv3/" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
<img src={instagram} alt="Instagram-icon" className="icon" /> | ||
</a> | ||
</div> | ||
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This element is too wide in mobile (320px)