Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown & Git #1

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
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 +1 @@
# rsschool-cv
https://iso9000t.github.io/rsschool-cv/
52 changes: 52 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Alexander Grigorev
---
#### _RSS School resume_

##### Contact information
- **Phone:** +374 91056755
- **E-mail:** [email protected]
- **Telegram:** @iso9000t

##### **Summary**
After gaining valuable experience in the financial industry and accounting, I have decided to pursue a career that allows me to tap into my creative potential. My past hobbies and experiences in audio production and photography have prepared me for a career in video editing, compositing, and motion design. I have a track record of creating popular videos on YouTube and have mastered a variety of software along the way. My skills also include scriptwriting, editing, sound design, 3D animation, and rendering. Recently, I have begun learning front-end development and am excited about the endless possibilities it presents. From creating intuitive and user-friendly websites to bringing ideas to life with interactive design, the potential of front-end development and related fields is truly limitless. I am confident that my previous experiences and self-motivation make me a strong candidate for this field.

##### **Skills:**
- HTML, CSS, Markdown
- Git, GitHub
- Adobe Photoshop, After Effects, Premiere, Lightroom,
- Cinema 4d, Redshift,
- FL Studio, iZotope Ozone, RX, Studio One

##### **Education:**
- The Saint Petersburg State University of Engineering and Economics
- management
- St. Petersburg Electrotechnical College.
- Accounting and translation of economic literature from English.

##### **Courses:**
- Chief Accountant courses from the Novy Mir accounting school.
- IT Fundamentals by EPAM
- Git courses by EPAM
- Basic HTML and HTML5 by freeCodeCamp
- Responsive Web Design by freeCodeCamp
- Learn HTML by Code Academy
- Basic CSS by freeCodeCamp
- Applied Visual Design by freeCodeCamp
- HTML and CSS courses by The Net Ninja school
- EPAM lectures

##### **Work experience:**
- Development manager in a construction company.
- Development manager for retail networks at the Russian Standard Bank and as - a senior manager for consumer lending at Credit Europe Bank.
- Accountant in an outsourcing company
- Video-editor, compositor and motion designer


##### **English:**
- C2 accorrding to EFset https://www.efset.org/cert/hLZP8k
- A translator certification for economic literature from English, issued by the St. Petersburg Electrotechnical College.
- I have been hosting an English club for seven years

##### **Code examples:**
// the hello world program
console.log('Hello World');
Binary file added favicon.ico
Binary file not shown.
150 changes: 150 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
<!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">
<title>Alex Grigorev CV</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script
src="https://kit.fontawesome.com/90a4d84475.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;500;600;700;800&family=Poppins:wght@200&display=swap"
rel="stylesheet">
<style>
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;500;600;700;800&family=Poppins:wght@200&display=swap");
</style>
<script src="https://kit.fontawesome.com/90a4d84475.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="layout">
<header>
<h1>Alexander Grigorev</h1>
<h2>Junior Frontend Developer</h2>
</header>
<main>
<section>
<h3>About me</h3>
<hr>
<p>
After gaining valuable experience in the financial industry and
accounting, I have decided to pursue a career that allows me to tap
into my creative potential. My past hobbies and experiences in audio
production and photography have prepared me for a career in video
editing, compositing, and motion design. I have a track record of
creating popular videos on YouTube and have mastered a variety of
software along the way. <br>
My skills also include scriptwriting, editing, sound design, 3D
animation, and rendering. Recently, I have begun learning front-end
development and am excited about the endless possibilities it
presents. From creating intuitive and user-friendly websites to
bringing ideas to life with interactive design, the potential of
front-end development and related fields is truly limitless. I am
confident that my previous experiences and self-motivation make me a
strong candidate for this field.
</p>
</section>
<section>
<h3>Education</h3>
<hr>
<ul>
<li>
<strong>
The Saint Petersburg State University of Engineering and
Economics</strong
>
<ul>
<li>management</li>
</ul>
</li>
</ul>
<ul>
<li>
<strong> St. Petersburg Electrotechnical College.</strong>
<ul>
<li>Accounting</li>
<li>Translation of economic literature from English.</li>
</ul>
</li>
</ul>
</section>

<section>
<h3>Courses</h3>
<hr>
<ul>
<li>
Chief Accountant courses from the Novy Mir accounting school.
</li>
<li>Fundamentals by EPAM</li>
<li>Git courses by EPAM</li>
<li>HTML and HTML5 by freeCodeCamp</li>
<li>Responsive Web Design by freeCodeCamp</li>
<li>Learn HTML by Code Academy</li>
<li>Basic CSS by freeCodeCamp</li>
<li>Applied Visual Design by freeCodeCamp</li>
<li>HTML and CSS courses by The Net Ninja school</li>
<li>EPAM lectures</li>
</ul>
</section>
<section>
<h3>Code examples</h3>
<hr>
<p>This JavaScript code outputs "Hello World"</p>
<div class="code">
<code>console.log('Hello World');</code>
</div>
</section>
</main>
<aside>
<section class="contact">
<h3>Contact me</h3>
<ul class="fa-ul">
<li><span class="fa-li"></span><i class="fa-solid fa-phone"></i><strong> Phone:</strong> <em>+374 91056755</em></li>
<li><span class="fa-li"></span><i class="fa-solid fa-at"></i><strong> E-mail:</strong><em> [email protected]</em></li>
<li><span class="fa-li"></span><i class="fa-brands fa-telegram"></i><strong> Telegram:</strong> <em> @iso9000t</em></li>
</ul>
</section>
<section class="skills">
<h3>Skills</h3>
<ul>
<li>HTML, CSS, Markdown</li>
<li>Git, GitHub</li>
<li>Adobe Photoshop, After Effects, Premiere, Lightroom</li>
<li>Cinema 4d, Redshift</li>
<li>FL Studio, iZotope Ozone, RX, Studio One</li>
</ul>
</section>
<section class="english">
<h3>English</h3>
<ul>
<li>
C2 accorrding to
<a href="https://www.efset.org/cert/hLZP8k" target="_blank"
>the EFset certificate</a>
</li>
<li>
A translator certification for economic literature from English,
issued by the St. Petersburg Electrotechnical College
</li>
<li>
I have been hosting an English club for more than seven years
</li>
</ul>
</section>
</aside>

<footer>
<div class="my-git"><a href="https://github.com/iso9000t" target="_blank"> <i class="fa-brands fa-github"></i>My GitHub</a></div>
<div class="date">2023</div>
<div class="RSS-logo">
<a target="_blank" href="https://rs.school/js/">
<img src="https://rs.school/images/rs_school_js.svg" width="80" alt="RSS School link"></a></div>
</footer>
</div>
</body>
</html>
Loading