Skip to content

Commit

Permalink
Fixing style bugs (#156)
Browse files Browse the repository at this point in the history
* Fixing home page links

* Including pdfs in assets

* Fixing resume path

* Changing header to svg

* Fixing alt image text and changing urls to be below project titles instead of the images

* Fixing menu button bug for non mobile screens

* Fixing margins on close icon and links

* Fixing project links and header svg
  • Loading branch information
avenmia authored Oct 24, 2022
1 parent e1e9d6a commit 1d2a6af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ <h2 class="page__header__title page__header__title--rtl">
<div class="page__item page__item--projects project1 proj__desc">
<h3 class="project__title">Personal Website</h3>
<a
class="project__link"
href="https://github.com/avenmia/PersonalWebsite"
rel="noopener noreferrer"
target="_blank"
Expand Down Expand Up @@ -345,6 +346,7 @@ <h3 class="project__title">Quantum Lamps</h3>
href="https://github.com/avenmia/quantum-lamps"
rel="noopener noreferrer"
target="_blank"
class="project__link"
>https://github.com/avenmia/quantum-lamps</a
>
<p class="project__info">
Expand Down
9 changes: 6 additions & 3 deletions src/assets/header-name.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ li {
color: var(--section-header-color);
}

.project__link {
word-wrap: break-word;
}

@media screen and (min-width: 56.25em) {
.projects {
display: grid;
Expand Down

0 comments on commit 1d2a6af

Please sign in to comment.