Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
But 1 Semestre 2
CV_Site_Web
Commits
c63ac93d
Commit
c63ac93d
authored
Jan 11, 2022
by
Baptiste HEYRENDT
Browse files
Initial skill section
parent
6099141c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CV_Web.html
View file @
c63ac93d
...
...
@@ -96,10 +96,34 @@
<span
class=
"Bold"
>
SKILLS
</span>
<div
class=
"Line"
></div>
<div
class=
"SkillBars"
>
<div
class=
"Light"
>
PYTHON
<progress
max=
"100"
value=
"80"
></progress>
</div>
<div
class=
"Light"
>
PYTHON
</div>
<div><progress
max=
"100"
value=
"80"
></progress></div>
<div
class=
"Light"
>
PYTHON
</div>
<div><progress
max=
"100"
value=
"80"
></progress></div>
<div
class=
"Light"
>
PYTHON
</div>
<div><progress
max=
"100"
value=
"80"
></progress></div>
<div
class=
"Light"
>
PYTHON
</div>
<div><progress
max=
"100"
value=
"80"
></progress></div>
<div
class=
"Light"
>
PYTHON
</div>
<div><progress
max=
"100"
value=
"80"
></progress></div>
<div
class=
"Light"
>
PYTHON
</div>
<div><progress
max=
"100"
value=
"80"
></progress></div>
</div>
<progress
max=
"100"
value=
"80"
></progress>
</div>
</body>
</html>
\ No newline at end of file
Style.css
View file @
c63ac93d
...
...
@@ -195,6 +195,9 @@ header .About {
.SkillBars
{
display
:
grid
;
grid-template-columns
:
1
fr
1
fr
;
grid-template-rows
:
repeat
(
8
,
1
fr
);
grid-auto-flow
:
dense
;
}
progress
[
value
]
::-webkit-progress-value
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment