-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (75 loc) · 3.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<!--base href = "https://nickandreev.space/"-->
<meta charset = "utf-8">
<meta name = "autor" content = "Nikita Andreev">
<meta name = "copyright" content = "Nikita Andreev (c) 2019">
<meta name = "description" content = "Мой персональный сайт, здесь я выкладываю статьи о программировании, математике и красивые фоточки">
<meta name = "keywords" content = "Программирование, математика, линейная алгебра, фотография, фотограф">
<title>Niktia Andreev</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="fonts/fonts.css">
<link rel="stylesheet" type="text/css" href="img/svg.css">
<link rel="stylesheet" type="text/css" href="css/Base.css">
<link rel="stylesheet" type="text/css" href="css/MainPage.css">
<link rel="stylesheet" type="text/css" href="css/HeadBar.css">
<style>
</style>
</head>
<body>
<div id = "page-wrapper">
<!--------------------------------Header bar-------------------------------->
<div id = "head-bar">
<div id = "head-grid">
<div id = "head-image"></div>
<div id = "top-navigation-bar">
<a class = "ref" href = "#about-me">Обо мне</a>
<a class = "ref" href = "blog">Блог</a>
<a class = "ref" href = "notes">Записи</a>
<a class = "ref" href = "#contacts">Контакты</a>
</div>
<div id = "head-text">
<div class = "text-wrapper">
<div class = "header">Nikita Andreev</div>
<div class = "subheader">Cats, coffee & code </></div>
</div>
</div>
<div id = "main-themes">
<a class = "theme-box" href = "code">
<div class = "theme-icon svg-mask svg-code"></div>
</a>
<a class = "theme-box" href = "ph">
<div class = "theme-icon svg-mask svg-photo"></div>
</a>
</div>
</div>
</div>
<!--------------------------------Info-------------------------------->
<div id = "info">
<div id = "about-me" class = "info-block">
<h1 class = "header">Обо мне</h1>
<div class = "block-align" >
<div class = "text">
Привет! Меня зовут Никита Андреев<br>
Сегодня я занимаюсь программированием (6 лет) и фотографией (2 года). Закончил Московский Технологический Университет (сегодня РТУ) и имею образование бакалавра.<br>
В данный момент являюсь аутсорс разработчиком Mail.ru и DEVCELL.<br><br>
Мои основные языки: C++, C#, Java и JavaScript + PHP для Web<br>
С 17 лет начал осваивать OpenGL и OpenGL ES для программирования под Android. Мой главный инструмент в работе с 3D графикой - линейная алгебра, по которой в будущем я собираюсь написать несколько статей.<br>
</div>
<div class = "azrael-photo">
</div>
</div>
</div>
<div id = "contacts" class = "info-block">
<h1 class = "header">Мои контакты</h1>
<div class = "text">
Я в Instagram: <a href = "https://www.instagram.com/nickandreevart/">@nickandreevart</a><br>
Мой email: <a href = "mailto:nickandreevart@gmail.com">nickandreevart@gmail.com</a><br>
Мой телефон: <a href = "tel:+79036356452">+7-903-635-64-52</a>
</div>
</div>
</div>
</div>
</body>
</html>