Skip to content

Commit

Permalink
Addition of CV button, and project Book Catalogue
Browse files Browse the repository at this point in the history
Addition of button CV to see the CV.
Styled display and position of the button and the other elements within the div that contains them.
Addition of the project Book Catalogue in the work section.
  • Loading branch information
HerRA17 committed Nov 30, 2023
1 parent 07d0fff commit 8d337f3
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 3 deletions.
22 changes: 19 additions & 3 deletions Css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ footer > p {
max-width: 215px;
height: auto;
}
.button-check-code {
.button-check-code, .button-cv {
background-color: white;
border-radius: 2%;
border: none;
Expand All @@ -164,6 +164,11 @@ footer > p {
text-decoration: none;
margin-bottom: 5px;
}
.cv-icon {
color: #007e77;
width: 40px;
height: auto;
}

/* About Page */

Expand Down Expand Up @@ -744,8 +749,19 @@ font-size: 30px;
}

.profile-text {
display:inline-block;
align-content: center;
display:flex;
flex-direction: column;
align-items: center;
}

.button-check-code{
width: 200px;
height: auto;
}

.button-cv{
width: 50px;
height: auto;
}

/* About me*/
Expand Down
Binary file added dist/Work portraits/Book-Catalogue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/downloads/Hermann Rasch_Full-Stack-CV.pdf
Binary file not shown.
Binary file added dist/favicon/cv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ <h1 class="h1">Howdy Folks!</h1>
<button class="button-check-code">
<a href="#work" class="check-code"> Check out my code!</a>
</button>
<br>
<button class="button-cv">
<a href="./dist/downloads/Hermann Rasch_Full-Stack-CV.pdf" download="Hermann-Rasch_CV.pdf">
<img src="./dist/favicon/cv.png" class="cv-icon" alt="Download CV">
</a>
</button>
</div>
</div>
<br>
Expand Down Expand Up @@ -253,6 +259,19 @@ <h2 class="project-title">Movies Couch API</h2>
</a>
</div>

<div class="grid-item" id="Book-Catalogue">
<h2 class="project-title">Book Catalogue</h2>
<p class="project-p">The Book Catalogue app is a comprehensive web application designed to manage a collection of books effectively.
It serves as an interactive platform where users can explore a variety of books, each detailed with essential information
like title, author, subgenre, and publishing year. The application's main strength lies in its CRUD (Create, Read, Update, Delete)
functionality, allowing for seamless management of the book inventory.
</p>
<br>
<a href="https://github.com/HerRA17/Book-Catalogue" class="link-Example">
<img src="./dist/Work portraits/Book-Catalogue.png" id="work-img">
</a>
</div>

<div class="grid-item" id="pokedex">
<h2 class="project-title">Pokédex</h2>
<p class="project-p">Small web application that loads data from an external API (Pokemons from an external source).
Expand Down Expand Up @@ -309,6 +328,8 @@ <h2 id="Contact">Contact</h2>
<a href="https://www.flaticon.com/free-icons/gmail" title="gmail icons">Gmail icons created by Pixel perfect - Flaticon</a>
<br>
<a href="https://www.flaticon.com/de/kostenlose-icons/mehr" title="mehr Icons">Mehr Icons erstellt von gravisio - Flaticon</a>
<br>
<a href="https://www.flaticon.com/free-icons/businessman" title="businessman icons">Businessman icons created by Freepik - Flaticon</a>
</div>
</footer>
<!-- <script src="js/tota11y.min.js"></script> -->
Expand Down

0 comments on commit 8d337f3

Please sign in to comment.