Skip to content
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

Updated files and color schemes #240

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
Binary file added src/assets/DigitalBook.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 src/assets/ProfileCell.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 src/assets/SMM.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 src/assets/SMMP.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 src/assets/favicon2.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 src/assets/pbook.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 modified src/assets/resume.pdf
100755 → 100644
Binary file not shown.
28 changes: 14 additions & 14 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="assets/favicon.png" />
<link rel="shortcut icon" type="image/png" href="assets/favicon2.png" />

<!-- Todo: put here your site title -->
<title>[Your name here] | Developer</title>
<title>Kris | Developer</title>
<!-- Todo: add some coding keywords below - e.g: (javascript, yourusername, etc) -->
<meta name="keywords" content="[username], [name], skill" />
<!-- Todo: improve your SEO by adding a small description of you -->
Expand Down Expand Up @@ -46,9 +46,9 @@
<section id="hero" class="jumbotron">
<div class="container">
<h1 class="hero-title load-hidden">
Hi, my name is <span class="text-color-main">Your Name</span>
Hi, my name is <span class="text-color-main">Kristi Greenwald</span>
<br />
I'm the Unknown Developer.
I'm a Design Thinking Developer.
</h1>
<p class="hero-cta load-hidden">
<a rel="noreferrer" class="cta-btn cta-btn--hero" href="#about"
Expand All @@ -71,7 +71,7 @@ <h2 class="section-title load-hidden">About me</h2>
class="img-fluid rounded shadow-lg"
height="auto"
width="300px"
src="assets/profile.jpg"
src="assets/ProfileCell.png"
alt="Profile Image"
/>
</div>
Expand Down Expand Up @@ -112,7 +112,7 @@ <h2 class="section-title dark-blue-text">Projects</h2>
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="project-wrapper__text load-hidden">
<h3 class="project-wrapper__text-title">Project Title 0</h3>
<h3 class="project-wrapper__text-title">Author of Effective Design Thinking</h3>
<div>
<p class="mb-4">
Describe the project being very specific, you can use the Twitter standard: no more than 280 characters:
Expand Down Expand Up @@ -151,7 +151,7 @@ <h3 class="project-wrapper__text-title">Project Title 0</h3>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
src="assets/DigitalBook.png"
/>
</div>
</a>
Expand Down Expand Up @@ -203,7 +203,7 @@ <h3 class="project-wrapper__text-title">Project Title 1</h3>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
src="assets/pbook.png"
/>
</div>
</a>
Expand All @@ -216,7 +216,7 @@ <h3 class="project-wrapper__text-title">Project Title 1</h3>
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="project-wrapper__text load-hidden">
<h3 class="project-wrapper__text-title">Project Title 2</h3>
<h3 class="project-wrapper__text-title">Creative Design</h3>
<div>
<p class="mb-4">
If the project was collaborative, reflect it in this description, that will demonstrate communication and/or leadership skills.
Expand Down Expand Up @@ -254,7 +254,7 @@ <h3 class="project-wrapper__text-title">Project Title 2</h3>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
src="assets/SMMP.png"
/>
</div>
</a>
Expand Down Expand Up @@ -306,15 +306,15 @@ <h2 class="section-title">Contact</h2>
<hr />

<!-- Notice: if you want to give me some credit, it will be huge for me! if not, put your data on it -->
<p class="footer__text">
<!-- <p class="footer__text">
© 2021 - Template developed by
<a rel="noreferrer" href="https://github.com/cobiwave" target="_blank"
>Jacobo Martínez</a
>
</p>
</p> -->

<!-- TO DO: remove this entire paragraph once you finish your portfolio -->
<p class="mt-3 pt-3">
<!-- <p class="mt-3 pt-3">
<a
rel="noreferrer"
class="github-button"
Expand All @@ -335,7 +335,7 @@ <h2 class="section-title">Contact</h2>
aria-label="Star cobiwave/simplefolio on GitHub"
>Star</a
>
</p>
</p> -->
</div>
</footer>
<!-- /END Footer Section -->
Expand Down
4 changes: 2 additions & 2 deletions src/sass/abstracts/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// COLORS
$primary-color: #02aab0;
$secondary-color: #00cdac;
$primary-color: #ffc0cb;
$secondary-color: #800080;

$white-color: #fff;

Expand Down