Skip to content

Commit

Permalink
Changing Skill Section
Browse files Browse the repository at this point in the history
  • Loading branch information
TomVic20849 committed May 11, 2024
1 parent 3a20c3c commit 9dc2978
Showing 1 changed file with 10 additions and 39 deletions.
49 changes: 10 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
======================================================== -->
</head>

<body>
Expand Down Expand Up @@ -63,7 +63,8 @@ <h1 class="text-light"><a href="index.html">Tomás Vicente</a></h1>
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i>
<span>Home</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a>
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i>
<span>About</span></a>
</li>
<li><a href="#portfolio" class="nav-link scrollto"><i class="bx bx-book-content"></i>
<span>Portfolio</span></a></li>
Expand All @@ -88,7 +89,7 @@ <h1>Tomás Vicente</h1>

<div class="section-title">
<h2>About</h2>
<p>"Every day, I am one step closer to realizing my dream of becoming a game developer.
<p>"Every day, I am one step closer to realizing my dream of becoming a "game developer".
Currently pursuing a Bachelor's Degree in Game Development at IADE - Creative University, my
passion for this field originated from my childhood spent immersed in games.
The captivating stories and characters inspired me to create experiences that not only bring joy
Expand Down Expand Up @@ -162,7 +163,6 @@ <h2>Facts (IN WORK)</h2>
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container">

<div class="section-title">
<h2>Skills (IN WORK)</h2>
<!-- <p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit
Expand All @@ -171,59 +171,30 @@ <h2>Skills (IN WORK)</h2>
</div>

<div class="row skills-content">

<div class="col-lg-6" data-aos="fade-up">

<div class="progress">
<span class="skill">C++ <i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span class="skill">C++</span>
</div>

<div class="progress">
<span class="skill">C# <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span class="skill">C#</span>
</div>

<div class="progress">
<span class="skill">JavaScript <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span class="skill">JavaScript</span>
</div>

</div>

<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">

<div class="progress">
<span class="skill">Unreal Engine <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span class="skill">Unreal Engine</span>
</div>

<div class="progress">
<span class="skill">Unity Engine <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span class="skill">Unity Engine</span>
</div>

<div class="progress">
<span class="skill">Photoshop <i class="val">55%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="55" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span class="skill">Photoshop</span>
</div>

</div>
Expand Down

0 comments on commit 9dc2978

Please sign in to comment.