mirror of
https://github.com/its-michaelroy/Simple_Portfolio.git
synced 2026-06-03 23:00:43 +00:00
Added Resume button for download, changed color scheme
This commit is contained in:
@@ -2125,6 +2125,26 @@ input[type="radio"] + label:before {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.avatar-container {
|
||||
text-align: center;
|
||||
margin-top: 20px; /* Adjust as needed */
|
||||
}
|
||||
|
||||
.avatar {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.primary {
|
||||
color: #ffffff80;
|
||||
border: white;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
margin-top: 10px; /* Adjust as needed */
|
||||
}
|
||||
|
||||
.icon.brands:before {
|
||||
font-family: "Font Awesome 5 Brands";
|
||||
}
|
||||
@@ -2543,10 +2563,10 @@ input[type="button"],
|
||||
background-color: transparent;
|
||||
border-radius: 0.35em;
|
||||
border: solid 3px #efefef;
|
||||
color: #787878 !important;
|
||||
color: #575757 !important;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
height: 3.15em;
|
||||
height: calc(2.75em + 6px);
|
||||
line-height: 2.75em;
|
||||
@@ -2689,9 +2709,9 @@ input[type="button"]:disabled,
|
||||
-webkit-justify-content: space-between;
|
||||
-ms-justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
background-color: #1f1815;
|
||||
background-color: #110d0c;
|
||||
background-attachment: scroll, scroll;
|
||||
background-image: url("images/overlay.png"), url("../../images/bg.jpg");
|
||||
background-image: url("../../images/mountain3.jpg");
|
||||
background-position: top left, top left;
|
||||
background-repeat: repeat, no-repeat;
|
||||
background-size: auto, 150%;
|
||||
@@ -2735,7 +2755,7 @@ input[type="button"]:disabled,
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
font-size: 1.35em;
|
||||
line-height: 1.75em;
|
||||
margin: 0;
|
||||
@@ -2753,7 +2773,7 @@ input[type="button"]:disabled,
|
||||
}
|
||||
|
||||
#footer .icons a {
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
#footer .copyright {
|
||||
@@ -3344,3 +3364,13 @@ body.is-touch .poptrox-popup .closer {
|
||||
.image.fit:hover .view-button {
|
||||
display: inline-block; /* Show the existing view button on hover */
|
||||
}
|
||||
|
||||
#header .button#downloadCV {
|
||||
color: rgba(255, 255, 255, 0.9) !important; /* Force text color to white */
|
||||
}
|
||||
|
||||
#header .button#downloadCV:hover {
|
||||
background-color: #faf9f9; /* Fill button with white */
|
||||
color: #49bf9d !important; /* Set text color to green */
|
||||
font-weight: bold; /* Make text bold */
|
||||
}
|
||||
|
||||
36
documents/Features.md
Normal file
36
documents/Features.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Future Features
|
||||
|
||||
1. **Dark Mode Toggle Switch**:
|
||||
|
||||
- Implement a dark mode toggle switch to allow users to switch between light and dark themes.
|
||||
|
||||
2. **Interactive Elements**:
|
||||
|
||||
- Add interactive elements such as animations, hover effects, and transitions to make the site more engaging.
|
||||
|
||||
3. **Better Contact Form**:
|
||||
|
||||
- Include a contact form with validation and integration with an email service to allow visitors to reach out to you directly.
|
||||
|
||||
4. **Color Scheme**:
|
||||
|
||||
- Improve color scheme
|
||||
|
||||
5. **Better Project Showcase**:
|
||||
|
||||
- Create a detailed project showcase section with descriptions, images, and links to live demos or GitHub repositories.
|
||||
|
||||
6. **Testimonials**:
|
||||
|
||||
- Include testimonials from colleagues, clients, or mentors to add credibility to your portfolio.
|
||||
|
||||
7. **Improved SEO Optimization**:
|
||||
|
||||
- Optimize your site for search engines to improve visibility and attract more visitors.
|
||||
|
||||
8. **Performance Optimization**:
|
||||
|
||||
- Optimize images, use lazy loading, and minimize CSS and JavaScript to improve site performance.
|
||||
|
||||
9. **Multilingual Support**:
|
||||
- Add support for multiple languages to reach a broader audience.
|
||||
BIN
images/bg.jpg
BIN
images/bg.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB |
BIN
images/mountain3.jpg
Normal file
BIN
images/mountain3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
11
index.html
11
index.html
@@ -24,8 +24,15 @@
|
||||
href="https://github.com/its-michaelroy"
|
||||
class="image avatar"
|
||||
target="_blank"
|
||||
><img src="images/avatar.png" alt="Michael Roy"
|
||||
/></a>
|
||||
><img src="images/avatar.png" alt="Michael Roy" /></a
|
||||
><br />
|
||||
<a
|
||||
href="documents/Michael_Roy_Dev_Resume_v10.pdf"
|
||||
class="button"
|
||||
id="downloadCV"
|
||||
>Download CV</a
|
||||
>
|
||||
|
||||
<h1>
|
||||
<strong>I am Michael Roy</strong>, a dedicated digital craftsman
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user