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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

https://Antongron.github.io/rsschool-cv/cv
https://Antongron.github.io/rsschool-cv/
23 changes: 23 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
1. Malkin Anton

2. My contacts:
- discord: Antongron#5216;
- Email: 14gron@gmail.com;
- mobile: +7(951)551-31-10.
3. My main purposes:
- to work in a interesting company as a web-developer;
- become an excellent and useful developer;
- to work in proect on React, Angular.
4. Hard skills:
- basic HTML;
- basic CSS;
- basic JavaScript.
5. Code example:

6. My work experience:
- Now empty, but i'm sure so here will be somthing interesting soon :)

7. Work experiense:
- Apply on RSSchool course.
8. English level A2+.

58 changes: 58 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link
href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300&display=swap"
rel="stylesheet">
<title>Malkin Anton</title>
</head>
<body class="bgcolor">
<header>
<table>
<tr>
<th rowspan="3">
<img class="table-elements" src="./src/avatar 200.jpg" alt="my photo" width="170">
</th>
<th rowspan="2" width="150%">
<h1 class="table-elements">Malkin Anton</h1>
</th>
</tr>
</table>
</header>

<main>
<section>
<h2>About me.</h2>
Traine web-developer, wich ready to work in a interesting company as a web-developer and become an excellent and useful developer.
</section>
<section>
<h2>My knowledge as a deweloper:</h2>
<ul>
<li>Basic HTML</li>
<li>Basic CSS</li>
<li> Basic JavaScript</li>
<li>English level A2</li>
</ul>
</section>

</main>

<footer>
<h2>Contacts</h2>
<ul class="contacts">
<li>discord: Antongron#5216</li>
<li> <a href="mailto:14gron@gmail.com"Email>
<img alt="gmail" src="./src/gmail.png" title="14gron@gmail.com" width="33px">
</a> </li>
<li><a href="tel:+7(951)551-31-10">
<img alt="telephone" title="+7(951)551-31-10" src="./src/call.png" width="33px">
</a></li>
</ul>
Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
</footer>

</body>
</html>
Binary file added src/avatar 200.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/call.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/gmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
body {
color: #6e6464;
}
h1 {
font-size: 90px;
font-family: 'Kumbh Sans', sans-serif;
padding-left: 10%;

}
.table-elements {
margin-top: 1px;
padding-top: 1px;

}
header{
background-color: #b3b6ba;
}

.bgcolor {
border: 33px solid #b3b6ba;
}