Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# rsschool-cv
# rsschool-cv
https://Iryna-lev.github.io/rsschool-cv/cv
https://Iryna-lev.github.io/rsschool-cv/
20 changes: 20 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# **Iryna Levko**
## **Contact details:**
### *Email address: iryna.b.levko@gmail.com
### *LinkedIn:linkedin.com/in/iryna-levko-694859186
----
## **About me**
### Actively searching for the chance to apply my skills, experience and knowledge to a new career. Highly motivated. Quick learner.
---------------
## **HTML Code example**
``` <fieldset>Your sex? <label for="sex">
<input id="female" type="radio" name="sex" value="female"/>Female </label>
<label for="male"> <input id="male" type="radio" name="sex"value="male"/> Male</label>
</fieldset>
```
_________________________
## **Eduction and Training**
### *Master's degree, Applied Linguistics.
### *The Fundamentals of Digital Marketing. Google.
### *Responsive Web Design. FreeCodeCamp.(in progress)
### *«JavaScript/Front-end. Stage 0». RS Schools Course
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CV</title>
</head>
<body>
<h1>Iryna Levko</h1>
<h2>Contact details</h2>
<p>
<ul>
<li>E-mail address : iryna.b.levko@gmail.com</li>
<li>LinkedIn:linkedin.com/in/iryna-levko-694859186</li>
</ul>
</p>
<h2>About me</h2>
<p>
Actively searching for the chance to apply my skills, experience and knowledge to a new career. Highly
motivated. Quick learner.
</p>
<h2>HTML code example</h2>
<pre>
<code>
<fieldset>Your sex? <label for="sex"> <input id="female" type="radio" name="sex" value="female"/>Female </label> <label for="male"> <input id="male" type="radio" name="sex"value="male"/> Male</label> </fieldset>
</code>
</pre>
<h2>Education and training</h2>
<p>
<ul>
<li>Master’s degree, Applied Linguistics
</li>
<li>The Fundamentals of Digital Marketing. Google.
</li>
<li>Responsive Web Design. FreeCodeCamp.(in progress)</li>
<li>«JavaScript/Front-end. Stage 0». RS Schools Course</li>
</ul>
</p>
</body>
</html>
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1,h2{
font-weight:bold;
}