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

Personalized the template #25

Open
wants to merge 1 commit 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 modified src/assets/profile.jpg
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/project.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 22 additions & 60 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
<!--
Hello!
-
Simplefolio is a clean and responsive portfolio template for Developers!
Created by Jacobo Martinez.
-
Github Repo: https://github.com/cobidev/simplefolio/
Readme: https://github.com/cobidev/simplefolio/README.md
-
For business & inquires, contact me -> jacobojavier98@gmail.com
-->
<!DOCTYPE html>
<html lang="en" class="sr">
<head>
Expand All @@ -18,11 +7,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>Hagverdi | Front-End 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 -->
<meta name="description" content="[Your name here] | Developer" />
<meta name="description" content="[Your name here] | Front-End Developer" />

<link
rel="stylesheet"
Expand All @@ -46,13 +35,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">Mammad Hagverdi</span>
<br />
I'm the Unknown Developer.
I'm the Front-End Developer.
</h1>
<p class="hero-cta load-hidden">
<a rel="noreferrer" class="cta-btn cta-btn--hero" href="#about"
>Know more</a
>Discover more</a
>
</p>
</div>
Expand Down Expand Up @@ -112,29 +101,25 @@ <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">Gradient Background Generator</h3>
<div>
<p class="mb-4">
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Excepturi neque, ipsa animi maiores repellendus distinctio
aperiam earum dolor voluptatum consequatur blanditiis
inventore debitis fuga numquam voluptate ex architecto
itaque molestiae.
Simple website to pick generate linear gradient for CSS.
</p>
</div>
<a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--hero"
href="#!"
href="https://hagverdii.github.io/gbg/"
>
See Live
</a>
<a
rel="noreferrer"
target="_blank"
class="cta-btn text-color-main"
href="#!"
href="https://github.com/hagverdii/gbg"
>
Source Code
</a>
Expand Down Expand Up @@ -163,7 +148,7 @@ <h3 class="project-wrapper__text-title">Project Title 0</h3>
<!-- /END Project -->

<!-- Notice: each .row is a project -->
<div class="row">
<!-- <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 1</h3>
Expand Down Expand Up @@ -213,11 +198,11 @@ <h3 class="project-wrapper__text-title">Project Title 1</h3>
</a>
</div>
</div>
</div>
</div> -->
<!-- /END Project -->

<!-- Notice: each .row is a project -->
<div class="row">
<!-- <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>
Expand Down Expand Up @@ -267,7 +252,7 @@ <h3 class="project-wrapper__text-title">Project Title 2</h3>
</a>
</div>
</div>
</div>
</div> -->
<!-- /END Project -->
</div>
</div>
Expand All @@ -279,14 +264,15 @@ <h3 class="project-wrapper__text-title">Project Title 2</h3>
<div class="container">
<h2 class="section-title">Contact</h2>
<div class="contact-wrapper load-hidden">
<p class="contact-wrapper__text">[Put your call to action here]</p>
<a
<p class="contact-wrapper__text">Mobile: ***************</p>
<p class="contact-wrapper__text">E-mail: memmed.haqverdi02@gmail.com</p>
<!-- <a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--resume"
href="mailto:example@email.com"
>Call to Action</a
>
> -->
</div>
</div>
</section>
Expand All @@ -299,13 +285,13 @@ <h2 class="section-title">Contact</h2>
<i class="fa fa-angle-up fa-2x" aria-hidden="true"></i>
</a>
<div class="social-links">
<a rel="noreferrer" href="#!" target="_blank">
<i class="fa fa-twitter fa-inverse"></i>
<a rel="noreferrer" href="https://www.instagram.com/mamed.002__/" target="_blank">
<i class="fa fa-instagram fa-inverse"></i>
</a>
<a rel="noreferrer" href="#!" target="_blank">
<!-- <a rel="noreferrer" href="#!" target="_blank">
<i class="fa fa-linkedin fa-inverse"></i>
</a>
<a rel="noreferrer" href="#!" target="_blank">
</a> -->
<a rel="noreferrer" href="https://github.com/hagverdii" target="_blank">
<i class="fa fa-github fa-inverse"></i>
</a>
</div>
Expand All @@ -319,30 +305,6 @@ <h2 class="section-title">Contact</h2>
>Jacobo Martínez</a
>
</p>

<!-- TO DO: remove this entire paragraph once you finish your portfolio -->
<p class="mt-3 pt-3">
<a
rel="noreferrer"
class="github-button"
href="https://github.com/cobidev/simplefolio/fork"
data-icon="octicon-repo-forked"
data-size="large"
data-show-count="true"
aria-label="Fork ntkme/github-buttons on GitHub"
>Fork</a
>
<a
rel="noreferrer"
class="github-button"
href="https://github.com/cobidev/simplefolio"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star cobidev/simplefolio on GitHub"
>Star</a
>
</p>
</div>
</footer>
<!-- /END Footer Section -->
Expand Down