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 11 commits into
base: main
Choose a base branch
from
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# rsschool-cv
# rsschool-cv
Link:
* https://nurzhan-sabitov.github.io/rsschool-cv/cv
* https://nurzhan-sabitov.github.io/rsschool-cv/
62 changes: 62 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Nurzhan Sabitov

### Software Engineer

:telephone_receiver: [777 777 777](tel:777777777)
:email: [[email protected]](mailto:[email protected])
:globe_with_meridians: [www.website.org](https://website.org)
:octocat: [nurzhan-sabitov](https://github.com/nurzhan-sabitov)
:earth_africa: Jakarta

___

Summarise your career here. Lorem ipsum dolor sit amet, consectetuer adipiscing elit wws.

___

## Work experience
**Senior Software Engineer**
_Google | London | 1999 - Present_
Role description goes here. Lorem ipsum dolor sit amet, consectetuer adipiscing elit wws.
* Key facts, better with some numbers.
* Lorem ipsum dolor sit amet.
* Consectetuer adipiscing elit wws.

**Pomodor Software Engineer**
_Loro Piano | Milan | 1997 - 1998_
Role description goes here. Lorem ipsum dolor sit amet, consectetuer adipiscing elit wws.
* Key facts, better with some numbers.
* Lorem ipsum dolor sit amet.
* Consectetuer adipiscing elit wws.

## Projects
**NASA Skycatcher**
_Open Source | 2000_
You can use this section for your side projects. Also don't forget to provide a link. Lorem ipsum

## Skills
**Technical**
C JavaScript TypeScript
Python ShellScripting
MySQL MongoDB
Object-oriented design

## Education
MSc in Computer Science
University College London
1899 - 1903

## Awards
Turing Hackathon Berlin 1912

## Languages
English (Native)
Spanish (Professional)

## Interests
Comedy

___

1922 (c)# Nurzhan Sabitov

12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/styles.css">
<title>Title</title>
</head>
<body></body>
</html>
130 changes: 130 additions & 0 deletions styles/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

Empty file added styles/style.css
Empty file.