Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Finished #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
27 changes: 27 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@
<title>HTML Portfolio</title>
</head>
<body>
<div class="header">
<h1>Justyna Wasilewska</h1>
<h2>Aspiring Frontend Developer</h2>
</div>
<div class="tagline">
<h3>Few things to know about me</h3>
<p>Last year I decided to change my career path. My ambition is to become frontend developer!
To do this I finished postdegree studies in Computer Programming, continuing learning online and
taking part in many workshops. I also engage myself into Geek Girls Carrots Organization to support
other female in tech industry. I organize PyCode Carrots workshop, because I think anybody can be developer
- only need a chance to start (just like me!)</p>

</div>
<div class="skills">
<h3>Skills</h3>
<p>my learning path started from here:</p>
<ul>
<li>HTML5+CSS3</li>
<li>JS(TS,Angular2)</li>
<li>Bootsrap, jQuery</li>

</ul
</div>
<div class="contact">
<h3>Contact</h3>
<p>You can write an e-mail or get in touch via <a href="https://pl.linkedin.com/in/justyna-wasilewska-69327271">LinkedIn</a></p>
</div>

Welcome to the HTML Portfolio Project

Expand Down