-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (82 loc) · 3.3 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
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<title>Romannep</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/kube.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/custom.css" />
<!-- <link rel="shortcut icon" href="img/favicon.png" /> -->
<link href='https://fonts.googleapis.com/css?family=Playfair+Display+SC:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<style>
.intro h1:before {
content: 'romannep';
}
</style>
</head>
<body>
<!-- Navigation -->
<div class="main-nav">
<div class="container">
<header class="group top-nav">
<div class="navigation-toggle" data-tools="navigation-toggle" data-target="#navbar-1">
<span class="logo">DRACO</span>
</div>
<nav id="navbar-1" class="navbar item-nav">
<ul>
<li class="active"><a href="index.html"> Разработки </a></li>
<li><a href="about.html"> Резюме </a></li>
</ul>
</nav>
</header>
</div>
</div>
<div class="intro projects section" id="projects">
<div class="container">
<h1>Разработки</h1>
<ul class="projects-list list-flat">
<li><b><a target="_blank" href="https://vc.ru/tribuna/197391-oktopad-crm-s-funkciyami-upravlencheskogo-ucheta">CRM</a></b> - CRM с функциями управленческого учета</li>
<li><b><a target="_blank" href="https://vc.ru/tribuna/526337-oktopad-console-racionalnyy-organayzer-dlya-zanyatyh">Console</a></b> - Рациональный органайзер для занятых.</li>
<li><b><a target="_blank" href="https://github.com/romannep/oktopadbooker">Booker</a></b> - Расчета финансового результата с помощью двойной записи. Методика и приложение.</li>
</ul>
</div>
</div>
<!-- Quote -->
<div class="quote">
<div class="container text-centered">
<h1>
<div>Сделать по-быстрому ― слишком долго</div>
<!-- <div class="quote-right">― Roman Nep</div> -->
</h1>
</div>
</div>
<footer>
<div class="container">
<div class="units-row">
<div class="unit-50">
<p>© 2018<script>new Date().getFullYear()>2018&&document.write("-"+new Date().getFullYear());</script>, Romannep.</p>
</div>
<div class="unit-50">
<ul class="social list-flat right">
<li><a href="mailto:[email protected]"><i class="fa fa-send"></i></a></li>
<li><a href="https://github.com/romannep"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Javascript -->
<!-- <script src="js/jquery.min.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/kube.min.js"></script>
<script src="js/site.js"></script>
<script>
function newTyped(){}$(function(){$("#typed").typed({
// Change to edit type effect
strings: ["far northern sky", "your galaxy", "everywhere"],
typeSpeed:90,backDelay:700,contentType:"html",loop:!0,resetCallback:function(){newTyped()}}),$(".reset").click(function(){$("#typed").typed("reset")})});
</script> -->
</body>
</html>