Skip to content

Commit

Permalink
reworked projects section, added font-awesome.css for later inspectio…
Browse files Browse the repository at this point in the history
…n, added svg images
  • Loading branch information
nima-razi committed Jun 13, 2024
1 parent 0e8bc2e commit c154e94
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 7 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@

<div class="container-fluid bg-dark">
<div class="row justify-content-center align-items-center">
<div class="col-lg-7 p-4">
<div class="col-lg-6 py-4">
<h1 id="scrollspyAbout" class="text-light display-4">About</h1>
<p class="text-light lead">I graduated with Bachelors in Business Information Tecnology and I'm applying for positions in IT-field. I worked as a software developer with APS.NET, ERP and REST.API -projects together with IT-support tasks. Related to programming my tasks mainly consisted of front-end development but I’m looking to further become a full-stack developer.</p>
<p class="text-light lead">You can also view and download my personal <a href="/files/nima-razi-resume.pdf" class="text-light">Resume.</a></p>
<p class="text-light">I graduated with Bachelors in Business Information Tecnology and I'm applying for positions in IT-field. I worked as a software developer with APS.NET, ERP and REST.API -projects together with IT-support tasks. Related to programming my tasks mainly consisted of front-end development but I’m looking to further become a full-stack developer.</p>
<p class="text-light">You can also view and download my personal <a href="/files/nima-razi-resume.pdf" class="text-light">Resume.</a></p>
</div>
<div class="col col-lg-2 order-last p-0">
<img src="images/me.jpg" class="img-fluid" alt="me">
<img src="images/me.jpg" class="d-block w-100" alt="me">
</div>
</div>
</div>
Expand Down Expand Up @@ -150,13 +150,9 @@ <h2 class="accordion-header">
</h2>
<div id="panelsStayOpen-collapseProjects" class="accordion-collapse collapse">
<div class="accordion-body">
<p><a href="razaghi-enhancements/home.html">Razaghienhancements</a></p>
</div>
<div class="accordion-body">
<p><a href="leipatehdas/home.html">Leipätehdas</a></p>
</div>
<div class="accordion-body">
<p><a href="pelimies.com/pages/home.html">Pelimies.com</a></p>
<p><a href="razaghi-enhancements/home.html">Razaghienhancements</a> <mark>still under work</mark></p>
<p><a href="leipatehdas/home.html">Leipätehdas</a> <mark>still under work</mark></p>
<p><a href="pelimies.com/home.html">Pelimies.com</a> <mark>still under work</mark></p>
</div>
</div>
</div>
Expand Down

0 comments on commit c154e94

Please sign in to comment.