Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirdassa9 committed May 4, 2023
1 parent 48dfaf3 commit d39cfc0
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 48 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/
dist/
.parcel-cache
.parcel-cache
my-resume.pdf
Architectureproject.drawio.png
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ FROM nginx:alpine

EXPOSE 80

COPY --from=builder /usr/src/app/out /usr/share/nginx/html
COPY --from=builder /usr/src/app/out /usr/share/nginx/html
Empty file modified src/assets/resume.pdf
100755 → 100644
Empty file.
84 changes: 38 additions & 46 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>Ofir Dassa | Parligator</title>
<!-- Todo: add some coding keywords below - e.g: (javascript, yourusername, etc) -->
<meta name="keywords" content="[username], [name], skill" />
<meta name="keywords" content="Parligator, Ofir Dassa, skill" />
<!-- Todo: improve your SEO by adding a small description of you -->
<meta name="description" content="[Your name here] | Developer" />
<meta name="description" content="Ofir Dassa |Parligator" />

<link
rel="stylesheet"
Expand All @@ -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">Ofir Dassa</span>
<br />
I'm the Unknown Developer.
I'm a DevOps Engineer.
</h1>
<p class="hero-cta load-hidden">
<a rel="noreferrer" class="cta-btn cta-btn--hero" href="#about"
Expand Down Expand Up @@ -79,18 +79,20 @@ <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 have!
1 year of experience as a DevOps Engineer, seeking my next challenge in the field of DevOps. I
believe in writing quality code and teamwork. Quality code should be tested, documented, and
continuously integrated. I write quality code to ensure the successful delivery of every product
I'm involved with. I believe working with others is a great way to improve and I like to help people
in their development experience.
</p>
<p class="about-wrapper__info-text">
Extra Information about you! like hobbies and your goals.
</p>
<span class="d-flex mt-3">
<a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--resume"
href="assets/resume.pdf"
href="assets/my-resume.pdf"
>
View Resume
</a>
Expand All @@ -112,27 +114,19 @@ <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">Architecture Project</h3>
<div>
<p class="mb-4">
Describe the project being very specific, you can use the Twitter standard: no more than 280 characters:
complement the information: the skills learned or reinforced in its realization and how you faced it,
prove to be proactive in the search for solutions.
Created a system that counts lines and words in a file from S3, saves it to RDS MySQL and
elasticsearch, and visualizes it with Grafana in a Kubernetes cluster. Used Terraform to
deploy to AWS.
</p>
</div>
<a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--hero"
href="#!"
>
See Live
</a>
<a
rel="noreferrer"
target="_blank"
class="cta-btn text-color-main"
href="#!"
href="https://github.com/org-ofirdassa9/architecture-project"
>
Source Code
</a>
Expand All @@ -151,7 +145,7 @@ <h3 class="project-wrapper__text-title">Project Title 0</h3>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
src="assets/Architectureproject.drawio.png"
/>
</div>
</a>
Expand All @@ -164,27 +158,26 @@ <h3 class="project-wrapper__text-title">Project Title 0</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 1</h3>
<h3 class="project-wrapper__text-title">World Of Game</h3>
<div>
<p class="mb-4">
Demonstrate in this description the skills of a programmer: such as having commitment,
having perseverance and accepting alternative solutions. Remember that being a portfolio you are not selling the project,
you are selling yourself, it reflects the resources used: Frameworks, libraries, platforms, etc.
Using Jenkins, Docker and Selenium, I built a fully CI/CD pipeline for a web application wirrten in Python.
</p>
</div>
<a
<!-- Need to deploy the project, then enable the button -->
<!-- <a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--hero"
href="#!"
>
See Live
</a>
</a> -->
<a
rel="noreferrer"
target="_blank"
class="cta-btn text-color-main"
href="#!"
href="https://github.com/org-ofirdassa9/WoG"
>
Source Code
</a>
Expand All @@ -200,11 +193,6 @@ <h3 class="project-wrapper__text-title">Project Title 1</h3>
data-tilt-max-glare="0.5"
class="thumbnail rounded js-tilt"
>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
/>
</div>
</a>
</div>
Expand All @@ -216,28 +204,37 @@ <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">Todo List</h3>
<div>
<p class="mb-4">
If the project was collaborative, reflect it in this description, that will demonstrate communication and/or leadership skills.
Additionally, if you made use of the mastery of a second language, it will reflect on you professionalism.
A simple todo list web application. Using MongoDB, MS-SQL and Redis as backend databases.
I used Python (Flask) for the backend server and React (Typescript) for the frontend.
</p>
</div>
<a
<!-- Need to deploy the project, then enable the button -->
<!-- <a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--hero"
href="#!"
>
See Live
</a> -->
<a
rel="noreferrer"
target="_blank"
class="cta-btn text-color-main"
href="https://github.com/org-ofirdassa9/todo-list-server"
>
Server Source Code
</a>
<a
rel="noreferrer"
target="_blank"
class="cta-btn text-color-main"
href="#!"
href="https://github.com/org-ofirdassa9/todo-list-client"
>
Source Code
Client Source Code
</a>
</div>
</div>
Expand All @@ -251,11 +248,6 @@ <h3 class="project-wrapper__text-title">Project Title 2</h3>
data-tilt-max-glare="0.5"
class="thumbnail rounded js-tilt"
>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
/>
</div>
</a>
</div>
Expand Down

0 comments on commit d39cfc0

Please sign in to comment.