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

test #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

test #20

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
19 changes: 10 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<link rel="shortcut icon" type="image/png" href="assets/favicon.png" />

<!-- Todo: put here your site title -->
<title>[Your name here] | Developer</title>
<title> Mateo Rhodes | Developer</title>
<!-- Todo: add some coding keywords below - e.g: (javascript, yourusername, etc) -->
<meta name="keywords" content="[username], [name], skill" />
<meta name="keywords" content="javascript, mxrhodes, coderrhodes, frontend" />
<!-- Todo: improve your SEO by adding a small description of you -->
<meta name="description" content="[Your name here] | Developer" />
<meta name="description" content="Mateo Rhodes | Junior Javascript Developer in Philadelphia" />

<link
rel="stylesheet"
Expand All @@ -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">Mateo Rhodes</span>
<br />
I'm the Unknown Developer.
Javascript Developer From Philadelphia.
</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 @@ -79,11 +79,12 @@ <h2 class="section-title load-hidden">About me</h2>
<div class="col-md-6 col-sm-12">
<div class="about-wrapper__info load-hidden">
<p class="about-wrapper__info-text">
This is where you can describe about yourself. The more you
describe about yourself, the more chances you can!
Design has been a passion of mine since I was a kid.
From designing T-shirts, hardware products, logos and pitch decks to now creating your web experience.

</p>
<p class="about-wrapper__info-text">
Extra Information about you! like hobbies and your goals.
As a Web Developer, my journey is just beggining, and with the limitless possibilities on the web, I can't wait to get to work!
</p>
<span class="d-flex mt-3">
<a
Expand Down