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

Litllefeature #24

Open
wants to merge 5 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
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/assets/logo.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/profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/profile.jpg
Binary file not shown.
24 changes: 12 additions & 12 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="shortcut icon" type="image/png" href="assets/favicon.png" />

<!-- Todo: put here your site title -->
<title>[Your name here] | Developer</title>
<title> Tommy Goldenberg | 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,13 +46,13 @@
<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">Tommy Goldenberg</span>
<br />
I'm the Unknown Developer.
I'm the Developer you're looking for.
</h1>
<p class="hero-cta load-hidden">
<a rel="noreferrer" class="cta-btn cta-btn--hero" href="#about"
>Know more</a
>Hire Me</a
>
</p>
</div>
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/profile.jpeg"
alt="Profile Image"
/>
</div>
Expand Down Expand Up @@ -112,10 +112,10 @@ <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">Robofriends</h3>
<div>
<p class="mb-4">
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
testing changes thats all consectetur adipisicing elit.
Excepturi neque, ipsa animi maiores repellendus distinctio
aperiam earum dolor voluptatum consequatur blanditiis
inventore debitis fuga numquam voluptate ex architecto
Expand Down Expand Up @@ -153,7 +153,7 @@ <h3 class="project-wrapper__text-title">Project Title 0</h3>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
src="assets/logo.png"
/>
</div>
</a>
Expand Down Expand Up @@ -313,15 +313,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/cobidev" target="_blank"
>Jacobo Martínez</a
>
</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 @@ -342,7 +342,7 @@ <h2 class="section-title">Contact</h2>
aria-label="Star cobidev/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: #ad5389;
$secondary-color: #3c1053;

$white-color: #fff;

Expand Down