generate skills & projects sections instead of hardcoding them
This commit is contained in:
parent
1ae77b8270
commit
9c9e3b6c30
4 changed files with 33 additions and 15 deletions
11
index.html
11
index.html
|
|
@ -79,15 +79,8 @@
|
|||
<section class="skills-section" id="skills">
|
||||
<div class="skills-container">
|
||||
<h1 data-i18n="skills_title"></h1>
|
||||
<ul>
|
||||
<li>C#</li>
|
||||
<li>C++</li>
|
||||
<li>Lua</li>
|
||||
<li>Python</li>
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
<li>JavaScript</li>
|
||||
<li>Git</li>
|
||||
<ul id="skills-list">
|
||||
<!-- Generated skills go here -->
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue